mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-10 07:05:04 -05:00
## Description --- The *alloydb-wait-for-operation* tool now automatically obtains a Google Cloud Platform OAuth2 token and uses it as a bearer token to authenticate requests to the AlloyDB Admin API. This ensures secure and proper communication with the API. <img width="3840" height="2084" alt="image" src="https://github.com/user-attachments/assets/e756255f-83f9-4719-8d8b-596a628ca1e3" /> ## PR Checklist --- > Thank you for opening a Pull Request! Before submitting your PR, there are a > few things you can do to make sure it goes smoothly: - [x] Make sure you reviewed [CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md) - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [x] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary) - [x] Make sure to add `!` if this involve a breaking change 🛠️ Fixes https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/456