Skip to content

fix: correct misspelled identifiers and capitalize brand name#545

Open
Avicennasis wants to merge 1 commit into
Ironclad:mainfrom
Avicennasis:fix/typos-and-identifiers
Open

fix: correct misspelled identifiers and capitalize brand name#545
Avicennasis wants to merge 1 commit into
Ironclad:mainfrom
Avicennasis:fix/typos-and-identifiers

Conversation

@Avicennasis

Copy link
Copy Markdown

Summary

Fix 4 issues across 16 files:

  • MCPDiscoveryNode.ts / MCPProvider.ts / NodeMCPProvider.ts: Rename getHTTPrompts to getHTTPPrompts (missing P in HTTP) across interface definition, implementation, and call site
  • MCPDiscoveryNode.ts: Fix prompt.arugments to prompt.arguments (transposed letters in property access)
  • ChatHuggingFace.ts: Capitalize "hugging face" to "Hugging Face" in infoBoxBody string
  • handleOpenaiError.ts → handleOpenAIError.ts: Rename file to match the exported function handleOpenAIError, and update all 11 import paths

The first two fixes correct code identifier bugs that would cause runtime errors if the misspelled methods/properties were ever called against a correctly-typed implementation. The remaining fixes are cosmetic (brand capitalization and filename consistency).

- Rename getHTTPrompts → getHTTPPrompts (missing P in HTTP) across
  interface, implementation, and call site
- Fix prompt.arugments → prompt.arguments (transposed letters)
- Capitalize "hugging face" → "Hugging Face" in infoBoxBody string
- Rename handleOpenaiError.ts → handleOpenAIError.ts to match the
  exported function name handleOpenAIError
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.

1 participant