Table of Contents

Method CreateHttpPut

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

CreateHttpPut(HttpToolOptions)

Creates an HTTP PUT tool with custom options.

public static HttpPutTool CreateHttpPut(HttpToolOptions options)

Parameters

options HttpToolOptions

Configuration options.

Returns

HttpPutTool

CreateHttpPut(HttpClient, HttpToolOptions)

Creates an HTTP PUT tool with an existing HttpClient.

public static HttpPutTool CreateHttpPut(HttpClient client, HttpToolOptions options = null)

Parameters

client HttpClient

The HttpClient to use.

options HttpToolOptions

Configuration options.

Returns

HttpPutTool
Share