clear_chat_history
Delete local chat history files to manage storage and privacy by removing client-side session data while preserving server-side records.
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 |