UNPKG

@pezzo/client

Version:

TypeScript API client for Pezzo

9 lines (8 loc) 273 B
export * from "./observability"; export * from "./prompts"; export * from "./cache"; export type ValueType = any; export type PromptExecutionType = any; export type ProviderType = any; export type PezzoInjectedContext = any; export type PezzoExtendedArgs<T> = any;