From 6d7d689578171e98cb0ff5343c33e5170ff5adb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=A4=96Esteban=20Dalel=20R?= Date: Sun, 8 Jun 2025 16:08:04 +0200 Subject: [PATCH] docs: highlight changed lines in 3-add-memory.md (#4930) --- docs/docs/tutorials/get-started/3-add-memory.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/tutorials/get-started/3-add-memory.md b/docs/docs/tutorials/get-started/3-add-memory.md index 854132f2c..acd21c39d 100644 --- a/docs/docs/tutorials/get-started/3-add-memory.md +++ b/docs/docs/tutorials/get-started/3-add-memory.md @@ -164,7 +164,7 @@ llm = init_chat_model("anthropic:claude-3-5-sonnet-latest") ``` --> -```python +```python hl_lines="36 37" from typing import Annotated from langchain.chat_models import init_chat_model @@ -206,4 +206,4 @@ graph = graph_builder.compile(checkpointer=memory) ## Next steps -In the next tutorial, you will [add human-in-the-loop to the chatbot](./4-human-in-the-loop.md) to handle situations where it may need guidance or verification before proceeding. \ No newline at end of file +In the next tutorial, you will [add human-in-the-loop to the chatbot](./4-human-in-the-loop.md) to handle situations where it may need guidance or verification before proceeding.