kamil1300 commited on
Commit
e7ece30
·
verified ·
1 Parent(s): 0e3139f

Update agent/utils.py

Browse files
Files changed (1) hide show
  1. agent/utils.py +1 -1
agent/utils.py CHANGED
@@ -1,5 +1,5 @@
1
  import json
2
- from handlers import get_weather, web_search, get_time_in_location, analyze_image, analyze_video, transcribe_audio
3
 
4
  # loop for tool calls
5
  def handle_tool_calls(response):
 
1
  import json
2
+ from .handlers import get_weather, web_search, get_time_in_location, analyze_image, analyze_video, transcribe_audio
3
 
4
  # loop for tool calls
5
  def handle_tool_calls(response):