OPENAPI / COMPONENTS / SCHEMAS
Function Tool 数据结构
FunctionToolOpenAI API 合约中的 Function Tool 结构定义。
object8字段
allowed_callersstringOpenAI API 合约中的 allowed callers 值。
defer_loadingbooleanOpenAI API 合约中的 defer loading 值。
descriptionstringOpenAI API 合约中的 description 值。
namestring必填OpenAI API 合约中的 name 值。
output_schemastringOpenAI API 合约中的 output schema 值。
parametersstring必填OpenAI API 合约中的 parameters 值。
strictstring必填OpenAI API 合约中的 strict 值。
typestring必填OpenAI API 合约中的 type 值。