Defined in: packages/typescript/ai/src/types.ts:1169
optional focus: string[];optional focus: string[];Defined in: packages/typescript/ai/src/types.ts:1174
logger: InternalLogger;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.
optional maxLength: number;optional maxLength: number;Defined in: packages/typescript/ai/src/types.ts:1172
model: string;model: string;Defined in: packages/typescript/ai/src/types.ts:1170
optional style: "bullet-points" | "paragraph" | "concise";optional style: "bullet-points" | "paragraph" | "concise";Defined in: packages/typescript/ai/src/types.ts:1173
text: string;text: string;Defined in: packages/typescript/ai/src/types.ts:1171