Skip to content

Commit 53d94d6

Browse files
committed
enh: link prompt variable doc
1 parent 81f8187 commit 53d94d6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

‎src/lib/components/workspace/Prompts/PromptEditor.svelte‎

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,10 @@
171171
<span class=" text-gray-600 dark:text-gray-300 font-medium">{'}}'}</span>.
172172
</div>
173173

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.')}
174+
<div class="text-xs text-gray-400 dark:text-gray-500 underline">
175+
<a href="https://docs.openwebui.com/features/workspace/prompts" target="_blank">
176+
{$i18n.t('For more powerful prompt variables, check the documentation.')}
177+
</a>
179178
</div>
180179
</div>
181180
</div>

0 commit comments

Comments
 (0)