Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/ax
/ SystemPrompt
Method
SystemPrompt
internal/gemini/gemini.go:343–345 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
341
}
342
343
func
(t *SkillsTool) SystemPrompt() string {
344
return
t.executor.SystemPrompt()
345
}
346
347
func
(t *SkillsTool) FuncDecl() []*genai.Tool {
348
if
!t.executor.HasSkills() {
Callers
3
NewGeminiPlannerAgent
Function · 0.95
TestNewSkillsTool_NonExistentDir
Function · 0.95
TestNewSkillsTool_EmptyDir
Function · 0.95
Calls
1
SystemPrompt
Method · 0.65
Tested by
2
TestNewSkillsTool_NonExistentDir
Function · 0.76
TestNewSkillsTool_EmptyDir
Function · 0.76