From 1984ce42aae96f4e6e55e50db1d022fc8c2d1cc2 Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Mon, 16 Feb 2026 20:03:22 +0100 Subject: [PATCH] Update Chat.svelte (#21479) --- src/lib/components/chat/Chat.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index f9c9ea6ebb..4ca7a1d2a4 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -2085,7 +2085,7 @@ ), features: getFeatures(), variables: { - ...getPromptVariables($user?.name, $settings?.userLocation ? userLocation : undefined) + ...getPromptVariables($user?.name, $settings?.userLocation ? userLocation : undefined, $user?.email) }, model_item: $models.find((m) => m.id === model.id),