Skip to content

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

Merged
HAYDEN-OAI merged 2 commits into
openai:mainfrom
devteamaegis:fix-jsdoc-typo
Jun 24, 2026
Merged

docs(runner): remove "the the" duplicate-word typo in AbstractChatCompletionRunner JSDoc#1892
HAYDEN-OAI merged 2 commits into
openai:mainfrom
devteamaegis:fix-jsdoc-typo

Conversation

@devteamaegis

Copy link
Copy Markdown
Contributor

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

@jbeckwith-oai jbeckwith-oai left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks!

@HAYDEN-OAI

Copy link
Copy Markdown
Contributor

@devteamaegis thanks for catching this tiny but very real typo and sending the clean fix. appreciate your patience while we brought the branch current. merging now! 💚

@HAYDEN-OAI HAYDEN-OAI merged commit 52f075f into openai:main Jun 24, 2026
10 checks passed
@stainless-app stainless-app Bot mentioned this pull request Jun 24, 2026
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.

3 participants