enh: update proompts

This commit is contained in:
Ben Allfree 2023-10-05 22:17:55 -07:00
parent e5d0cf9c28
commit 9c3a65fab3

View File

@ -64,12 +64,12 @@ ${summaries.map((commit) => `* ${commit}`).join('\n')}
const title = await spin(
`Generating title...`,
`A title for this blog post, no more than 10 words`,
`A title for this blog post, no more than 10 words. No exaggerations or puffery. Factual.`,
)
const description = await spin(
`Generating OpenGraph description...`,
`An OpenGraph summary/description for this blog post, no more than 50 words.`,
`An OpenGraph summary/description for this blog post, no more than 50 words. A call to action.`,
)
const body = await spin(