nexus-agents - v2.80.0
    Preparing search index...

    Interface DecomposeError

    Error detail when decomposition fails.

    interface DecomposeError {
        message: string;
        subtaskId?: string;
    }
    Index

    Properties

    Properties

    message: string
    subtaskId?: string