Skip to content

Commit 88114d7

Browse files
DeanChensjcopybara-github
authored andcommitted
chore: Add docstring to clarify the behavior of preload memory tool
PiperOrigin-RevId: 793840979
1 parent d0b3b5d commit 88114d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/google/adk/tools/preload_memory_tool.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
class PreloadMemoryTool(BaseTool):
3030
"""A tool that preloads the memory for the current user.
3131
32+
This tool will be automatically executed for each llm_request, and it won't be
33+
called by the model.
34+
3235
NOTE: Currently this tool only uses text part from the memory.
3336
"""
3437

0 commit comments

Comments
 (0)