UNPKG

@promptbook/remote-server

Version:

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

8 lines (7 loc) 323 B
import type { InitializationStatus } from './boilerplateTemplates'; /** * Ensures VS Code routes pasted prompt images into `prompts/screenshots`. * * @private function of `initializeCoderProjectConfiguration` */ export declare function ensureCoderVscodeSettingsFile(projectPath: string): Promise<InitializationStatus>;