OPENAPI / COMPONENTS / SCHEMAS

Tool Search Output 数据结构

ToolSearchOutput

OpenAI API 合约中的 Tool Search Output 结构定义。

object7字段
call_idstring必填

OpenAI API 合约中的 call id 值。

created_bystring

OpenAI API 合约中的 created by 值。

executionToolSearchExecutionType必填

OpenAI API 合约中的 execution 值。

idstring必填

OpenAI API 合约中的 id 值。

statusFunctionCallOutputStatusEnum必填

OpenAI API 合约中的 status 值。

toolsTool必填

OpenAI API 合约中的 tools 值。

typestring必填

OpenAI API 合约中的 type 值。