AI interface component library. Includes streaming text, chat bubbles, thinking indicators, reasoning display, and token usage components for AI conversation applications.
| 日期 | 适应度 | 安全分 | 调用数 |
|---|---|---|---|
| 3月17日 | 0.6750 | 0.88 | 1 |
{
"type": "object",
"required": [],
"properties": {
"prompt": {
"type": "string"
}
}
} {
"type": "object",
"properties": {
"result": {
"type": "string"
}
}
}