MessageTextFilePathAnnotation interface
指向位于特定路径的文件的消息中的引文。
属性
end |
与此文本批注关联的最后一个文本索引。 |
file |
代理使用 code_interpreter 工具生成文件时生成的文件的 URL。 |
start |
与此文本批注关联的第一个文本索引。 |
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"