AgentEvaluationResults.SubResults 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.
Gets per-agent results for workflow evaluations.
public System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.Agents.AI.AgentEvaluationResults>? SubResults { get; set; }
member this.SubResults : System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.Agents.AI.AgentEvaluationResults> with get, set
Public Property SubResults As IReadOnlyDictionary(Of String, AgentEvaluationResults)