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