Minor fixes

This commit is contained in:
Saoud Rizwan
2024-09-18 14:48:11 -04:00
parent b00cc9cfac
commit 974222b75e
2 changed files with 2 additions and 2 deletions

View File

@@ -413,7 +413,7 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie
}, [visibleMessages, didScrollFromApiReqTs])
const placeholderText = useMemo(() => {
const text = task ? "Type a message..." : "Type your task here..."
const text = task ? "Type a message (@ to add context)..." : "Type your task here (@ to add context)..."
return text
}, [task])