| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Sorry, something went wrong.
|
Hi @BlueCatPro, thank you for your contribution! We appreciate you taking the time to submit this pull request. Currently this PR is under review by our team, we will keep you posted if any additional information is required. thank you. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Link to Issue or Description of Change
1. Link to an existing issue:
Problem:
When set_model_response arguments fail output-schema validation, the validation exception prevents the model from receiving actionable feedback and retrying with a corrected structured response.
Solution:
Testing Plan
Unit Tests:
Tests executed:
Result:
Manual End-to-End (E2E) Tests:
Not run against a live model. A Runner-level regression test using the scripted TestLlm verifies that validation feedback from the invalid call is included in the retry request and that only the corrected, validated response becomes the final structured output.
Checklist
Additional context
This is my first open-source contribution and my first contribution to adk-java. I may have missed some repository conventions, so I would appreciate any guidance and am happy to make follow-up changes. Thank you for your time and review!