fix: export diagnostic error category once

This commit is contained in:
Peter Steinberger
2026-04-24 18:24:22 +01:00
parent 95db5966a0
commit 129f548c44

View File

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