docs: Fix typo (#22603)

This commit changes minor typo in the field description.
This commit is contained in:
andyjessen
2024-06-06 05:38:36 -06:00
committed by GitHub
parent ba3e219d83
commit 8b40428f58
3 changed files with 4 additions and 4 deletions

View File

@@ -386,7 +386,7 @@ def tool_example_to_messages(
'''Information about a person.'''
name: Optional[str] = Field(..., description="The name of the person")
hair_color: Optional[str] = Field(
..., description="The color of the peron's eyes if known"
..., description="The color of the person's eyes if known"
)
height_in_meters: Optional[str] = Field(
..., description="Height in METERs"