From 7e57c050df5d07da42eb6fb608144f36ba4aca28 Mon Sep 17 00:00:00 2001 From: devteamaegis Date: Thu, 21 May 2026 19:18:01 -0400 Subject: [PATCH] docs(runner): remove "the the" duplicate-word typo in JSDoc --- src/lib/AbstractChatCompletionRunner.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/AbstractChatCompletionRunner.ts b/src/lib/AbstractChatCompletionRunner.ts index 982c572f6e..923ab01cdd 100644 --- a/src/lib/AbstractChatCompletionRunner.ts +++ b/src/lib/AbstractChatCompletionRunner.ts @@ -113,7 +113,7 @@ export class AbstractChatCompletionRunner< } /** - * @returns a promise that resolves with the the final assistant ChatCompletionMessage response, + * @returns a promise that resolves with the final assistant ChatCompletionMessage response, * or rejects if an error occurred or the stream ended prematurely without producing a ChatCompletionMessage. */ async finalMessage(): Promise {