Skip to content

Commit 53fb3ef

Browse files
committed
Clarify that it's the application's LLM that has control in tool-based memory
Changed 'LLM has full control' to 'Your application's LLM has full control' to be consistent with the automatic extraction section and make it clear we're talking about the client-side LLM.
1 parent a0cf9a0 commit 53fb3ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python-recipes/context-engineering/notebooks/section-3-memory/04_memory_tools.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@
7070
"```\n",
7171
"\n",
7272
"**Pros:**\n",
73-
"- ✅ LLM has full control\n",
74-
"- ✅ Can decide what's important\n",
73+
"- ✅ Your application's LLM has full control\n",
74+
"- ✅ Can decide what's important in real-time\n",
7575
"- ✅ Can search when needed\n",
76-
"- ✅ More intelligent behavior\n",
76+
"- ✅ More intelligent, context-aware behavior\n",
7777
"\n",
7878
"**Cons:**\n",
7979
"- ⚠️ Requires tool calls (more tokens)\n",

0 commit comments

Comments
 (0)