Christian Zaldivar
Results
1
comments of
Christian Zaldivar
Surrounding the tool's output with quotes worked for me: ```python def my_calc(expr: str) -> str: """ Some custom tool Evaluate the provided arithmetic expression in Python syntax. Example: my_calc("2+2") Result:...