UNPKG

retort-js

Version:

Intuitive, production-ready prompt chaining in Javascript

20 lines (19 loc) 438 B
declare global { namespace JSX { interface Element<T extends keyof JSX.IntrinsicElements = any> { t: T; } interface IntrinsicElements { prompt: { temperature?: number | string; }; string: { value?: string; }; tool: { x?: string; }; } } } export declare let x: tool;