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