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

MessageTextFilePathAnnotation interface

指向位于特定路径的文件的消息中的引文。

扩展

属性

endIndex

与此文本批注关联的最后一个文本索引。

filePath

代理使用 code_interpreter 工具生成文件时生成的文件的 URL。

startIndex

与此文本批注关联的第一个文本索引。

type

对象类型,始终为“file_path”。

继承属性

text

与此文本批注项关联的文本内容。

属性详细信息

endIndex

与此文本批注关联的最后一个文本索引。

endIndex?: number

属性值

number

filePath

代理使用 code_interpreter 工具生成文件时生成的文件的 URL。

filePath: MessageTextFilePathDetails

属性值

startIndex

与此文本批注关联的第一个文本索引。

startIndex?: number

属性值

number

type

对象类型,始终为“file_path”。

type: "file_path"

属性值

"file_path"

继承属性详细信息

text

与此文本批注项关联的文本内容。

text: string

属性值

string

继承自MessageTextAnnotation.text