Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -132,7 +132,7 @@ tools = [
|
|
132 |
]
|
133 |
|
134 |
# Build graph function
|
135 |
-
def build_graph(provider: str = "
|
136 |
"""Build the graph"""
|
137 |
# Load environment variables from .env file
|
138 |
if provider == "google":
|
|
|
132 |
]
|
133 |
|
134 |
# Build graph function
|
135 |
+
def build_graph(provider: str = "test"):
|
136 |
"""Build the graph"""
|
137 |
# Load environment variables from .env file
|
138 |
if provider == "google":
|