clear_chat_history
Deletes the local history file for a chat session. Removes the client-side JSON file and returns confirmation or a not-found message.
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 |