76d991c447
Auto Update PR / update-prs (push) Has been cancelled
CI / format-check (push) Has been cancelled
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / live-api-tests (push) Has been cancelled
CI / plugin-integration-test (push) Has been cancelled
CI / ollama-integration-test (push) Has been cancelled
CI / test-fork-pr (push) Has been cancelled
2.0 KiB
2.0 KiB
Description
Replace this with a clear and concise change description
Fixes/Related to #[issue number]
Choose one: (Bug fix | Feature | Documentation | Testing | Code health | Other)
How Has This Been Tested?
Replace this with a description of the tests that you ran to verify your changes. If executing the existing test suite without customization, simply paste the command line used.
$ python -m unittest discover ...
Checklist:
- I have read and acknowledged Google's Open Source Code of conduct.
- I have read the Contributing page, and I either signed the Google Individual CLA or am covered by my company's Corporate CLA.
- I have discussed my proposed solution with code owners in the linked issue(s) and we have agreed upon the general approach.
- I have made any needed documentation changes, or noted in the linked issue(s) that documentation elsewhere needs updating.
- I have added tests, or I have ensured existing tests cover the changes
- I have followed
Google's Python Style Guide
and ran
pylintover the affected code.