This commit is contained in:
Adil Hafeez 2025-01-10 12:52:29 -08:00
parent e55127d325
commit 42ab061971
6 changed files with 301 additions and 1608 deletions

View file

@ -44,15 +44,17 @@ prompt_guards:
prompt_targets:
- name: listAllClusterDetails
description: Query your clusters for more details.
http_method: GET
endpoint:
http_method: GET
name: acm_service
path: /cluster.open-cluster-management.io/v1/managedclusters
system_prompt: |
You are a helpful assistant. You are given response in json. Only show name of the cluster and its status.
- name: getClusterDetails
description: Query a single cluster for more details
http_method: GET
endpoint:
http_method: GET
name: acm_service
path: /cluster.open-cluster-management.io/v1/managedclusters/{cluster_name}
parameters:
@ -70,15 +72,15 @@ prompt_targets:
- name: listAllClusterDetails
description: Query your clusters for more details.
http_method: GET
endpoint:
http_method: GET
name: acm_service
path: /cluster.open-cluster-management.io/v1/managedclusters
- name: getClusterDetails
description: Query a single cluster for more details
http_method: GET
endpoint:
http_method: GET
name: acm_service
path: /cluster.open-cluster-management.io/v1/managedclusters/{cluster_name}
parameters:

File diff suppressed because it is too large Load diff