@promptbook/azure-openai
Version:
Promptbook: Run AI apps in plain human language across multiple models and platforms
13 lines (12 loc) • 577 B
TypeScript
import type { string_executable_path } from '../../types/typeAliases';
/**
* Locates the Pandoc executable on the current system by searching platform-specific paths.
* Returns the path to the executable if found, or null otherwise.
*
* @private within the repository
*/
export declare function locatePandoc(): Promise<string_executable_path | null>;
/**
* TODO: [🧠][♿] Maybe export through `@promptbook/node` OR `@promptbook/documents`
* Note: [🟢] Code in this file should never be never released in packages that could be imported into browser environment
*/