TypeDialog/tests/test-agent.agent.mdx
2025-12-24 03:22:48 +00:00

19 lines
297 B
Plaintext

---
@agent {
role: helpful assistant,
llm: claude-3-5-haiku-20241022,
max_tokens: 100,
temperature: 0.7
}
@input name: String
@validate output {
min_length: 10,
max_length: 500,
format: text
}
---
Say hello to {{ name }} in a friendly and warm way! Keep it brief (2-3 sentences).