ruby_conversations 1.1.19 → 1.1.20

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: ebc5c89a68bdb0c92c5347a9180117e3a123b4fac917540db7b367739c76fe56
4
- data.tar.gz: 68dc2468b1e0fb6fa510cd12a26c6d433f1dddb7e9e6d91e363f10e6880ec888
3
+ metadata.gz: cef365f7ec2c1ab08b53a127dc07423403a8dbbd30c7b42d83d0775fa9bf02e2
4
+ data.tar.gz: b38e9aa6116a5f0ef0d55416377adb6129c8f05c64593b662bd56869afe71e2b
5
5
  SHA512:
6
- metadata.gz: 8723b0816e0669660e658fe4539bffc5e3827d58906271292df7ff19dc3edfc3476edd6ed003b41458cb73888b38bfaacdffa1e267b795701417b99bd6278039
7
- data.tar.gz: d1d932038dc954d4b616681e7b6a938f6909170a3e90f102e080fc0cfa6b0eab4bbd74f8379fc9d7884e34c8a69c08f7853ec3dbc78dc81cdf7d8a9e6d6a9260
6
+ metadata.gz: 8023d6965adadee5ee7dd5274a6d926b299f68b706b5fa75d6254da8f817af94429fbc070c13584995cb1ebeca330f299bd0b599822eb05e8ea5798bd37fff46
7
+ data.tar.gz: 24fe4126291afaf1419a34741d0439a75885048fe71e232e4ee5b04909f94c61b77fda0fc6d92471c4ef32ad913379f05c899b2cb76746c500c48d586456a0e3
@@ -44,7 +44,7 @@ module RubyConversations
44
44
 
45
45
  model = message.message_prompts.first.llm
46
46
  chat.with_model(model)
47
- with_message_llm(message, chat.model.id)
47
+ with_message_llm(message, model)
48
48
  end
49
49
 
50
50
  def with_message_llm(message, llm)
@@ -3,7 +3,7 @@
3
3
  module RubyConversations
4
4
  MAJOR = 1
5
5
  MINOR = 1
6
- PATCH = 19
6
+ PATCH = 20
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.19
4
+ version: 1.1.20
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-09-04 00:00:00.000000000 Z
11
+ date: 2025-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport