lib/raix/response_format.rb in raix-0.4.4 vs lib/raix/response_format.rb in raix-0.4.5

- old
+ new

@@ -1,7 +1,8 @@ # frozen_string_literal: true require "active_support/core_ext/object/deep_dup" +require "active_support/core_ext/string/filters" module Raix # Handles the formatting of responses for AI interactions. # # This class is responsible for converting input data into a JSON schema