docs(research): polish query placeholder text

Tighten the research query placeholder wording.
This commit is contained in:
Dominik Masur
2026-06-15 08:06:39 +02:00
committed by GitHub
parent 59af91cb22
commit 4d070ef4cb
+1 -1
View File
@@ -354,7 +354,7 @@ function _buildPanelHTML() {
<span>Multi-step web research with an LLM-in-the-loop agent</span>
</p>
<div id="research-no-past-hint" class="memory-desc doclib-desc" style="display:none;margin-top:-2px;font-size:11px;opacity:0.7;">All past research found in <button type="button" class="research-library-link">Library, Research</button></div>
<textarea id="research-query" class="research-query" placeholder="e.g. Trace Odysseus's ten-year journey home from Troy — every island, monster, and detour, and why each one cost him" rows="4"></textarea>
<textarea id="research-query" class="research-query" placeholder="e.g. Trace Odysseus's ten-year journey home from Troy — every island, monster, and detour, and what each one cost him." rows="4"></textarea>
<div class="research-category-row" id="research-category-row">
<button class="research-cat active" data-cat="" title="LLM auto-detects the best format">Auto</button>
<button class="research-cat" data-cat="product">Product</button>