redhairedshanks1 commited on
Commit
4ee1ff0
·
1 Parent(s): bf161ca

Update services/pipeline_executor.py

Browse files
Files changed (1) hide show
  1. services/pipeline_executor.py +1 -1
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 = 10
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",