From d81327db9f8b7a00f674407676b078981991c596 Mon Sep 17 00:00:00 2001 From: Tao Li Date: Tue, 18 Apr 2023 21:10:10 -0700 Subject: [PATCH] Update elements.en.mdx Made edits for clarity and simplicity. --- pages/introduction/elements.en.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/introduction/elements.en.mdx b/pages/introduction/elements.en.mdx index 4c90b29..3db24c0 100644 --- a/pages/introduction/elements.en.mdx +++ b/pages/introduction/elements.en.mdx @@ -1,15 +1,15 @@ # Elements of a Prompt -As we cover more and more examples and applications that are possible with prompt engineering, you will notice that there are certain elements that make up a prompt. +As we cover more and more examples and applications with prompt engineering, you will notice that certain elements make up a prompt. -A prompt can contain any of the following components: +A prompt contains any of the following elements: **Instruction** - a specific task or instruction you want the model to perform -**Context** - can involve external information or additional context that can steer the model to better responses +**Context** - external information or additional context that can steer the model to better responses -**Input Data** - is the input or question that we are interested to find a response for +**Input Data** - the input or question that we are interested to find a response for -**Output Indicator** - indicates the type or format of the output. +**Output Indicator** - the type or format of the output. -Not all the components are required for a prompt and the format depends on the task at hand. We will touch on more concrete examples in upcoming guides. \ No newline at end of file +You do not need all the four elements for a prompt and the format depends on the task at hand. We will touch on more concrete examples in upcoming guides.