diff options
Diffstat (limited to 'src/core/wire/conformance.ts')
| -rw-r--r-- | src/core/wire/conformance.ts | 2 |
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; } |
