feat(web): 增加判断节点对不同类型的适配和处理

This commit is contained in:
2025-07-15 23:19:33 +08:00
parent 35c5150a1f
commit 91e6f49342
6 changed files with 71 additions and 30 deletions

View File

@@ -24,7 +24,7 @@ const LlmNode = (props: NodeProps) => {
{
outputs: {
text: {
type: 'string',
type: 'text',
},
},
},