10000 Copybara import of the project: · CentML/adk-python@3611e9f · GitHub
[go: up one dir, main page]

Skip to content

Commit 3611e9f

Browse files
shu8hamrajputcopybara-github
authored andcommitted
Copybara import of the project:
-- 19b6701 by shubham rajput <42935066+shu8hamrajput@users.noreply.github.com>: fix: Update load_memory_tool.py make `query` args required. COPYBARA_INTEGRATE_REVIEW=google#389 from shu8hamrajput:fix/make-query-required-arg 92eb647 PiperOrigin-RevId: 764303198
1 parent 97bf28b commit 3611e9f

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
@@ -69,6 +69,7 @@ def _get_declaration(self) -> types.FunctionDeclaration | None:
6969
type=types.Type.STRING,
7070
)
7171
},
72+
required=['query']
7273
),
7374
)
7475

0 commit comments

Comments
 (0)
0