summarize_article_section
Summarize a specific section of a Wikipedia article to quickly grasp its key points without reading the full text.
Instructions
Get a summary of a specific section of a Wikipedia article.
Returns a dictionary containing the section summary or an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| max_length | No | ||
| section_title | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| summary | Yes | ||
| section_title | Yes |