diff --git a/src/agents/pi-embedded-runner/run/attempt.model-diagnostic-events.ts b/src/agents/pi-embedded-runner/run/attempt.model-diagnostic-events.ts index 98e0fba9c32..c2751106d87 100644 --- a/src/agents/pi-embedded-runner/run/attempt.model-diagnostic-events.ts +++ b/src/agents/pi-embedded-runner/run/attempt.model-diagnostic-events.ts @@ -10,6 +10,8 @@ import { type DiagnosticTraceContext, } from "../../../infra/diagnostic-trace-context.js"; +export { diagnosticErrorCategory }; + type ModelCallDiagnosticContext = { runId: string; sessionKey?: string;