Tom Dörr
Tom Dörr
I'm getting this error when running MIPRO: ``` AttributeError: 'Predict' object has no attribute 'new_signature'. Did you mean: 'signature'? ``` This is how I run MIPRO: ``` teleprompter = dspy.teleprompt.MIPRO(metric...
## Description I renamed the OpenAIFunction class to FunctionTool and created a new OpenAIFunction class that throws a deprecation warning when initialized. ## Motivation and Context closes #858 - [x]...
I'm just trying to implement a custom node that takes text, but I get the following error: ``` Error occurred when executing Text Field: 'TextField' object has no attribute 'print_text'...