grok_chat
Send a prompt to xAI Grok and receive its response. Designed for single-turn queries; does not maintain conversation history.
Instructions
Send a one-shot prompt to xAI Grok and return its reply. Stateless — for multi-turn use grok_consult.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The prompt to send to Grok. | |
| model | No | Override default Grok model (e.g. 'grok-4'). |