fix(provider): normalize missing array items in tool schemas#21589
fix(provider): normalize missing array items in tool schemas#21589mharris717 wants to merge 1 commit intoanomalyco:devfrom
Conversation
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
Please edit this PR description to address the above within 2 hours, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know. |
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
|
The following comment was made by an LLM, it may be inaccurate: I found a potentially related PR: PR #20775: fix(opencode): sanitize array schemas missing items for all providers This PR appears to be directly related to your current PR #21589. Both are addressing the issue of missing |
|
This pull request has been automatically closed because it was not updated to meet our contributing guidelines within the 2-hour window. Feel free to open a new pull request that follows our guidelines. |
Summary
itemsare converted toitems: {}before they are sent to model providersdocker_create_containerports -> additionalProperties -> anyOf -> arrayschema shape that triggered the bugTesting
bun test test/provider/transform.test.ts --timeout 30000bun turbo typecheck