struct AI::OpenAI::Responses::ShellCommandResult

Included Modules

Defined in:

ai/openai/responses/openai_responses_api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(stdout : String, stderr : String, outcome : ShellOutcome) #

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

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

[View source]

Instance Method Detail

def outcome : ShellOutcome #

[View source]
def stderr : String #

[View source]
def stdout : String #

[View source]