Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
dqy08/InfoLens
IdealDestructor
/
InfoLens
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
InfoLens
/
client
/
src
/
css
/
components
/
_tool-calling-pending.scss
dqy08
新增支持 tool call(多轮);其他改进
654165a
about 1 month ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
169 Bytes
// 多轮 mock tool 轮间占位文案(Chat / Causal Flow 共用)
@mixin
tool-calling-pending-text {
font-style
: italic;
color
:
var
(--token-truncated-color);
}