fix(workflow): bugs

This commit is contained in:
takatost
2024-09-02 17:49:51 +08:00
parent 43240fcd41
commit 5bda3a384a
3 changed files with 60 additions and 28 deletions

View File

@ -700,6 +700,11 @@ def test_parallels_graph6():
"source": "code3",
"target": "answer",
},
{
"id": "llm3-source-answer-target",
"source": "llm3",
"target": "answer",
},
],
"nodes": [
{"data": {"type": "start"}, "id": "start"},