File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
spec/ruby_llm/active_record Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -429,17 +429,6 @@ class ToolCall < ActiveRecord::Base # rubocop:disable RSpec/LeakyConstantDeclara
429429 end
430430 end
431431
432- # it 'works with namespaced classes and custom associations' do
433- # bot_chat = Assistants::BotChat.create!(model: model)
434- # bot_chat.ask("What's 2 + 2?")
435-
436- # expect(bot_chat.bot_messages.count).to eq(2)
437- # expect(bot_chat.bot_messages.first).to be_a(BotMessage)
438- # expect(bot_chat.bot_messages.first.role).to eq('user')
439- # expect(bot_chat.bot_messages.last.role).to eq('assistant')
440- # expect(bot_chat.bot_messages.last.content).to be_present
441- # end
442-
443432 it 'creates messages successfully' do
444433 conversation = Support ::Conversation . create! ( model : model )
445434
You can’t perform that action at this time.
0 commit comments