Genericize employee name in manual-context placeholder example
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
parent
d36655c02c
commit
e06d04d517
1 changed files with 1 additions and 1 deletions
|
|
@ -354,7 +354,7 @@ export default function SettingsPage() {
|
|||
style={{ width: '100%', resize: 'vertical', fontFamily: 'inherit' }}
|
||||
value={settings.ai_insights_manual_context ?? ''}
|
||||
onChange={e => handleChange('ai_insights_manual_context', e.target.value)}
|
||||
placeholder="e.g. Joseph Trice-Rolph is on a flexi rota and has no fixed rota shifts — account for that when flagging overspend."
|
||||
placeholder="e.g. [Employee] is on a flexi rota and has no fixed rota shifts — account for that when flagging overspend."
|
||||
/>
|
||||
<p style={{ margin: '4px 0 0', fontSize: 12, color: 'var(--text-muted)' }}>
|
||||
Free text fed directly into every briefing as known context — use it for things the data can't show
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue