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