Class AiConfig
Represents the JSON serialization of an AiConfig.
Inherited Members
Namespace: LaunchDarkly.Sdk.Server.Ai.DataModel
Assembly: LaunchDarkly.ServerSdk.Ai.dll
Syntax
public class AiConfig
Constructors
View SourceAiConfig()
Declaration
public AiConfig()
Properties
| Edit this page View SourceMessages
The prompt.
Declaration
[JsonPropertyName("messages")]
public List<Message> Messages { get; set; }
Property Value
Type | Description |
---|---|
List<Message> |
Meta
LaunchDarkly metadata.
Declaration
[JsonPropertyName("_ldMeta")]
public Meta Meta { get; set; }
Property Value
Type | Description |
---|---|
Meta |
Model
The model configuration.
Declaration
[JsonPropertyName("model")]
public Model Model { get; set; }
Property Value
Type | Description |
---|---|
Model |
Provider
The model provider.
Declaration
[JsonPropertyName("provider")]
public Provider Provider { get; set; }
Property Value
Type | Description |
---|---|
Provider |