Class WebSearch
- Namespace
- Uralstech.UAI.Abstraction.Tools
A web search tool.
public class WebSearch : INativeTool, ITool
- Inheritance
-
objectWebSearch
- Implements
Constructors
WebSearch()
public WebSearch()
WebSearch(Function)
public WebSearch(Function fallback)
Parameters
fallbackFunctionFallback 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
Type
The type of the tool.
public ToolType Type { get; }