feat: add deterministic message interaction stages

This commit is contained in:
Xin Wang
2026-08-03 07:10:41 +08:00
parent 479a516546
commit 9daa46ed4d
26 changed files with 1356 additions and 414 deletions

View File

@@ -89,7 +89,7 @@ class DynamicVariableTests(unittest.TestCase):
{
"id": "start",
"type": "start",
"data": {"greeting": "您好 {{nickname}}"},
"data": {"name": "Start"},
}
],
"edges": [],