LaunchDarkly Dotnet Server AI SDK
Search Results for

    Show / Hide Table of Contents

    Class SdkInfo

    Contains metadata about the AI SDK, such as its name, version, and implementation language.

    Inheritance
    object
    SdkInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: LaunchDarkly.Sdk.Server.Ai
    Assembly: LaunchDarkly.ServerSdk.Ai.dll
    Syntax
    public static class SdkInfo

    Fields

    | Edit this page View Source

    Language

    The implementation language.

    Declaration
    public const string Language = "dotnet"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Name

    The name of the AI SDK package.

    Declaration
    public const string Name = "LaunchDarkly.ServerSdk.Ai"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Version

    The version of the AI SDK package.

    Declaration
    public const string Version = "0.9.3"
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX