OpenaiChatCompletionChoiceLogprobs
OpenaiChatCompletionChoiceLogprobs =
object
Defined in: src/client/types.gen.ts:3057
Log probability information for the choice.
Properties
content?
optionalcontent:OpenaiChatCompletionTokenLogprob[]
Defined in: src/client/types.gen.ts:3061
A list of message content tokens with log probability information.
refusal?
optionalrefusal:OpenaiChatCompletionTokenLogprob[]
Defined in: src/client/types.gen.ts:3065
A list of message refusal tokens with log probability information.
Last updated on