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

# ChatResult

> Chat response: final assistant text plus thread_id for follow-ups.

`ChatResult` is the public name for the chat response model (`SkillChatResponseDto`).

### SkillChatResponseDto

```python
class SkillChatResponseDto(*, content: str, threadId: str, runId: str)
```

Bases: `BaseModel`

#### content

```python
content: str
```

#### thread\_id

```python
thread_id: str
```

#### run\_id

```python
run_id: str
```
