1.16.8 (2026-05-19)
Features Added
- App Insights logging now forwards arbitrary evaluator-specific keys from each event's
propertiespayload as a singlegen_ai.evaluation.propertiesJSON attribute (carried insideinternal_properties). Previously only the four red-team keys (attack_success,attack_technique,attack_complexity,attack_success_threshold) were forwarded; structured outputs such as rubricdimension_scoreswere silently dropped. Payloads larger than 7500 characters are replaced with a valid JSON marker ({"truncated": true, "original_size_bytes": <n>}) so consumers can alwaysjson.loadsthe value. Non-dictpropertiespayloads are now safely ignored instead of raising in the red-team forwarder.