mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
Bugfix/custom assistant tools description (#3739)
* add tool description to custom assistant * update custom assistant knowledge tooltip
This commit is contained in:
@@ -987,7 +987,7 @@ const CustomAssistantConfigurePreview = () => {
|
||||
>
|
||||
<Stack sx={{ position: 'relative', alignItems: 'center' }} direction='row'>
|
||||
<Typography>Knowledge (Document Stores)</Typography>
|
||||
<TooltipWithParser title='Give your assistant context about different document sources' />
|
||||
<TooltipWithParser title='Give your assistant context about different document sources. Document stores must be upserted in advance.' />
|
||||
</Stack>
|
||||
<MultiDropdown
|
||||
key={JSON.stringify(selectedDocumentStores)}
|
||||
|
||||
Reference in New Issue
Block a user