File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010from promptolution .utils .config import ExperimentConfig
1111from promptolution .utils .logging import get_logger , setup_logging
1212from promptolution .utils .prompt import Prompt , sort_prompts_by_scores
13- from promptolution .utils .prompt_creation import create_prompt_variation , create_prompts_from_samples
13+ from promptolution .utils .prompt_creation import (
14+ create_prompt_variation ,
15+ create_prompts_from_samples ,
16+ create_prompts_from_task_description ,
17+ )
1418from promptolution .utils .templates import (
1519 CAPO_CROSSOVER_TEMPLATE ,
1620 CAPO_FEWSHOT_TEMPLATE ,
4347 "sort_prompts_by_scores" ,
4448 "create_prompt_variation" ,
4549 "create_prompts_from_samples" ,
50+ "create_prompts_from_task_description" ,
4651 "CAPO_CROSSOVER_TEMPLATE" ,
4752 "CAPO_FEWSHOT_TEMPLATE" ,
4853 "CAPO_MUTATION_TEMPLATE" ,
You can’t perform that action at this time.
0 commit comments