@deskcreate/agentcraft
Preparing search index...
adapters
FileSystemAdapterConfig
Interface FileSystemAdapterConfig
interface
FileSystemAdapterConfig
{
allowedExtensions
?:
string
[]
;
maxFileBytes
?:
number
;
onAuditEvent
?:
(
event
:
AdapterAuditEvent
)
=>
void
;
readOnly
?:
boolean
;
rootPath
:
string
;
timeoutMs
?:
number
;
}
Index
Properties
allowed
Extensions?
max
File
Bytes?
on
Audit
Event?
read
Only?
root
Path
timeout
Ms?
Properties
Optional
allowed
Extensions
allowedExtensions
?:
string
[]
Optional
max
File
Bytes
maxFileBytes
?:
number
Optional
on
Audit
Event
onAuditEvent
?:
(
event
:
AdapterAuditEvent
)
=>
void
Optional
read
Only
readOnly
?:
boolean
root
Path
rootPath
:
string
Optional
timeout
Ms
timeoutMs
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowed
Extensions
max
File
Bytes
on
Audit
Event
read
Only
root
Path
timeout
Ms
@deskcreate/agentcraft
Loading...