|
|
@@ -16,7 +16,7 @@ RUN_CONFIG = RunConfig(
|
|
|
max_iterations=1000,
|
|
|
|
|
|
# 任务名称
|
|
|
- name="内容制作",
|
|
|
+ name="制定内容制作工序",
|
|
|
|
|
|
# 知识管理配置
|
|
|
knowledge=KnowledgeConfig(
|
|
|
@@ -36,7 +36,7 @@ RUN_CONFIG = RunConfig(
|
|
|
default_tags={"project": "production"}, # 默认 tags(会与工具调用参数合并)
|
|
|
default_scopes=["org:cybertogether"], # 默认 scopes
|
|
|
default_search_types=["strategy", "tool","plan"], # 默认搜索类型过滤
|
|
|
- default_search_owner="sunlit.howard@gmail.com,guantao" # 默认搜索 owner 过滤(空则不过滤)
|
|
|
+ default_search_owner="sunlit.howard@gmail.com" # 默认搜索 owner 过滤(空则不过滤)
|
|
|
)
|
|
|
)
|
|
|
|