OpenaiChatCompletionMessageAnnotationUrlCitation
OpenaiChatCompletionMessageAnnotationUrlCitation =
object
Defined in: src/client/types.gen.ts:3257
A URL citation when using web search.
Properties
end_index?
optionalend_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?
optionalstart_index:number
Defined in: src/client/types.gen.ts:3265
The index of the first character of the URL citation in the message.
title?
optionaltitle:string
Defined in: src/client/types.gen.ts:3269
The title of the web resource.
url?
optionalurl:string
Defined in: src/client/types.gen.ts:3273
The URL of the web resource.
Last updated on