-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Revert "Revert "feat: change defaultToolProtocol default from xml to native"" #10186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert "Revert "feat: change defaultToolProtocol default from xml to native"" #10186
Conversation
…native" …" This reverts commit 0068d1f.
Review completed. No issues found. This PR is a "revert of a revert" that re-applies the change to switch the default tool protocol from XML to Native for models that support native tools. The changes are correct and safe because:
The latest commit ( Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
|
@roomote run |
Fixed the type error by removing duplicate |
Reverts #9956
Important
Revert default tool protocol from XML to Native, updating
resolveToolProtocol.ts,ApiOptions.tsx, and related tests.resolveToolProtocol.ts.ApiOptions.tsxto reflect Native as the default tool protocol.resolveToolProtocol.spec.tsto test Native as the default fallback.resolveToolProtocol.spec.ts.getMcpHubmock inTask.spec.ts.This description was created by
for daf2b97. You can customize this summary. It will automatically update as commits are pushed.