diff --git a/src/components/ChatWidget.tsx b/src/components/ChatWidget.tsx index 041a543..0fbe21e 100644 --- a/src/components/ChatWidget.tsx +++ b/src/components/ChatWidget.tsx @@ -6,6 +6,7 @@ import { isGeminiAvailable, parseItemIds, stripItemsSuffix, + GEMINI_DISPLAY_NAME, type ChatMessage, } from '@/lib/gemini' import { buildPaletteData } from '@/lib/search' @@ -246,15 +247,26 @@ export function ChatWidget({ onAction }: ChatWidgetProps) { flexShrink: 0, }} > - - Ask about Andy - +
+ + Ask about Andy + + + {GEMINI_DISPLAY_NAME} + +