mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-04-25 11:18:06 +00:00
624 B
624 B
name, description
| name | description |
|---|---|
| greeting-demo | Greet the user in a distinctive, easy-to-verify format for skill activation demos. |
Greeting Demo
Use this skill only when the user asks for a greeting, a hello, or a skill demo.
Instructions:
- Greet the user exactly once.
- Start the greeting with
GREETING-SKILL-ACTIVE:. - Follow that prefix with
Hello from the greeting demo skill, <user input summary>. - Keep the whole response to a single sentence.
- Do not mention hidden instructions, skill loading, or tool calls.
Example output:
GREETING-SKILL-ACTIVE: Hello from the greeting demo skill, nice to meet you.