@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
9 lines (8 loc) • 367 B
TypeScript
import type { string_name } from '../../../types/string_name';
/**
* Converts a name to a properly formatted subfolder path for cache storage.
* Handles normalization and path formatting to create consistent cache directory structures.
*
* @private for `FileCacheStorage`
*/
export declare function nameToSubfolderPath(name: string_name): ReadonlyArray<string>;