Uses of Class
com.github.copilot.rpc.ToolSet
Packages that use ToolSet
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of ToolSet in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return ToolSetModifier and TypeMethodDescriptionToolSet.addBuiltIn(String name) Adds a built-in tool pattern.ToolSet.addBuiltIn(Collection<String> names) Adds a list of built-in tool patterns (e.g.Adds a custom tool pattern.Adds an MCP tool pattern.