module RubyLLM::Providers::Anthropic::Chat

def format_text_block(content)

def format_text_block(content)
  {
    type: 'text',
    text: content
  }
end