UNPKG

retort-js

Version:

Intuitive, production-ready prompt chaining in Javascript

4 lines (3 loc) 168 B
export { RetortConversation as Conversation } from "./conversation.js"; export { retort, Retort, RetortInProgress } from "./retort.js"; export { run } from "./run.js";