Class: ActiveAgent::Providers::Gemini::Options
- Inherits:
-
OpenAI::Options
- Object
- Common::BaseModel
- OpenAI::Options
- ActiveAgent::Providers::Gemini::Options
- Defined in:
- lib/active_agent/providers/gemini/options.rb
Overview
Configuration options for Gemini provider
Extends OpenAI::Options with Gemini-specific settings including the default base URL for Gemini’s OpenAI-compatible API endpoint.
Constant Summary collapse
- GEMINI_BASE_URL =
"https://generativelanguage.googleapis.com/v1beta/openai/"
Method Summary
Methods inherited from OpenAI::Options
Methods inherited from Common::BaseModel
#<=>, #==, attribute, #deep_compact, #deep_dup, delegate_attributes, drop_attributes, inherited, #initialize, #inspect, keys, #merge!, required_attributes, #serialize, #to_h, #to_hash
Constructor Details
This class inherits a constructor from ActiveAgent::Providers::OpenAI::Options