Table of Contents

Class WebSearchOutput

Namespace
Glitch9.AIDevKit

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.

public class WebSearchOutput : ToolOutput, IPrompt
Inheritance
object
WebSearchOutput
Implements
Inherited Members
Extension Methods

Constructors

WebSearchOutput()

public WebSearchOutput()

Properties

Action

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).

public WebSearchAction Action { get; set; }

Property Value

WebSearchAction