Del via


ScenarioRunResult.ChatDetails Property

Definition

Gets or sets an optional ChatDetails object that contains details related to all LLM chat conversation turns involved in the execution of the ScenarioRun corresponding to this ScenarioRunResult.

public:
 property Microsoft::Extensions::AI::Evaluation::Reporting::ChatDetails ^ ChatDetails { Microsoft::Extensions::AI::Evaluation::Reporting::ChatDetails ^ get(); void set(Microsoft::Extensions::AI::Evaluation::Reporting::ChatDetails ^ value); };
public Microsoft.Extensions.AI.Evaluation.Reporting.ChatDetails? ChatDetails { get; set; }
member this.ChatDetails : Microsoft.Extensions.AI.Evaluation.Reporting.ChatDetails with get, set
Public Property ChatDetails As ChatDetails

Property Value

Remarks

Can be null if none of the IEvaluators invoked during the execution of the ScenarioRun use an LLM.

Applies to