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

DefaultMessageMetadataByModality

Interface: DefaultMessageMetadataByModality

Defined in: types.ts:1202

Default metadata type for adapters that don't define custom metadata. Uses unknown for all modalities.

Properties

audio

ts
audio: unknown;

Defined in: types.ts:1205


document

ts
document: unknown;

Defined in: types.ts:1207


image

ts
image: unknown;

Defined in: types.ts:1204


text

ts
text: unknown;

Defined in: types.ts:1203


video

ts
video: unknown;

Defined in: types.ts:1206