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

Function RAGIndexingProgress

pkg/runtime/event.go:750–759  ·  view source on GitHub ↗
(ragName, strategyName string, current, total int, agentName string)

Source from the content-addressed store, hash-verified

748}
749
750func RAGIndexingProgress(ragName, strategyName string, current, total int, agentName string) Event {
751 return &RAGIndexingProgressEvent{
752 Type: "rag_indexing_progress",
753 RAGName: ragName,
754 StrategyName: strategyName,
755 Current: current,
756 Total: total,
757 AgentContext: newAgentContext(agentName),
758 }
759}
760
761type RAGIndexingCompletedEvent struct {
762 AgentContext

Callers 1

ragEventForwarderFunction · 0.85

Calls 1

newAgentContextFunction · 0.85

Tested by

no test coverage detected