test: update chat_service spec
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user