From 50f9e4354f6c26cfe0951a543c372bbbba243602 Mon Sep 17 00:00:00 2001 From: Nex Zhu Date: Mon, 24 Feb 2025 08:36:42 +0800 Subject: [PATCH] fix --- src/web/web.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/web/web.ts b/src/web/web.ts index fed4d26..9e4f045 100644 --- a/src/web/web.ts +++ b/src/web/web.ts @@ -148,7 +148,9 @@ export const getSystemPromptForWeb = async ( return { prompt: "", webSources: [], - iodSources: [] + iodSources: [], + iodSearchResults: [], + iodTokenCount: 0, } } }