Update blog_post.chain.md
This commit is contained in:
@@ -4,17 +4,10 @@ description: Chain that creates a blog post about 'my chain is awesome' and proc
|
|||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## topic
|
||||||
|
|
||||||
|
select a topic for {topic}
|
||||||
|
|
||||||
## blog
|
## blog
|
||||||
task: >
|
|
||||||
Write a complete blog post about 'my chain is awesome'.
|
|
||||||
Make it enthusiastic and engaging, highlighting why this chain is awesome.
|
|
||||||
Include a clear structure with introduction, body, and conclusion.
|
|
||||||
|
|
||||||
output: blog_post
|
write a blogpost for {output}
|
||||||
|
|
||||||
## icp
|
|
||||||
task: >
|
|
||||||
Process the blog content about 'my chain is awesome'.
|
|
||||||
The blog content is provided from the previous step: {{blog_post}}.
|
|
||||||
Analyze the content and provide insights on why this chain is awesome.
|
|
||||||
Return a summary of key insights.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user