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

ThreadRun interface

表示助手线程的单个评估运行的数据。

属性

assistantId

与执行此运行所针对的线程关联的助手的 ID。

cancelledAt

Unix 时间戳(以秒为单位),表示取消此操作的时间。

completedAt

Unix 时间戳(以秒为单位),表示完成时间。

createdAt

Unix 时间戳(以秒为单位),表示创建此对象的时间。

expiresAt

Unix 时间戳(以秒为单位),表示此项过期的时间。

failedAt

Unix 时间戳(以秒为单位),表示此操作失败的时间。

fileIds

附加文件 ID 的列表,按创建日期按升序排序。

id

可以在 API 终结点中引用的标识符。

instructions

用于此助手线程运行的替代系统指令。

lastError

此线程运行助手遇到的最后一个错误(如果有)。

metadata

一组键/值对,用于存储有关对象的其他信息。

model

要使用的模型的 ID。

requiredAction

助手线程运行继续所需的操作的详细信息。

startedAt

Unix 时间戳(以秒为单位),表示此项的启动时间。

status

助手线程运行的状态。

threadId

与此运行关联的线程的 ID。

tools

用于此助手线程运行的已启用重写的工具。

属性详细信息

assistantId

与执行此运行所针对的线程关联的助手的 ID。

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

附加文件 ID 的列表,按创建日期按升序排序。

fileIds: string[]

属性值

string[]

id

可以在 API 终结点中引用的标识符。

id: string

属性值

string

instructions

用于此助手线程运行的替代系统指令。

instructions: string

属性值

string

lastError

此线程运行助手遇到的最后一个错误(如果有)。

lastError?: null | RunError

属性值

null | RunError

metadata

一组键/值对,用于存储有关对象的其他信息。

metadata?: null | Record<string, string>

属性值

null | Record<string, string>

model

要使用的模型的 ID。

model: string

属性值

string

requiredAction

助手线程运行继续所需的操作的详细信息。

requiredAction?: null | RequiredAction

属性值

startedAt

Unix 时间戳(以秒为单位),表示此项的启动时间。

startedAt: null | Date

属性值

null | Date

status

助手线程运行的状态。

status: string

属性值

string

threadId

与此运行关联的线程的 ID。

threadId: string

属性值

string

tools

用于此助手线程运行的已启用重写的工具。

tools: ToolDefinition[]

属性值