ScenarioRunResult.EvaluationResult Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The EvaluationResult for the ScenarioRun corresponding to this ScenarioRunResult.
public:
property Microsoft::Extensions::AI::Evaluation::EvaluationResult ^ EvaluationResult { Microsoft::Extensions::AI::Evaluation::EvaluationResult ^ get(); void set(Microsoft::Extensions::AI::Evaluation::EvaluationResult ^ value); };
public Microsoft.Extensions.AI.Evaluation.EvaluationResult EvaluationResult { get; set; }
member this.EvaluationResult : Microsoft.Extensions.AI.Evaluation.EvaluationResult with get, set
Public Property EvaluationResult As EvaluationResult
Property Value
Remarks
This is the same EvaluationResult that is returned when EvaluateAsync(IEnumerable<ChatMessage>, ChatMessage, IEnumerable<EvaluationContext>, CancellationToken) is invoked.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.