UNPKG

@promptbook/azure-openai

Version:

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

11 lines (10 loc) 288 B
import type { string_keyword } from './IKeywords'; /** * Tests if keyword is valid * * @param keyword to test * @returns if keyword is valid or not * * @public exported from `@promptbook/utils` */ export declare function isValidKeyword(keyword: string): keyword is string_keyword;