diff --git a/apps/web/app/(app)/[emailAccountId]/assistant/settings/AboutSetting.tsx b/apps/web/app/(app)/[emailAccountId]/assistant/settings/AboutSetting.tsx index f4a99d4db0..da494963eb 100644 --- a/apps/web/app/(app)/[emailAccountId]/assistant/settings/AboutSetting.tsx +++ b/apps/web/app/(app)/[emailAccountId]/assistant/settings/AboutSetting.tsx @@ -18,8 +18,8 @@ export function AboutSetting() { return ( @@ -29,10 +29,10 @@ export function AboutSetting() { - About you + Personal Instructions - Provide extra information that will help our AI better - understand how to process your emails. + Tell the AI about yourself and how you'd like it to handle your + emails. diff --git a/apps/web/app/(app)/[emailAccountId]/assistant/settings/SettingsTab.tsx b/apps/web/app/(app)/[emailAccountId]/assistant/settings/SettingsTab.tsx index dd5e0e1789..b84d12ac9a 100644 --- a/apps/web/app/(app)/[emailAccountId]/assistant/settings/SettingsTab.tsx +++ b/apps/web/app/(app)/[emailAccountId]/assistant/settings/SettingsTab.tsx @@ -13,12 +13,12 @@ export function SettingsTab() { return (
+ + - {env.NEXT_PUBLIC_DIGEST_ENABLED && } -
diff --git a/apps/web/app/(app)/[emailAccountId]/settings/AboutSectionForm.tsx b/apps/web/app/(app)/[emailAccountId]/settings/AboutSectionForm.tsx index d0549acdd5..09a1be2069 100644 --- a/apps/web/app/(app)/[emailAccountId]/settings/AboutSectionForm.tsx +++ b/apps/web/app/(app)/[emailAccountId]/settings/AboutSectionForm.tsx @@ -21,24 +21,6 @@ import { saveAboutBody, } from "@/utils/actions/user.validation"; -export function AboutSectionFull() { - return ( - - -
- -
- -
-
-
-
- ); -} - export function AboutSection({ onSuccess }: { onSuccess?: () => void }) { const { data, isLoading, error, mutate } = useEmailAccountFull(); @@ -109,10 +91,10 @@ const AboutSectionForm = ({ label="" registerProps={register("about")} error={errors.about} - placeholder={`My name is John Doe. I'm the founder of a startup called Doe. -Some rules to follow: -* Be friendly, concise, and professional, but not overly formal. -* Keep responses short and to the point.`} + placeholder={`My name is Alex Smith. I'm the founder of Acme. + +- If I'm CC'd, it's not To Reply +- Emails from jane@accounting.com aren't Notifications`} />