| 475 | 475 | } |
| 476 | 476 | |
| 477 | 477 | for (const example of blockExamples) { |
| 478 | 478 | // If group names were already included, we don't want to add anany additional prefix as it already was applied. |
| 479 | 479 | // IfOtherwise, if force group/persona names is set, we should override the include names for the user placeholder |
| 480 | 480 | const includeThisName = (includeNames!includeGroupNames && !includeGroupNames)(includeNames || (power_user.instruct.names_behavior === names_behavior_types.FORCE && example.name == 'example_user')); |
| 481 | 481 | |
| 482 | 482 | const prefix = example.name == 'example_user' ? inputPrefix : outputPrefix; |
| 483 | 483 | const suffix = example.name == 'example_user' ? inputSuffix : outputSuffix; |