Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
common
apis
reflections
ReflectionsConfig
Interface ReflectionsConfig
Configuration for ReflectionsClient
interface
ReflectionsConfig
{
cache_namespace
?:
string
;
cache_ttl_ms
?:
number
;
enable_cache
?:
boolean
;
endpoint
?:
string
;
silent_failure
?:
boolean
;
slow_llm_threshold_ms
?:
number
;
slow_operation_threshold_ms
?:
number
;
verbose
?:
boolean
;
}
Index
Properties
cache_
namespace?
cache_
ttl_
ms?
enable_
cache?
endpoint?
silent_
failure?
slow_
llm_
threshold_
ms?
slow_
operation_
threshold_
ms?
verbose?
Properties
Optional
cache_
namespace
cache_
namespace
?:
string
Optional
cache_
ttl_
ms
cache_
ttl_
ms
?:
number
Optional
enable_
cache
enable_
cache
?:
boolean
Optional
endpoint
endpoint
?:
string
Optional
silent_
failure
silent_
failure
?:
boolean
Optional
slow_
llm_
threshold_
ms
slow_
llm_
threshold_
ms
?:
number
Optional
slow_
operation_
threshold_
ms
slow_
operation_
threshold_
ms
?:
number
Optional
verbose
verbose
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cache_
namespace
cache_
ttl_
ms
enable_
cache
endpoint
silent_
failure
slow_
llm_
threshold_
ms
slow_
operation_
threshold_
ms
verbose
Tidyscripts Docs
Loading...
Configuration for ReflectionsClient