This website requires JavaScript.
Explore
Help
Register
Sign In
NeoAnd
/
adk-python
Watch
1
Star
0
Fork
0
You've already forked adk-python
mirror of
https://github.com/EvolutionAPI/adk-python.git
synced
2025-12-25 06:37:43 -06:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
66553b18c609c653f927b09750ac88954a233b59
adk-python
/
tests
/
unittests
/
tools
History
Xiang (Sean) Zhou
af978fe194
fix apihub toolset ut
...
PiperOrigin-RevId: 758400203
2025-05-13 15:32:28 -07:00
..
apihub_tool
fix apihub toolset ut
2025-05-13 15:32:28 -07:00
application_integration_tool
fix application integration toolset unit tests
2025-05-13 00:06:56 -07:00
google_api_tool
No public description
2025-04-17 21:47:59 +00:00
openapi_tool
fix: Handle the case when parameter.required is None and fix tests
2025-05-03 22:39:28 -07:00
retrieval
Support async agent and model callbacks
2025-05-06 15:14:10 -07:00
__init__.py
Support async agent and model callbacks
2025-05-06 15:14:10 -07:00
test_agent_tool.py
Moves unittests to root folder and adds github action to run unit tests. (
#72
)
2025-04-11 08:25:59 -07:00
test_base_tool.py
Moves unittests to root folder and adds github action to run unit tests. (
#72
)
2025-04-11 08:25:59 -07:00
test_build_function_declaration.py
Fix typos in docstrings of evaluation_generator.py and event.py (
#101
) (
#121
)
2025-04-12 09:55:22 -07:00
test_function_tool.py
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