class RubyLLM::MCP::Completion

def initialize(argument:, values:, total:, has_more:)

def initialize(argument:, values:, total:, has_more:)
  @argument = argument
  @values = values
  @total = total
  @has_more = has_more
end