UNPKG

@promptbook/azure-openai

Version:

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

11 lines (10 loc) 400 B
import type { PromptbookFetch } from '../../execution/PromptbookFetch'; import type { string_name } from '../../types/typeAliases'; /** * @private still in development */ export declare function isGithubNameFree(name: string_name, fetch: PromptbookFetch): Promise<boolean>; /** * TODO: [🍓][🧠] Test and implement `isGithubNameFree` * TODO: Export via some (and probably new) NPM package */