retrieve_stateful_response
Fetch a stored assistant reply from Grok using the response ID returned by a prior stateful chat call.
Instructions
Fetch a stored chat completion from xAI by its response ID.
Args:
response_id: ID returned by a prior `stateful_chat` call.
Returns:
The stored assistant reply and its `**Response ID:**`, or a not-found message.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_id | Yes |