module RubyLLM::Provider

def extended(base)

def extended(base)
  base.extend(Methods)
  base.extend(Streaming)
end