Class: RailsAiBridge::Serializers::Formatters::Providers::CopilotHeaderFormatter
- Inherits:
-
Base
- Object
- Formatters::Base
- Base
- RailsAiBridge::Serializers::Formatters::Providers::CopilotHeaderFormatter
- Defined in:
- lib/rails_ai_bridge/serializers/formatters/providers/copilot_header_formatter.rb
Overview
Renders the Copilot Instructions document header.
Instance Method Summary collapse
Instance Method Details
#call ⇒ String
9 10 11 12 13 14 15 16 |
# File 'lib/rails_ai_bridge/serializers/formatters/providers/copilot_header_formatter.rb', line 9 def call ProviderDocumentHeader.call( context: context, document_title: 'Copilot Instructions', layout: :instructions, intro: "Use this context to generate code that fits this project's structure and patterns." ) end |