Skip to main content

agent/conversation/participants-added

Pushed when a participant is added to a task conversation.

Params

taskId
string (UUID)
Branded TaskId
conversationId
string (UUID)
Branded ConversationId
addedAgentId
string (UUID)
Branded AgentId

Example

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