Files
lennyzeltser-conversation-r…/example.yaml
T
lennyzeltser c437f04e0b Initial commit
2026-01-14 17:55:56 -05:00

33 lines
850 B
YAML

meta:
title: Example Conversation
description: A test scenario to evaluate the UI.
theme: chat
scenarios:
- id: scenario1
title: Basic Chat
participants:
- id: user
label: User
role: left
- id: ai
label: Assistant
role: right
steps:
- type: message
from: user
content: "Hello, can you help me with something?"
- type: message
from: ai
content: "Of course! What do you need help with?"
- type: annotation
content: "The assistant is ready to help."
- type: message
from: user
content: "I want to improve my project's design."
- type: transition
content: "Processing request..."
- type: message
from: ai
content: "I can definitely help with that. Let's look at the code."