mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 13:07:39 +00:00
feat(auto-reply): add model fallback lifecycle visibility in status, verbose logs, and WebUI (#20704)
This commit is contained in:
@@ -80,6 +80,13 @@ export type SessionEntry = {
|
||||
totalTokensFresh?: boolean;
|
||||
modelProvider?: string;
|
||||
model?: string;
|
||||
/**
|
||||
* Last selected/runtime model pair for which a fallback notice was emitted.
|
||||
* Used to avoid repeating the same fallback notice every turn.
|
||||
*/
|
||||
fallbackNoticeSelectedModel?: string;
|
||||
fallbackNoticeActiveModel?: string;
|
||||
fallbackNoticeReason?: string;
|
||||
contextTokens?: number;
|
||||
compactionCount?: number;
|
||||
memoryFlushAt?: number;
|
||||
|
||||
Reference in New Issue
Block a user