Skip to content

Commit 644b075

Browse files
chablinoCopilot
andauthored
Update agents/s11_autonomous_agents.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ea53008 commit 644b075

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agents/s11_autonomous_agents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def _loop(self, name: str, role: str, prompt: str):
281281
if unclaimed:
282282
task = unclaimed[0]
283283
result = claim_task(task["id"], name)
284-
if result.startswith("Error"):
284+
if result.startswith("Error:"):
285285
continue
286286
task_prompt = (
287287
f"<auto-claimed>Task #{task['id']}: {task['subject']}\n"

0 commit comments

Comments
 (0)