Update app.py
Browse files
app.py
CHANGED
@@ -8,8 +8,7 @@ import re
|
|
8 |
from typing import Dict, List, Optional, Union, Any
|
9 |
|
10 |
# --- Tool Specific Imports ---
|
11 |
-
from newsapi import NewsApiClient
|
12 |
-
|
13 |
# --- Assuming your tools are structured like this ---
|
14 |
# If these are classes, they should be instantiated.
|
15 |
# If they are @tool decorated functions, they are used directly.
|
|
|
8 |
from typing import Dict, List, Optional, Union, Any
|
9 |
|
10 |
# --- Tool Specific Imports ---
|
11 |
+
from newsapi import NewsApiClient
|
|
|
12 |
# --- Assuming your tools are structured like this ---
|
13 |
# If these are classes, they should be instantiated.
|
14 |
# If they are @tool decorated functions, they are used directly.
|