fix: show agent generation parameters directly
This commit is contained in:
@@ -715,10 +715,30 @@ textarea {
|
||||
}
|
||||
|
||||
.agent-advanced-settings {
|
||||
margin-top: 8px;
|
||||
margin-top: 16px;
|
||||
border: 1px solid #e2eae7;
|
||||
border-radius: 8px;
|
||||
padding: 0 14px;
|
||||
padding: 14px;
|
||||
background: #f8faf9;
|
||||
}
|
||||
|
||||
.agent-subsection-title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 12px;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
|
||||
.agent-subsection-title h4 {
|
||||
margin: 0;
|
||||
color: #263832;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.agent-subsection-title span {
|
||||
color: #667a73;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.agent-trace-wide {
|
||||
|
||||
Reference in New Issue
Block a user