docs: retire completed tagged-envelope review TODO
This commit is contained in:
@@ -42,9 +42,9 @@ declare module 'cordis' {
|
||||
* synthetic user-role message (the system-reminder pattern: zero adapter
|
||||
* burden, models distinguish it from real user prompts by the envelope).
|
||||
*
|
||||
* 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.
|
||||
*/
|
||||
function renderTagged(tag: string, content: ContentBlock[], source: MessageSource): ContentBlock[] {
|
||||
const open = `<${tag} source=${JSON.stringify(source.kind)}>`
|
||||
|
||||
Reference in New Issue
Block a user