Class: RailsAiBridge::Serializers::Formatters::Providers::GeminiFooterFormatter
- Defined in:
- lib/rails_ai_bridge/serializers/formatters/providers/gemini_footer_formatter.rb
Overview
Renders the Gemini footer with behavioral rules and regeneration note.
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#call ⇒ String
Renders the footer for the GEMINI.md file.
Methods inherited from Base
Constructor Details
This class inherits a constructor from RailsAiBridge::Serializers::Formatters::Base
Instance Method Details
#call ⇒ String
Renders the footer for the GEMINI.md file.
13 14 15 16 17 18 |
# File 'lib/rails_ai_bridge/serializers/formatters/providers/gemini_footer_formatter.rb', line 13 def call SharedAssistantGuidance.( context, rules_heading: '## Behavioral Rules' ).join("\n") end |