fix: can not choose agent tool

pull/22091/head
Joel 11 months ago
parent 924ec8c8d2
commit 4fe3c7c63f

@ -188,6 +188,8 @@ const MultipleToolSelector = ({
panelShowState={panelShowState} panelShowState={panelShowState}
onPanelShowStateChange={setPanelShowState} onPanelShowStateChange={setPanelShowState}
isEdit={false} isEdit={false}
canChooseMCPTool={canChooseMCPTool}
onSelectMultiple={handleAddMultiple}
/> />
</> </>
) )

Loading…
Cancel
Save