# FeedbackFormula

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/schemas/FeedbackFormula)

Schema for getting feedback formulas.

.. admonition:: Deprecated

    Composite feedback formulas are no longer supported in the SDK.
    Add composite feedback scores via the LangSmith UI instead. This
    schema is retained only for backwards compatibility and will be
    removed in a future release.

## Signature

```python
FeedbackFormula()
```

## Extends

- `FeedbackFormulaCreate`

## Properties

- `id`
- `created_at`
- `modified_at`

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/11093852f2fe7b4fc63b88565da37d6cb796bcda/python/langsmith/schemas.py#L1713)