8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d232e62 commit 83ba641Copy full SHA for 83ba641
src/google/adk/tools/_automatic_function_calling_util.py
@@ -319,12 +319,11 @@ def from_function_with_options(
319
type='OBJECT',
320
properties=parameters_properties,
321
)
322
- if variant == 'VERTEX_AI':
323
- declaration.parameters.required = (
324
- function_parameter_parse_util._get_required_fields(
325
- declaration.parameters
326
- )
327
+ declaration.parameters.required = (
+ function_parameter_parse_util._get_required_fields(
+ declaration.parameters
+ )
328
if not variant == 'VERTEX_AI':
329
return declaration
330
0 commit comments