summarize_text
Creates a concise extractive summary of provided text, with an adjustable maximum number of sentences.
Instructions
Create a short extractive summary of the text.
Args: text: The text to summarize max_sentences: Maximum number of sentences in the summary (default 3)
Returns: JSON string with summary and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| max_sentences | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |