Class WebSearchOutput
A tool call to perform a web search action.
This tool call does not have a corresponding output class, as the results are returned via text messages.
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public class WebSearchOutput : ToolOutput, IPrompt, IValidatable, IHasId<string>
Constructors
| Edit this page View SourceWebSearchOutput()
Declaration
public WebSearchOutput()
Properties
| Edit this page View SourceAction
Required. An object describing the specific action taken in this web search call. Includes details on how the model used the web (search, open_page, find).
Declaration
[JsonProperty("action")]
public WebSearchAction Action { get; set; }
Property Value
| Type | Description |
|---|---|
| WebSearchAction |