mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
add default agent schema enforcement (#702)
This commit is contained in:
parent
da5cbc29b7
commit
43bdd0bfcf
2 changed files with 26 additions and 6 deletions
|
|
@ -72,6 +72,26 @@ properties:
|
|||
- model
|
||||
- prompt
|
||||
- agent
|
||||
agents:
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
default:
|
||||
type: boolean
|
||||
filter_chain:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
additionalProperties: false
|
||||
required:
|
||||
- id
|
||||
- description
|
||||
additionalProperties: false
|
||||
required:
|
||||
- type
|
||||
- name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue