Add an expert to a chat
The unique identifier of the chat
Request with expert ID to add
The updated chat object
401 - Not authenticated
404 - Chat or expert not found
import { addExpertToChat } from "@cpod/sdk";const chat = await addExpertToChat("chat-123", { expert_id: "expert-456",}); Copy
import { addExpertToChat } from "@cpod/sdk";const chat = await addExpertToChat("chat-123", { expert_id: "expert-456",});
Add an expert to a chat