You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 3, 2026. It is now read-only.
*AIConfigsBetaApi* | [**deleteModelConfig**](docs/Api/AIConfigsBetaApi.md#deletemodelconfig) | **DELETE** /api/v2/projects/{projectKey}/ai-configs/model-configs/{modelConfigKey} | Delete an AI model config
527
528
*AIConfigsBetaApi* | [**deleteRestrictedModels**](docs/Api/AIConfigsBetaApi.md#deleterestrictedmodels) | **DELETE** /api/v2/projects/{projectKey}/ai-configs/model-configs/restricted | Remove AI models from the restricted list
528
529
*AIConfigsBetaApi* | [**getAIConfig**](docs/Api/AIConfigsBetaApi.md#getaiconfig) | **GET** /api/v2/projects/{projectKey}/ai-configs/{configKey} | Get AI Config
*AIConfigsBetaApi* | [**getAIConfigVariation**](docs/Api/AIConfigsBetaApi.md#getaiconfigvariation) | **GET** /api/v2/projects/{projectKey}/ai-configs/{configKey}/variations/{variationKey} | Get AI Config variation
533
534
*AIConfigsBetaApi* | [**getAIConfigs**](docs/Api/AIConfigsBetaApi.md#getaiconfigs) | **GET** /api/v2/projects/{projectKey}/ai-configs | List AI Configs
534
535
*AIConfigsBetaApi* | [**getAITool**](docs/Api/AIConfigsBetaApi.md#getaitool) | **GET** /api/v2/projects/{projectKey}/ai-tools/{toolKey} | Get AI tool
536
+
*AIConfigsBetaApi* | [**getAgentGraph**](docs/Api/AIConfigsBetaApi.md#getagentgraph) | **GET** /api/v2/projects/{projectKey}/agent-graphs/{graphKey} | Get agent graph
535
537
*AIConfigsBetaApi* | [**getModelConfig**](docs/Api/AIConfigsBetaApi.md#getmodelconfig) | **GET** /api/v2/projects/{projectKey}/ai-configs/model-configs/{modelConfigKey} | Get AI model config
536
538
*AIConfigsBetaApi* | [**listAIToolVersions**](docs/Api/AIConfigsBetaApi.md#listaitoolversions) | **GET** /api/v2/projects/{projectKey}/ai-tools/{toolKey}/versions | List AI tool versions
537
539
*AIConfigsBetaApi* | [**listAITools**](docs/Api/AIConfigsBetaApi.md#listaitools) | **GET** /api/v2/projects/{projectKey}/ai-tools | List AI tools
|[**deleteModelConfig()**](AIConfigsBetaApi.md#deleteModelConfig)|**DELETE** /api/v2/projects/{projectKey}/ai-configs/model-configs/{modelConfigKey} | Delete an AI model config |
11
12
|[**deleteRestrictedModels()**](AIConfigsBetaApi.md#deleteRestrictedModels)|**DELETE** /api/v2/projects/{projectKey}/ai-configs/model-configs/restricted | Remove AI models from the restricted list |
12
13
|[**getAIConfig()**](AIConfigsBetaApi.md#getAIConfig)|**GET** /api/v2/projects/{projectKey}/ai-configs/{configKey} | Get AI Config |
@@ -16,6 +17,7 @@ All URIs are relative to https://app.launchdarkly.com, except if the operation d
16
17
|[**getAIConfigVariation()**](AIConfigsBetaApi.md#getAIConfigVariation)|**GET** /api/v2/projects/{projectKey}/ai-configs/{configKey}/variations/{variationKey} | Get AI Config variation |
17
18
|[**getAIConfigs()**](AIConfigsBetaApi.md#getAIConfigs)|**GET** /api/v2/projects/{projectKey}/ai-configs | List AI Configs |
18
19
|[**getAITool()**](AIConfigsBetaApi.md#getAITool)|**GET** /api/v2/projects/{projectKey}/ai-tools/{toolKey} | Get AI tool |
20
+
|[**getAgentGraph()**](AIConfigsBetaApi.md#getAgentGraph)|**GET** /api/v2/projects/{projectKey}/agent-graphs/{graphKey} | Get agent graph |
19
21
|[**getModelConfig()**](AIConfigsBetaApi.md#getModelConfig)|**GET** /api/v2/projects/{projectKey}/ai-configs/model-configs/{modelConfigKey} | Get AI model config |
20
22
|[**listAIToolVersions()**](AIConfigsBetaApi.md#listAIToolVersions)|**GET** /api/v2/projects/{projectKey}/ai-tools/{toolKey}/versions | List AI tool versions |
21
23
|[**listAITools()**](AIConfigsBetaApi.md#listAITools)|**GET** /api/v2/projects/{projectKey}/ai-tools | List AI tools |
@@ -25,6 +27,7 @@ All URIs are relative to https://app.launchdarkly.com, except if the operation d
25
27
|[**patchAIConfigTargeting()**](AIConfigsBetaApi.md#patchAIConfigTargeting)|**PATCH** /api/v2/projects/{projectKey}/ai-configs/{configKey}/targeting | Update AI Config targeting |
26
28
|[**patchAIConfigVariation()**](AIConfigsBetaApi.md#patchAIConfigVariation)|**PATCH** /api/v2/projects/{projectKey}/ai-configs/{configKey}/variations/{variationKey} | Update AI Config variation |
27
29
|[**patchAITool()**](AIConfigsBetaApi.md#patchAITool)|**PATCH** /api/v2/projects/{projectKey}/ai-tools/{toolKey} | Update AI tool |
Edit an existing agent graph. The request body must be a JSON object of the fields to update. The values you include replace the existing values for the fields. If the update includes `rootConfigKey` or `edges`, both must be present and will be treated as full replacements.
**name** | **string** | A human-readable name for the agent graph | [optional]
8
+
**description** | **string** | A description of the agent graph | [optional]
9
+
**root_config_key** | **string** | The AI Config key of the root node. If present, edges must also be present. | [optional]
10
+
**edges** | [**\LaunchDarklyApi\Model\AgentGraphEdge[]**](AgentGraphEdge.md) | The edges in the graph. If present, rootConfigKey must also be present. Replaces all existing edges. | [optional]
11
+
12
+
[[Back to Model list]](../../README.md#models)[[Back to API list]](../../README.md#endpoints)[[Back to README]](../../README.md)
0 commit comments