aboutsummaryrefslogtreecommitdiff
path: root/apps/web/app/actions
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/app/actions')
-rw-r--r--apps/web/app/actions/fetchers.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/web/app/actions/fetchers.ts b/apps/web/app/actions/fetchers.ts
index 7071ecb3..688fe7f5 100644
--- a/apps/web/app/actions/fetchers.ts
+++ b/apps/web/app/actions/fetchers.ts
@@ -218,6 +218,9 @@ export const getFullChatThread = async (
],
sources: sources ?? [],
},
+ proModeProcessing: {
+ queries: [],
+ },
};
},
);