diff --git a/src/google/adk/tools/load_artifacts_tool.py b/src/google/adk/tools/load_artifacts_tool.py index 09a14292..0e913805 100644 --- a/src/google/adk/tools/load_artifacts_tool.py +++ b/src/google/adk/tools/load_artifacts_tool.py @@ -37,7 +37,10 @@ class LoadArtifactsTool(BaseTool): def __init__(self): super().__init__( name='load_artifacts', - description='Loads the artifacts and adds them to the session.', + description=("""Loads artifacts into the session for this request. + +NOTE: Call when you need access to artifacts (for example, uploads saved by the +web UI)."""), ) def _get_declaration(self) -> types.FunctionDeclaration | None: