fix(ui): add chatHistoryTruncated to AppViewState type

Made-with: Cursor
This commit is contained in:
OpenClaw Contributor
2026-03-16 21:23:31 +00:00
parent 6f4bc797ea
commit 74d2fe2844

View File

@@ -72,6 +72,7 @@ export type AppViewState = {
fallbackStatus: FallbackStatus | null;
chatAvatarUrl: string | null;
chatThinkingLevel: string | null;
chatHistoryTruncated?: boolean;
chatModelOverrides: Record<string, ChatModelOverride | null>;
chatModelsLoading: boolean;
chatModelCatalog: ModelCatalogEntry[];