OpenAI::FunctionShellCallOutputContent
Inherits JSON::Serializable < Reference < Object
The content of a shell call output.
Constructors
new(pull : JSON::PullParser)
Sourcenew(stdout : String = "", stderr : String = "", outcome : FunctionShellCallOutputContentOutcome = FunctionShellCallOutputTimeoutOutcome.new, created_by : String | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
created_by
Sourceoutcome
Represents either an exit outcome (with an exit code) or a timeout outcome for a shell call output chunk.
outcome=(outcome : FunctionShellCallOutputContentOutcome)
Represents either an exit outcome (with an exit code) or a timeout outcome for a shell call output chunk.
stderr
Sourcestdout
Source