fix: drop obsolete eval_condition context_data parameter

This commit is contained in:
lda
2026-09-05 01:40:38 +07:00 Verified
parent 22c17ed20e
commit 74a3dd2b1f
3 changed files with 11 additions and 20 deletions
+1 -1
View File
@@ -45,5 +45,5 @@ def test_condition_dsl_supports_not_ge_and_ne() -> None:
compiled,
state={"score": 7, "status": "ready"},
workflow_input={},
context_data=None,
context={"prior_outcome": None},
)