Skip to content

Commit b3061b1

Browse files
committed
Correct inconsistency in core execution loop
1 parent 6490ad4 commit b3061b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

attractor-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1959,7 +1959,7 @@ ASSERT no error-severity results in lint_results
19591959
19601960
-- 3. Execute with LLM callback
19611961
context = Context()
1962-
outcome = run_pipeline(graph, context, llm_callback = real_llm_callback)
1962+
outcome = run(graph, context)
19631963
19641964
-- 4. Verify
19651965
ASSERT outcome.status == "success"

0 commit comments

Comments
 (0)