summarize_content
Summarize lengthy text with AI, and optionally apply custom context to shape the output as bullet points, key takeaways, or other formats.
Instructions
Summarize content using LLM with optional context. Requires OPENAI_API_KEY (or another LLM provider key) to be configured.
Args: content: The text content to summarize context: Optional context to guide summarization (e.g., "summarize as bullet points")
Returns: Summarized text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| context | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |