Constructor ResultProcessingEventArgs
ResultProcessingEventArgs(Result, string, string)
Initializes a new instance of the WebSearchTool.ResultProcessingEventArgs class.
public ResultProcessingEventArgs(WebSearchTool.Result result, string rawSnippet, string rawTitle)
Parameters
resultWebSearchTool.ResultThe processed result.
rawSnippetstringThe raw snippet content.
rawTitlestringThe raw title content.