Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
agent-tools
HonuaAgentToolExecutorOptions
Interface HonuaAgentToolExecutorOptions
interface
HonuaAgentToolExecutorOptions
{
actor
?:
string
;
allowActions
?:
boolean
;
allowedLayerIds
?:
readonly
string
[]
;
allowedSourceIds
?:
readonly
string
[]
;
allowedTools
?:
readonly
(
|
"selectFeature"
|
"setFilter"
|
"addLayer"
|
"setViewport"
|
"listSources"
|
"inspectMap"
|
"listCapabilities"
|
"summarizeSelection"
|
"runWidgetQuery"
|
"explainCapabilityGap"
)
[]
;
dryRun
?:
boolean
;
maxResults
?:
number
;
now
?:
(
(
)
=>
string
)
;
onAudit
?:
(
(
event
:
HonuaAgentAuditEvent
)
=>
void
)
;
}
Hierarchy (
view full
)
HonuaAgentToolExecutorOptions
HonuaAiMapKitPolicy
Index
Properties
actor?
allow
Actions?
allowed
Layer
Ids?
allowed
Source
Ids?
allowed
Tools?
dry
Run?
max
Results?
now?
on
Audit?
Properties
Optional
Readonly
actor
actor
?:
string
Optional
Readonly
allow
Actions
allow
Actions
?:
boolean
Optional
Readonly
allowed
Layer
Ids
allowed
Layer
Ids
?:
readonly
string
[]
Optional
Readonly
allowed
Source
Ids
allowed
Source
Ids
?:
readonly
string
[]
Optional
Readonly
allowed
Tools
allowed
Tools
?:
readonly
(
|
"selectFeature"
|
"setFilter"
|
"addLayer"
|
"setViewport"
|
"listSources"
|
"inspectMap"
|
"listCapabilities"
|
"summarizeSelection"
|
"runWidgetQuery"
|
"explainCapabilityGap"
)
[]
Optional
Readonly
dry
Run
dry
Run
?:
boolean
Optional
Readonly
max
Results
max
Results
?:
number
Optional
Readonly
now
now
?:
(
(
)
=>
string
)
Optional
Readonly
on
Audit
on
Audit
?:
(
(
event
:
HonuaAgentAuditEvent
)
=>
void
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actor
allow
Actions
allowed
Layer
Ids
allowed
Source
Ids
allowed
Tools
dry
Run
max
Results
now
on
Audit
@honua/sdk-js
Loading...