mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +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'>
|
<Stack sx={{ position: 'relative', alignItems: 'center' }} direction='row'>
|
||||||
<Typography>Knowledge (Document Stores)</Typography>
|
<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>
|
</Stack>
|
||||||
<MultiDropdown
|
<MultiDropdown
|
||||||
key={JSON.stringify(selectedDocumentStores)}
|
key={JSON.stringify(selectedDocumentStores)}
|
||||||
|
|||||||
Reference in New Issue
Block a user