OPENAPI / COMPONENTS / SCHEMAS

Run Step Object 数据结构

RunStepObject

OpenAI API 合约中的 Run Step Object 结构定义。

object16字段
assistant_idstring必填

OpenAI API 合约中的 assistant id 值。

cancelled_atstring必填

OpenAI API 合约中的 cancelled at 值。

completed_atstring必填

OpenAI API 合约中的 completed at 值。

created_atinteger必填

OpenAI API 合约中的 created at 值。

expired_atstring必填

OpenAI API 合约中的 expired at 值。

failed_atstring必填

OpenAI API 合约中的 failed at 值。

idstring必填

OpenAI API 合约中的 id 值。

last_errorstring必填

OpenAI API 合约中的 last error 值。

metadataMetadata必填

OpenAI API 合约中的 metadata 值。

objectstring必填

OpenAI API 合约中的 object 值。

run_idstring必填

OpenAI API 合约中的 run id 值。

statusstring必填

OpenAI API 合约中的 status 值。

step_detailsobject必填

OpenAI API 合约中的 step details 值。

thread_idstring必填

OpenAI API 合约中的 thread id 值。

typestring必填

OpenAI API 合约中的 type 值。

usageRunStepCompletionUsage必填

OpenAI API 合约中的 usage 值。