Bugfix/custom assistant tools description (#3739)

* add tool description to custom assistant

* update custom assistant knowledge tooltip
This commit is contained in:
Henry Heng
2024-12-19 11:07:47 +00:00
committed by GitHub
parent c809f4165a
commit e8903a5719
@@ -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)}