Solution ready for publishing: update main.py

This commit is contained in:
2026-06-18 12:11:10 +00:00
parent e692b6be9b
commit e0e98b93ac
+1 -1
View File
@@ -107,7 +107,7 @@ builder.add_conditional_edges(
builder.add_conditional_edges(
"rewrite",
lambda state: "reflect" if state["round"] < state["max_rounds"] else END,
{"reflect": "reflect", "END": END}
{"reflect": "reflect", END: END}
)
graph = builder.compile()