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 SourceMeta
LaunchDarkly metadata.
Declaration
[JsonPropertyName("_ldMeta")]
public Meta Meta { get; set; }
Property Value
Type | Description |
---|---|
Meta |
Model
The model params;
Declaration
[JsonPropertyName("model")]
public Dictionary<string, object> Model { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, object> |
Prompt
The prompt.
Declaration
[JsonPropertyName("prompt")]
public List<Message> Prompt { get; set; }
Property Value
Type | Description |
---|---|
List<Message> |