> ## Documentation Index
> Fetch the complete documentation index at: https://icrl.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Message

> LLM message model

## Schema

```python theme={null}
class Message(BaseModel):
    role: str
    content: str
```

Used by provider interfaces and loop internals.
