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

SummarizationOptions

Interface: SummarizationOptions

Defined in: packages/typescript/ai/src/types.ts:1160

Properties

focus?

ts
optional focus: string[];
optional focus: string[];

Defined in: packages/typescript/ai/src/types.ts:1165


maxLength?

ts
optional maxLength: number;
optional maxLength: number;

Defined in: packages/typescript/ai/src/types.ts:1163


model

ts
model: string;
model: string;

Defined in: packages/typescript/ai/src/types.ts:1161


style?

ts
optional style: "bullet-points" | "paragraph" | "concise";
optional style: "bullet-points" | "paragraph" | "concise";

Defined in: packages/typescript/ai/src/types.ts:1164


text

ts
text: string;
text: string;

Defined in: packages/typescript/ai/src/types.ts:1162