MCPcopy
hub / github.com/google/ax / SkillsTool

Struct SkillsTool

internal/gemini/gemini.go:310–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310type SkillsTool struct {
311 executor *skills.Executor
312}
313
314func NewSkillsTool(dir string) (Tool, error) {
315 resolvedDir := dir

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected