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