InfoLens / client /src /css /components /_tool-calling-pending.scss
dqy08's picture
评审改进
9bccab2
Raw
History Blame Contribute Delete
164 Bytes
// 多轮 mock tool 轮间占位文案(Chat / Causal Flow 共用)
@mixin tool-calling-pending-text {
font-style: italic;
color: var(--token-gray-color);
}