diff options
| author | Dhravya Shah <[email protected]> | 2024-07-22 23:01:16 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-22 23:01:16 -0500 |
| commit | f310781ad74d66cb6aef08002c15fae460a2e688 (patch) | |
| tree | e61f97d754f1db9fac89c446aa9a7131349acbb1 /apps/web/lib | |
| parent | Merge pull request #133 from aryasaatvik/lockfile (diff) | |
| parent | fix: type error when getting full chat thread (diff) | |
| download | archived-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.ts | 1 |
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), }); |