ruby_conversations 1.1.17 → 1.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5fed8edd6f9ceb9b55ea3ccd56cb622cee7e229cc9ff5f0ecb25bb8f9785144d
4
- data.tar.gz: 0ce005a8a4eaf7292e37cd16a07ea4c1fbfcfb2c1304523e0fa6fa24ce52db63
3
+ metadata.gz: faeae41755bab080e90eadf6b2ac2b38baa77d6891c2249161d15ff456c26a53
4
+ data.tar.gz: 45c85d24bdc2d085577162887845aaf7a7e6e7eeb7c962708656df32bc282974
5
5
  SHA512:
6
- metadata.gz: 5254ddebfd82646a4068f09cf360c0b03610e790743c37cf1bbaa624def6039ede8783e0e998db51bef0c6a997f2c82e43ded06d15cde50f8abe6bcac54e4d41
7
- data.tar.gz: df99ec6693197462e9a0e58fc1e9df7287d69daaaf399f220ae0883ca8214bcf54a6e641a03a0443341b6e7c0520f9407a7ab03db9406f973eef47827521e843
6
+ metadata.gz: 1103d7a09242a922ad04b5f6c4ed7d843e78acf8c8a2089c0dcb1469d5c716bb2a5e5dff58b62a5f3f548f0a8dc3a97ebe5970e23dfe6c157037f73b0bbe19d7
7
+ data.tar.gz: ea18f30f05335508873634f13abd3da6690af0ecebf84c16f5d08f6ab973f4b4aff2cac3b72e3fb8c724cccbbc76a16b2d05f591568fe1515184fa0763270c95
@@ -80,7 +80,7 @@ module RubyConversations
80
80
  end
81
81
 
82
82
  def configure_prompt_caching
83
- chat.cache_prompts(system: true, tools: true, user: false)
83
+ chat.cache_prompts(system: true, tools: true, user: true)
84
84
  end
85
85
  end
86
86
  end
@@ -3,7 +3,7 @@
3
3
  module RubyConversations
4
4
  MAJOR = 1
5
5
  MINOR = 1
6
- PATCH = 17
6
+ PATCH = 18
7
7
 
8
8
  VERSION = "#{RubyConversations::MAJOR}.#{RubyConversations::MINOR}.#{RubyConversations::PATCH}".freeze
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_conversations
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.17
4
+ version: 1.1.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Shippy