Class: Pikuri::Agent::Event::AssistantDelta
- Inherits:
-
Data
- Object
- Data
- Pikuri::Agent::Event::AssistantDelta
- Defined in:
- lib/pikuri/agent/event.rb
Overview
Streaming fragment of assistant Markdown, off a RubyLLM::Chunk
when streaming: is on. Same preview-only semantics as
ThinkingDelta; consume Assistant for the authoritative text.
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
67 68 69 |
# File 'lib/pikuri/agent/event.rb', line 67 def content @content end |