# FeedbackConfigSchema

> **Class** in `langsmith`

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

Represents a feedback configuration for a tenant's feedback key.

Feedback configurations define how feedback with a given key should be
interpreted, including its type (continuous, categorical, or freeform),
scoring bounds, and valid categories.

## Signature

```python
FeedbackConfigSchema()
```

## Extends

- `BaseModel`

## Properties

- `feedback_key`
- `feedback_config`
- `tenant_id`
- `modified_at`
- `is_lower_score_better`

---

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