Rabbit-bear

Results 2 comments of Rabbit-bear

```python best_prompt, expert_profile = gp.get_best_prompt(use_examples=False, run_without_train_examples=True, generate_synthetic_examples=False) ``` when run_without_train_examples=True , it works `return '',''`.It seems that without example data, it is impossible to evaluate the best prompt. ![Image](https://github.com/user-attachments/assets/a8d903c3-d5bb-494f-9652-610a0ccf3945) ween...

i want to know too