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)
142messages.Add(systemPrompt.ToSystemMessage()); 204messages.Add(systemPrompt.ToSystemMessage());