OPENAPI / COMPONENTS / SCHEMAS
Function Shell Call Output Item Param data structure
FunctionShellCallOutputItemParamStructural definition for Function Shell Call Output Item Param in the OpenAI API contract.
object7properties
call_idstringrequiredcall id value in the OpenAI API contract.
callerstringcaller value in the OpenAI API contract.
idstringid value in the OpenAI API contract.
max_output_lengthstringmax output length value in the OpenAI API contract.
outputFunctionShellCallOutputContentParamrequiredoutput value in the OpenAI API contract.
statusstringstatus value in the OpenAI API contract.
typestringrequiredtype value in the OpenAI API contract.