get_chat_history
Retrieve the complete transcript of a local chat session, including timestamps and roles, to review past conversations.
Instructions
Return the full message history for a local chat session.
Args:
session: Session name to load from `chats/{session}.json` (default `default`).
Returns:
Formatted transcript with timestamps and roles, or a not-found message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | No | default |