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:
parent
4303d25120
commit
9a6c409906
|
|
@ -93,7 +93,7 @@ export default function LiveUrlsPage() {
|
||||||
[
|
[
|
||||||
<InlineCode key="p">autoEnhance</InlineCode>,
|
<InlineCode key="p">autoEnhance</InlineCode>,
|
||||||
<span key="r" className="text-gray-500">No</span>,
|
<span key="r" className="text-gray-500">No</span>,
|
||||||
'Enable prompt enhancement (default: false)',
|
'Enable prompt enhancement (default: true)',
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
<InlineCode key="p">template</InlineCode>,
|
<InlineCode key="p">template</InlineCode>,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue