Skip to content

Commit e8903a5

Browse files
authored
Bugfix/custom assistant tools description (#3739)
* add tool description to custom assistant * update custom assistant knowledge tooltip
1 parent c809f41 commit e8903a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/views/assistants/custom/CustomAssistantConfigurePreview.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ const CustomAssistantConfigurePreview = () => {
987987
>
988988
<Stack sx={{ position: 'relative', alignItems: 'center' }} direction='row'>
989989
<Typography>Knowledge (Document Stores)</Typography>
990-
<TooltipWithParser title='Give your assistant context about different document sources' />
990+
<TooltipWithParser title='Give your assistant context about different document sources. Document stores must be upserted in advance.' />
991991
</Stack>
992992
<MultiDropdown
993993
key={JSON.stringify(selectedDocumentStores)}

0 commit comments

Comments
 (0)