MCPcopy Create free account
hub / github.com/astercloud/aster / Progress

Method Progress

pkg/agent/agent.go:1573–1575  ·  view source on GitHub ↗
(progress float64, message string, step, total int, metadata map[string]any, etaMs int64)

Source from the content-addressed store, hash-verified

1571}
1572
1573func (tr *toolReporter) Progress(progress float64, message string, step, total int, metadata map[string]any, etaMs int64) {
1574 tr.agent.handleToolProgress(tr.callID, tr.toolName, progress, message, step, total, metadata, etaMs)
1575}
1576
1577func (tr *toolReporter) Intermediate(label string, data any) {
1578 tr.agent.handleToolIntermediate(tr.callID, tr.toolName, label, data)

Callers

nothing calls this directly

Calls 1

handleToolProgressMethod · 0.80

Tested by

no test coverage detected