This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Timmy-time-dashboard/src/timmy/welcome.py

8 lines
297 B
Python

"""Welcome message shown when the chat panel loads with no history."""
WELCOME_MESSAGE = (
"Mission Control initialized. Timmy ready — awaiting input.\n"
"Note: I cannot access real-time data such as weather, live feeds,"
" or current news. Please ask about topics I can handle."
)