qwen_agent/skills/common/r2-upload/language.json
2026-06-23 18:35:23 +08:00

15 lines
732 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": "ファイルをアップロードし、公開 URL または一時 URL を返します。アセットの公開、ファイルの共有、他のスキルにアップロード用のヘルパーを提供したい場合に使用します。",
"category": "Web サービス"
},
"zh": {
"description": "上传文件并返回公开或临时的 URL。当你需要发布资源、分享文件或为其他技能提供上传辅助能力时使用。",
"category": "Web 服务"
},
"en": {
"description": "Upload files and return a public or temporary URL. Use when you need to publish assets, share files, or provide upload helpers to other skills.",
"category": "Web Services"
}
}