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

Method Intermediate

pkg/agent/agent.go:1577–1579  ·  view source on GitHub ↗
(label string, data any)

Source from the content-addressed store, hash-verified

1575}
1576
1577func (tr *toolReporter) Intermediate(label string, data any) {
1578 tr.agent.handleToolIntermediate(tr.callID, tr.toolName, label, data)
1579}
1580
1581// generateAgentID 生成AgentID
1582func generateAgentID() string {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected