ScenarioRunResult.ChatDetails 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 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.