1 implementation of ILLMEnvironmentDetector
dotnet (1)
Telemetry\LLMEnvironmentDetectorForTelemetry.cs (1)
9internal class LLMEnvironmentDetectorForTelemetry : ILLMEnvironmentDetector
2 references to ILLMEnvironmentDetector
dotnet (2)
Telemetry\TelemetryCommonProperties.cs (2)
21ILLMEnvironmentDetector? llmEnvironmentDetector = null) 25private readonly ILLMEnvironmentDetector _llmEnvironmentDetector = llmEnvironmentDetector ?? new LLMEnvironmentDetectorForTelemetry();