We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9778a3 commit be56860Copy full SHA for be56860
dspy/propose/grounded_proposer.py
@@ -293,7 +293,7 @@ def __init__(
293
except Exception as e:
294
print(f"Error getting data summary: {e}.\n\nRunning without data aware proposer.")
295
self.use_dataset_summary = False
296
- print(f"")
+ print("")
297
298
def propose_instructions_for_program(
299
self,
dspy/teleprompt/mipro_optimizer_v2.py
@@ -16,7 +16,6 @@
16
eval_candidate_program,
17
get_program_with_highest_avg_score,
18
get_signature,
19
- get_task_model_history_for_full_example,
20
print_full_program,
21
save_candidate_program,
22
set_signature,
0 commit comments