feat: explain agent generation parameters

This commit is contained in:
2026-07-13 15:17:09 +08:00
parent a8bb8b068c
commit dda2e040ca
3 changed files with 58 additions and 6 deletions

View File

@@ -741,6 +741,37 @@ textarea {
font-size: 12px;
}
.agent-parameter-label {
display: inline-flex;
align-items: center;
gap: 6px;
}
.agent-parameter-help {
display: inline-flex;
align-items: center;
justify-content: center;
width: 17px;
height: 17px;
padding: 0;
border: 1px solid #9aaca6;
border-radius: 50%;
background: #ffffff;
color: #60746d;
font-size: 11px;
font-weight: 700;
line-height: 1;
cursor: help;
}
.agent-parameter-help:hover,
.agent-parameter-help:focus-visible {
border-color: #0f735d;
color: #0f735d;
outline: none;
box-shadow: 0 0 0 2px rgba(15, 115, 93, 0.14);
}
.agent-trace-wide {
grid-column: 1 / -1;
height: 420px;