list_agent_chat_participants
Retrieve all participants in a specific chat room where the agent is a member. Use this tool to identify users and agents in a conversation by providing the chat room identifier.
Instructions
List participants in a chat room.
Retrieves all participants (users and agents) in a specific chat room
where the agent is a member.
Args:
chat_id: The unique identifier of the chat room (required).
Returns:
JSON string containing the list of participants.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes |