mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:10:45 +00:00
context-engine: align subagent-registry dep types with canonical signature
This commit is contained in:
committed by
Josh Lehman
parent
6b22e5c2d4
commit
d1036e2c2d
@@ -99,7 +99,7 @@ type SubagentRegistryDeps = {
|
||||
ensureContextEnginesInitialized?: () => void;
|
||||
ensureRuntimePluginsLoaded?: typeof ensureRuntimePluginsLoadedFn;
|
||||
resolveContextEngine?: (
|
||||
cfg: OpenClawConfig,
|
||||
cfg?: OpenClawConfig,
|
||||
options?: ResolveContextEngineOptions,
|
||||
) => Promise<ContextEngine>;
|
||||
};
|
||||
@@ -145,7 +145,7 @@ type ContextEngineInitModule = Pick<
|
||||
type ContextEngineRegistryModule = Pick<
|
||||
{
|
||||
resolveContextEngine: (
|
||||
cfg: OpenClawConfig,
|
||||
cfg?: OpenClawConfig,
|
||||
options?: ResolveContextEngineOptions,
|
||||
) => Promise<ContextEngine>;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user