style: typed queries in slash-flow snapshot, widen chat-apply key union

This commit is contained in:
imccyu
2026-07-27 04:11:34 +08:00
parent f6396f2573
commit d1e43fcd8c
2 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ async function bench() {
}
/** First stored entry for a key (inject/store live directly on StoredEntry). */
function renderEntryOf(slots: SlotsService, key: 'conversation' | 'conversation.view' | 'details') {
function renderEntryOf(slots: SlotsService, key: 'conversation' | 'conversation.session' | 'conversation.view' | 'details') {
return slots.entries(key)[0] as undefined | { inject?: unknown; store?: unknown }
}