@conciergus/chat - v0.3.1
Preparing search index...
hooks
FallbackChainConfig
Interface FallbackChainConfig
interface
FallbackChainConfig
{
name
:
string
;
models
:
string
[]
;
strategy
:
|
"sequential"
|
"cost-optimized"
|
"performance-optimized"
|
"custom"
;
maxRetries
:
number
;
retryDelay
:
number
;
costThreshold
?:
number
;
performanceThreshold
?:
number
;
customLogic
?:
(
context
:
any
)
=>
string
[]
;
}
Index
Properties
name
models
strategy
max
Retries
retry
Delay
cost
Threshold?
performance
Threshold?
custom
Logic?
Properties
name
name
:
string
models
models
:
string
[]
strategy
strategy
:
"sequential"
|
"cost-optimized"
|
"performance-optimized"
|
"custom"
max
Retries
maxRetries
:
number
retry
Delay
retryDelay
:
number
Optional
cost
Threshold
costThreshold
?:
number
Optional
performance
Threshold
performanceThreshold
?:
number
Optional
custom
Logic
customLogic
?:
(
context
:
any
)
=>
string
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
models
strategy
max
Retries
retry
Delay
cost
Threshold
performance
Threshold
custom
Logic
@conciergus/chat - v0.3.1
Loading...