Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
310
type
SkillsTool
struct
{
311
executor *skills.Executor
312
}
313
314
func
NewSkillsTool(dir string) (Tool, error) {
315
resolvedDir := dir
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected