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

    Properties

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