struct AI::OpenAI::Responses::LocalShellAction

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(command : Array(String), timeout_ms : Int32 | Nil = nil, user : String | Nil = nil, working_directory : String | Nil = nil, env : Hash(String, String) | Nil = nil) #

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

[View source]

Instance Method Detail

def command : Array(String) #

[View source]
def env : Hash(String, String) | Nil #

[View source]
def timeout_ms : Int32 | Nil #

[View source]
def type : String #

[View source]
def user : String | Nil #

[View source]
def working_directory : String | Nil #

[View source]