mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-30 01:38:38 -05:00
Add `templateParameters` to support non-filter parameters and DDL statements. Added a new argument `ignoreDdl` at integration test. Admin client is needed to execute ddl statement in spanner. Toolbox does not use admin client. Part of #535