LaunchDarkly Dotnet Server AI SDK
Search Results for

    Show / Hide Table of Contents

    Class AiConfig

    Represents the JSON serialization of an AiConfig.

    Inheritance
    object
    AiConfig
    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.DataModel
    Assembly: LaunchDarkly.ServerSdk.Ai.dll
    Syntax
    public class AiConfig

    Constructors

    View Source

    AiConfig()

    Declaration
    public AiConfig()

    Properties

    | Edit this page View Source

    Messages

    The prompt.

    Declaration
    [JsonPropertyName("messages")]
    public List<Message> Messages { get; set; }
    Property Value
    Type Description
    List<Message>
    | Edit this page View Source

    Meta

    LaunchDarkly metadata.

    Declaration
    [JsonPropertyName("_ldMeta")]
    public Meta Meta { get; set; }
    Property Value
    Type Description
    Meta
    | Edit this page View Source

    Model

    The model configuration.

    Declaration
    [JsonPropertyName("model")]
    public Model Model { get; set; }
    Property Value
    Type Description
    Model
    | Edit this page View Source

    Provider

    The model provider.

    Declaration
    [JsonPropertyName("provider")]
    public Provider Provider { get; set; }
    Property Value
    Type Description
    Provider
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX