Add an input
Name your input
Decide whether the input is required or optional
Add placeholder text or descriptions
Control what users can upload
Add a prompt
Choose a model
Write your prompt
@
it within the prompt.
For example, if you’re writing a prompt to generate social posts based on a blog post, do the following:
Blog post
@Blog post
so that Writer understands that the social post should be based on the blog input.
@
each one within a single
prompt.@
symbol, a feature known as prompt chaining.
For example, if you have a long blog post, you might want to summarize it in your first prompt, and use that summary to generate a social media post in your second prompt:
Input
Long blog
Prompt 1
@Long blog
post.Prompt 2
Prompt 1
.@Prompt 1
to indicate that you want the social media post to be based on the blog summary.
<h1>
, </h1>
, <h2>
, </h2>
, and <h3>
, </h3>
to denote heading
text.<strong>
and </strong>
to denote bolded text.Rerun
option, this is a great way to efficiently iterate on your text generation.