Skip to content

Commit cf2d504

Browse files
author
Test
committed
ai service spec needed to be updated for new prompts / system message
1 parent e6a8a88 commit cf2d504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/services/ai_service_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ module OpenAI
8585
it 'sends the system_message to the system' do
8686
ai_service.chat(chat)
8787
expect(ai_service.messages.first[:role]).to eq('system')
88-
expect(ai_service.messages.first[:content]).to include('Help out with any questions the user may ask')
88+
expect(ai_service.messages.first[:content]).to include('You are a highly skilled and experienced Database Administrator')
8989
end
9090
end
9191

0 commit comments

Comments
 (0)