TokenTrace / client /src /css /components /_tool-calling-pending.scss
cccmmd
init: TokenTrace - LLM interpretability toolbox
76b5743
Raw
History Blame Contribute Delete
169 Bytes
// 多轮 mock tool 轮间占位文案(Chat / Causal Flow 共用)
@mixin tool-calling-pending-text {
font-style: italic;
color: var(--token-truncated-color);
}