Class: Google::Genai::Chats
- Inherits:
-
Object
- Object
- Google::Genai::Chats
- Defined in:
- lib/google/genai/chats.rb
Instance Method Summary collapse
- #create(model:, history: [], config: nil) ⇒ Object
-
#initialize(client) ⇒ Chats
constructor
A new instance of Chats.
Constructor Details
#initialize(client) ⇒ Chats
Returns a new instance of Chats.
6 7 8 |
# File 'lib/google/genai/chats.rb', line 6 def initialize(client) @client = client end |