Skip to content

Commit 8d37cfd

Browse files
authored
Fix typo: nee -> need (#111)
1 parent 5ce859f commit 8d37cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Structured results (like tools) use Pydantic to build the JSON schema used for t
3939
!!! note "Bring on PEP-747"
4040
Until [PEP-747](https://peps.python.org/pep-0747/) "Annotating Type Forms" lands, unions are not valid as `type`s in Python.
4141

42-
When creating the agent we nee to `# type: ignore` the `result_type` argument, and add a type hint to tell type checkers about the type of the agent.
42+
When creating the agent we need to `# type: ignore` the `result_type` argument, and add a type hint to tell type checkers about the type of the agent.
4343

4444
Here's an example of returning either text or a structured value
4545

0 commit comments

Comments
 (0)