fix: little box typey thing

This commit is contained in:
Brooklyn Nicholson
2026-04-12 16:31:30 -05:00
parent 8efd3db1b4
commit 4b026d6761
6 changed files with 142 additions and 62 deletions

View File

@@ -25,7 +25,7 @@ export interface ClarifyReq {
export interface Msg {
role: Role
text: string
kind?: 'intro' | 'panel' | 'slash'
kind?: 'intro' | 'panel' | 'slash' | 'trail'
info?: SessionInfo
panelData?: PanelData
thinking?: string