AIML Docs

Simple Chat Agent

A basic chat agent that responds to user input

Simple Chat Agent

A basic chat agent that responds to user input:

---
model: account/fireworks/model/deepseek-v3
---
 
You are a friendly and helpful assistant.
 
<llm>
    <prompt>
        {({userInput}) => userInput.message}
    </prompt>
</llm>

On this page