Class MarkdownExtractTool
A built-in tool for extracting structured data from Markdown content.
Extract headings, links, code blocks, images, table of contents, or statistics.
public sealed class MarkdownExtractTool : IBuiltInTool, ITool, IToolMetadata
- Inheritance
-
MarkdownExtractTool
- Implements
- Inherited Members
Examples
var tool = new MarkdownExtractTool();
registry.Register(tool);
// Agent can now: extract headings, links, code blocks, images, TOC, stats
Properties
- Description
Gets a concise description of what the tool does.
- InputSchema
Gets the JSON Schema defining the expected input arguments.
- Name
Gets the stable, unique identifier for this tool.
Methods
- InvokeAsync(string, CancellationToken)
Executes the tool with the specified JSON arguments.