From 3e490d1dd936ede729cecf4f441bf389b9764a5c Mon Sep 17 00:00:00 2001 From: Oleg Proskurin Date: Mon, 29 Dec 2025 23:45:57 +0700 Subject: [PATCH] docs: add roadmap note for enhancement templates feature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mark enhancementOptions.template as planned feature - currently all prompts use default 'general' style regardless of parameter. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- docs/api/image-generation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/image-generation.md b/docs/api/image-generation.md index 097eef3..5dec67b 100644 --- a/docs/api/image-generation.md +++ b/docs/api/image-generation.md @@ -92,6 +92,8 @@ When `autoEnhance: false`: ### Enhancement Templates +> **Roadmap**: Template selection is planned for a future release. Currently all enhanced prompts use the default `general` style regardless of the `template` parameter. + Use `enhancementOptions.template` to guide the enhancement style: | Template | Description | Best For |