Class: Antigravity::Chunk
- Defined in:
- lib/antigravity/message.rb
Overview
Backward-compatible alias for streaming chunks
Instance Attribute Summary
Attributes inherited from Message
#content, #delta, #model_id, #role, #steps, #thinking, #tokens, #tool_calls, #tool_calls_count, #usage
Instance Method Summary collapse
-
#initialize(**kwargs) ⇒ Chunk
constructor
A new instance of Chunk.
Methods inherited from Message
Methods inherited from Base
Methods included from Emojifiable
Constructor Details
#initialize(**kwargs) ⇒ Chunk
Returns a new instance of Chunk.
33 34 35 |
# File 'lib/antigravity/message.rb', line 33 def initialize(**kwargs) super(**kwargs, delta: true) end |