From b8a9dc9d78737e346ec23f49ce826308d8b29ef6 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 27 Apr 2026 11:07:10 +0100 Subject: [PATCH] test(moonshot): avoid redundant live result type --- extensions/moonshot/moonshot.live.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/moonshot/moonshot.live.test.ts b/extensions/moonshot/moonshot.live.test.ts index b3506c80c00..b497fbcf716 100644 --- a/extensions/moonshot/moonshot.live.test.ts +++ b/extensions/moonshot/moonshot.live.test.ts @@ -25,7 +25,7 @@ describeLive("moonshot plugin live", () => { searchConfig: { kimi: { apiKey: KIMI_SEARCH_KEY }, cacheTtlMinutes: 0, timeoutSeconds: 90 }, } as never); - let result: Awaited["execute"]>> | undefined; + let result: { provider?: string; content?: unknown; citations?: unknown } | undefined; let lastError: unknown; for (let attempt = 0; attempt < 2; attempt += 1) { try {