Module: Roast::Tools::Helpers::CodingAgentMessageFormatter
- Extended by:
- CodingAgentMessageFormatter
- Included in:
- CodingAgentMessageFormatter
- Defined in:
- lib/roast/tools/helpers/coding_agent_message_formatter.rb
Instance Method Summary collapse
Instance Method Details
#format_messages(json) ⇒ Object
9 10 11 12 |
# File 'lib/roast/tools/helpers/coding_agent_message_formatter.rb', line 9 def (json) = json.dig("message", "content") .map(&method(:format_message)) end |