Table of Contents

Class HttpPatchTool

Namespace
LMKit.Agents.Tools.BuiltIn.Net
Assembly
LM-Kit.NET.dll

Makes an HTTP PATCH request to partially update a resource.

Enables agents to apply partial modifications to resources on REST APIs and other HTTP endpoints that accept PATCH requests.

public sealed class HttpPatchTool : IBuiltInTool, ITool, IToolMetadata, IDisposable
Inheritance
HttpPatchTool
Implements
Inherited Members

Constructors

HttpPatchTool()

Initializes a new instance with default settings.

HttpPatchTool(HttpToolOptions)

Initializes a new instance with custom options.

HttpPatchTool(HttpClient, HttpToolOptions)

Initializes a new instance with an existing HttpClient.

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

Dispose()
InvokeAsync(string, CancellationToken)

Executes the tool with the specified JSON arguments.

Share