Skip to content

Latest commit

 

History

History
71 lines (44 loc) · 1.54 KB

File metadata and controls

71 lines (44 loc) · 1.54 KB
id SummarizationOptions
title SummarizationOptions

Interface: SummarizationOptions

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

Properties

focus?

optional focus: string[];

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


logger

logger: InternalLogger;

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

Internal logger threaded from the summarize() entry point. Adapters must call logger.request() before the SDK call and logger.errors() in catch blocks.


maxLength?

optional maxLength: number;

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


model

model: string;

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


style?

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

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


text

text: string;

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