Arguments
| Name | Type | Default | Description |
|---|---|---|---|
start_date | string (ISO-8601) | 7 days ago | Earliest commit timestamp to consider. |
end_date | string (ISO-8601) | now | Latest commit timestamp to consider. |
product_name | string | project name | Override the product name. |
idea | object | none | Optional idea to steer the post. See below. |
idea object
Pair with generate_blog_post_ideas to pick an angle first, then pass one of the returned ideas back here.
Returns
list_blog_posts / get_blog_post once the background task completes.
Example prompts
“Brainstorm three blog post ideas from this week’s commits, pick the one about the new webhook retries, and kick off generation.”
“Draft a blog post covering everything we shipped in March.”