MCPcopy Index your code
hub / github.com/docker/docker-agent / Description

Method Description

pkg/rag/manager.go:553–555  ·  view source on GitHub ↗

Description returns the RAG source description

()

Source from the content-addressed store, hash-verified

551
552// Description returns the RAG source description
553func (m *Manager) Description() string {
554 return m.config.Tool.Description
555}
556
557// ToolName returns the custom tool name for this RAG source
558func (m *Manager) ToolName() string {

Callers 9

runHarnessAgentMethod · 0.45
runStreamLoopMethod · 0.45
runTurnMethod · 0.45
swapCurrentAgentMethod · 0.45
executeMethod · 0.45
CurrentAgentInfoMethod · 0.45
emitAgentAndTeamInfoMethod · 0.45
setModelAndEmitInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected