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