# ContinuousScoreConfig

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/evaluation/llm_evaluator/ContinuousScoreConfig)

Configuration for a continuous score.

## Signature

```python
ContinuousScoreConfig()
```

## Extends

- `BaseModel`

## Properties

- `key`
- `min`
- `max`
- `description`
- `include_explanation`
- `explanation_description`

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/791701a304a72495d108669ef11c194983fd0e95/python/langsmith/evaluation/llm_evaluator.py#L22)