Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ddebowczyk committed Mar 13, 2024
1 parent 5c965ac commit eb206fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ You can also provide a context object to use enhanced validator capabilities.

You can set the number of retry attempts for requests.

Instructor will repeat requests in case of validation error (or API failure) up to the specified number of times.
Instructor will repeat requests in case of validation or deserialization error up to the specified number of times, trying to get a valid response from LLM.


## Get Started
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ You can also provide a context object to use enhanced validator capabilities.

You can set the number of retry attempts for requests.

Instructor will repeat requests in case of validation error (or API failure) up to the specified number of times.
Instructor will repeat requests in case of validation or deserialization error up to the specified number of times, trying to get a valid response from LLM.



Expand Down

0 comments on commit eb206fd

Please sign in to comment.