Docs
Cloudflare
Railway
CodeRabbit
WorkOS
AG Grid
OpenRouter
Netlify
SerpAPI
Clerk
Prisma
Sentry
Unkey
Electric
Cloudflare
Railway
CodeRabbit
WorkOS
AG Grid
OpenRouter
Netlify
SerpAPI
Clerk
Prisma
Sentry
Unkey
Electric
Class References
Function References
Interface References
Type Alias References
Variable References
Type Alias References

RealtimeMessagePart

Type Alias: RealtimeMessagePart

ts
type RealtimeMessagePart = 
  | RealtimeTextPart
  | RealtimeAudioPart
  | RealtimeToolCallPart
  | RealtimeToolResultPart
  | RealtimeImagePart;
type RealtimeMessagePart = 
  | RealtimeTextPart
  | RealtimeAudioPart
  | RealtimeToolCallPart
  | RealtimeToolResultPart
  | RealtimeImagePart;

Defined in: packages/ai/src/realtime/types.ts:147

Union of all realtime message parts