Table of Contents

Method CreateHttpPost

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

CreateHttpPost(HttpToolOptions)

Creates an HTTP POST tool with custom options.

public static HttpPostTool CreateHttpPost(HttpToolOptions options)

Parameters

options HttpToolOptions

Configuration options.

Returns

HttpPostTool

CreateHttpPost(HttpClient, HttpToolOptions)

Creates an HTTP POST tool with an existing HttpClient.

public static HttpPostTool CreateHttpPost(HttpClient client, HttpToolOptions options = null)

Parameters

client HttpClient

The HttpClient to use.

options HttpToolOptions

Configuration options.

Returns

HttpPostTool
Share