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 b96f6f76158..339433c6561 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;