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

15 lines
878 B
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": "再利用可能なデータ分析ツール用の共有スクリプトリポジトリを管理します。スクリプトを書く前に scripts/README.md を確認し、パラメータ化された汎用的なスクリプトを設計し、ドキュメントを常に同期した状態に保ちます。",
"category": "データ・取得"
},
"zh": {
"description": "管理用于可复用数据分析工具的共享脚本仓库。编写脚本前先查阅 scripts/README.md设计带参数的通用化脚本并保持文档同步更新。",
"category": "数据检索"
},
"en": {
"description": "Manages shared scripts repository for reusable data analysis tools. Check scripts/README.md before writing, design generalized scripts with parameters, and keep documentation in sync.",
"category": "Data & Retrieval"
}
}