Spaces:
Sleeping
Sleeping
Commit ·
4ee1ff0
1
Parent(s): bf161ca
Update services/pipeline_executor.py
Browse files
services/pipeline_executor.py
CHANGED
|
@@ -166,7 +166,7 @@ Execute each component by calling the corresponding tool."""
|
|
| 166 |
tool_results = {}
|
| 167 |
has_called_tools = False
|
| 168 |
step_count = 0
|
| 169 |
-
max_iterations =
|
| 170 |
|
| 171 |
yield {
|
| 172 |
"type": "status",
|
|
|
|
| 166 |
tool_results = {}
|
| 167 |
has_called_tools = False
|
| 168 |
step_count = 0
|
| 169 |
+
max_iterations = 1 # Only try once, wait for response
|
| 170 |
|
| 171 |
yield {
|
| 172 |
"type": "status",
|