There was an error while loading. Please reload this page.
1 parent 81f8187 commit 53d94d6Copy full SHA for 53d94d6
src/lib/components/workspace/Prompts/PromptEditor.svelte
@@ -171,11 +171,10 @@
171
<span class=" text-gray-600 dark:text-gray-300 font-medium">{'}}'}</span>.
172
</div>
173
174
- <div class="text-xs text-gray-400 dark:text-gray-500">
175
- {$i18n.t('Utilize')}<span class=" text-gray-600 dark:text-gray-300 font-medium">
176
- {` {{CLIPBOARD}}`}</span
177
- >
178
- {$i18n.t('variable to have them replaced with clipboard content.')}
+ <div class="text-xs text-gray-400 dark:text-gray-500 underline">
+ <a href="https://docs.openwebui.com/features/workspace/prompts" target="_blank">
+ {$i18n.t('For more powerful prompt variables, check the documentation.')}
+ </a>
179
180
181
0 commit comments