Interface AssistantMessageStopMaxTokens

Information about the maximum number of tokens.

interface AssistantMessageStopMaxTokens {
    maxTokens: number;
}

Properties

Properties

maxTokens: number

The configured maximum number of tokens.