mirror of
https://github.com/langgenius/dify.git
synced 2026-03-30 17:20:16 +08:00
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
Block a user