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.  ween...
i want to know too