OPENAPI / COMPONENTS / SCHEMAS

Function Tool Call Output data structure

FunctionToolCallOutput

Structural definition for Function Tool Call Output in the OpenAI API contract.

object8properties
call_idstring

call id value in the OpenAI API contract.

callerstring

caller value in the OpenAI API contract.

idstring

id value in the OpenAI API contract.

namestring

name value in the OpenAI API contract.

namespacestring

namespace value in the OpenAI API contract.

outputstringrequired

output value in the OpenAI API contract.

statusstring

status value in the OpenAI API contract.

typestringrequired

type value in the OpenAI API contract.