Search Results for

    Show / Hide Table of Contents

    Class OpenRouterOptions.Plugin

    Inheritance
    object
    OpenRouterOptions.Plugin
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.OpenRouter
    Assembly: Glitch9.AIDevKit.Provider.OpenRouter.dll
    Syntax
    public class OpenRouterOptions.Plugin

    Properties

    | Edit this page View Source

    Enabled

    Optional.

    Declaration
    [JsonProperty("enabled")]
    public bool? Enabled { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Engine

    Optional. Allowed values: native, exa

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

    Id

    Required.

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

    MaxResults

    Optional.

    Declaration
    [JsonProperty("max_results")]
    public double? MaxResults { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    Pdf

    Optional.

    Declaration
    [JsonProperty("pdf")]
    public OpenRouterOptions.PdfSettings Pdf { get; set; }
    Property Value
    Type Description
    OpenRouterOptions.PdfSettings
    | Edit this page View Source

    SearchPrompt

    Optional.

    Declaration
    [JsonProperty("search_prompt")]
    public string SearchPrompt { get; set; }
    Property Value
    Type Description
    string

    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