mirror of https://github.com/langgenius/dify.git
fix: tool bool input can choose file
This commit is contained in:
parent
df0fe49fcc
commit
c422d732d2
|
|
@ -277,6 +277,7 @@ const FormInputItem: FC<Props> = ({
|
|||
valueTypePlaceHolder={targetVarType()}
|
||||
currentTool={currentTool}
|
||||
currentProvider={currentProvider}
|
||||
isFilterFileVar={isBoolean}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue