[PR #22041] fix(OpenAi Node): Fix grammar in audio operation descriptions #22007

Open
opened 2025-11-20 06:22:32 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/n8n-io/n8n/pull/22041
Author: @krisn0x
Created: 11/19/2025
Status: 🔄 Open

Base: masterHead: openai-node-grammar-fix


📝 Commits (1)

  • 00f8ca9 fix(OpenAi Node): Fix grammar in audio operation descriptions

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 packages/@n8n/nodes-langchain/nodes/vendors/OpenAi/v1/actions/audio/index.ts (+2 -2)
📝 packages/@n8n/nodes-langchain/nodes/vendors/OpenAi/v2/actions/audio/index.ts (+2 -2)

📄 Description

Summary

Grammatical fixes to the audio operation descriptions in the OpenAI node, visual only.

Review / Merge checklist

  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with release/backport (if the PR is an urgent fix that needs to be backported)

Note

Corrects wording for transcribe/translate audio descriptions in OpenAI node (v1 and v2).

  • OpenAI Node – Audio actions:
    • Update description text for transcribe and translate options in:
      • packages/@n8n/nodes-langchain/nodes/vendors/OpenAi/v1/actions/audio/index.ts
      • packages/@n8n/nodes-langchain/nodes/vendors/OpenAi/v2/actions/audio/index.ts
    • Changes:
      • Transcribes audio into the textTranscribes audio into text
      • Translate audio into the text in the english languageTranslates audio into text in English

Written by Cursor Bugbot for commit 00f8ca9acc. This will update automatically on new commits. Configure here.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/n8n-io/n8n/pull/22041 **Author:** [@krisn0x](https://github.com/krisn0x) **Created:** 11/19/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `openai-node-grammar-fix` --- ### 📝 Commits (1) - [`00f8ca9`](https://github.com/n8n-io/n8n/commit/00f8ca9accd5cf8f2b8b26d976da2f9d8226cc86) fix(OpenAi Node): Fix grammar in audio operation descriptions ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/@n8n/nodes-langchain/nodes/vendors/OpenAi/v1/actions/audio/index.ts` (+2 -2) 📝 `packages/@n8n/nodes-langchain/nodes/vendors/OpenAi/v2/actions/audio/index.ts` (+2 -2) </details> ### 📄 Description ## Summary Grammatical fixes to the audio operation descriptions in the OpenAI node, visual only. ## Related Linear tickets, Github issues, and Community forum posts ## Review / Merge checklist - [X] PR title and summary are descriptive. ([conventions](../blob/master/.github/pull_request_title_conventions.md)) <!-- **Remember, the title automatically goes into the changelog. Use `(no-changelog)` otherwise.** --> - [ ] [Docs updated](https://github.com/n8n-io/n8n-docs) or follow-up ticket created. - [ ] Tests included. <!-- A bug is not considered fixed, unless a test is added to prevent it from happening again. A feature is not complete without tests. --> - [ ] PR Labeled with `release/backport` (if the PR is an urgent fix that needs to be backported) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Corrects wording for transcribe/translate audio descriptions in OpenAI node (v1 and v2). > > - **OpenAI Node – Audio actions**: > - Update `description` text for `transcribe` and `translate` options in: > - `packages/@n8n/nodes-langchain/nodes/vendors/OpenAi/v1/actions/audio/index.ts` > - `packages/@n8n/nodes-langchain/nodes/vendors/OpenAi/v2/actions/audio/index.ts` > - Changes: > - `Transcribes audio into the text` → `Transcribes audio into text` > - `Translate audio into the text in the english language` → `Translates audio into text in English` > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 00f8ca9accd5cf8f2b8b26d976da2f9d8226cc86. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the
pull-request
label 2025-11-20 06:22:32 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/n8n#22007
No description provided.