14 references to ContentSafetyServicePayloadStrategy
Microsoft.Extensions.AI.Evaluation.Safety (14)
ContentSafetyServicePayloadUtilities.cs (14)
87
ContentSafetyServicePayloadStrategy
strategy =
ContentSafetyServicePayloadStrategy
.AnnotateConversation,
99
returnLastTurnOnly: strategy is
ContentSafetyServicePayloadStrategy
.AnnotateLastTurn,
131
if (strategy is
ContentSafetyServicePayloadStrategy
.AnnotateConversation)
173
ContentSafetyServicePayloadStrategy
strategy =
ContentSafetyServicePayloadStrategy
.AnnotateLastTurn,
176
if (strategy is
ContentSafetyServicePayloadStrategy
.AnnotateConversation)
179
$"{nameof(GetUserTextListPayloadWithEmbeddedJson)} does not support the {strategy} {nameof(
ContentSafetyServicePayloadStrategy
)}.");
191
returnLastTurnOnly: strategy is
ContentSafetyServicePayloadStrategy
.AnnotateLastTurn,
251
ContentSafetyServicePayloadStrategy
strategy =
ContentSafetyServicePayloadStrategy
.AnnotateConversation,
254
if (strategy is
ContentSafetyServicePayloadStrategy
.AnnotateEachTurn)
257
$"{nameof(GetConversationPayload)} does not support the {strategy} {nameof(
ContentSafetyServicePayloadStrategy
)}.");
270
returnLastTurnOnly: strategy is
ContentSafetyServicePayloadStrategy
.AnnotateLastTurn,