Spaces:
Runtime error
Runtime error
Update agent/utils.py
Browse files- 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):
|