MCPcopy Create free account
hub / github.com/github/copilot-sdk / NewToolSet

Function NewToolSet

go/toolset.go:50–50  ·  view source on GitHub ↗

NewToolSet returns an empty [ToolSet].

()

Source from the content-addressed store, hash-verified

48
49// NewToolSet returns an empty [ToolSet].
50func NewToolSet() *ToolSet { return &ToolSet{} }
51
52var toolNameRegex = regexp.MustCompile(`^[a-zA-Z0-9_-]+$`)
53

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…