22 lines
354 B
YAML
22 lines
354 B
YAML
# Test: Empty menu array
|
|
# Expected: FAIL
|
|
# Error code: too_small
|
|
# Error path: agent.menu
|
|
# Error minimum: 1
|
|
|
|
agent:
|
|
metadata:
|
|
id: empty-menu
|
|
name: Empty Menu
|
|
title: Empty Menu
|
|
icon: ❌
|
|
|
|
persona:
|
|
role: Test agent
|
|
identity: Test identity
|
|
communication_style: Test style
|
|
principles:
|
|
- Test principle
|
|
|
|
menu: []
|