Add demo for acm

This commit is contained in:
Adil Hafeez 2024-12-03 19:22:31 -08:00
parent a0c159c9ba
commit 4343387adc
44 changed files with 3194 additions and 3 deletions

View file

@ -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