Skip to content

AnnotationURLCitation

autogen.oai.oai_models.chat_completion_message.AnnotationURLCitation #

Bases: BaseModel

end_index instance-attribute #

end_index

The index of the last character of the URL citation in the message.

start_index instance-attribute #

start_index

The index of the first character of the URL citation in the message.

title instance-attribute #

title

The title of the web resource.

url instance-attribute #

url

The URL of the web resource.

model_config class-attribute #

model_config = ConfigDict(extra='allow')