MessageDeltaTextUrlCitationAnnotation interface
A citation within the message that points to a specific URL associated with the message. Generated when the agent uses tools such as 'bing_grounding' to search the Internet.
- Extends
Properties
end |
The last text index associated with this text annotation. |
start |
The first text index associated with this text annotation. |
type | The object type, which is always 'url_citation'. |
url |
The details of the URL citation. |
Inherited Properties
index | The index of the annotation within a text content part. |
Property Details
endIndex
The last text index associated with this text annotation.
endIndex?: number
Property Value
number
startIndex
The first text index associated with this text annotation.
startIndex?: number
Property Value
number
type
The object type, which is always 'url_citation'.
type: "url_citation"
Property Value
"url_citation"
urlCitation
The details of the URL citation.
urlCitation: MessageDeltaTextUrlCitationDetails
Property Value
Inherited Property Details
index
The index of the annotation within a text content part.
index: number
Property Value
number
Inherited From MessageDeltaTextAnnotation.index