enh: link prompt variable doc

This commit is contained in:
Timothy Jaeryang Baek 2025-07-19 19:00:49 +04:00
parent 81f8187e57
commit 53d94d6f61

View file

@ -171,11 +171,10 @@
<span class=" text-gray-600 dark:text-gray-300 font-medium">{'}}'}</span>. <span class=" text-gray-600 dark:text-gray-300 font-medium">{'}}'}</span>.
</div> </div>
<div class="text-xs text-gray-400 dark:text-gray-500"> <div class="text-xs text-gray-400 dark:text-gray-500 underline">
{$i18n.t('Utilize')}<span class=" text-gray-600 dark:text-gray-300 font-medium"> <a href="https://docs.openwebui.com/features/workspace/prompts" target="_blank">
{` {{CLIPBOARD}}`}</span {$i18n.t('For more powerful prompt variables, check the documentation.')}
> </a>
{$i18n.t('variable to have them replaced with clipboard content.')}
</div> </div>
</div> </div>
</div> </div>