共用方式為


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"