Skip to content

Commit

Permalink
Update exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubknejzlik committed Jun 11, 2024
1 parent d353edf commit 17db8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { Assistant } from "./assistant";
export { promptWithPick } from "./chains/prompt-with-pick";
export { promptWithRetry } from "./chains/prompt-with-retry";
export { createChatCompletionFunction } from "./function";
export { createOpenAIClient, getDefaultOpenAIClient } from "./openai-client";
export { Thread } from "./thread";

0 comments on commit 17db8c2

Please sign in to comment.