Skip to main content

agent/conversation/participants-removed

Pushed when a participant is removed from a task conversation.

Params

taskId
string (UUID)
Branded TaskId
conversationId
string (UUID)
Branded ConversationId
removedAgentId
string (UUID)
Branded AgentId
reason
app_remove | task_leave
The reason field.

Example

{
  "jsonrpc": "2.0",
  "method": "agent/conversation/participants-removed",
  "params": { ... }
}