clear_chat_history
Remove the local history file for a chat session. Only client-side data is deleted, server-stored responses are untouched.
Instructions
Delete the local history file for a chat session.
Only removes the client-side JSON file. Server-side stored responses are untouched.
Args:
session: Session name whose `chats/{session}.json` file should be deleted.
Returns:
Confirmation string or a not-found message.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | No | default |