This commit is contained in:
Oliver
2026-05-02 13:29:35 +00:00
parent a29c0a9b8b
commit 808dcbfb8f
+20
View File
@@ -0,0 +1,20 @@
---
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.