Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    object
    ConversationItem
    ToolOutput
    WebSearchOutput
    Implements
    IPrompt
    IValidatable
    IHasId<string>
    Inherited Members
    ToolOutput.Index
    ToolOutput.CallId
    ToolOutput.Status
    ConversationItem.Id
    ConversationItem.Type
    ConversationItem.GetPromptText()
    ConversationItem.IsValid()
    ConversationItem.Validate()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public class WebSearchOutput : ToolOutput, IPrompt, IValidatable, IHasId<string>

    Constructors

    | Edit this page View Source

    WebSearchOutput()

    Declaration
    public WebSearchOutput()

    Properties

    | Edit this page View Source

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

    Declaration
    [JsonProperty("action")]
    public WebSearchAction Action { get; set; }
    Property Value
    Type Description
    WebSearchAction

    Implements

    IPrompt
    IValidatable
    IHasId<TId>

    Extension Methods

    UnifiedApiCallerExtensions.GENResponse(ConversationItem)
    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    CoreLibTypeExtensions.GetIdOrNull(IHasId<string>)
    CoreLibTypeExtensions.IsNullOrEmptyId(IHasId<string>)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation