Open
Description
Currently when you implement a default argument through a tool which is used by an agent you get a warning:
Default value is not supported in function declaration schema for Google AI.
This could be improved by specifying that this does not only apply to Google AI products and instead applies to all of google-adk
56D2
(applies whether you use a Google model or LiteLLM model). It could also be improved by specifying "default argument" instead of "default value" to be more precise and Pythonic.