read_history
Retrieve the entire chat session history to resume or verify past exchanges.
Instructions
Read the running history of a chat session.
Useful for resumption or for double-checking what's been said. The history_url comes from the read_history endpoint in the store's descriptor — typically /api/store/chat/<session_id>.
Args: history_url: Full URL to the history endpoint with session_id substituted.
Returns: Dict with session_id and history (list of {speaker, message}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| history_url | Yes |