feat(agent): control reasoning visibility
This commit is contained in:
@@ -1484,6 +1484,37 @@ textarea {
|
||||
.agent-preview-generation-state span:nth-child(2) { animation-delay: 0.14s; }
|
||||
.agent-preview-generation-state span:nth-child(3) { margin-right: 4px; animation-delay: 0.28s; }
|
||||
|
||||
.agent-reasoning-panel {
|
||||
margin: 6px 0 10px;
|
||||
overflow: hidden;
|
||||
border: 1px solid #dbe7e3;
|
||||
border-radius: 10px;
|
||||
background: #f2f7f5;
|
||||
color: #496259;
|
||||
}
|
||||
|
||||
.agent-reasoning-panel summary {
|
||||
min-height: 34px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0 10px;
|
||||
color: #315d52;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.agent-reasoning-content {
|
||||
max-height: 220px;
|
||||
overflow-y: auto;
|
||||
padding: 0 10px 10px;
|
||||
color: #5d7169;
|
||||
font-size: 12px;
|
||||
line-height: 1.65;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
@keyframes agent-generation-pulse {
|
||||
0%, 70%, 100% { opacity: 0.25; transform: translateY(0); }
|
||||
35% { opacity: 1; transform: translateY(-2px); }
|
||||
|
||||
Reference in New Issue
Block a user