resk-llm-ts - v1.0.0
GitHub
npm
Preparing search index...
index
SecurityConfig
Interface SecurityConfig
interface
SecurityConfig
{
failOpen
?:
boolean
;
blockCategories
?:
string
[]
;
minConfidenceThreshold
?:
number
;
blockScoreThreshold
?:
number
;
languages
?:
string
[]
;
maxInputLength
?:
number
;
enableCaching
?:
boolean
;
cacheSize
?:
number
;
logLevel
?:
string
;
thresholds
?:
Record
<
string
,
ThreatThreshold
>
;
}
Index
Properties
fail
Open?
block
Categories?
min
Confidence
Threshold?
block
Score
Threshold?
languages?
max
Input
Length?
enable
Caching?
cache
Size?
log
Level?
thresholds?
Properties
Optional
fail
Open
failOpen
?:
boolean
Optional
block
Categories
blockCategories
?:
string
[]
Optional
min
Confidence
Threshold
minConfidenceThreshold
?:
number
Optional
block
Score
Threshold
blockScoreThreshold
?:
number
Optional
languages
languages
?:
string
[]
Optional
max
Input
Length
maxInputLength
?:
number
Optional
enable
Caching
enableCaching
?:
boolean
Optional
cache
Size
cacheSize
?:
number
Optional
log
Level
logLevel
?:
string
Optional
thresholds
thresholds
?:
Record
<
string
,
ThreatThreshold
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
fail
Open
block
Categories
min
Confidence
Threshold
block
Score
Threshold
languages
max
Input
Length
enable
Caching
cache
Size
log
Level
thresholds
Documentation
GitHub
npm
resk-llm-ts - v1.0.0
Loading...