Build a Multi-stage Interaction
One user instruction can require several independently verified actions. Keep the first instruction explicit and subsequent continuation inputs empty.
Read pageIntroduce Persistent Rules
A persistent rule has a construction-side effect and an interaction-side presentation. Keep those two parts consistent.
Read pageModify Task Attributes
Use attribute edits when the agent must add or remove a known value, such as a newly announced delivery location. This changes task vocabulary, not the physical scene.
Read pageInterrupt and Resume an Interaction
Use an interruption when a direct instruction must be handled while a previous action sequence has not yet reached its completion answer.
Read pageAsk the Agent a Question
Use a text-only stage when success depends on the agent answering a question.
Read pageRequire Clarification from the Agent
A clarification stage checks whether the agent asks for information it does not have. It is a text-only objective, not a tool that fills in missing data silently.
Read page