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