mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-13 05:25:07 +00:00
docs: Fix typo (#22603)
This commit changes minor typo in the field description.
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user