| 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 @dangzitou, thank you for your contribution! We really appreciate you taking the time to submit this pull request. As this is your first contribution to the project, please complete the Google CLA and feel free to mark this PR as ready for review so we can proceed with the next steps. |
Sorry, something went wrong.
|
@dangzitou Thank you for the update. This PR is currently under review by our team. We will reach out if we require any additional information. Thank you! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #1426
Summary
This mirrors the raw-schema fallback already used by the Claude connector in #1342.
Reproduction
Before the fix, the focused regression test was run three times. Every run failed with the same result: the output contained only an empty properties map, while jobId, required, and $defs were missing.
After the fix, ChatCompletionsRequestTest passes and the emitted tool schema equals the MCP-style raw schema.
Validation
No screenshot is needed because the regression test asserts the exact outbound tool schema object.