Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web/app/components/chat-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const PROMPT_SUGGESTIONS = [
id: "enrich-contacts",
label: "Enrich Leads",
icon: Users,
prompt: "When a new contact is added to my CRM, find their LinkedIn profile and company details and update the record",
prompt: "Enrich my CRM contacts with job titles, company details, and verified emails",
},
{
id: "invoice-reminder",
Expand Down
Loading