OPENAPI / COMPONENTS / SCHEMAS

Function Shell Call Output data structure

FunctionShellCallOutput

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

object8properties
call_idstringrequired

call id value in the OpenAI API contract.

callerstring

caller value in the OpenAI API contract.

created_bystring

created by value in the OpenAI API contract.

idstringrequired

id value in the OpenAI API contract.

max_output_lengthstringrequired

max output length value in the OpenAI API contract.

outputFunctionShellCallOutputContentrequired

output value in the OpenAI API contract.

statusFunctionShellCallOutputStatusEnumrequired

status value in the OpenAI API contract.

typestringrequired

type value in the OpenAI API contract.