end_conversation
Terminate a conversation and release associated resources by providing the conversation ID to clean up the session.
Instructions
End an existing conversation and clean up resources
Input Schema
Name | Required | Description | Default |
---|---|---|---|
conversationId | Yes | Conversation ID to terminate |
Input Schema (JSON Schema)
{
"properties": {
"conversationId": {
"description": "Conversation ID to terminate",
"type": "string"
}
},
"required": [
"conversationId"
],
"type": "object"
}