summaryrefslogtreecommitdiffhomepage
path: root/src/core/wire/conformance.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/wire/conformance.ts')
-rw-r--r--src/core/wire/conformance.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/wire/conformance.ts b/src/core/wire/conformance.ts
index 07808fc..7da4794 100644
--- a/src/core/wire/conformance.ts
+++ b/src/core/wire/conformance.ts
@@ -36,6 +36,8 @@ export function assertAgentEventExhaustive(event: AgentEvent): string {
return "step-complete";
case "steering":
return "steering";
+ case "provider-retry":
+ return "provider-retry";
default:
return event satisfies never;
}