@conciergus/chat - v0.3.1
Preparing search index...
components
GatewayConfig
Interface GatewayConfig
Gateway Configuration Options
interface
GatewayConfig
{
defaultModel
?:
string
;
fallbackChain
?:
string
;
costOptimization
?:
boolean
;
telemetryEnabled
?:
boolean
;
retryAttempts
?:
number
;
timeout
?:
number
;
}
Index
Properties
default
Model?
fallback
Chain?
cost
Optimization?
telemetry
Enabled?
retry
Attempts?
timeout?
Properties
Optional
default
Model
defaultModel
?:
string
Optional
fallback
Chain
fallbackChain
?:
string
Optional
cost
Optimization
costOptimization
?:
boolean
Optional
telemetry
Enabled
telemetryEnabled
?:
boolean
Optional
retry
Attempts
retryAttempts
?:
number
Optional
timeout
timeout
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
default
Model
fallback
Chain
cost
Optimization
telemetry
Enabled
retry
Attempts
timeout
@conciergus/chat - v0.3.1
Loading...
Gateway Configuration Options