@deskcreate/agentcraft
Preparing search index...
adapters
FirecrawlAdapterConfig
Interface FirecrawlAdapterConfig
interface
FirecrawlAdapterConfig
{
apiBaseUrl
?:
string
;
apiKey
:
string
;
defaultFormats
?:
(
"html"
|
"markdown"
|
"rawHtml"
|
"links"
)
[]
;
defaultTimeout
?:
number
;
onAuditEvent
?:
(
event
:
AdapterAuditEvent
)
=>
void
;
timeoutMs
?:
number
;
}
Index
Properties
api
Base
Url?
api
Key
default
Formats?
default
Timeout?
on
Audit
Event?
timeout
Ms?
Properties
Optional
api
Base
Url
apiBaseUrl
?:
string
api
Key
apiKey
:
string
Optional
default
Formats
defaultFormats
?:
(
"html"
|
"markdown"
|
"rawHtml"
|
"links"
)
[]
Optional
default
Timeout
defaultTimeout
?:
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
api
Base
Url
api
Key
default
Formats
default
Timeout
on
Audit
Event
timeout
Ms
@deskcreate/agentcraft
Loading...