21 lines
654 B
Markdown
21 lines
654 B
Markdown
---
|
|
name: blog_post
|
|
description: Chain that creates a blog post about 'my chain is awesome' and processes it with ICP
|
|
---
|
|
|
|
|
|
## 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
|
|
|
|
## 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.
|