mwg API
Reference
Overview
Examples
Getting started
Design
FAQ
Preparing search index...
AI
AIDecision
Interface AIDecision
interface
AIDecision
{
action
:
AIAction
|
null
;
agent
:
string
;
behavior
?:
string
;
events
:
readonly
AIEvent
[]
;
state
:
AI
.
AIState
;
status
:
"action"
|
"idle"
|
"cancelled"
|
"budget-exceeded"
;
steps
:
number
;
}
Index
Properties
action
agent
behavior?
events
state
status
steps
Properties
Readonly
action
action
:
AIAction
|
null
Readonly
agent
agent
:
string
Optional
Readonly
behavior
behavior
?:
string
Readonly
events
events
:
readonly
AIEvent
[]
Readonly
state
state
:
AI
.
AIState
Readonly
status
status
:
"action"
|
"idle"
|
"cancelled"
|
"budget-exceeded"
Readonly
steps
steps
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
action
agent
behavior
events
state
status
steps
Reference
Overview
Examples
Getting started
Design
FAQ
mwg API
Loading...