move method to endpoint section and use Agent AI app name

This commit is contained in:
Adil Hafeez 2024-12-06 11:54:50 -08:00
parent c40a6d66c8
commit 428227d98e
11 changed files with 36 additions and 32 deletions

View file

@ -19,10 +19,10 @@ system_prompt: |
prompt_targets:
- name: device_summary
description: Retrieve network statistics for specific devices within a time range
http_method: POST
endpoint:
name: app_server
path: /agent/device_summary
http_method: POST
parameters:
- name: device_ids
type: list
@ -34,10 +34,10 @@ prompt_targets:
default: "7"
- name: reboot_devices
description: Reboot a list of devices
http_method: POST
endpoint:
name: app_server
path: /agent/device_reboot
http_method: POST
parameters:
- name: device_ids
type: list