nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
CircuitProtectedResult
Interface CircuitProtectedResult
Result of a circuit-protected execution with fallback info.
interface
CircuitProtectedResult
{
response
:
CliResponse
;
executedBy
:
"claude"
|
"gemini"
|
"codex"
|
"opencode"
;
usedFallback
:
boolean
;
fallbackAttempts
?:
readonly
(
"claude"
|
"gemini"
|
"codex"
|
"opencode"
)
[]
;
}
Index
Properties
response
executed
By
used
Fallback
fallback
Attempts?
Properties
Readonly
response
response
:
CliResponse
Readonly
executed
By
executedBy
:
"claude"
|
"gemini"
|
"codex"
|
"opencode"
Readonly
used
Fallback
usedFallback
:
boolean
Optional
Readonly
fallback
Attempts
fallbackAttempts
?:
readonly
(
"claude"
|
"gemini"
|
"codex"
|
"opencode"
)
[]
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
response
executed
By
used
Fallback
fallback
Attempts
GitHub
npm
nexus-agents - v2.80.0
Loading...
Result of a circuit-protected execution with fallback info.