Uses of Class
com.github.copilot.rpc.ToolSearchConfig
Packages that use ToolSearchConfig
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of ToolSearchConfig in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return ToolSearchConfigModifier and TypeMethodDescriptionCreateSessionRequest.getToolSearch()Gets tool-search config.ResumeSessionConfig.getToolSearch()Gets the tool-search configuration.ResumeSessionRequest.getToolSearch()Gets tool-search config.SessionConfig.getToolSearch()Gets the tool-search override configuration.ToolSearchConfig.setDeferThreshold(Integer deferThreshold) Sets the tool count above which MCP and external tools are deferred behind tool search.ToolSearchConfig.setEnabled(Boolean enabled) Toggle that enables or disables tool search.Methods in com.github.copilot.rpc with parameters of type ToolSearchConfigModifier and TypeMethodDescriptionvoidCreateSessionRequest.setToolSearch(ToolSearchConfig toolSearch) Sets tool-search config.ResumeSessionConfig.setToolSearch(ToolSearchConfig toolSearch) Sets the tool-search configuration.voidResumeSessionRequest.setToolSearch(ToolSearchConfig toolSearch) Sets tool-search config.SessionConfig.setToolSearch(ToolSearchConfig toolSearch) Sets the tool-search override configuration.