From d8fa32d337182ce4cf5ee3d7158a7e5732a8894b Mon Sep 17 00:00:00 2001 From: Aryan Brite Date: Tue, 28 Apr 2026 23:46:17 +0530 Subject: [PATCH] Update action.ts --- src/action.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/action.ts b/src/action.ts index 4cc987c..4648a1c 100644 --- a/src/action.ts +++ b/src/action.ts @@ -39,7 +39,7 @@ async function run(): Promise { repo: repository.repo, pullNumber: pullRequestNumber, githubToken, - llmProvider: llmProvider as import('./types.js').LLMProvider, + llmProvider: llmProvider as import('types.js').LLMProvider, llmApiUrl, llmApiKey, llmModel,