8000 fix: Update load_memory_tool.py · CentML/adk-python@19b6701 · GitHub
[go: up one dir, main page]

Skip to content

Commit 19b6701

Browse files
committed
fix: Update load_memory_tool.py
make `query` args required.
1 parent aa7a98a commit 19b6701

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/google/adk/tools/load_memory_tool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def _get_declaration(self) -> types.FunctionDeclaration | None:
5858
type=types.Type.STRING,
5959
)
6060
},
61+
required=['query']
6162
),
6263
)
6364

0 commit comments

Comments
 (0)
0