mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
add defualt agent schema enforcement
This commit is contained in:
parent
da5cbc29b7
commit
6ac9e96a57
1 changed files with 16 additions and 0 deletions
|
|
@ -72,6 +72,22 @@ properties:
|
|||
- model
|
||||
- prompt
|
||||
- agent
|
||||
agents:
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
default:
|
||||
type: boolean
|
||||
additionalProperties: false
|
||||
required:
|
||||
- id
|
||||
- description
|
||||
additionalProperties: false
|
||||
required:
|
||||
- type
|
||||
- name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue