Rabbit-bear
Results
1
issues of
Rabbit-bear
# `gen_different_styles` cant split mutated prompt normally ```python ## promptwizard/glue/promptopt/techniques/critique_n_refine/core_logic.py def gen_different_styles(self, base_instruction: str, task_description: str, mutation_rounds: int = 2, thinking_styles_count: int = 10) -> List: ...... generated_mutated_prompt = self.chat_completion(mutated_sample_prompt)...