OPENAPI / COMPONENTS / SCHEMAS
Run Object 数据结构
RunObjectOpenAI API 合约中的 Run Object 结构定义。
assistant_idstring必填OpenAI API 合约中的 assistant id 值。
cancelled_atinteger必填OpenAI API 合约中的 cancelled at 值。
completed_atinteger必填OpenAI API 合约中的 completed at 值。
created_atinteger必填OpenAI API 合约中的 created at 值。
expires_atinteger必填OpenAI API 合约中的 expires at 值。
failed_atinteger必填OpenAI API 合约中的 failed at 值。
idstring必填OpenAI API 合约中的 id 值。
incomplete_detailsobject必填OpenAI API 合约中的 incomplete details 值。
instructionsstring必填OpenAI API 合约中的 instructions 值。
last_errorobject必填OpenAI API 合约中的 last error 值。
max_completion_tokensinteger必填OpenAI API 合约中的 max completion tokens 值。
max_prompt_tokensinteger必填OpenAI API 合约中的 max prompt tokens 值。
metadataMetadata必填OpenAI API 合约中的 metadata 值。
modelstring必填OpenAI API 合约中的 model 值。
objectstring必填OpenAI API 合约中的 object 值。
parallel_tool_callsParallelToolCalls必填OpenAI API 合约中的 parallel tool calls 值。
required_actionobject必填OpenAI API 合约中的 required action 值。
response_formatAssistantsApiResponseFormatOption必填OpenAI API 合约中的 response format 值。
started_atinteger必填OpenAI API 合约中的 started at 值。
statusstring必填OpenAI API 合约中的 status 值。
temperaturenumberOpenAI API 合约中的 temperature 值。
thread_idstring必填OpenAI API 合约中的 thread id 值。
tool_choicestring必填OpenAI API 合约中的 tool choice 值。
toolsarray必填OpenAI API 合约中的 tools 值。
top_pnumberOpenAI API 合约中的 top p 值。
truncation_strategystring必填OpenAI API 合约中的 truncation strategy 值。
usageRunCompletionUsage必填OpenAI API 合约中的 usage 值。