mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38:07 +02:00
Add demo for acm
This commit is contained in:
parent
a0c159c9ba
commit
4343387adc
44 changed files with 3194 additions and 3 deletions
|
|
@ -92,6 +92,8 @@ properties:
|
|||
type: array
|
||||
items:
|
||||
type: string
|
||||
in_path:
|
||||
type: boolean
|
||||
additionalProperties: false
|
||||
required:
|
||||
- name
|
||||
|
|
@ -108,6 +110,11 @@ properties:
|
|||
required:
|
||||
- name
|
||||
- path
|
||||
http_method:
|
||||
type: string
|
||||
enum:
|
||||
- GET
|
||||
- POST
|
||||
system_prompt:
|
||||
type: string
|
||||
additionalProperties: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue