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

Method Tools

pkg/middleware/telemetry.go:95–97  ·  view source on GitHub ↗

Tools 返回中间件提供的工具 (无)

()

Source from the content-addressed store, hash-verified

93
94// Tools 返回中间件提供的工具 (无)
95func (m *TelemetryMiddleware) Tools() []tools.Tool {
96 return nil
97}
98
99// WrapModelCall 包装模型调用,添加 GenAI 追踪
100func (m *TelemetryMiddleware) WrapModelCall(ctx context.Context, req *ModelRequest, handler ModelCallHandler) (*ModelResponse, error) {

Callers 1

Calls

no outgoing calls

Tested by 1