OPENAPI / COMPONENTS / SCHEMAS

Tool Search Output data structure

ToolSearchOutput

Structural definition for Tool Search Output in the OpenAI API contract.

object7properties
call_idstringrequired

call id value in the OpenAI API contract.

created_bystring

created by value in the OpenAI API contract.

executionToolSearchExecutionTyperequired

execution value in the OpenAI API contract.

idstringrequired

id value in the OpenAI API contract.

statusFunctionCallOutputStatusEnumrequired

status value in the OpenAI API contract.

toolsToolrequired

tools value in the OpenAI API contract.

typestringrequired

type value in the OpenAI API contract.