Implemented interface member:
method
GetLLMEnvironment
Microsoft.DotNet.Cli.Telemetry.ILLMEnvironmentDetector.GetLLMEnvironment()
1 reference to GetLLMEnvironment
dotnet-aot (1)
parent\dotnet\Telemetry\LLMEnvironmentDetectorForTelemetry.cs (1)
79
public bool IsLLMEnvironment() => !string.IsNullOrEmpty(
GetLLMEnvironment
());