self.included

in lib/anthropic/internal/type/request_parameters.rb [13:19]


        def self.included(mod)
          return unless mod <= Anthropic::Internal::Type::BaseModel

          mod.extend(Anthropic::Internal::Type::RequestParameters::Converter)
          mod.optional(:request_options, Anthropic::RequestOptions)
        end