OpenAI::FunctionShellCallOutputContentParam
Inherits JSON::Serializable < Reference < Object
Captured stdout and stderr for a portion of a shell tool call output.
Constructors
new(pull : JSON::PullParser)
Sourcenew(stdout : String = "", stderr : String = "", outcome : FunctionShellCallOutputOutcomeParam = FunctionShellCallOutputTimeoutOutcomeParam.new)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
outcome=(outcome : FunctionShellCallOutputOutcomeParam)
The exit or timeout outcome associated with this shell call.
validate!
Source