get_chat_history
Retrieve complete chat session history with timestamps and participant roles from local storage for review or analysis.
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 |