Class AgentConfigRequest
Represents a single agent config request for use with AgentConfigs(IEnumerable<AgentConfigRequest>, Context).
Inherited Members
Namespace: LaunchDarkly.Sdk.Server.Ai.Config
Assembly: LaunchDarkly.ServerSdk.Ai.dll
Syntax
public class AgentConfigRequest
Constructors
View SourceAgentConfigRequest()
Declaration
public AgentConfigRequest()
Properties
| Edit this page View SourceDefaultValue
The default config to use if the flag cannot be retrieved or has a mode mismatch. When null, a disabled config is used as the fallback.
Declaration
public LdAiAgentConfigDefault DefaultValue { get; set; }
Property Value
| Type | Description |
|---|---|
| LdAiAgentConfigDefault |
Key
The AI Agent Config key.
Declaration
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Variables
Variables used when interpolating Mustache templates in the agent's instructions.
Declaration
public IReadOnlyDictionary<string, object> Variables { get; set; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyDictionary<string, object> |