summarize_article_for_query
Retrieve a focused summary of a Wikipedia article around a given query, with adjustable snippet length.
Instructions
Get a summary of a Wikipedia article tailored to a specific query.
The summary is a snippet around the query within the article text or summary. The max_length parameter controls the length of the snippet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| query | Yes | ||
| max_length | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| query | Yes | ||
| summary | Yes |