ThreadRun interface
數據,表示 助理 線程的單一評估回合。
屬性
assistant |
與執行此執行所針對之線程相關聯的 助理標識碼。 |
cancelled |
Unix 時間戳,以秒為單位,表示何時取消。 |
completed |
Unix 時間戳,以秒為單位,表示何時完成。 |
created |
Unix 時間戳,以秒為單位,表示建立此對象的時間。 |
expires |
Unix 時間戳,以秒為單位,表示此專案到期的時間。 |
failed |
Unix 時間戳,以秒為單位,表示失敗的時間。 |
file |
附加檔案標識碼的清單,依建立日期以遞增順序排序。 |
id | 可在 API 端點中參考的識別碼。 |
instructions | 用於這個線程執行的已覆寫系統指令 助理。 |
last |
如果有任何錯誤,這個線程 助理 執行時,就會發生最後一個錯誤。 |
metadata | 一組索引鍵/值組,用來儲存物件的其他資訊。 |
model | 要使用的模型標識碼。 |
required |
助理 線程執行所需動作的詳細數據,才能繼續執行。 |
started |
Unix 時間戳,以秒為單位,表示此項目啟動時。 |
status | 線程執行 助理 的狀態。 |
thread |
與此執行相關聯的線程標識碼。 |
tools | 用於這個線程執行 助理 覆寫的工具。 |
屬性詳細資料
assistantId
與執行此執行所針對之線程相關聯的 助理標識碼。
assistantId: string
屬性值
string
cancelledAt
Unix 時間戳,以秒為單位,表示何時取消。
cancelledAt: null | Date
屬性值
null | Date
completedAt
Unix 時間戳,以秒為單位,表示何時完成。
completedAt: null | Date
屬性值
null | Date
createdAt
Unix 時間戳,以秒為單位,表示建立此對象的時間。
createdAt: Date
屬性值
Date
expiresAt
Unix 時間戳,以秒為單位,表示此專案到期的時間。
expiresAt: null | Date
屬性值
null | Date
failedAt
Unix 時間戳,以秒為單位,表示失敗的時間。
failedAt: null | Date
屬性值
null | Date
fileIds
附加檔案標識碼的清單,依建立日期以遞增順序排序。
fileIds: string[]
屬性值
string[]
id
可在 API 端點中參考的識別碼。
id: string
屬性值
string
instructions
用於這個線程執行的已覆寫系統指令 助理。
instructions: string
屬性值
string
lastError
metadata
一組索引鍵/值組,用來儲存物件的其他資訊。
metadata?: null | Record<string, string>
屬性值
null | Record<string, string>
model
要使用的模型標識碼。
model: string
屬性值
string
requiredAction
startedAt
Unix 時間戳,以秒為單位,表示此項目啟動時。
startedAt: null | Date
屬性值
null | Date
status
線程執行 助理 的狀態。
status: string
屬性值
string
threadId
與此執行相關聯的線程標識碼。
threadId: string
屬性值
string