refactor(agents): hide bootstrap context type · openclaw/openclaw@812dcc5
openclaw
·
2026-06-17
·
via Recent Commits to openclaw:main
Commit 812dcc5
refactor(agents): hide bootstrap context type
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
src/agents/embedded-agent-runner/run
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|
@@ -16,7 +16,7 @@ export {
|
16 | 16 | |
17 | 17 | export type AttemptContextEngine = ContextEngine; |
18 | 18 | |
19 | | -export type AttemptBootstrapContext<TBootstrapFile = unknown, TContextFile = unknown> = { |
| 19 | +type AttemptBootstrapContext<TBootstrapFile = unknown, TContextFile = unknown> = { |
20 | 20 | bootstrapFiles: TBootstrapFile[]; |
21 | 21 | contextFiles: TContextFile[]; |
22 | 22 | }; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments