TypeDialog/tests/test-agent.agent.mdx

19 lines
297 B
Plaintext
Raw Normal View History

---
@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).