diff options
Diffstat (limited to 'apps/web/app/actions/fetchers.ts')
| -rw-r--r-- | apps/web/app/actions/fetchers.ts | 3 |
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: [], + }, }; }, ); |