translate comment

This commit is contained in:
JiamingHuangHJM
2025-03-04 14:19:38 +01:00
parent 1be102f7c7
commit 19867fe60c

View File

@@ -59,7 +59,7 @@
```python
from smolagents import CodeAgent, HfApiModel, tool
# Let's pretend we have a function that fetches the highest-rated catering services.
# 假设我们有一个获取最高评分餐饮服务的函数
@tool
def catering_service_tool(query: str) -> str:
"""