Search Results for

    Show / Hide Table of Contents

    Class CorporaQueryRequest

    Inheritance
    object
    GoogleGeminiRequest
    CorporaQueryRequest
    Implements
    IJsonRequest
    Inherited Members
    GoogleGeminiRequest.Model
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Google
    Assembly: Glitch9.AIDevKit.Provider.Google.dll
    Syntax
    public class CorporaQueryRequest : GoogleGeminiRequest, IJsonRequest

    Properties

    | Edit this page View Source

    MetadataFilters

    Declaration
    [JsonProperty("metadataFilters")]
    public MetadataFilter[] MetadataFilters { get; set; }
    Property Value
    Type Description
    MetadataFilter[]
    | Edit this page View Source

    Query

    Required. Query string to perform semantic search.

    Declaration
    [JsonProperty("query")]
    public string Query { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ResultsCount

    Optional. The maximum number of Chunks to return. The service may return fewer Chunks. If unspecified, at most 10 Chunks will be returned. The maximum specified result count is 100.

    Declaration
    [JsonProperty("resultsCount")]
    public int ResultsCount { get; set; }
    Property Value
    Type Description
    int

    Implements

    IJsonRequest

    Extension Methods

    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)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation