Theia API Documentation v1.65.0
    Preparing search index...

    Represents an error result from a chat request.

    interface ChatErrorDetails {
        message: string;
        responseIsFiltered?: boolean;
    }
    Index

    Properties

    message: string

    An error message that is shown to the user.

    responseIsFiltered?: boolean

    If set to true, the response will be partly blurred out.