Search Results for

    Show / Hide Table of Contents

    Class GroqCloudOptions

    Inheritance
    object
    GroqCloudOptions
    Implements
    ITextRequestOptions
    IProviderRequestOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.GroqCloud
    Assembly: Glitch9.AIDevKit.Provider.GroqCloud.dll
    Syntax
    public sealed class GroqCloudOptions : ITextRequestOptions, IProviderRequestOptions

    Properties

    | Edit this page View Source

    CompoundCustom

    Custom configuration of models and tools for Compound.

    Declaration
    public CompoundCustom CompoundCustom { get; set; }
    Property Value
    Type Description
    CompoundCustom
    | Edit this page View Source

    DisableToolValidation

    Defaults to false. If set to true, groq will return called tools without validating that the tool is present in request.tools. tool_choice=required/none will still be enforced, but the request cannot require a specific tool be used.

    Declaration
    public bool DisableToolValidation { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    EnableCitations

    Defaults to true. Whether to enable citations in the response. When enabled, the model will include citations for information retrieved from provided documents or web searches.

    Declaration
    public bool EnableCitations { get; set; }
    Property Value
    Type Description
    bool

    Implements

    ITextRequestOptions
    IProviderRequestOptions

    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