# SLEEP Command

By sending the message `SLEEP` to chat-based Takumi, Takumi will stop the current task.

:::warning
Some tasks do not support this command.
:::

## Notes

When Takumi executes whitebox assessments, it internally includes non-LLM control (such as iterating through discovered features with classical for loops and assessing them in sequence). Due to this, the "thought log" provided in the chat UI may sometimes give the impression that the same operation is being repeated.

However, this is important control for Takumi's performance. It should basically not be interrupted. Compared to other agents, it is recommended to avoid interrupting tasks as much as possible.
