|
@@ -34,7 +34,7 @@ RUN_CONFIG = RunConfig(
|
|
|
# 默认字段(保存/搜索时自动注入)
|
|
# 默认字段(保存/搜索时自动注入)
|
|
|
owner="", # 所有者(空则尝试从 git config user.email 获取,再空则用 agent:{agent_id})
|
|
owner="", # 所有者(空则尝试从 git config user.email 获取,再空则用 agent:{agent_id})
|
|
|
default_tags={"project": "create", "domain": "content_creation"}, # 默认 tags(会与工具调用参数合并)
|
|
default_tags={"project": "create", "domain": "content_creation"}, # 默认 tags(会与工具调用参数合并)
|
|
|
- default_scopes=["project:create"], # 默认 scopes
|
|
|
|
|
|
|
+ default_scopes=["org:cybertogether"], # 默认 scopes
|
|
|
default_search_types=["strategy", "tool"], # 默认搜索类型过滤
|
|
default_search_types=["strategy", "tool"], # 默认搜索类型过滤
|
|
|
default_search_owner="" # 默认搜索 owner 过滤(空则不过滤)
|
|
default_search_owner="" # 默认搜索 owner 过滤(空则不过滤)
|
|
|
)
|
|
)
|