UNPKG

@promptbook/documents

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

10 lines (9 loc) 378 B
/** * Browser-compatible stub for `createDeprecatedCommitmentDiagnostics`. * * In the browser build the full Node.js implementation is not available, * so this stub always returns an empty array to keep the editor functional. * * @private internal utility of `BookEditorMonaco` */ export declare function createDeprecatedCommitmentDiagnostics(_agentSource?: string): [];