This commit is contained in:
Timothy J. Baek 2024-06-11 00:43:42 -07:00
parent e6fe3ada57
commit a91db7f7a6
2 changed files with 7 additions and 1 deletions

View File

@ -491,7 +491,7 @@
{/each} {/each}
</div> </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.")} {$i18n.t("Use '#' in the prompt input to load and select your documents.")}
</div> </div>

View File

@ -198,6 +198,12 @@
{/each} {/each}
</div> </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 justify-end w-full mb-2">
<div class="flex space-x-2"> <div class="flex space-x-2">
<input <input