Class: Pikuri::Agent::Event::Assistant
- Inherits:
-
Data
- Object
- Data
- Pikuri::Agent::Event::Assistant
- Defined in:
- lib/pikuri/agent/event.rb
Overview
Assistant Markdown content, extracted from a RubyLLM::Message with role :assistant. Emitted by Pikuri::Agent‘s after_message wiring; empty content is filtered at the dispatch site (pure tool-call turns surface Tokens only, no Assistant).
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
59 60 61 |
# File 'lib/pikuri/agent/event.rb', line 59 def content @content end |