UNPKG

@promptbook/documents

Version:

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

7 lines (6 loc) 238 B
/** * Returns true for test files that should not affect packaged Agents Server builds. * * @private internal utility of `buildAgentsServer` */ export declare function isAgentsServerBuildInputTestFile(inputBasename: string): boolean;