From 2d2e49bc00c5bc5380f32299ecc340063f60377c Mon Sep 17 00:00:00 2001 From: timothycarambat Date: Wed, 21 Aug 2024 14:58:56 -0700 Subject: [PATCH] fix missing export --- server/utils/chats/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/server/utils/chats/index.js b/server/utils/chats/index.js index 3ec358728..17fbd1569 100644 --- a/server/utils/chats/index.js +++ b/server/utils/chats/index.js @@ -73,7 +73,6 @@ function sourceIdentifier(sourceDocument) { module.exports = { sourceIdentifier, recentChatHistory, - chatWithWorkspace, chatPrompt, grepCommand, VALID_COMMANDS,