Timeline Studio API Documentation - v0.26.0
    Preparing search index...

    Результат выполнения AI команды

    interface AICommandResult {
        changedElements: string[];
        command: AICommand;
        executionTime: number;
        nextSuggestedActions: string[];
        result: AIToolResult;
        success: boolean;
    }
    Index

    Properties

    changedElements: string[]
    command: AICommand
    executionTime: number
    nextSuggestedActions: string[]
    result: AIToolResult
    success: boolean