From 538d8300ce5a2423348a9e9d116f75c9f7f9644b Mon Sep 17 00:00:00 2001 From: Stoyan <88034608+hinzzx@users.noreply.github.com> Date: Fri, 11 Oct 2024 10:24:14 +0300 Subject: [PATCH] docs: add overview section to sample (#9976) Previously we didn't have an Overview section to help users better understand the purpose of our AI Quick Prompt pattern. With this change we add Overview section, helping the users to understand better its purpose. --- .../components/patterns/AI QuickPrompt/AI QuickPrompt.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/website/docs/components/patterns/AI QuickPrompt/AI QuickPrompt.md b/packages/website/docs/components/patterns/AI QuickPrompt/AI QuickPrompt.md index 5fd3c1f43d81..1483c6ff1d12 100644 --- a/packages/website/docs/components/patterns/AI QuickPrompt/AI QuickPrompt.md +++ b/packages/website/docs/components/patterns/AI QuickPrompt/AI QuickPrompt.md @@ -2,4 +2,10 @@ import html from '!!raw-loader!./sample.html'; import css from '!!raw-loader!./main.css'; import js from '!!raw-loader!./main.js'; +### Overview + +Pre-made or "quick" prompts are predefined templates created by prompt engineers to make commonly used prompts easier and faster to use. These prompts help streamline repetitive tasks and reduce the need for writing the same instructions repeatedly. + +This pattern simplifies the user experience by offering ready-to-use prompts, allowing users to skip writing boilerplate prompts. +