OPENAPI / COMPONENTS / SCHEMAS

Beta Function Shell Call Output data structure

BetaFunctionShellCallOutput

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

object9properties
agentBetaAgentTag

agent value in the OpenAI API contract.

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.

outputBetaFunctionShellCallOutputContentrequired

output value in the OpenAI API contract.

statusBetaFunctionShellCallOutputStatusEnumrequired

status value in the OpenAI API contract.

typestringrequired

type value in the OpenAI API contract.