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

AIAdapter

Type Alias: AIAdapter

ts
type AIAdapter = 
  | AnyTextAdapter
  | AnySummarizeAdapter
  | AnyImageAdapter
  | AnyAudioAdapter
  | AnyVideoAdapter
  | AnyTTSAdapter
  | AnyTranscriptionAdapter;
type AIAdapter = 
  | AnyTextAdapter
  | AnySummarizeAdapter
  | AnyImageAdapter
  | AnyAudioAdapter
  | AnyVideoAdapter
  | AnyTTSAdapter
  | AnyTranscriptionAdapter;

Defined in: packages/ai/src/activities/index.ts:174

Union of all adapter types that can be passed to chat()