UNPKG

prompt-compose

Version:

A JS library for building and managing GPT prompts documents.

9 lines (8 loc) 349 B
export { Divider } from "./divider"; export { Format } from "./format"; export { Instruction } from "./instruction"; export { Section } from "./section"; export { Statement } from "./statement"; export { System } from "./system"; export { None } from "./none"; export type { PromptIO, StatementPrompt, ComposePrompt } from "./components.interface";