2 instantiations of ContentSafetyChatOptions
Microsoft.Extensions.AI.Evaluation.Safety (2)
ContentSafetyChatOptions.cs (1)
26
public override ChatOptions Clone() => new
ContentSafetyChatOptions
(this);
ContentSafetyEvaluator.cs (1)
139
options: new
ContentSafetyChatOptions
(contentSafetyServiceAnnotationTask, evaluatorName),
3 references to ContentSafetyChatOptions
Microsoft.Extensions.AI.Evaluation.Safety (3)
ContentSafetyChatClient.cs (2)
55
if (options is
ContentSafetyChatOptions
contentSafetyChatOptions)
88
if (options is
ContentSafetyChatOptions
contentSafetyChatOptions)
ContentSafetyChatOptions.cs (1)
16
private ContentSafetyChatOptions(
ContentSafetyChatOptions
other)