pydantic_section
Extract a specific section from a local documentation page using an anchor link. Retrieve targeted content without loading the entire page.
Instructions
Extract a section by anchor from a local page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| anchor | Yes | ||
| path_or_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| path | Yes | ||
| anchor | Yes | ||
| section | Yes | ||
| truncated | No |