refactor: trim sessions spawn harness type exports · openclaw/openclaw@195a582
steipete
·
2026-05-01
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -13,9 +13,9 @@ type CreateSessionsSpawnTool =
|
13 | 13 | (typeof import("./tools/sessions-spawn-tool.js"))["createSessionsSpawnTool"]; |
14 | 14 | type SubagentRegistryTesting = (typeof import("./subagent-registry.js"))["__testing"]; |
15 | 15 | type SubagentSpawnTesting = (typeof import("./subagent-spawn.js"))["__testing"]; |
16 | | -export type CreateOpenClawToolsOpts = Parameters<CreateSessionsSpawnTool>[0]; |
17 | | -export type GatewayRequest = { method?: string; params?: unknown; timeoutMs?: number }; |
18 | | -export type AgentWaitCall = { runId?: string; timeoutMs?: number }; |
| 16 | +type CreateOpenClawToolsOpts = Parameters<CreateSessionsSpawnTool>[0]; |
| 17 | +type GatewayRequest = { method?: string; params?: unknown; timeoutMs?: number }; |
| 18 | +type AgentWaitCall = { runId?: string; timeoutMs?: number }; |
19 | 19 | type SessionsSpawnGatewayMockOptions = { |
20 | 20 | includeSessionsList?: boolean; |
21 | 21 | includeChatHistory?: boolean; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。