Skip to content
1 min read · 37 words

Function: renderError()

ts
function renderError(err: unknown): string;

Defined in: src/batteries/skills/exceptions.ts:150

Render skill runtime errors for the model; configuration errors remain fatal.

Parameters

ParameterType
errunknown

Returns

string