fix(docs): correct autoEnhance default value to true in Live URLs

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Oleg Proskurin 2026-01-01 17:57:24 +07:00
parent 4303d25120
commit 9a6c409906
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ export default function LiveUrlsPage() {
[
<InlineCode key="p">autoEnhance</InlineCode>,
<span key="r" className="text-gray-500">No</span>,
'Enable prompt enhancement (default: false)',
'Enable prompt enhancement (default: true)',
],
[
<InlineCode key="p">template</InlineCode>,