cancel_interaction
Terminate a pending interactive agent session by specifying the run ID, enabling users to manage ongoing interactions on the ACP-MCP-Server efficiently.
Instructions
Cancel a pending interactive agent
Input Schema
Name | Required | Description | Default |
---|---|---|---|
run_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"run_id": {
"title": "Run Id",
"type": "string"
}
},
"required": [
"run_id"
],
"type": "object"
}