class

OpenAI::FunctionShellCallOutputContent

Inherits JSON::Serializable < Reference < Object

The content of a shell call output.

Constructors

new(stdout : String = "", stderr : String = "", outcome : FunctionShellCallOutputContentOutcome = FunctionShellCallOutputTimeoutOutcome.new, created_by : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

created_by
Source
created_by=(created_by : String | Nil)
Source
outcome

Represents either an exit outcome (with an exit code) or a timeout outcome for a shell call output chunk.

Source
outcome=(outcome : FunctionShellCallOutputContentOutcome)

Represents either an exit outcome (with an exit code) or a timeout outcome for a shell call output chunk.

Source
stderr
Source
stderr=(stderr : String)
Source
stdout
Source
stdout=(stdout : String)
Source