Files
NGO/.pi/agents/blog_post.chain.md
T
Oliver 808dcbfb8f m
2026-05-02 13:29:35 +00:00

654 B

name, description
name description
blog_post 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.