OPENAPI / COMPONENTS / SCHEMAS
Custom Tool Call Output 数据结构
CustomToolCallOutputOpenAI API 合约中的 Custom Tool Call Output 结构定义。
object5字段
call_idstring必填OpenAI API 合约中的 call id 值。
callerstringOpenAI API 合约中的 caller 值。
idstringOpenAI API 合约中的 id 值。
outputstring必填OpenAI API 合约中的 output 值。
typestring必填OpenAI API 合约中的 type 值。