struct
AI::OpenAI::Responses::FunctionCall
- AI::OpenAI::Responses::FunctionCall
- Struct
- Value
- Object
Overview
Function call
Included Modules
- JSON::Serializable
Defined in:
ai/openai/responses/openai_responses_api.crConstructors
- .new(call_id : String, name : String, arguments : String, id : String | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
Constructor Detail
def self.new(call_id : String, name : String, arguments : String, id : String | Nil = nil)
#