fix(schedule): validate restored seed logs

This commit is contained in:
pku-xht
2026-08-07 23:11:25 +08:00
committed by Tianyi Cui
parent cbda2b9d43
commit c4d9e2edb6
4 changed files with 15 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ declare module '@deepseek-ai/dsh-client-ui-slots' {
'conversation.chat.tool': { kind: 'single'; scope: 'session'; owner: ToolTreeOwnerProps }
/**
* The chat view's per-event presentation hole: keyed dispatch on the
* Host-provided presentation key. The durable event remains in the
* durable event type. The durable event remains in the
* runtime node; a feature plugin may replace the visible JSON fallback
* with a domain renderer without entering ui-conversation.
*/