lib/raix.rb in raix-0.4.0 vs lib/raix.rb in raix-0.4.1

- old
+ new

@@ -2,9 +2,10 @@ require_relative "raix/version" require_relative "raix/chat_completion" require_relative "raix/function_dispatch" require_relative "raix/prompt_declarations" +require_relative "raix/response_format" # The Raix module provides configuration options for the Raix gem. module Raix # The Configuration class holds the configuration options for the Raix gem. class Configuration