fix: tool bool input can choose file

This commit is contained in:
Joel 2025-09-03 14:41:29 +08:00
parent df0fe49fcc
commit c422d732d2
1 changed files with 1 additions and 0 deletions

View File

@ -277,6 +277,7 @@ const FormInputItem: FC<Props> = ({
valueTypePlaceHolder={targetVarType()}
currentTool={currentTool}
currentProvider={currentProvider}
isFilterFileVar={isBoolean}
/>
)}
</div>