14 references to ContentSafetyServicePayloadStrategy
Microsoft.Extensions.AI.Evaluation.Safety (14)
ContentSafetyServicePayloadUtilities.cs (14)
88
ContentSafetyServicePayloadStrategy
strategy =
ContentSafetyServicePayloadStrategy
.AnnotateConversation,
101
returnLastTurnOnly: strategy is
ContentSafetyServicePayloadStrategy
.AnnotateLastTurn,
133
if (strategy is
ContentSafetyServicePayloadStrategy
.AnnotateConversation)
176
ContentSafetyServicePayloadStrategy
strategy =
ContentSafetyServicePayloadStrategy
.AnnotateLastTurn,
180
if (strategy is
ContentSafetyServicePayloadStrategy
.AnnotateConversation)
183
$"{nameof(GetUserTextListPayloadWithEmbeddedJson)} does not support the {strategy} {nameof(
ContentSafetyServicePayloadStrategy
)}.");
195
returnLastTurnOnly: strategy is
ContentSafetyServicePayloadStrategy
.AnnotateLastTurn,
255
ContentSafetyServicePayloadStrategy
strategy =
ContentSafetyServicePayloadStrategy
.AnnotateConversation,
258
if (strategy is
ContentSafetyServicePayloadStrategy
.AnnotateEachTurn)
261
$"{nameof(GetConversationPayload)} does not support the {strategy} {nameof(
ContentSafetyServicePayloadStrategy
)}.");
274
returnLastTurnOnly: strategy is
ContentSafetyServicePayloadStrategy
.AnnotateLastTurn,