Skip to content

Commit

Permalink
add output to example
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroEsquivel committed Sep 25, 2024
1 parent 256d355 commit a48a4e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/concepts/validator_on_fail_actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,8 @@ response = guard(
)

print(response.validated_output)

# [{'item': 'burger', 'quantity': 1},
# {'item': 'fries', 'quantity': 1},
# {'item': 'coke', 'quantity': 1}]
```

0 comments on commit a48a4e7

Please sign in to comment.