struct AI::OpenAI::Responses::ShellAction

Included Modules

Defined in:

ai/openai/responses/openai_responses_api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(commands : Array(String), timeout_ms : Int32 | Nil = nil, max_output_length : Int32 | Nil = nil) #

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

[View source]

Instance Method Detail

def commands : Array(String) #

[View source]
def max_output_length : Int32 | Nil #

[View source]
def timeout_ms : Int32 | Nil #

[View source]