translate comment
This commit is contained in:
@@ -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:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user