Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/evals / cli / writeReports
Function: writeReports()
ts
function writeReports<I, O>(options): Promise<readonly WrittenReport[]>;Defined in: evals/src/cli/index.ts:87
Render the report in every requested format and write each one to a file. Returns the manifest of written files.
Type Parameters
| Type Parameter |
|---|
I |
O |
Parameters
| Parameter | Type |
|---|---|
options | WriteReportsOptions<I, O> |
Returns
Promise<readonly WrittenReport[]>