### What problem does this PR solve?

Fix typos

### Type of change

- [x] Fix typos
This commit is contained in:
omahs
2025-12-01 02:49:46 +01:00
committed by GitHub
parent 088b049b4c
commit 80f6d22d2a
3 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@ class CodeExecParam(ToolParamBase):
self.meta: ToolMeta = {
"name": "execute_code",
"description": """
This tool has a sandbox that can execute code written in 'Python'/'Javascript'. It recieves a piece of code and return a Json string.
This tool has a sandbox that can execute code written in 'Python'/'Javascript'. It receives a piece of code and return a Json string.
Here's a code example for Python(`main` function MUST be included):
def main() -> dict:
\"\"\"