你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

endIndex

The last text index associated with this text annotation.

startIndex

The first text index associated with this text annotation.

type

The object type, which is always 'url_citation'.

urlCitation

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