Interface AssistantMessageAssistantData

Data of messages that were added to the conversation by the assistant.

interface AssistantMessageAssistantData {
    content: AssistantMessageAssistantContent;
    stopReason: AssistantMessageStopReason;
}

Properties

Properties

The content of a message generated by the assistant.

Whether the token limit was exceeded for this message.