We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6490ad4 commit b3061b1Copy full SHA for b3061b1
1 file changed
attractor-spec.md
@@ -1959,7 +1959,7 @@ ASSERT no error-severity results in lint_results
1959
1960
-- 3. Execute with LLM callback
1961
context = Context()
1962
-outcome = run_pipeline(graph, context, llm_callback = real_llm_callback)
+outcome = run(graph, context)
1963
1964
-- 4. Verify
1965
ASSERT outcome.status == "success"
0 commit comments