Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 736 Bytes

File metadata and controls

12 lines (9 loc) · 736 Bytes

# AgentGraphPatch

Properties

Name Type Description Notes
name string A human-readable name for the agent graph [optional]
description string A description of the agent graph [optional]
root_config_key string The AI Config key of the root node. If present, edges must also be present. [optional]
edges \LaunchDarklyApi\Model\AgentGraphEdge[] The edges in the graph. If present, rootConfigKey must also be present. Replaces all existing edges. [optional]

[Back to Model list] [Back to API list] [Back to README]