24 lines
506 B
YAML
24 lines
506 B
YAML
# Test: principles as string instead of array
|
|
# Expected: FAIL
|
|
# Error code: invalid_type
|
|
# Error path: agent.persona.principles
|
|
# Error expected: array
|
|
|
|
agent:
|
|
metadata:
|
|
id: principles-string
|
|
name: Principles String
|
|
title: Principles String
|
|
icon: ❌
|
|
|
|
persona:
|
|
role: Test agent
|
|
identity: Test identity
|
|
communication_style: Test style
|
|
principles: This should be an array, not a string
|
|
|
|
menu:
|
|
- trigger: help
|
|
description: Show help
|
|
action: display_help
|