2 references to RenderText
Microsoft.Extensions.AI.Evaluation (1)
ChatResponseExtensions.cs (1)
38return response.Messages.RenderText();
Microsoft.Extensions.AI.Evaluation.Quality (1)
RelevanceTruthAndCompletenessEvaluator.cs (1)
140string renderedConversationHistory = conversationHistory.RenderText();