create_chat
Send a message to start a new chat and receive the AI's reply with a unique chat ID. Optionally attach GitHub repository or Linear team context.
Instructions
Start a new chat and return the assistant's reply text with the chat ID when available
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model to use for the reply | |
| context | No | Repository or Linear context to attach to the chat | |
| message | Yes | Message to send | |
| timezone | No | IANA timezone for contextual responses | |
| thinkingLevel | No | Thinking budget level | |
| enableThinking | No | Whether to enable model thinking | |
| externalChannelId | No | External channel to associate with the chat |