← Back to prompt archive
🧠 System Prompts

action

Defines an XML template for an agent action option with evaluate, memory, thought, action name, input, and route fields.

Added Apr 14, 2026
```xml
<Option>
    <Evaluate>{evaluate}</Evaluate>
    <Memory>{memory}</Memory>
    <Thought>{thought}</Thought>
    <Action-Name>{action_name}</Action-Name>
    <Action-Input>{action_input}</Action-Input>
    <Route>Action</Route>
</Option>
```
#agent #xml #template #action #routing