共用方式為


Assistant interface

表示可呼叫模型並使用工具的 助理。

屬性

createdAt

Unix 時間戳,以秒為單位,表示建立此對象的時間。

description

助理的描述。

fileIds

附加檔案標識碼的清單,依建立日期依遞增順序排序。

id

可在 API 端點中參考的識別碼。

instructions

要使用的 助理 系統指示。

metadata

最多可以附加至物件的16個索引鍵/值組,用來以結構化格式儲存該物件的其他資訊。 索引鍵長度上限為 64 個字元,且值長度上限為 512 個字元。

model

要使用的模型標識碼。

name

助理 的名稱。

tools

為 助理 啟用的工具集合。

屬性詳細資料

createdAt

Unix 時間戳,以秒為單位,表示建立此對象的時間。

createdAt: Date

屬性值

Date

description

助理的描述。

description: null | string

屬性值

null | string

fileIds

附加檔案標識碼的清單,依建立日期依遞增順序排序。

fileIds: string[]

屬性值

string[]

id

可在 API 端點中參考的識別碼。

id: string

屬性值

string

instructions

要使用的 助理 系統指示。

instructions: null | string

屬性值

null | string

metadata

最多可以附加至物件的16個索引鍵/值組,用來以結構化格式儲存該物件的其他資訊。 索引鍵長度上限為 64 個字元,且值長度上限為 512 個字元。

metadata?: null | Record<string, string>

屬性值

null | Record<string, string>

model

要使用的模型標識碼。

model: string

屬性值

string

name

助理 的名稱。

name: null | string

屬性值

null | string

tools

為 助理 啟用的工具集合。

tools: ToolDefinition[]

屬性值