You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove @ mention in placeholder q chat text if agentic mode not available (#1311)
* fix: remove @ mention in placeholder q chat text if agentic mode not available
* style: rename DEFAULT_TAB_DATA to getDefaultTabConfig
---------
Co-authored-by: Francesco Piccoli <[email protected]>
'Amazon Q Developer uses generative AI. You may need to verify responses. See the [AWS Responsible AI Policy](https://aws.amazon.com/machine-learning/responsible-ai/policy/).',
98
-
promptInputPlaceholder: 'Ask a question. Use @ to add context, / for quick actions',
'Amazon Q Developer uses generative AI. You may need to verify responses. See the [AWS Responsible AI Policy](https://aws.amazon.com/machine-learning/responsible-ai/policy/).',
99
+
promptInputPlaceholder: `Ask a question. Use${agenticMode ? ' @ to add context,' : ''} / for quick actions`,
0 commit comments