docs: retire completed tagged-envelope review TODO

This commit is contained in:
Tianyi Cui
2026-06-19 09:28:23 +08:00
parent 350e66982e
commit 4a1c64663b
3 changed files with 8 additions and 8 deletions

View File

@@ -72,9 +72,9 @@ export interface Agent {
* (inject is synchronous): a failing flush is reported via `agent/error`
* (step `0`) and the logger, never thrown into the caller.
*
* TODO(review): verify the tagged-envelope rendering against live model
* behavior; the real adapters that were the original precondition now exist
* (see the twin-adapter RFC).
* Live-adapter review has validated the tagged-envelope rendering against
* current DeepSeek behavior; provider-specific mismatches belong in that
* adapter, not in the canonical session vocabulary.
*/
inject(content: ContentBlock[], options?: SendOptions): void