CoolFace
Modelpublic

Fileportz/DeepSeek-V4.1-Flash

sourceHugging Facemitupdated 15d agoView on Hugging Face
0likes33downloads
test_input_3.json94 linesDownload Raw Back to tests
1[2  {3    "role": "system",4    "content": "该助手为DeepSeek,由深度求索公司创造。"5  },6  {7    "role": "latest_reminder",8    "content": "2026-02-21,星期六,广州,App,中文"9  },10  {11    "role": "system",12    "content": "CITATION FORMAT: 【{cursor_id}†L{start_line_id}(-L{end_line_id})?】",13    "tools": [14      {15        "type": "function",16        "function": {17          "name": "search",18          "description": "Web search. Split multiple queries with '||'.",19          "parameters": {20            "type": "object",21            "properties": {22              "queries": {23                "type": "string",24                "description": "query1||query2"25              }26            },27            "required": ["queries"],28            "additionalProperties": false29          }30        }31      },32      {33        "type": "function",34        "function": {35          "name": "open",36          "description": "Batch open IDs (format 【{id}†...】) or URLs.",37          "parameters": {38            "type": "object",39            "properties": {40              "open_list": {41                "type": "array",42                "items": {43                  "type": "object",44                  "properties": {45                    "id": {46                      "description": "ID or URL",47                      "anyOf": [{"type": "integer"}, {"type": "string"}],48                      "default": -149                    },50                    "loc": {"type": "integer", "description": "Start line", "default": -1},51                    "num_lines": {"type": "integer", "description": "", "default": -1}52                  },53                  "additionalProperties": false54                },55                "description": ""56              }57            },58            "required": ["open_list"],59            "additionalProperties": false60          }61        }62      }63    ]64  },65  {66    "role": "user",67    "content": "小柴胡冲剂和布洛芬能一起吃吗?"68  },69  {70    "role": "assistant",71    "content": "",72    "reasoning_content": "用户想知道小柴胡冲剂和布洛芬能否一起服用。",73    "tool_calls": [74      {75        "type": "function",76        "function": {77          "name": "search",78          "arguments": "{\"queries\": \"小柴胡冲剂 布洛芬 相互作用 一起吃\"}"79        }80      }81    ]82  },83  {84    "role": "tool",85    "content": "[0]"86  },87  {88    "role": "assistant",89    "content": "请及时就医。",90    "reasoning_content": "现在开始组织回答。",91    "tool_calls": []92  }93]94