We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e7550 commit e13c180Copy full SHA for e13c180
webview-ui/src/components/settings/ApiOptions.tsx
@@ -425,7 +425,8 @@ const ApiOptions = ({
425
if (selectedModelInfo?.supportsNativeTools === true) {
426
return TOOL_PROTOCOL.NATIVE
427
}
428
- // If experiment is enabled but model doesn't support it, fall back to XML
+ // If experiment is enabled but model doesn't support it, return XML immediately
429
+ // This matches resolveToolProtocol.ts behavior (lines 53-57)
430
return TOOL_PROTOCOL.XML
431
432
0 commit comments