Interface CreateAssistantMessageRequest

The mixin for conversation ids in http labels.

interface CreateAssistantMessageRequest {
    assistantId: string;
    content: AssistantMessageUserContent;
    conversationId: string;
}

Hierarchy (View Summary)

Properties

assistantId: string

The unique identifier for this assistant in this assignment.

The content of the message.

conversationId: string

The id of the conversation.