test(moonshot): avoid redundant live result type · openclaw/openclaw@b8a9dc9
steipete
·
2026-04-27
·
via Recent Commits to openclaw:main
Commit b8a9dc9
test(moonshot): avoid redundant live result 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 |
|---|
@@ -25,7 +25,7 @@ describeLive("moonshot plugin live", () => {
|
25 | 25 | searchConfig: { kimi: { apiKey: KIMI_SEARCH_KEY }, cacheTtlMinutes: 0, timeoutSeconds: 90 }, |
26 | 26 | } as never); |
27 | 27 | |
28 | | -let result: Awaited<ReturnType<NonNullable<typeof tool>["execute"]>> | undefined; |
| 28 | +let result: { provider?: string; content?: unknown; citations?: unknown } | undefined; |
29 | 29 | let lastError: unknown; |
30 | 30 | for (let attempt = 0; attempt < 2; attempt += 1) { |
31 | 31 | try { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments
Comments
(0)