Table of Contents

Class WebSearch

A web search tool.

public class WebSearch : INativeTool, ITool
Inheritance
object
WebSearch
Implements

Constructors

WebSearch()

public WebSearch()

WebSearch(Function)

public WebSearch(Function fallback)

Parameters

fallback Function

Fallback function if this native tool is not supported by the service.

Properties

Fallback

Fallback function if this native tool is not supported by the service.

public Function Fallback { get; }

Property Value

Function

Type

The type of the tool.

public ToolType Type { get; }

Property Value

ToolType