This commit is contained in:
2026-02-20 04:32:50 +00:00
parent d9f6eb14ed
commit 2a7485add2
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export type TaskInfo = {
};
export type ServerMessage =
| { type: 'session:init'; sessionId: string; model: string }
| { type: 'session:init'; sessionId: string; model: string | null }
| { type: 'system:prompt'; text: string }
| { type: 'assistant:text'; text: string }
| { type: 'assistant:partial'; text: string }