Defined in: packages/typescript/ai/src/types.ts:1282
TProviderOptions extends object = Record<string, unknown>
optional focus: string[];optional focus: string[];Defined in: packages/typescript/ai/src/types.ts:1289
logger: InternalLogger;logger: InternalLogger;Defined in: packages/typescript/ai/src/types.ts:1296
Internal logger threaded from the summarize() entry point. Adapters must call logger.request() before the SDK call and logger.errors() in catch blocks.
optional maxLength: number;optional maxLength: number;Defined in: packages/typescript/ai/src/types.ts:1287
model: string;model: string;Defined in: packages/typescript/ai/src/types.ts:1285
optional modelOptions: TProviderOptions;optional modelOptions: TProviderOptions;Defined in: packages/typescript/ai/src/types.ts:1291
Provider-specific options forwarded by the summarize() activity.
optional style: "bullet-points" | "paragraph" | "concise";optional style: "bullet-points" | "paragraph" | "concise";Defined in: packages/typescript/ai/src/types.ts:1288
text: string;text: string;Defined in: packages/typescript/ai/src/types.ts:1286