mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
Fixes prompt typo (#368)
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user