diff --git a/config/arch_config_schema.yaml b/config/arch_config_schema.yaml index 71a4e3e9..987c5ebd 100644 --- a/config/arch_config_schema.yaml +++ b/config/arch_config_schema.yaml @@ -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