Search Results for

    Show / Hide Table of Contents

    Class FileSearchOutput

    Inheritance
    object
    ConversationItem
    ToolOutput
    FileSearchOutput
    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 FileSearchOutput : ToolOutput, IPrompt, IValidatable, IHasId<string>

    Constructors

    | Edit this page View Source

    FileSearchOutput()

    Declaration
    public FileSearchOutput()

    Properties

    | Edit this page View Source

    Queries

    Required. The queries used to search for files.

    Declaration
    [JsonProperty("queries")]
    public List<string> Queries { get; set; }
    Property Value
    Type Description
    List<string>
    | Edit this page View Source

    Results

    Optional. The results of the file search tool call.

    Declaration
    [JsonProperty("results")]
    public List<FileSearchResult> Results { get; set; }
    Property Value
    Type Description
    List<FileSearchResult>

    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