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

    Типы для потокового ответа от AI API

    interface StreamingMessage {
        content?: string;
        id?: string;
        type: "error" | "start" | "delta" | "stop";
    }
    Index

    Properties

    Properties

    content?: string
    id?: string
    type: "error" | "start" | "delta" | "stop"