Files
adk-python/src/google/adk
Liang Wu a8a20743f9 fix: handles function tool parsing corner case where type hints are stored as strings.
Previously if you add `from __future__ import annotations` in your code, the parsing code would fail because the type hints will be a string instead of the class itself (e.g. input: 'str' instead of input: str).

Also added "_" to the util file name.

PiperOrigin-RevId: 764817339
2025-05-29 11:48:35 -07:00
..
2025-05-28 16:41:40 -07:00
2025-04-19 16:34:44 -07:00
2025-05-22 11:05:45 -07:00
2025-04-08 17:25:47 +00:00
2025-05-28 17:09:01 -07:00