add more matching
This commit is contained in:
@@ -59,6 +59,7 @@ def ollama_dashboard_assessment(analysis: dict[str, object], model: str | None =
|
||||
"event_context": analysis.get("event_context", {}),
|
||||
"diagnostics": analysis.get("diagnostics", {}),
|
||||
"capabilities": analysis.get("capabilities", {}),
|
||||
"cross_source_correlations": analysis.get("cross_source_correlations", [])[:20],
|
||||
}
|
||||
return ollama_summary(
|
||||
[],
|
||||
|
||||
Reference in New Issue
Block a user