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

MessageTextFilePathAnnotation interface

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

属性

endIndex

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

filePath

助手使用code_interpreter工具生成文件时生成的文件的 URL。

startIndex

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

text

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

type

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

属性详细信息

endIndex

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

endIndex: number

属性值

number

filePath

助手使用code_interpreter工具生成文件时生成的文件的 URL。

filePath: MessageTextFilePathDetails

属性值

startIndex

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

startIndex: number

属性值

number

text

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

text: string

属性值

string

type

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

type: "file_path"

属性值

"file_path"