修改实验数据集中使用的工具名称

This commit is contained in:
jijiahao
2025-11-07 13:32:13 +08:00
parent cc543a9d4f
commit 664c30793a

View File

@@ -12,19 +12,19 @@ examples = [
},
{
"inputs": {"text": "有没有光予尘?"},
"outputs": {"answer": "",
"tool_use": ["retrieve|get_resources"]}
"outputs": {"answer": "",
"tool_use": ["retrieve|get_dishes"]}
},
{
"inputs": {"text": "有没有关羽尘?"},
"outputs": {"answer": "",
"tool_use": ["retrieve|get_resources"]}
"outputs": {"answer": "",
"tool_use": ["retrieve|get_dishes"]}
},
{
"inputs": {"text": ["我要购买一杯野星星",
"我要再加一杯"]},
"outputs": {"answer": "你的野星星已经下单成功",
"tool_use": ["retrieve|get_resource",
"tool_use": ["retrieve|get_dishes",
"start_shopping_session",
"add_to_cart",
"create_wechat_pay",