UNPKG

@promptbook/azure-openai

Version:

Promptbook: Run AI apps in plain human language across multiple models and platforms

9 lines (8 loc) 367 B
import type { string_name } from '../../../types/typeAliases'; /** * 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>;