Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/ai-chat/types/ai-context
AICommandResult
Interface AICommandResult
Результат выполнения AI команды
interface
AICommandResult
{
changedElements
:
string
[]
;
command
:
AICommand
;
executionTime
:
number
;
nextSuggestedActions
:
string
[]
;
result
:
AIToolResult
;
success
:
boolean
;
}
Index
Properties
changed
Elements
command
execution
Time
next
Suggested
Actions
result
success
Properties
changed
Elements
changedElements
:
string
[]
command
command
:
AICommand
execution
Time
executionTime
:
number
next
Suggested
Actions
nextSuggestedActions
:
string
[]
result
result
:
AIToolResult
success
success
:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
changed
Elements
command
execution
Time
next
Suggested
Actions
result
success
Timeline Studio API Documentation - v0.26.0
Loading...
Результат выполнения AI команды