struct AI::OpenAI::Responses::ShellOutcome

Included Modules

Defined in:

ai/openai/responses/openai_responses_api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.exit(code : Int32) : ShellOutcome #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(type : String, exit_code : Int32 | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]
def self.timeout : ShellOutcome #

[View source]

Instance Method Detail

def exit_code : Int32 | Nil #

[View source]
def type : String #

[View source]