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 166df01 commit 2a05246Copy full SHA for 2a05246
src/google/adk/tools/function_parameter_parse_util.py
@@ -292,7 +292,7 @@ def _parse_schema_from_parameter(
292
raise ValueError(
293
f'Failed to parse the parameter {param} of function {func_name} for'
294
' automatic function calling. Automatic function calling works best with'
295
- ' simpler function signature schema,consider manually parse your'
+ ' simpler function signature schema, consider manually parsing your'
296
f' function declaration for function {func_name}.'
297
)
298
0 commit comments