Skip to content

Commit 19db815

Browse files
committed
remove trailing whitespace
1 parent afff2b8 commit 19db815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ _(This example is complete, it can be run "as is")_
472472

473473
#### Partial validation during streaming {#partial-validation}
474474

475-
If your output validator takes `RunContext` as a first argument, you can add `partial: bool` as the last argument to handle validation differently for partial outputs during streaming (e.g. skip validation altogether).
475+
If your output validator takes `RunContext` as a first argument, you can add `partial: bool` as the last argument to handle validation differently for partial outputs during streaming (e.g. skip validation altogether).
476476

477477
```python
478478
from pydantic_ai import Agent, ModelRetry, RunContext

0 commit comments

Comments
 (0)