File size: 1,026 Bytes
ae8b600
cc826a1
ae8b600
 
 
cc826a1
ae8b600
 
 
 
 
 
 
cc826a1
ae8b600
e5e756a
 
 
 
 
 
 
 
ae8b600
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
  "name": "video",
  "version": "1.0.0",
  "description": "从视频提取音频并转录为文本",
  "author": "System",
  "ui_path": "/tool/video",
  "requirements": [],
  "enabled": true,
  "category": "content_extraction",
  "capabilities": ["video_audio_extraction", "video_transcription"],
  "governance": {
    "status": "active",
    "handling_decision": "正常使用",
    "dependency_risk": "依赖 ffmpeg 和 audio"
  },
  "providers": [
    {
      "name": "ffmpeg_extractor",
      "model_id": "system/ffmpeg",
      "description": "使用 ffmpeg 从视频提取音频",
      "status": "not_verified"
    }
  ],
  "ui": {
    "type": "static"
  },
  "tools": [
    {
      "name": "transcribe_video_base64",
      "display_name": "视频转录",
      "purpose": "从视频提取音频并生成文本",
      "parameters": {
        "video_base64": {
          "type": "string",
          "required": true,
          "description": "视频 Base64"
        }
      },
      "risk_level": "medium"
    }
  ]
}