Interface LDAgentGraphFlagValue

Raw flag value for an agent graph configuration as returned by LaunchDarkly. This represents the data structure delivered by LaunchDarkly for graph configurations.

Hierarchy

  • LDAgentGraphFlagValue

Properties

Properties

_ldMeta?: {
    enabled?: boolean;
    variationKey?: string;
    version?: number;
}

Type declaration

  • Optional enabled?: boolean
  • Optional variationKey?: string
  • Optional version?: number
edges?: Record<string, LDGraphEdge[]>

Object mapping source agent config keys to arrays of target edges.

root: string

The key of the root AIAgentConfig in the graph.

Generated using TypeDoc