UNPKG

clientzcw

Version:

TypeScript API client for Pezzo

11 lines (9 loc) 312 B
export * from "./observability"; export * from "./prompts"; export * from "./cache"; // TODO: Remove, this is a temp fix export type ValueType = any; export type PromptExecutionType = any; export type ProviderType = any; export type PezzoInjectedContext = any; export type PezzoExtendedArgs<T> = any;