Theia API Documentation v1.66.0
    Preparing search index...
    interface SerializableChatResponseData {
        content: SerializableChatResponseContentData<unknown>[];
        errorMessage?: string;
        id: string;
        isComplete: boolean;
        isError: boolean;
        requestId: string;
    }
    Index

    Properties

    errorMessage?: string
    id: string
    isComplete: boolean
    isError: boolean
    requestId: string