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

Latest commit

 

History

History
13 lines (10 loc) · 798 Bytes

File metadata and controls

13 lines (10 loc) · 798 Bytes

# AgentGraphPost

Properties

Name Type Description Notes
key string A unique key for the agent graph
name string A human-readable name for the agent graph
description string A description of the agent graph [optional]
root_config_key string The AI Config key of the root node. A missing root implies a newly created graph with metadata only. [optional]
edges \LaunchDarklyApi\Model\AgentGraphEdgePost[] The edges in the graph. If edges or rootConfigKey is present, both must be present. [optional]

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