Skip to content

Commit

Permalink
fix(prompts): export client types
Browse files Browse the repository at this point in the history
  • Loading branch information
hassiebp committed Oct 21, 2024
1 parent 7272b42 commit daca748
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions langfuse/src/langfuse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import { type LangfuseStorage, getStorage } from "./storage";
import { version } from "../package.json";
import { type LangfuseOptions } from "./types";

export type { LangfusePromptClient, ChatPromptClient, TextPromptClient } from "langfuse-core";

// Required when users pass these as typed arguments
export {
type LangfuseTraceClient,
Expand Down

0 comments on commit daca748

Please sign in to comment.