Skip to content

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

ParameterType
optionsWriteReportsOptions&lt;I, O&gt;

Returns

Promise&lt;readonly WrittenReport[]&gt;

Stable