Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/ai-chat/types/ai-context
AICommand
Interface AICommand
Базовый интерфейс для AI команды
interface
AICommand
{
context
:
Partial
<
TimelineStudioContext
>
;
params
:
Record
<
string
,
any
>
;
timestamp
:
Date
;
type
:
AICommandType
;
userPrompt
:
string
;
}
Index
Properties
context
params
timestamp
type
user
Prompt
Properties
context
context
:
Partial
<
TimelineStudioContext
>
params
params
:
Record
<
string
,
any
>
timestamp
timestamp
:
Date
type
type
:
AICommandType
user
Prompt
userPrompt
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
context
params
timestamp
type
user
Prompt
Timeline Studio API Documentation - v0.26.0
Loading...
Базовый интерфейс для AI команды