Interface CreateAssistantMessageResponse

interface CreateAssistantMessageResponse {
    message: AssistantMessage;
}

Hierarchy (View Summary)

Properties

Properties

The message that was added to the conversation.