From 6452ba5060dd55e4f209f813f316970003fab1de Mon Sep 17 00:00:00 2001 From: trigaten Date: Mon, 10 Jul 2023 12:07:47 -0400 Subject: [PATCH] Resolve Issue #843 --- docs/basics/prompting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/basics/prompting.md b/docs/basics/prompting.md index 36e3492cabd..0062e339fc2 100644 --- a/docs/basics/prompting.md +++ b/docs/basics/prompting.md @@ -12,8 +12,8 @@ import Prompt from '@site/docs/assets/basics/prompt.svg'; In the previous chapter, we discussed AI and how humans can instruct AIs to perform tasks. -The process of instructing an AI to do a task is called prompting(@shin2020autoprompt). We tell the AI -a set of instructions (the prompt) and it performs the task. Prompts can be as simple as a instruction/question, or as complex as huge chunks of text. +The process of instructing an AI to do a task is called prompting(@shin2020autoprompt). We provide the AI +with a set of instructions (the prompt) and it performs the task. Prompts can be as simple as a single instruction or question, or as complex as large blocks of text. Here are two examples of prompts: