Search Results for

    Show / Hide Table of Contents

    Class GoogleSearch

    Grounding with Google Search connects the Gemini model to real-time web content and works with all available languages. This allows Gemini to provide more accurate answers and cite verifiable sources beyond its knowledge cutoff.

    Inheritance
    object
    Tool
    GoogleSearch
    Inherited Members
    Tool.Type
    Tool.TryGetToolName(out string)
    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.dll
    Syntax
    public class GoogleSearch : Tool
    Remarks

    Grounding helps you build applications that can:

    • Increase factual accuracy: Reduce model hallucinations by basing responses on real-world information.
    • Access real-time information: Answer questions about recent events and topics.
    • Provide citations: Build user trust by showing the sources for the model's claims.

    Supported models:

    • Gemini 2.5 Pro, Flash, Flash-Lite
    • Gemini 2.0 Flash
    • Gemini 1.5 Pro, Flash

    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