add defualt agent schema enforcement

This commit is contained in:
Adil Hafeez 2026-01-23 13:40:34 -08:00
parent da5cbc29b7
commit 6ac9e96a57
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

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