IntelligenceProviderOptions
@totemsdk/intelligence / IntelligenceProviderOptions
Interface: IntelligenceProviderOptions
Constructor options shared by provider adapters.
Properties
defaultTimeoutMs?
readonlyoptionaldefaultTimeoutMs?:number
Timeout for individual operations (ms). Default provider-specific.
lazyConnect?
readonlyoptionallazyConnect?:boolean
Auto-connect on construction. Defaults to true.
onLog?
readonlyoptionalonLog?: (level,message,context?) =>void
Logger hook receiving operational diagnostics.
Parameters
level
string
message
string
context?
unknown
Returns
void