Skip to content

docs(runner): remove "the the" duplicate-word typo in AbstractChatCompletionRunner JSDoc#1892

Open
devteamaegis wants to merge 1 commit into
openai:masterfrom
devteamaegis:fix-jsdoc-typo
Open

docs(runner): remove "the the" duplicate-word typo in AbstractChatCompletionRunner JSDoc#1892
devteamaegis wants to merge 1 commit into
openai:masterfrom
devteamaegis:fix-jsdoc-typo

Conversation

@devteamaegis
Copy link
Copy Markdown

Summary

Single duplicated-`the` typo in the hand-written runner helper:

```diff

    • @returns a promise that resolves with the the final assistant ChatCompletionMessage response,
    • @returns a promise that resolves with the final assistant ChatCompletionMessage response,
      ```
  • `src/lib/AbstractChatCompletionRunner.ts:116` (`finalMessage` JSDoc)

Per `CONTRIBUTING.md`: "The generator will never modify the contents of the `src/lib/` and `examples/` directories" — so this file is hand-written and safe to patch directly.

Diff is exactly 1 line, JSDoc-only — no runtime/type behavior change.

Novelty

`gh search prs --repo openai/openai-node "the the final"` returns no matches. No open PR touches this line of `AbstractChatCompletionRunner.ts`.

@devteamaegis devteamaegis requested a review from a team as a code owner May 21, 2026 23:19
Copy link
Copy Markdown
Contributor

@jbeckwith-oai jbeckwith-oai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants