Class IniTool
A built-in tool for parsing and generating INI configuration files.
Read, write, and manipulate INI format configuration data.
public sealed class IniTool : ITool
- Inheritance
-
IniTool
- Implements
- Inherited Members
Examples
var tool = new IniTool();
registry.Register(tool);
// Agent can now: parse INI files, get/set values, convert to JSON
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.