Class: Pikuri::Agent::Event::SystemInjected
- Inherits:
-
Data
- Object
- Data
- Pikuri::Agent::Event::SystemInjected
- Defined in:
- lib/pikuri/agent/event.rb
Overview
A reference block injected into the chat log — recalled memory, a
host-loaded skill, a path-activation promotion, retrieved snippets.
Carries the block unwrapped, without the <system-reminder>
envelope Pikuri::Agent#append_reference_block sends it under, so a listener
renders what the host wrote rather than pikuri's framing.
Named for the role it plays (background reference, not new user
input), not the wire role it lands under — which is :user, because a
mid-conversation :system message is unportable.
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
40 41 42 |
# File 'lib/pikuri/agent/event.rb', line 40 def content @content end |