Providing information to an LLM and requesting an action
avoid uninformative output
use answer should be informative & useful
(see a sample)
"
, """
or similar identifiers
In many cases, we need to provide a large piece of text as the input data within the prompt.
To avoid mixing the data and instruction (i.e. identifying the data scope), it is recommended
to use characters such as "
, """
at the beginning and end of the text or the corresponding
date variable (see a sample)