Fixes prompt typo (#368)

This commit is contained in:
Stefan Krawczyk
2024-01-30 12:44:23 -08:00
committed by GitHub
parent b7176fb0a2
commit 1b6d8253c0
+1 -1
View File
@@ -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: