You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.7 KiB
39 lines
1.7 KiB
--- Testing Score Stability (Terminology Typo) ---
|
|
DEBUG: Running Rule Engine...
|
|
DEBUG: Fetching RAG Context...
|
|
DEBUG: Performing similarity search...
|
|
DEBUG: Similarity search finished.
|
|
DEBUG: Starting LLM Analysis...
|
|
DEBUG: Invoking LLM (glm-4-flash)...
|
|
DEBUG: LLM (glm-4-flash) response received in 5.64s.
|
|
DEBUG: Total QC processing time: 8.63s.
|
|
### 超声报告质控分析报告
|
|
|
|
#### ⚠️ 自动规则检测(高可靠):
|
|
- 【建议修正】术语错误:检测到'冥想异常',应修正为'明显异常'。
|
|
- 【建议修正】术语错误:检测到'冥想灶',应修正为'明显灶'。
|
|
|
|
#### 🤖 AI 智能深度分析:
|
|
```json
|
|
{
|
|
"score": 95,
|
|
"issues": [
|
|
{
|
|
"original": "冥想异常",
|
|
"reason": "术语错误",
|
|
"suggestion": "明显异常",
|
|
"type": "术语瑕疵"
|
|
},
|
|
{
|
|
"original": "冥想灶",
|
|
"reason": "术语错误",
|
|
"suggestion": "明显灶",
|
|
"type": "术语瑕疵"
|
|
}
|
|
],
|
|
"corrected_fields": {
|
|
"冥想异常": "明显异常",
|
|
"冥想灶": "明显灶"
|
|
}
|
|
}
|
|
```
|
|
|