mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-16 01:35:36 -04:00
docs(research): polish query placeholder text
Tighten the research query placeholder wording.
This commit is contained in:
@@ -354,7 +354,7 @@ function _buildPanelHTML() {
|
|||||||
<span>Multi-step web research with an LLM-in-the-loop agent</span>
|
<span>Multi-step web research with an LLM-in-the-loop agent</span>
|
||||||
</p>
|
</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>
|
<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">
|
<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 active" data-cat="" title="LLM auto-detects the best format">Auto</button>
|
||||||
<button class="research-cat" data-cat="product">Product</button>
|
<button class="research-cat" data-cat="product">Product</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user