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