Prompt syntax

Prompt is the most important part of your AI Agent that defines its personality, behavior, output format, security guardrails etc.

In addition to plain text, prompts may contain the following elements:

Prompts are normally evaluated at agent initialization time. However, you may use dynamic prompts functionality to re-evaluate them at every user utterance, therefore changing agent’s instructions as conversation progress. For more details, see Dynamic prompts.