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