mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 05:16:23 -06:00
fix: type fallback state for CLI runs
This commit is contained in:
@@ -71,6 +71,8 @@ export type RunCliAgentParams = {
|
||||
fastModeAutoOnSeconds?: number;
|
||||
/** Shared notification state for nested harnesses that can observe the same tool boundary. */
|
||||
fastModeAutoProgressState?: FastModeAutoProgressState;
|
||||
/** True when the outer model fallback loop has reached its final candidate. */
|
||||
isFinalFallbackAttempt?: boolean;
|
||||
timeoutMs: number;
|
||||
/**
|
||||
* Explicit run timeout, in milliseconds, when the caller can distinguish a
|
||||
|
||||
Reference in New Issue
Block a user