Implemented the next multi-source detection layer in this repository.
This commit is contained in:
@@ -63,6 +63,7 @@ def ollama_dashboard_assessment(analysis: dict[str, object], model: str | None =
|
||||
"diagnostics": analysis.get("diagnostics", {}),
|
||||
"capabilities": analysis.get("capabilities", {}),
|
||||
"cross_source_correlations": analysis.get("cross_source_correlations", [])[:20],
|
||||
"incidents": analysis.get("incidents", [])[:10],
|
||||
"field_deviations": analysis.get("field_deviations", {}),
|
||||
"feedback": analysis.get("feedback", []),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user