22 lines
415 B
YAML
22 lines
415 B
YAML
# Test: No prompts field (optional)
|
|
# Expected: PASS
|
|
|
|
agent:
|
|
metadata:
|
|
id: no-prompts
|
|
name: No Prompts
|
|
title: No Prompts
|
|
icon: 🧪
|
|
|
|
persona:
|
|
role: Test agent without prompts
|
|
identity: I am a test agent without prompts field.
|
|
communication_style: Clear
|
|
principles:
|
|
- Test optional fields
|
|
|
|
menu:
|
|
- trigger: help
|
|
description: Show help
|
|
action: display_help
|