fix(core): fixed typos in the documentation (#36459)

Fixes #36458 

Fixed typos in the documentation in the core module.
This commit is contained in:
jasiecky
2026-04-02 17:32:12 +02:00
committed by GitHub
parent cd394b70c1
commit c9f51aef85
6 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
"""Tools are classes that an Agent uses to interact with the world.
Each tool has a description. Agent uses the description to choose the righ tool for the
Each tool has a description. Agent uses the description to choose the right tool for the
job.
"""