import CodeBlock from "@theme/CodeBlock";

## Usage, with an LLM

import TextExample from "@examples/memory/summary_llm.ts";

<CodeBlock language="typescript">{TextExample}</CodeBlock>

## Usage, with a Chat Model

import ChatExample from "@examples/memory/summary_chat.ts";

<CodeBlock language="typescript">{ChatExample}</CodeBlock>
