@deskcreate/agentcraft
Preparing search index...
adapters
FetchAdapterConfig
Interface FetchAdapterConfig
interface
FetchAdapterConfig
{
allowedContentTypes
?:
string
[]
;
allowedDomains
?:
string
[]
;
allowedProtocols
?:
(
"http:"
|
"https:"
)
[]
;
headers
?:
Record
<
string
,
string
>
;
maxResponseBytes
?:
number
;
onAuditEvent
?:
(
event
:
AdapterAuditEvent
)
=>
void
;
timeoutMs
?:
number
;
}
Index
Properties
allowed
Content
Types?
allowed
Domains?
allowed
Protocols?
headers?
max
Response
Bytes?
on
Audit
Event?
timeout
Ms?
Properties
Optional
allowed
Content
Types
allowedContentTypes
?:
string
[]
Optional
allowed
Domains
allowedDomains
?:
string
[]
Optional
allowed
Protocols
allowedProtocols
?:
(
"http:"
|
"https:"
)
[]
Optional
headers
headers
?:
Record
<
string
,
string
>
Optional
max
Response
Bytes
maxResponseBytes
?:
number
Optional
on
Audit
Event
onAuditEvent
?:
(
event
:
AdapterAuditEvent
)
=>
void
Optional
timeout
Ms
timeoutMs
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowed
Content
Types
allowed
Domains
allowed
Protocols
headers
max
Response
Bytes
on
Audit
Event
timeout
Ms
@deskcreate/agentcraft
Loading...