UNPKG

@promptbook/azure-openai

Version:

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

10 lines (8 loc) 216 B
/** * Recursively converts JSON strings to JSON objects * @public exported from `@promptbook/utils` */ export declare function jsonStringsToJsons<T>(object: T): T; /** * TODO: Type the return type correctly */