We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc4c72 commit 90f2f8aCopy full SHA for 90f2f8a
docs/output.md
@@ -473,6 +473,7 @@ _(This example is complete, it can be run "as is")_
473
#### Partial validation {#partial-validation}
474
475
You can use the `allow_partial` field on `RunContext` to implement your own partial validation in output validators.
476
+
477
For example, you could choose to skip validation altogether if `allow_partial` is true:
478
479
```python {title="partial_validation_streaming.py" line_length="120"}
0 commit comments