OPENAPI / COMPONENTS / SCHEMAS

Function Shell Call Output Item Param data structure

FunctionShellCallOutputItemParam

Structural definition for Function Shell Call Output Item Param in the OpenAI API contract.

object7properties
call_idstringrequired

call id value in the OpenAI API contract.

callerstring

caller value in the OpenAI API contract.

idstring

id value in the OpenAI API contract.

max_output_lengthstring

max output length value in the OpenAI API contract.

outputFunctionShellCallOutputContentParamrequired

output value in the OpenAI API contract.

statusstring

status value in the OpenAI API contract.

typestringrequired

type value in the OpenAI API contract.