You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix error message in MultiToolAgent.java example (#441)
The @Schema parameter annotation is missing the parameter name, leading to the following error message:
[agents.multitool.MultiToolAgent.main()] ERROR com.google.adk.tools.FunctionTool -- Functions used in tools must have their parameters annotated with @Schema or at least the code must be compiled with the -parameters flag as a fallback. Your function tool will likely not work as expected and exit at runtime.
Co-authored-by: Sita Lakshmi Sangameswaran <[email protected]>
0 commit comments