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