File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
lib/langchainrb_overrides Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff 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 )
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
275274PLATFORMS
276275 ruby
Original file line number Diff line number Diff line change 1+ # frozen_string_literal: true
2+
13module 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
711end
You can’t perform that action at this time.
0 commit comments