ruby_conversations 1.1.10 → 1.1.11

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: da4d0a6a2f2b0271378ae34a50db56effd5c07e6e1d812572a69b3d489806e9b
4
- data.tar.gz: ffad38a303710b1d5b569e17d4a88006d524b2f0c4e3ff6648dcc74cd6f5bc8a
3
+ metadata.gz: 29657c3bcf124b7fc0a579c1fe79a6ba4425f86e10c8af5a71a4362e4280e0e0
4
+ data.tar.gz: ba0c7d8f882f4b354091e15fb31b029c8c354da560925defd7dc7bce6b5e4ed2
5
5
  SHA512:
6
- metadata.gz: 6a11811cc96e01687fda06ee1788630ec445948b8eb7622dc4237b301182557bf56a1244f8d8cda6f221e66890546832d4a4d62091ff007864b60f4c048156c0
7
- data.tar.gz: 10657b122c34370f2392fab667cb2fc0f3b4f84fff0344f9c6b2037fd03deeb0d7383491ee44951c9421df7883cd993a5b7408bea852aacfb7fb798d88a2b367
6
+ metadata.gz: f49df628f9503516aaa7099f3fba07ab98861f8c3304527690587ad3761c075783003a8000ffc4e64ad695ed3a630b430b3058f080ff421293b39d3320de8f41
7
+ data.tar.gz: 0af555748840ef8311d18c447a89c2c6713c9bf0b46be34bdb51d61e955d420cc36b3648bb77156499476de7b07e8d0ce825614eb7e431145e9c7882f8baa9ca
@@ -74,7 +74,7 @@ module RubyConversations
74
74
  def setup_llm_chat(system_message: nil)
75
75
  configure_llm_credentials
76
76
  configure_tools
77
- chat.add_message(role: :system, content: system_message) if system_message.present?
77
+ chat.with_instructions(system_message) if system_message.present?
78
78
  end
79
79
 
80
80
  def update_last_message_response(message, chat_messages)
@@ -3,7 +3,7 @@
3
3
  module RubyConversations
4
4
  MAJOR = 1
5
5
  MINOR = 1
6
- PATCH = 10
6
+ PATCH = 11
7
7
 
8
8
  VERSION = "#{RubyConversations::MAJOR}.#{RubyConversations::MINOR}.#{RubyConversations::PATCH}".freeze
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_conversations
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.10
4
+ version: 1.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Shippy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-16 00:00:00.000000000 Z
11
+ date: 2025-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport