Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Add participant mutation.
addParticipant
addParticipant(conversationId: ID!, input: AddParticipantInput!): ConversationParticipant!
mutation AddParticipant($conversationId: ID!, $input: AddParticipantInput!) { addParticipant(conversationId: $conversationId, input: $input) { agentId avatarUrl conversationId displayName id } }
{ "conversationId": "", "input": { "userId": "" } }