Timothy J. Baek 10 months ago
parent
commit
a91db7f7a6

+ 1 - 1
src/lib/components/workspace/Documents.svelte

@@ -491,7 +491,7 @@
 	{/each}
 </div>
 
-<div class=" text-gray-500 text-xs mt-1">
+<div class=" text-gray-500 text-xs mt-1 mb-2">
 	ⓘ {$i18n.t("Use '#' in the prompt input to load and select your documents.")}
 </div>
 

+ 6 - 0
src/lib/components/workspace/Tools.svelte

@@ -198,6 +198,12 @@
 	{/each}
 </div>
 
+<div class=" text-gray-500 text-xs mt-1 mb-2">
+	ⓘ {$i18n.t(
+		'To enable tool access for users, tools must be assigned individually to the desired model within the models workspace.'
+	)}
+</div>
+
 <div class=" flex justify-end w-full mb-2">
 	<div class="flex space-x-2">
 		<input