Class: RailsAiBridge::Serializers::Formatters::Providers::CodexFooterFormatter

Inherits:
Base
  • Object
show all
Defined in:
lib/rails_ai_bridge/serializers/formatters/providers/codex_footer_formatter.rb

Overview

Renders the Codex-specific document footer with regeneration instructions.

Instance Method Summary collapse

Instance Method Details

#callString

Returns:

  • (String)


9
10
11
# File 'lib/rails_ai_bridge/serializers/formatters/providers/codex_footer_formatter.rb', line 9

def call
  RegenerationFooter.markdown(command: 'rails ai:bridge:codex', variant: :auto_short)
end