struct
AI::OpenAI::Tools::UserLocation
- AI::OpenAI::Tools::UserLocation
- Struct
- Value
- Object
Overview
User location for web search.
Defined in:
ai/openai/tool/openai_tools.crConstructors
Instance Method Summary
- #city : String | Nil
- #country : String | Nil
- #region : String | Nil
- #timezone : String | Nil
- #to_h : Hash(String, JSON::Any)
- #type : String
Constructor Detail
def self.new(country : String | Nil = nil, city : String | Nil = nil, region : String | Nil = nil, timezone : String | Nil = nil)
#