This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
fix: tool node show output text variable type error (
#3556
)
tags/0.6.4
Joel
1 year ago
parent
e212a87b86
commit
be3b37114c
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
web/app/components/workflow/nodes/tool/panel.tsx
+ 1
- 1
web/app/components/workflow/nodes/tool/panel.tsx
View File
@@ -123,7 +123,7 @@ const Panel: FC<NodePanelProps<ToolNodeType>> = ({
<>
<VarItem
name='text'
type='
Array[Object]
'
type='
String
'
description={t(`${i18nPrefix}.outputVars.text`)}
/>
<VarItem
Write
Preview
Loading…
Cancel
Save