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
*AIConfigsBetaApi* | [**delete_ai_tool**](docs/AIConfigsBetaApi.md#delete_ai_tool) | **DELETE** /api/v2/projects/{projectKey}/ai-tools/{toolKey} | Delete AI tool
545
546
*AIConfigsBetaApi* | [**delete_model_config**](docs/AIConfigsBetaApi.md#delete_model_config) | **DELETE** /api/v2/projects/{projectKey}/ai-configs/model-configs/{modelConfigKey} | Delete an AI model config
546
547
*AIConfigsBetaApi* | [**delete_restricted_models**](docs/AIConfigsBetaApi.md#delete_restricted_models) | **DELETE** /api/v2/projects/{projectKey}/ai-configs/model-configs/restricted | Remove AI models from the restricted list
548
+
*AIConfigsBetaApi* | [**get_agent_graph**](docs/AIConfigsBetaApi.md#get_agent_graph) | **GET** /api/v2/projects/{projectKey}/agent-graphs/{graphKey} | Get agent graph
547
549
*AIConfigsBetaApi* | [**get_ai_config**](docs/AIConfigsBetaApi.md#get_ai_config) | **GET** /api/v2/projects/{projectKey}/ai-configs/{configKey} | Get AI Config
548
550
*AIConfigsBetaApi* | [**get_ai_config_metrics**](docs/AIConfigsBetaApi.md#get_ai_config_metrics) | **GET** /api/v2/projects/{projectKey}/ai-configs/{configKey}/metrics | Get AI Config metrics
549
551
*AIConfigsBetaApi* | [**get_ai_config_metrics_by_variation**](docs/AIConfigsBetaApi.md#get_ai_config_metrics_by_variation) | **GET** /api/v2/projects/{projectKey}/ai-configs/{configKey}/metrics-by-variation | Get AI Config metrics by variation
*AIConfigsBetaApi* | [**list_ai_tool_versions**](docs/AIConfigsBetaApi.md#list_ai_tool_versions) | **GET** /api/v2/projects/{projectKey}/ai-tools/{toolKey}/versions | List AI tool versions
557
559
*AIConfigsBetaApi* | [**list_ai_tools**](docs/AIConfigsBetaApi.md#list_ai_tools) | **GET** /api/v2/projects/{projectKey}/ai-tools | List AI tools
558
560
*AIConfigsBetaApi* | [**list_model_configs**](docs/AIConfigsBetaApi.md#list_model_configs) | **GET** /api/v2/projects/{projectKey}/ai-configs/model-configs | List AI model configs
[**delete_ai_config**](AIConfigsBetaApi.md#delete_ai_config) | **DELETE** /api/v2/projects/{projectKey}/ai-configs/{configKey} | Delete AI Config
8
9
[**delete_ai_config_variation**](AIConfigsBetaApi.md#delete_ai_config_variation) | **DELETE** /api/v2/projects/{projectKey}/ai-configs/{configKey}/variations/{variationKey} | Delete AI Config variation
9
10
[**delete_ai_tool**](AIConfigsBetaApi.md#delete_ai_tool) | **DELETE** /api/v2/projects/{projectKey}/ai-tools/{toolKey} | Delete AI tool
10
11
[**delete_model_config**](AIConfigsBetaApi.md#delete_model_config) | **DELETE** /api/v2/projects/{projectKey}/ai-configs/model-configs/{modelConfigKey} | Delete an AI model config
11
12
[**delete_restricted_models**](AIConfigsBetaApi.md#delete_restricted_models) | **DELETE** /api/v2/projects/{projectKey}/ai-configs/model-configs/restricted | Remove AI models from the restricted list
13
+
[**get_agent_graph**](AIConfigsBetaApi.md#get_agent_graph) | **GET** /api/v2/projects/{projectKey}/agent-graphs/{graphKey} | Get agent graph
12
14
[**get_ai_config**](AIConfigsBetaApi.md#get_ai_config) | **GET** /api/v2/projects/{projectKey}/ai-configs/{configKey} | Get AI Config
13
15
[**get_ai_config_metrics**](AIConfigsBetaApi.md#get_ai_config_metrics) | **GET** /api/v2/projects/{projectKey}/ai-configs/{configKey}/metrics | Get AI Config metrics
14
16
[**get_ai_config_metrics_by_variation**](AIConfigsBetaApi.md#get_ai_config_metrics_by_variation) | **GET** /api/v2/projects/{projectKey}/ai-configs/{configKey}/metrics-by-variation | Get AI Config metrics by variation
[**list_ai_tool_versions**](AIConfigsBetaApi.md#list_ai_tool_versions) | **GET** /api/v2/projects/{projectKey}/ai-tools/{toolKey}/versions | List AI tool versions
22
24
[**list_ai_tools**](AIConfigsBetaApi.md#list_ai_tools) | **GET** /api/v2/projects/{projectKey}/ai-tools | List AI tools
23
25
[**list_model_configs**](AIConfigsBetaApi.md#list_model_configs) | **GET** /api/v2/projects/{projectKey}/ai-configs/model-configs | List AI model configs
[**post_restricted_models**](AIConfigsBetaApi.md#post_restricted_models) | **POST** /api/v2/projects/{projectKey}/ai-configs/model-configs/restricted | Add AI models to the restricted list
**ld_api_version** | **str**| Version of the endpoint. |
95
+
**project_key** | **str**| |
96
+
**graph_key** | **str**| |
97
+
98
+
### Return type
99
+
100
+
void (empty response body)
101
+
102
+
### Authorization
103
+
104
+
[ApiKey](../README.md#ApiKey)
105
+
106
+
### HTTP request headers
107
+
108
+
-**Content-Type**: Not defined
109
+
-**Accept**: application/json
110
+
111
+
### HTTP response details
112
+
113
+
| Status code | Description | Response headers |
114
+
|-------------|-------------|------------------|
115
+
**204** | No content | - |
116
+
**400** | Bad request | - |
117
+
**403** | Forbidden | - |
118
+
**404** | Not found | - |
119
+
**500** | Internal server error | - |
120
+
121
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**ld_api_version** | **str**| Version of the endpoint. |
605
+
**project_key** | **str**| |
606
+
**graph_key** | **str**| |
607
+
608
+
### Return type
609
+
610
+
[**AgentGraph**](AgentGraph.md)
611
+
612
+
### Authorization
613
+
614
+
[ApiKey](../README.md#ApiKey)
615
+
616
+
### HTTP request headers
617
+
618
+
-**Content-Type**: Not defined
619
+
-**Accept**: application/json
620
+
621
+
### HTTP response details
622
+
623
+
| Status code | Description | Response headers |
624
+
|-------------|-------------|------------------|
625
+
**200** | Agent graph found | - |
626
+
**400** | Bad request | - |
627
+
**403** | Forbidden | - |
628
+
**404** | Not found | - |
629
+
**500** | Internal server error | - |
630
+
631
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
@@ -1530,6 +1704,101 @@ Name | Type | Description | Notes
1530
1704
1531
1705
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**ld_api_version** | **str**| Version of the endpoint. |
1773
+
**project_key** | **str**| |
1774
+
**graph_key** | **str**| |
1775
+
**agent_graph_patch** | [**AgentGraphPatch**](AgentGraphPatch.md)| Agent graph object to update | [optional]
1776
+
1777
+
### Return type
1778
+
1779
+
[**AgentGraph**](AgentGraph.md)
1780
+
1781
+
### Authorization
1782
+
1783
+
[ApiKey](../README.md#ApiKey)
1784
+
1785
+
### HTTP request headers
1786
+
1787
+
-**Content-Type**: application/json
1788
+
-**Accept**: application/json
1789
+
1790
+
### HTTP response details
1791
+
1792
+
| Status code | Description | Response headers |
1793
+
|-------------|-------------|------------------|
1794
+
**200** | Agent graph updated | - |
1795
+
**400** | Bad request | - |
1796
+
**403** | Forbidden | - |
1797
+
**404** | Not found | - |
1798
+
**500** | Internal server error | - |
1799
+
1800
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
0 commit comments