From c7f3b0d79f8ce242940157b85c1b23c3a85175b9 Mon Sep 17 00:00:00 2001 From: jaakko Date: Wed, 8 Apr 2026 11:20:28 +0300 Subject: [PATCH] Agent Builder: tooltip-ohjeistukset kaikille kentille MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - System Prompt: miten kirjoittaa hyvä prompti, esimerkit hyvä/huono - Temperature: mitä arvot tarkoittavat (0.0–1.0+) - Top-k: tokenivalinnan laajuus - Max tokens: vastauksen pituus - Malli: Ollama-malliesimerkit - Docs: referenssidokumentin käyttö - CSS .builder-tip ::after tooltip (white-space: pre-wrap) Co-Authored-By: Claude Opus 4.6 (1M context) --- network-poc/static/index.html | 70 +++++++++++++++++++++++++++++++---- 1 file changed, 63 insertions(+), 7 deletions(-) diff --git a/network-poc/static/index.html b/network-poc/static/index.html index 6b0e5be..8c5a80d 100644 --- a/network-poc/static/index.html +++ b/network-poc/static/index.html @@ -150,6 +150,16 @@ #guide-content a { color: #58a6ff; } #guide-content table { border: 1px solid #30363d; border-radius: 6px; overflow: hidden; } #guide-content pre { scrollbar-color: #30363d transparent; } + .builder-tip { position: relative; } + .builder-tip[data-tip]:hover::after { + content: attr(data-tip); + position: absolute; bottom: calc(100% + 8px); left: 0; + background: #1c2028; border: 1px solid #30363d; border-radius: 8px; + padding: 10px 14px; font-size: 12px; color: #c9d1d9; + white-space: pre-wrap; max-width: 340px; min-width: 220px; + z-index: 100; box-shadow: 0 6px 16px rgba(0,0,0,0.5); + pointer-events: none; line-height: 1.6; font-weight: 400; + } .code-task-card { background: #0d1117; @@ -1167,19 +1177,65 @@ - +
+ +
- +
- -
- +
+
+ + ? +
+ +
+
+ - + - +