struct
AI::OpenAI::Responses::LocalShellAction
- AI::OpenAI::Responses::LocalShellAction
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
ai/openai/responses/openai_responses_api.crConstructors
- .new(pull : JSON::PullParser)
- .new(command : Array(String), timeout_ms : Int32 | Nil = nil, user : String | Nil = nil, working_directory : String | Nil = nil, env : Hash(String, String) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #command : Array(String)
- #env : Hash(String, String) | Nil
- #timeout_ms : Int32 | Nil
- #type : String
- #user : String | Nil
- #working_directory : String | Nil
Constructor Detail
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)
#