aboutsummaryrefslogtreecommitdiff
path: root/apps/web/lib
diff options
context:
space:
mode:
authorDhravya Shah <[email protected]>2024-07-22 23:01:16 -0500
committerGitHub <[email protected]>2024-07-22 23:01:16 -0500
commitf310781ad74d66cb6aef08002c15fae460a2e688 (patch)
treee61f97d754f1db9fac89c446aa9a7131349acbb1 /apps/web/lib
parentMerge pull request #133 from aryasaatvik/lockfile (diff)
parentfix: type error when getting full chat thread (diff)
downloadarchived-supermemory-f310781ad74d66cb6aef08002c15fae460a2e688.tar.xz
archived-supermemory-f310781ad74d66cb6aef08002c15fae460a2e688.zip
Merge pull request #137 from supermemoryai/pro-mode
added ability to use pro mode, to do complex timeseries/location sear…
Diffstat (limited to 'apps/web/lib')
-rw-r--r--apps/web/lib/searchParams.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/lib/searchParams.ts b/apps/web/lib/searchParams.ts
index 2e8b1633..b90b560c 100644
--- a/apps/web/lib/searchParams.ts
+++ b/apps/web/lib/searchParams.ts
@@ -32,4 +32,5 @@ export const chatSearchParamsCache = createSearchParamsCache({
return valid.data;
}),
+ proMode: parseAsBoolean.withDefault(false),
});