mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-15 02:07:31 +01:00
* Enable tool search for GPT models and add deferThreshold setting - Uncomment GPT-5.4/5.5/5.6 support in agentHostModelSupportsToolSearch - Add chat.agentHost.copilot.toolSearch.deferThreshold setting (default 1) - Fix system instruction: generic 'use tool search' instead of backtick-quoted tool_search_tool name that doesn't exist in OpenAI Responses API - Fix tool search description: generic 'deferred tools list' instead of extension-specific availableDeferredTools tag name - Floor fractional threshold values to prevent runtime fallback to 30 * Address tool search review feedback Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>