UNPKG

llama-flow

Version:

The Typescript-first prompt engineering toolkit for working with chat based LLMs.

4 lines 285 B
export declare const extractJSONObjectResponse: (res: string) => string | undefined; export declare const extractJSONArrayResponse: (res: string) => string | undefined; export declare const extractBulletPointsResponse: (res: string) => string[]; //# sourceMappingURL=extracter.d.ts.map