Class EncodingConvertTool
Converts text between encodings, encodes text to bytes, decodes bytes to text, or fixes mojibake.
Supports all standard .NET encodings including UTF-8, UTF-16, ISO-8859-1, Windows-1252, Shift-JIS, and more.
public sealed class EncodingConvertTool : IBuiltInTool, ITool, IToolMetadata
- Inheritance
-
EncodingConvertTool
- Implements
- Inherited Members
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.