IChatArgs

Arguments required for chat operations

interface IChatArgs {
    agentName: string;
    clientId: string;
    message: string;
}

Properties

agentName: string

Name of the agent handling the chat

clientId: string

Unique identifier for the client

message: string

Message content for the chat