Update tools_agent.py
Browse files- tools_agent.py +1 -1
tools_agent.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
from typing import Dict, List, Any
|
2 |
-
from
|
3 |
from huggingface_hub import InferenceClient
|
4 |
import os
|
5 |
import json
|
|
|
1 |
from typing import Dict, List, Any
|
2 |
+
from tools_registry import Tool
|
3 |
from huggingface_hub import InferenceClient
|
4 |
import os
|
5 |
import json
|