add default agent schema enforcement (#702)

This commit is contained in:
Adil Hafeez 2026-01-24 12:00:49 -08:00 committed by GitHub
parent da5cbc29b7
commit 43bdd0bfcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 26 additions and 6 deletions

View file

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