mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-09 07:28:05 -05:00
Update `tool.Invoke()` to return type `any` instead of `[]any`. Toolbox return a map with the `results` key, and the SDK reads the string from the key. So this won't break existing SDK implementation. Fixes #870