Table of Contents

Method CreateHttpDelete

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

CreateHttpDelete(HttpToolOptions)

Creates an HTTP DELETE tool with custom options.

public static HttpDeleteTool CreateHttpDelete(HttpToolOptions options)

Parameters

options HttpToolOptions

Configuration options.

Returns

HttpDeleteTool

CreateHttpDelete(HttpClient, HttpToolOptions)

Creates an HTTP DELETE tool with an existing HttpClient.

public static HttpDeleteTool CreateHttpDelete(HttpClient client, HttpToolOptions options = null)

Parameters

client HttpClient

The HttpClient to use.

options HttpToolOptions

Configuration options.

Returns

HttpDeleteTool
Share