Skip to content

ChoiceLogprobs

autogen.oai.oai_models.chat_completion.ChoiceLogprobs #

Bases: BaseModel

model_config class-attribute #

model_config = ConfigDict(extra='allow')

content class-attribute instance-attribute #

content = None

A list of message content tokens with log probability information.

refusal class-attribute instance-attribute #

refusal = None

A list of message refusal tokens with log probability information.