@php($ai = (array) (Auth::user()->settings['ai'] ?? [])) @php($traits = (array) old('ai.traits', $ai['traits'] ?? []))
{{ __('AI preferences') }}
{{ __('Build your AI persona to get better suggestions.') }}
@php($tone = old('ai.tone', $ai['tone'] ?? 'neutral'))
@php($length = old('ai.length', $ai['length'] ?? 'short'))
{{ __('Add up to 5 traits (e.g. fitness, cosplay, chill, confident).') }}
@php($share = (bool) old('ai.share_profile', $ai['share_profile'] ?? false))
{{ __('If enabled, we may include some profile details (like gender and age range) to improve AI results.') }}