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

Defined in: realtime/types.ts

Union of all realtime message part types.

Parttype FieldKey Properties
RealtimeTextPart'text'content: string
RealtimeAudioPart'audio'transcript: string, durationMs?: number
RealtimeToolCallPart'tool-call'id, name, arguments, input?, output?
RealtimeToolResultPart'tool-result'toolCallId, content
RealtimeImagePart'image'data: string, mimeType: string