Sync latest TrueGrowth updates
This commit is contained in:
@@ -144,7 +144,7 @@ function publishingWorkflowFixture(id) {
|
||||
inputs: [{ id: 'video', label: '视频', type: 'video' }],
|
||||
outputs: [{ id: 'video', label: '成片', type: 'video' }],
|
||||
config: {
|
||||
providerId: 'funclip-local',
|
||||
providerId: 'videoagent-local',
|
||||
operations: ['asr', 'highlight-cut', 'subtitle', 'ffmpeg-export'],
|
||||
},
|
||||
},
|
||||
@@ -278,7 +278,7 @@ async function main() {
|
||||
capability: 'clip.compose',
|
||||
inputs: [],
|
||||
outputs: [{ id: 'video', label: '成片', type: 'video' }],
|
||||
config: { providerId: 'funclip-local', prompt: '生成字幕成片' },
|
||||
config: { providerId: 'videoagent-local', prompt: '生成字幕成片' },
|
||||
},
|
||||
],
|
||||
edges: [],
|
||||
|
||||
Reference in New Issue
Block a user