Skip to main content

Variable: GatewayRealtimeEventSchema

const GatewayRealtimeEventSchema: ZodEffects<ZodEffects<ZodType<GatewayJsonObject, ZodTypeDef, GatewayJsonObject>, GatewayJsonObject, GatewayJsonObject>, GatewayRealtimeEvent, GatewayJsonObject>;

Defined in: src/models/ai-gateway-realtime.ts:22

Validate the common text-event envelope without closing the provider's evolving event catalog.

Example​

`GatewayRealtimeEventSchema.parse({ type: 'session.created', session: {} });`