get_chat_history
Retrieve the complete message history for a named local chat session, including timestamps and roles.
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 |