Skip to content

Commit 70e3f01

Browse files
Bug fix since the namespace had changed in langchainrb
1 parent 2b01db6 commit 70e3f01

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

Gemfile.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,11 @@ GEM
116116
json (2.7.2)
117117
json-schema (4.3.1)
118118
addressable (>= 2.8)
119-
langchainrb (0.16.0)
119+
langchainrb (0.18.0)
120120
baran (~> 0.1.9)
121121
json-schema (~> 4)
122122
matrix
123123
pragmatic_segmenter (~> 0.3.0)
124-
rainbow (~> 3.1.0)
125124
zeitwerk (~> 2.5)
126125
language_server-protocol (3.17.0.3)
127126
lint_roller (1.1.0)
@@ -270,7 +269,7 @@ GEM
270269
websocket-extensions (>= 0.1.0)
271270
websocket-extensions (0.1.5)
272271
yard (0.9.37)
273-
zeitwerk (2.6.18)
272+
zeitwerk (2.7.0)
274273

275274
PLATFORMS
276275
ruby
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
# frozen_string_literal: true
2+
13
module Langchain
2-
module Messages
3-
class Base
4-
attr_accessor :id
4+
class Assistant
5+
module Messages
6+
class Base
7+
attr_accessor :id
8+
end
59
end
610
end
711
end

0 commit comments

Comments
 (0)