OPENAPI / COMPONENTS / SCHEMAS

Function Shell Call Output Content data structure

FunctionShellCallOutputContent

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

object4properties
created_bystring

created by value in the OpenAI API contract.

outcomestringrequired

outcome value in the OpenAI API contract.

stderrstringrequired

stderr value in the OpenAI API contract.

stdoutstringrequired

stdout value in the OpenAI API contract.