struct
AI::OpenAI::Responses::ShellAction
- AI::OpenAI::Responses::ShellAction
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
ai/openai/responses/openai_responses_api.crConstructors
- .new(pull : JSON::PullParser)
- .new(commands : Array(String), timeout_ms : Int32 | Nil = nil, max_output_length : Int32 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
Constructor Detail
def self.new(commands : Array(String), timeout_ms : Int32 | Nil = nil, max_output_length : Int32 | Nil = nil)
#