Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -152,7 +152,7 @@ tools = [
|
|
| 152 |
]
|
| 153 |
|
| 154 |
# Build graph function
|
| 155 |
-
def build_graph(provider: str = "
|
| 156 |
"""Build the graph"""
|
| 157 |
# Load environment variables from .env file
|
| 158 |
if provider == "google":
|
|
|
|
| 152 |
]
|
| 153 |
|
| 154 |
# Build graph function
|
| 155 |
+
def build_graph(provider: str = "google"):
|
| 156 |
"""Build the graph"""
|
| 157 |
# Load environment variables from .env file
|
| 158 |
if provider == "google":
|