(label string, data any)
| 1575 | } |
| 1576 | |
| 1577 | func (tr *toolReporter) Intermediate(label string, data any) { |
| 1578 | tr.agent.handleToolIntermediate(tr.callID, tr.toolName, label, data) |
| 1579 | } |
| 1580 | |
| 1581 | // generateAgentID 生成AgentID |
| 1582 | func generateAgentID() string { |
nothing calls this directly
no test coverage detected