Personalize Intelligence
Tell Primus IQ how you want it to work.
{[['instructions', 'Custom Instructions'], ['style', 'Writing Style']].map(([key, label]) => (
))}
{tab === 'instructions' && (
Custom instructions
{prefsMsg && (
{prefsMsg.type === 'ok' ? '✓ ' : '⚠ '}{prefsMsg.text}
)}
{!prefsSet && !prefsLoading && (
This is a starter template — edit it to fit how you work, then Save.
)}
)}
{tab === 'style' && (
Writing style
How full reports are written for you. Applied when Primus IQ drafts a report.
{wsMsg && (
{wsMsg.type === 'ok' ? '✓ ' : '⚠ '}{wsMsg.text}
)}
{WS_FIELDS.map(([name, label, placeholder]) => (
))}
)}