Skip to Content
Anuma SDKClientInternalType AliasesOpenaiChatCompletionMessageAnnotationUrlCitation

OpenaiChatCompletionMessageAnnotationUrlCitation

OpenaiChatCompletionMessageAnnotationUrlCitation = object

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

A URL citation when using web search.

Properties

end_index?

optional end_index: number

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

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


start_index?

optional start_index: number

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

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


title?

optional title: string

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

The title of the web resource.


url?

optional url: string

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

The URL of the web resource.

Last updated on