refactor(agents): narrow media factory plan type · openclaw/openclaw@a7ebcfd
openclaw
·
2026-06-17
·
via Recent Commits to openclaw:main
Skip to content
Navigation Menu
Saved searches
Use saved searches to filter your results more quickly
Sign up
Commit a7ebcfd
refactor(agents): narrow media factory plan type
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|
@@ -24,7 +24,7 @@ import {
|
24 | 24 | /** |
25 | 25 | * Plans optional media-tool factory registration from config, policy, capabilities, and auth. |
26 | 26 | */ |
27 | | -export type OptionalMediaToolFactoryPlan = { |
| 27 | +type OptionalMediaToolFactoryPlan = { |
28 | 28 | imageGenerate: boolean; |
29 | 29 | videoGenerate: boolean; |
30 | 30 | musicGenerate: boolean; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments