refactor(task): drop session_id resume alias
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
sync-task.ts → sync-session-creator.ts → sync-prompt-sender.ts → sync-session-poller.ts → sync-result-fetcher.ts
|
||||
```
|
||||
|
||||
Each file handles one step. `sync-continuation.ts` handles session continuation (resume with session_id).
|
||||
Each file handles one step. `sync-continuation.ts` handles session continuation (resume with task_id).
|
||||
|
||||
## BACKGROUND EXECUTION
|
||||
|
||||
@@ -40,7 +40,7 @@ Each file handles one step. `sync-continuation.ts` handles session continuation
|
||||
background-task.ts → BackgroundManager.launch() → (async polling) → background-continuation.ts
|
||||
```
|
||||
|
||||
`background-continuation.ts` handles `session_id` resume for existing background tasks.
|
||||
`background-continuation.ts` handles `task_id` resume for existing background tasks.
|
||||
|
||||
## CATEGORY RESOLUTION
|
||||
|
||||
|
||||
Reference in New Issue
Block a user