Class: Pikuri::Agent::Event::AssistantDelta

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



67
68
69
# File 'lib/pikuri/agent/event.rb', line 67

def content
  @content
end