()
| 32 | let currentToolSpan: Span | null = null |
| 33 | |
| 34 | export function isEnhancedTelemetryEnabled(): boolean { |
| 35 | return false |
| 36 | } |
| 37 | |
| 38 | export function startInteractionSpan(_userPrompt: string): Span { |
| 39 | const span = createNoopSpan() |
nothing calls this directly
no outgoing calls
no test coverage detected