module RubyLLM::Providers::Anthropic::Models

def extract_model_id(data)

def extract_model_id(data)
  data.dig('message', 'model')
end