Files
vscode/extensions
9ccad27a28 Enable tool search for GPT models and add deferThreshold setting (#328136)
* 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>
2026-07-31 11:32:32 -07:00
..
2026-07-14 12:34:04 +02:00