mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-22 23:41:07 +00:00
fix(ui): add chatHistoryTruncated to AppViewState type
Made-with: Cursor
This commit is contained in:
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user