We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0a268 commit 70ac0f2Copy full SHA for 70ac0f2
frontend/components/collab/chat.tsx
@@ -59,7 +59,7 @@ export default function Chat({
59
60
useEffect(() => {
61
const greeting =
62
- "Hello! I am your AI assistant! You can ask me for help with the question or any other programming related queries.";
+ "Hello! I am your AI assistant! You can ask me for help with the question or any other programming related queries while you are coding.";
63
const greetingMessage = {
64
id: uuidv4(),
65
userId: "assistant",
0 commit comments