Docs
CodeRabbit
Cloudflare
Railway
AG Grid
Netlify
WorkOS
SerpAPI
Clerk
OpenRouter
Sentry
Electric
Unkey
Prisma
CodeRabbit
Cloudflare
Railway
AG Grid
Netlify
WorkOS
SerpAPI
Clerk
OpenRouter
Sentry
Electric
Unkey
Prisma
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