clear_history
Remove all operation history for a specific session in the CSV Editor server to maintain clean session data and streamline processing workflows.
Instructions
Clear all operation history for a session.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
session_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"session_id": {
"title": "Session Id",
"type": "string"
}
},
"required": [
"session_id"
],
"type": "object"
}