test: update chat_service spec

This commit is contained in:
Shivam Mishra
2025-01-22 13:43:42 +05:30
parent 4f838e499e
commit e22e97ad06
2 changed files with 6 additions and 3 deletions
@@ -35,7 +35,6 @@ module Captain::ChatHelper
def handle_response(response)
message = response.dig('choices', 0, 'message')
if message['tool_calls']
process_tool_calls(message['tool_calls'])
else