diff --git a/src/lib/components/workspace/Prompts/PromptEditor.svelte b/src/lib/components/workspace/Prompts/PromptEditor.svelte new file mode 100644 index 000000000..a4a18745b --- /dev/null +++ b/src/lib/components/workspace/Prompts/PromptEditor.svelte @@ -0,0 +1,186 @@ + + +
{ + submitHandler(); + }} +> +
+
{$i18n.t('Title')}*
+ +
+ +
+
+ +
+
{$i18n.t('Command')}*
+ +
+
+ / +
+ +
+ +
+ {$i18n.t('Only')} + {$i18n.t('alphanumeric characters and hyphens')} + {$i18n.t('are allowed - Activate this command by typing')} " + /{command} + "   + {$i18n.t('to chat input.')} +
+
+ +
+
+
{$i18n.t('Prompt Content')}*
+
+ +
+
+