# SummarizationOptions

# Interface: SummarizationOptions

Defined in: [types.ts:993](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/types.ts#L993)

## Properties

### focus?

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

Defined in: [types.ts:998](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/types.ts#L998)

***

### maxLength?

```ts
optional maxLength: number;
```

Defined in: [types.ts:996](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/types.ts#L996)

***

### model

```ts
model: string;
```

Defined in: [types.ts:994](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/types.ts#L994)

***

### style?

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

Defined in: [types.ts:997](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/types.ts#L997)

***

### text

```ts
text: string;
```

Defined in: [types.ts:995](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/types.ts#L995)
