4 references to ToSystemMessage
Microsoft.Extensions.AI.Evaluation.Integration.Tests (4)
AgentQualityEvaluatorTests.cs (2)
208"You are a friendly and helpful assistant that can answer questions.".ToSystemMessage(), 221"You are a friendly and helpful customer service agent.".ToSystemMessage(),
SafetyEvaluatorTests.cs (2)
191messages.Add(systemPrompt.ToSystemMessage()); 269messages.Add(systemPrompt.ToSystemMessage());