mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
fix(test): restore long dep for full vitest gate
This commit is contained in:
@@ -59,7 +59,6 @@ export type AppViewState = {
|
||||
chatToolMessages: unknown[];
|
||||
chatStreamSegments: Array<{ text: string; ts: number }>;
|
||||
chatStream: string | null;
|
||||
chatStreamSegments: Array<{ text: string; ts: number }>;
|
||||
chatStreamStartedAt: number | null;
|
||||
chatRunId: string | null;
|
||||
compactionStatus: CompactionStatus | null;
|
||||
|
||||
Reference in New Issue
Block a user