Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -146,7 +146,7 @@ tools = [
|
|
146 |
]
|
147 |
|
148 |
# Build graph function
|
149 |
-
def build_graph(provider: str = "
|
150 |
"""Build the graph"""
|
151 |
# Load environment variables from .env file
|
152 |
if provider == "google":
|
|
|
146 |
]
|
147 |
|
148 |
# Build graph function
|
149 |
+
def build_graph(provider: str = "google"):
|
150 |
"""Build the graph"""
|
151 |
# Load environment variables from .env file
|
152 |
if provider == "google":
|