2 instantiations of LLMEnvironmentDetectorForTelemetry
dotnet (1)
Telemetry\TelemetryCommonProperties.cs (1)
26
private readonly ILLMEnvironmentDetector _llmEnvironmentDetector = llmEnvironmentDetector ?? new
LLMEnvironmentDetectorForTelemetry
();
dotnet.Tests (1)
TelemetryCommonPropertiesTests.cs (1)
204
new
LLMEnvironmentDetectorForTelemetry
().GetLLMEnvironment().Should().Be(expected);