Handle Cancel Session
Cancel ongoing agent response for a session.
Args: request: The FastAPI request session_id: The ID of the session to cancel
Returns: CancelResponse with cancellation status
Path parameters
session_id
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Successful Response
session_id
cancelled_agents
total_agents
status