mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
use GET as default http method
This commit is contained in:
parent
ea086b6ff9
commit
9a1dbc60b8
9 changed files with 16 additions and 5 deletions
|
|
@ -28,6 +28,7 @@ prompt_targets:
|
|||
- name: information_extraction
|
||||
default: true
|
||||
description: handel all scenarios that are question and answer in nature. Like summarization, information extraction, etc.
|
||||
http_method: POST
|
||||
endpoint:
|
||||
name: app_server
|
||||
path: /agent/summary
|
||||
|
|
@ -38,6 +39,7 @@ prompt_targets:
|
|||
|
||||
- name: reboot_network_device
|
||||
description: Perform device operations like rebooting a device.
|
||||
http_method: POST
|
||||
endpoint:
|
||||
name: app_server
|
||||
path: /agent/action
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue