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