add answer output parse

This commit is contained in:
takatost
2024-03-13 23:00:28 +08:00
parent 5a67c09b48
commit 44c4d5be72
9 changed files with 120 additions and 138 deletions

View File

@ -531,10 +531,10 @@ class WorkflowConverter:
"data": {
"title": "END",
"type": NodeType.END.value,
"outputs": {
"outputs": [{
"variable": "result",
"value_selector": ["llm", "text"]
}
}]
}
}