File: EvaluationContext.cs
Web Access
Project: src\src\Libraries\Microsoft.Extensions.AI.Evaluation\Microsoft.Extensions.AI.Evaluation.csproj (Microsoft.Extensions.AI.Evaluation)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
namespace Microsoft.Extensions.AI.Evaluation;
 
/// <summary>
/// A base class that represents additional contextual information (beyond that which is available in the conversation
/// history) that an <see cref="IEvaluator"/> may need to accurately evaluate a supplied response. 
/// </summary>
public class EvaluationContext;