mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-10 07:58:12 -05:00
Allowing user to add `readOnly` field in spanner tools. The existing tool doesn't work for reading schema tables since schema tables can only be accessed through read-only transaction. This PR also resolve #435 for Spanner tool. --------- Co-authored-by: Yuan <45984206+Yuan325@users.noreply.github.com>