mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-11 01:08:57 +08:00
fix: tool node show output text variable type error (#3556)
This commit is contained in:
parent
e212a87b86
commit
be3b37114c
@ -123,7 +123,7 @@ const Panel: FC<NodePanelProps<ToolNodeType>> = ({
|
||||
<>
|
||||
<VarItem
|
||||
name='text'
|
||||
type='Array[Object]'
|
||||
type='String'
|
||||
description={t(`${i18nPrefix}.outputVars.text`)}
|
||||
/>
|
||||
<VarItem
|
||||
|
Loading…
x
Reference in New Issue
Block a user