adk-python/tests
Alankrit Verma 21736067f9 feat(llm_flows): support async before/after tool callbacks
Previously, callbacks were treated as purely synchronous,
so passing an async coroutine caused “was never awaited”
errors and Pydantic serialization failures.

Now we detect awaitable return values from
before_tool_callback and after_tool_callback,
and `await` them if necessary.

Fixes: #380
2025-04-28 14:36:25 -04:00
..
integration No public description 2025-04-18 12:07:52 -07:00
unittests feat(llm_flows): support async before/after tool callbacks 2025-04-28 14:36:25 -04:00
__init__.py No public description 2025-04-17 21:47:59 +00:00