Function: aggregateResults()
ts
function aggregateResults(toolName, results): SemanticProbeReport;Defined in: packages/core/src/introspection/SemanticProbe.ts:383
Aggregate individual probe results into a report.
Parameters
| Parameter | Type | Description |
|---|---|---|
toolName | string | Tool name |
results | readonly SemanticProbeResult[] | Individual probe results |
Returns
Aggregated report