retrieve_stateful_response
Retrieve a previously stored assistant reply from xAI using its unique response ID. Get the chat completion and response ID for later use.
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 |