diff --git a/instructor/patch.py b/instructor/patch.py index d8d143a..d936091 100644 --- a/instructor/patch.py +++ b/instructor/patch.py @@ -330,7 +330,7 @@ def retry_sync( kwargs["messages"].append( { "role": "user", - "content": f"Recall the function correctly, fix the errorsexceptions found\n{e}", + "content": f"Recall the function correctly, fix the errors and exceptions found\n{e}", } ) if mode == Mode.MD_JSON: