Class AgentGraphFlagValue
Raw flag value for an agent graph configuration as returned by LaunchDarkly. Returned by GetConfig().
Inherited Members
Namespace: LaunchDarkly.Sdk.Server.Ai.Graph
Assembly: LaunchDarkly.ServerSdk.Ai.dll
Syntax
public sealed class AgentGraphFlagValue
Constructors
View SourceAgentGraphFlagValue()
Declaration
public AgentGraphFlagValue()
Properties
| Edit this page View SourceEdges
Object mapping source agent config keys to arrays of outgoing target edges. Null when no edges are defined.
Declaration
public IReadOnlyDictionary<string, IReadOnlyList<GraphEdge>> Edges { get; init; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyDictionary<string, IReadOnlyList<GraphEdge>> |
Meta
LaunchDarkly metadata from the _ldMeta field on the flag value.
Null when a default/fallback value was used (flag not evaluated).
Declaration
public LdMeta Meta { get; init; }
Property Value
| Type | Description |
|---|---|
| LdMeta |
Root
The key of the root AIAgentConfig in the graph.
Declaration
public string Root { get; init; }
Property Value
| Type | Description |
|---|---|
| string |