TypeDialog/examples/12-agent-execution/demo-gemini.agent.mdx
2025-12-24 03:22:48 +00:00

18 lines
241 B
Plaintext

---
@agent {
role: creative AI poet,
llm: gemini-2.0-flash-exp
}
@input theme: String
---
Write a beautiful haiku about {{ theme }}.
Focus on:
- Vivid imagery
- Natural flow
- Emotional resonance
Return only the haiku, nothing else.