Skip to content

Commit 4d97f92

Browse files
shu8hamrajputcopybara-github
authored andcommitted
Copybara import of the project:
-- 19b6701 by shubham rajput <[email protected]>: 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 56a5cb0 commit 4d97f92

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)