- Select a tool to set up + {t('settings.tools.selectToolSetup')}
@@ -43,6 +44,9 @@ function AddPrompt({ {t('modals.prompts.addDescription')}
@@ -122,13 +132,16 @@ function EditPrompt({ {t('modals.prompts.editDescription')}
| {t('settings.apiKeys.name')} | -+ | + {t('settings.apiKeys.name')} + | +{t('settings.apiKeys.sourceDoc')} | -{t('settings.apiKeys.key')} | -+ | + {t('settings.apiKeys.key')} + | +
+
= ({
onChange={(e) => {
setSearchTerm(e.target.value);
setCurrentPage(1);
- // refreshDocs(sortField, 1, rowsPerPage);
- // do not call refreshDocs here the state is async
- // so it will not have the updated value
- }} // Handle search input change
+ }}
/>
- {' '}
+ {t('settings.documents.actions')}
|
@@ -270,7 +271,7 @@ const Documents: React.FC
-
+ +
-
+ +
-
+ +
-
+ +
-
+ +
-
+ + {loadingChatbots ? ( |
|---|