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

    The result of a chat request.

    interface ChatResult {
        errorDetails?: ChatErrorDetails;
        metadata?: { readonly [key: string]: any };
    }
    Index

    Properties

    errorDetails?: ChatErrorDetails

    If the request resulted in an error, this property defines the error details.

    metadata?: { readonly [key: string]: any }

    Arbitrary metadata for this result. Can be anything, but must be JSON-stringifyable.