> ## 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 for follow-ups.

Chat response: final assistant text plus `threadId` for follow-ups.

## Properties

<ResponseField name={"content"} type={"string"} required>
  Final assistant text for the run.
</ResponseField>

<ResponseField name={"runId"} type={"string"} required>
  Opaque run id for logging / correlation.
</ResponseField>

<ResponseField name={"threadId"} type={"string"} required>
  Conversation thread id for follow-up messages.
</ResponseField>
