fix #2282 and update tool prompt

This commit is contained in:
hiyouga
2024-01-22 22:27:30 +08:00
parent 6fc2d5cc03
commit b2fb0eca56
5 changed files with 25 additions and 20 deletions
+1 -1
View File
@@ -11192,7 +11192,7 @@
{
"instruction": "从给定数据中找出两个事件的概率",
"input": "事件A:会下雨\n事件B:会下雪\n数据:\n- 明日天气预报:下雨的概率为80%,下雪的概率为20%",
"输出": "事件A和事件B同时发生的概率为0.16或16%。这是通过将事件A的概率(0.8)和事件B的概率(0.2)相乘来计算的。"
"output": "事件A和事件B同时发生的概率为0.16或16%。这是通过将事件A的概率(0.8)和事件B的概率(0.2)相乘来计算的。"
},
{
"instruction": "对于给定情境给予建议",