lib/raix.rb in raix-0.4.6 vs lib/raix.rb in raix-0.4.7
- 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/predicate"
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.