Skip to content

Commit 5d3f242

Browse files
committed
fix: replace non-existent roles in ai-opinion-article workflow
- marketing/marketing-trend-researcher → product/product-trend-researcher - marketing/marketing-narrative-scholar → academic/academic-narratologist
1 parent cb2afaf commit 5d3f242

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

workflows/ai-opinion-article.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ inputs:
2323

2424
steps:
2525
- id: trend_research
26-
role: "marketing/marketing-trend-researcher"
26+
role: "product/product-trend-researcher"
2727
task: |
2828
针对以下主题,做深度趋势调研:
2929
主题:{{topic}}
@@ -38,7 +38,7 @@ steps:
3838
output: trend_report
3939

4040
- id: narrative_design
41-
role: "marketing/marketing-narrative-scholar"
41+
role: "academic/academic-narratologist"
4242
task: |
4343
基于趋势调研,设计文章的叙事结构:
4444
@@ -59,7 +59,7 @@ steps:
5959
depends_on: [trend_research]
6060

6161
- id: depth_thinking
62-
role: "marketing/marketing-narrative-scholar"
62+
role: "academic/academic-narratologist"
6363
task: |
6464
作为一个深度思考者,针对这个主题提供独到的思考角度:
6565

0 commit comments

Comments
 (0)