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