This website requires JavaScript.
Explore
Help
Sign In
encounter
/
adk-python
Watch
0
Star
0
Fork
0
mirror of
https://github.com/encounter/adk-python.git
synced
2026-07-09 18:19:28 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2a9ddec7e323dc9c9c3c7b456b835d41bff45353
adk-python
/
tests
T
History
Ankur Sharma
and
Copybara-Service
f872577f68
Currently if a model calls a FunctionTool without all the mandatory parameters, the code will just break. This change basically adds the capability for the FunctionTool to identify if the model is missing required arguments, and in that case, instead of breaking the execution, it provides a error message to the model so it could fix the request and retry.
...
PiperOrigin-RevId: 751023475
2025-04-24 09:31:40 -07:00
..
integration
No public description
2025-04-18 12:07:52 -07:00
unittests
Currently if a model calls a FunctionTool without all the mandatory parameters, the code will just break. This change basically adds the capability for the FunctionTool to identify if the model is missing required arguments, and in that case, instead of breaking the execution, it provides a error message to the model so it could fix the request and retry.
2025-04-24 09:31:40 -07:00
__init__.py
No public description
2025-04-17 21:47:59 +00:00