qwen_agent/skills/developing/table-query/language.json
2026-06-23 18:35:23 +08:00

15 lines
1.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"ja": {
"description": "構造化されたスプレッドシート/テーブルデータExcel/CSVに対してクエリを行い、値、価格、数量、在庫、仕様、ランキング、比較、サマリー、集計、リスト、その他あらゆる数値/テーブル参照に関する質問に答えます。回答がアップロードされたテーブルから得られる可能性がある場合は、常にこのスキルを使用してください。テーブルを特定し、スキーマを読み取り、自分で SQLite SQL を作成して実行します。バックエンドは LLM 処理を行わないため、高速です。",
"category": "データ・取得"
},
"zh": {
"description": "对结构化电子表格/表格数据Excel/CSV进行查询回答关于数值、价格、数量、库存、规格、排名、比较、汇总、聚合、列表或任何数值/表格查找类的问题。只要答案可能来自上传的表格,就使用此技能。你自行定位表格、读取其 schema、编写并执行 SQLite SQL —— 后端不做任何 LLM 工作,因此速度很快。",
"category": "数据检索"
},
"en": {
"description": "Query structured spreadsheet/table data (Excel/CSV) to answer questions about values, prices, quantities, inventory, specifications, rankings, comparisons, summaries, aggregations, lists, or any numeric/tabular lookup. Use this skill whenever the answer likely comes from uploaded tables. You locate tables, read their schema, author SQLite SQL yourself, and run it — the backend does no LLM work, so it is fast.",
"category": "Data & Retrieval"
}
}