(ctx context.Context, message string)
| 45 | } |
| 46 | |
| 47 | func (defaultTelemetry) RecordError(ctx context.Context, message string) { |
| 48 | telemetry.RecordError(ctx, message) |
| 49 | } |
| 50 | |
| 51 | func (defaultTelemetry) RecordToolCall(ctx context.Context, toolName, sessionID, agentName string, duration time.Duration, err error) { |
| 52 | telemetry.RecordToolCall(ctx, toolName, sessionID, agentName, duration, err) |
nothing calls this directly
no test coverage detected