OpenAI::FunctionShellCallOutputExitOutcome
Inherits JSON::Serializable < Reference < Object
Indicates that the shell commands finished and returned an exit code.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : FunctionShellCallOutputExitOutcomeType = FunctionShellCallOutputExitOutcomeType::Exit, exit_code : Int64 = 0)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
type_value=(type_value : FunctionShellCallOutputExitOutcomeType)
The outcome type. Always exit.