InfoLens / client /src /css /components /_tool-calling-pending.scss
dqy08's picture
新增支持 tool call(多轮);其他改进
654165a
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);
}