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

RunStep interface

有关助手线程运行的单个步骤的详细信息。

属性

assistantId

与运行步骤关联的助手的 ID。

cancelledAt

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

completedAt

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

createdAt

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

expiredAt

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

failedAt

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

id

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

lastError

有关此运行步骤遇到的最后一个错误的信息(如果适用)。

metadata

一组最多可以附加到对象的 16 个键/值对,用于以结构化格式存储有关该对象的其他信息。 键的长度可能最多为 64 个字符,值长度可能最多为 512 个字符。

runId

此运行步骤所属的运行 ID。

status

此运行步骤的状态。

stepDetails

此运行步骤的详细信息。

threadId

已运行的线程的 ID。

type

运行步骤的类型,可以是message_creation或tool_calls。

属性详细信息

assistantId

与运行步骤关联的助手的 ID。

assistantId: string

属性值

string

cancelledAt

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

cancelledAt: null | Date

属性值

null | Date

completedAt

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

completedAt: null | Date

属性值

null | Date

createdAt

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

createdAt: Date

属性值

Date

expiredAt

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

expiredAt: null | Date

属性值

null | Date

failedAt

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

failedAt: null | Date

属性值

null | Date

id

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

id: string

属性值

string

lastError

有关此运行步骤遇到的最后一个错误的信息(如果适用)。

lastError: null | RunStepError

属性值

null | RunStepError

metadata

一组最多可以附加到对象的 16 个键/值对,用于以结构化格式存储有关该对象的其他信息。 键的长度可能最多为 64 个字符,值长度可能最多为 512 个字符。

metadata?: null | Record<string, string>

属性值

null | Record<string, string>

runId

此运行步骤所属的运行 ID。

runId: string

属性值

string

status

此运行步骤的状态。

status: string

属性值

string

stepDetails

此运行步骤的详细信息。

stepDetails: RunStepDetails

属性值

threadId

已运行的线程的 ID。

threadId: string

属性值

string

type

运行步骤的类型,可以是message_creation或tool_calls。

type: string

属性值

string