From 17db8c23c005340ca23495c0ea9665161afcd596 Mon Sep 17 00:00:00 2001 From: Jakub Knejzlik Date: Tue, 11 Jun 2024 18:36:06 +0200 Subject: [PATCH] Update exports --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 9e15c8f..b7bee7b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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"; -