Skip to content

Commit

Permalink
docs: add overview section to sample (#9976)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
hinzzx authored Oct 11, 2024
1 parent 504f5b4 commit 538d830
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Editor html={html} js={js} css={css} />

0 comments on commit 538d830

Please sign in to comment.