refactor: trim lobster helper exports · openclaw/openclaw@4981ec7
steipete
·
2026-05-02
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -18,15 +18,15 @@ type BoundTaskFlow = ReturnType<
|
18 | 18 | type FlowRecord = ReturnType<BoundTaskFlow["createManaged"]>; |
19 | 19 | type MutationResult = ReturnType<BoundTaskFlow["setWaiting"]>; |
20 | 20 | |
21 | | -export type LobsterApprovalWaitState = { |
| 21 | +type LobsterApprovalWaitState = { |
22 | 22 | kind: "lobster_approval"; |
23 | 23 | prompt: string; |
24 | 24 | items: JsonLike[]; |
25 | 25 | resumeToken?: string; |
26 | 26 | approvalId?: string; |
27 | 27 | }; |
28 | 28 | |
29 | | -export type RunManagedLobsterFlowParams = { |
| 29 | +type RunManagedLobsterFlowParams = { |
30 | 30 | taskFlow: BoundTaskFlow; |
31 | 31 | runner: LobsterRunner; |
32 | 32 | runnerParams: LobsterRunnerParams; |
@@ -37,7 +37,7 @@ export type RunManagedLobsterFlowParams = {
|
37 | 37 | waitingStep?: string; |
38 | 38 | }; |
39 | 39 | |
40 | | -export type ResumeManagedLobsterFlowParams = { |
| 40 | +type ResumeManagedLobsterFlowParams = { |
41 | 41 | taskFlow: BoundTaskFlow; |
42 | 42 | runner: LobsterRunner; |
43 | 43 | runnerParams: LobsterRunnerParams & { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。