Skip to content

Commit

Permalink
Corrected some typos. (#905)
Browse files Browse the repository at this point in the history
Fixing up typos in the reask validation docs
  • Loading branch information
atbradley authored Aug 7, 2024
1 parent 070e518 commit 11125a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/concepts/reask_validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ except ValidationError as e:

#### Output for LLM-Based Validation

It is important to not here that the error message is generated by the LLM, not the code, so it'll be helpful for re asking the model.
It is important to note here that the error message is generated by the LLM, not the code, so it'll be helpful for re-asking the model.

```plaintext
1 validation error for QuestionAnswer
Expand Down Expand Up @@ -284,7 +284,7 @@ assert resp.name == "IVAN"
assert resp.occupation == "SOFTWARE ENGINEER"
```

1. This wil run the validator on the entire model. You can access any of the fields in this manner and it will be propogated up on a model level
1. This will run the validator on the entire model. You can access any of the fields in this manner and it will be propagated up on a model level

### Nested Pydantic Objects

Expand Down

0 comments on commit 11125a7

Please sign in to comment.