mirror of
https://github.com/openai/codex.git
synced 2026-04-27 16:15:09 +00:00
619 B
619 B
<timer_fired> {{CURRENT_TIMER_ID}} {{TRIGGER}} {{DELIVERY}} true {{PROMPT}} This timer should keep running on its schedule after this invocation. Do not call delete_timer just because you completed this invocation. Call delete_timer with {"id":"{{CURRENT_TIMER_ID}}"} only if the user's timer prompt included an explicit stop condition, such as "until", "stop when", or "while", and that condition is now satisfied. Do not expose scheduler internals unless they matter to the user. </timer_fired>