Table of Contents

Constructor RawContentEventArgs

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

RawContentEventArgs(string, string, Provider)

Initializes a new instance of the WebSearchTool.RawContentEventArgs class.

public RawContentEventArgs(string rawContent, string requestUrl, WebSearchTool.Provider provider)

Parameters

rawContent string

The raw content received.

requestUrl string

The URL that was requested.

provider WebSearchTool.Provider

The search provider.