fix: remove duplicate diagnostic category export

This commit is contained in:
Peter Steinberger
2026-04-24 17:58:22 +01:00
parent afc0c32bd0
commit 11cffb2300
2 changed files with 1 additions and 3 deletions

View File

@@ -1383,7 +1383,7 @@ jobs:
runner: blacksmith-4vcpu-ubuntu-2404
- check_name: check-lint
task: lint
runner: blacksmith-16vcpu-ubuntu-2404
runner: blacksmith-8vcpu-ubuntu-2404
- check_name: check-policy-guards
task: policy-guards
runner: ubuntu-24.04

View File

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