mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-14 20:39:33 -06:00
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 |
||
|---|---|---|
| .. | ||
| integration | ||
| unittests | ||
| __init__.py | ||