post_chat_message
Send a message to an existing chat and receive the AI assistant's reply. Optionally select a model or attach context from GitHub or Linear.
Instructions
Post a message to an existing chat and return the assistant's reply text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model to use for the reply | |
| chatId | Yes | The chat ID to send a message to | |
| 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 |