grok_consult
Replay full conversation history with Grok AI for consultation. The caller maintains thread state across calls, enabling stateless server interaction.
Instructions
Continue a conversation with Grok by replaying the full message history each call. Stateless on the server side — the caller owns the thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messages | Yes | Conversation history. Caller maintains state across turns. | |
| model | No | ||
| timeout | No | Per-call timeout in seconds. Defaults to 300. Raise for long grok-4 reasoning. |