This commit is contained in:
Charles Cunningham
2026-01-25 16:19:25 -08:00
parent 7820de53fa
commit 123cb25c36
4 changed files with 17 additions and 12 deletions

View File

@@ -396,6 +396,7 @@ Run a single turn to completion without subscribing to streamed turn/item events
Notes:
- `exec/run` is best for one-off utilities (for example, generating a title) where you just need the final result.
- `exec/run` always runs ephemerally, so it does not create a rollout and will not appear in `thread/list`.
- Use `turn/start` when you want streaming events, intermediate items, or a long-lived thread.
### Example: One-off command execution