Defined in: [src/context-manager/methods/summarize.ts:44](https://github.com/strands-agents/harness-sdk/blob/d1e1d0acbb3718d71741eceedee029cda695dcfd/strands-ts/src/context-manager/methods/summarize.ts#L44)

**`Experimental`**

Configuration for the summarize method.

## Properties

### model?

```ts
optional model?: Model;
```

Defined in: [src/context-manager/methods/summarize.ts:46](https://github.com/strands-agents/harness-sdk/blob/d1e1d0acbb3718d71741eceedee029cda695dcfd/strands-ts/src/context-manager/methods/summarize.ts#L46)

**`Experimental`**

Model to use for summarization. When omitted, uses the agent’s model.

---

### systemPrompt?

```ts
optional systemPrompt?: string;
```

Defined in: [src/context-manager/methods/summarize.ts:49](https://github.com/strands-agents/harness-sdk/blob/d1e1d0acbb3718d71741eceedee029cda695dcfd/strands-ts/src/context-manager/methods/summarize.ts#L49)

**`Experimental`**

Custom system prompt for the summarization model.