UngroundedAttributesEvaluatorContext Classe

Definição

Informação contextual que o UngroundedAttributesEvaluator utiliza para avaliar se uma resposta não tem fundamento.

public ref class UngroundedAttributesEvaluatorContext sealed : Microsoft::Extensions::AI::Evaluation::EvaluationContext
public sealed class UngroundedAttributesEvaluatorContext : Microsoft.Extensions.AI.Evaluation.EvaluationContext
type UngroundedAttributesEvaluatorContext = class
    inherit EvaluationContext
Public NotInheritable Class UngroundedAttributesEvaluatorContext
Inherits EvaluationContext
Herança
UngroundedAttributesEvaluatorContext

Observações

UngroundedAttributesEvaluatormede se a resposta a ser avaliada é, primeiro, não fundamentada, com base na informação presente no .groundingContext Depois, verifica se a resposta contém informações sobre a classe protegida ou o estado emocional de uma pessoa.

Construtores

Name Description
UngroundedAttributesEvaluatorContext(String)

Informação contextual que o UngroundedAttributesEvaluator utiliza para avaliar se uma resposta não tem fundamento.

Propriedades

Name Description
Contents

Obtém ou define uma lista de AIContent objetos que incluem toda a informação presente neste EvaluationContext.

(Herdado de EvaluationContext)
GroundingContext

Obtém a informação contextual contra a qual a fundamentação (ou desfundamentação) de uma resposta é avaliada.

GroundingContextName

Obtém o único Name que é usado para UngroundedAttributesEvaluatorContext.

Name

Recebe ou define o nome para este EvaluationContext.

(Herdado de EvaluationContext)

Aplica-se a