retrieve_stateful_response
Need to fetch a stored assistant reply? Use the response ID from a prior call to retrieve it from xAI.
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 |