OPENAPI / COMPONENTS / SCHEMAS
Function Shell Call Output data structure
FunctionShellCallOutputStructural definition for Function Shell Call Output in the OpenAI API contract.
object8properties
call_idstringrequiredcall id value in the OpenAI API contract.
callerstringcaller value in the OpenAI API contract.
created_bystringcreated by value in the OpenAI API contract.
idstringrequiredid value in the OpenAI API contract.
max_output_lengthstringrequiredmax output length value in the OpenAI API contract.
outputFunctionShellCallOutputContentrequiredoutput value in the OpenAI API contract.
statusFunctionShellCallOutputStatusEnumrequiredstatus value in the OpenAI API contract.
typestringrequiredtype value in the OpenAI API contract.