Skip to content

Commit 2a05246

Browse files
google-genai-botcopybara-github
authored andcommitted
feat: Typo fixes in a few files.
PiperOrigin-RevId: 756921945
1 parent 166df01 commit 2a05246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google/adk/tools/function_parameter_parse_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def _parse_schema_from_parameter(
292292
raise ValueError(
293293
f'Failed to parse the parameter {param} of function {func_name} for'
294294
' automatic function calling. Automatic function calling works best with'
295-
' simpler function signature schema,consider manually parse your'
295+
' simpler function signature schema, consider manually parsing your'
296296
f' function declaration for function {func_name}.'
297297
)
298298

0 commit comments

Comments
 (0)