mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
chore: Add docstring to clarify the behavior of preload memory tool
PiperOrigin-RevId: 793840979
This commit is contained in:
committed by
Copybara-Service
parent
d0b3b5d857
commit
88114d7c73
@@ -29,6 +29,9 @@ if TYPE_CHECKING:
|
||||
class PreloadMemoryTool(BaseTool):
|
||||
"""A tool that preloads the memory for the current user.
|
||||
|
||||
This tool will be automatically executed for each llm_request, and it won't be
|
||||
called by the model.
|
||||
|
||||
NOTE: Currently this tool only uses text part from the memory.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user