Skip to content

Commit f44671e

Browse files
authored
Merge branch 'main' into fix-parallel-auth-tool-calls
2 parents 955e3fa + 7fdc6b4 commit f44671e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/google/adk/tools/_automatic_function_calling_util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ def build_function_declaration(
228228
func.__closure__,
229229
)
230230
new_func.__signature__ = new_sig
231+
new_func.__doc__ = func.__doc__
231232

232233
return (
233234
from_function_with_options(func, variant)

0 commit comments

Comments
 (0)