fix: restore diagnostic error export

This commit is contained in:
Peter Steinberger
2026-04-24 17:09:18 +01:00
parent 23c7a7d557
commit d5880ae6a5

View File

@@ -10,6 +10,8 @@ import {
type DiagnosticTraceContext,
} from "../../../infra/diagnostic-trace-context.js";
export { diagnosticErrorCategory };
type ModelCallDiagnosticContext = {
runId: string;
sessionKey?: string;