Skip to content

Commit 1240926

Browse files
Remove old comment
1 parent 92e4b1e commit 1240926

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

spec/ruby_llm/active_record/acts_as_spec.rb

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)