Table of Contents

Class WebSearchTool.ResultProcessingEventArgs

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

Provides data for the ResultProcessing event.

Contains the processed result along with the raw (unprocessed) content, allowing inspection or filtering of individual results.

public sealed class WebSearchTool.ResultProcessingEventArgs : EventArgs
Inheritance
WebSearchTool.ResultProcessingEventArgs
Inherited Members

Constructors

ResultProcessingEventArgs(Result, string, string)

Initializes a new instance of the WebSearchTool.ResultProcessingEventArgs class.

Properties

Cancel

Gets or sets whether to exclude this result from the response. Set to true to filter out this result.

ProcessedResult

Gets the processed result that will be included in the response.

RawSnippet

Gets the raw (unprocessed) snippet content before sanitization.

RawTitle

Gets the raw (unprocessed) title before sanitization.