From 2a0524692b036564389f2b33336ba1c06b8974dc Mon Sep 17 00:00:00 2001 From: Google Team Member Date: Fri, 9 May 2025 15:09:49 -0700 Subject: [PATCH] feat: Typo fixes in a few files. PiperOrigin-RevId: 756921945 --- src/google/adk/tools/function_parameter_parse_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/google/adk/tools/function_parameter_parse_util.py b/src/google/adk/tools/function_parameter_parse_util.py index f85abbf..407e048 100644 --- a/src/google/adk/tools/function_parameter_parse_util.py +++ b/src/google/adk/tools/function_parameter_parse_util.py @@ -292,7 +292,7 @@ def _parse_schema_from_parameter( raise ValueError( f'Failed to parse the parameter {param} of function {func_name} for' ' automatic function calling. Automatic function calling works best with' - ' simpler function signature schema,consider manually parse your' + ' simpler function signature schema, consider manually parsing your' f' function declaration for function {func_name}.' )