Skip to Content
Anuma SDKClientInternalType AliasesOpenaiChatCompletionChoiceLogprobs

OpenaiChatCompletionChoiceLogprobs

OpenaiChatCompletionChoiceLogprobs = object

Defined in: src/client/types.gen.ts:3057 

Log probability information for the choice.

Properties

content?

optional content: OpenaiChatCompletionTokenLogprob[]

Defined in: src/client/types.gen.ts:3061 

A list of message content tokens with log probability information.


refusal?

optional refusal: OpenaiChatCompletionTokenLogprob[]

Defined in: src/client/types.gen.ts:3065 

A list of message refusal tokens with log probability information.

Last updated on