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

Function ToolsetInfo

pkg/runtime/event.go:713–720  ·  view source on GitHub ↗
(availableTools int, loading bool, agentName string)

Source from the content-addressed store, hash-verified

711}
712
713func ToolsetInfo(availableTools int, loading bool, agentName string) Event {
714 return &ToolsetInfoEvent{
715 Type: "toolset_info",
716 AvailableTools: availableTools,
717 Loading: loading,
718 AgentContext: newAgentContext(agentName),
719 }
720}
721
722// RAGIndexingStartedEvent is for RAG lifecycle events
723type RAGIndexingStartedEvent struct {

Callers 10

runStreamLoopMethod · 0.85
reprobeMethod · 0.85
TestSimpleFunction · 0.85
TestWithReasoningFunction · 0.85
TestEmitStartupInfoFunction · 0.85
EmitStartupInfoMethod · 0.85
emitToolsChangedMethod · 0.85

Calls 1

newAgentContextFunction · 0.85

Tested by 5

TestSimpleFunction · 0.68
TestWithReasoningFunction · 0.68
TestEmitStartupInfoFunction · 0.68