# ChatModelInput

> **Class** in `langchain_classic`

📖 [View in docs](https://reference.langchain.com/python/langchain-classic/smith/evaluation/runner_utils/ChatModelInput)

Input for a chat model.

## Signature

```python
ChatModelInput()
```

## Extends

- `TypedDict`

## Constructors

```python
__init__(
    messages: list[BaseMessage],
)
```

| Name | Type |
|------|------|
| `messages` | `list[BaseMessage]` |


## Properties

- `messages`

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/fb6ab993a73180538f6cca876b3c85d46c08845f/libs/langchain/langchain_classic/smith/evaluation/runner_utils.py#L297)