[PR #2151] [MERGED] Remove redundant "also...as well" and similar phrases #2175

Closed
opened 2026-02-17 17:23:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2151
Author: @bwhiting2356
Created: 1/8/2026
Status: Merged
Merged: 1/9/2026
Merged by: @lnhsingh

Base: mainHead: fix-redundant-also-as-well


📝 Commits (1)

  • 4e8c8e7 Remove redundant "also...as well" and similar phrases

📊 Changes

11 files changed (+11 additions, -11 deletions)

View changed files

📝 src/langsmith/custom-openai-compliant-model.mdx (+1 -1)
📝 src/langsmith/manage-datasets-programmatically.mdx (+1 -1)
📝 src/langsmith/mask-inputs-outputs.mdx (+1 -1)
📝 src/langsmith/multi-turn-simulation.mdx (+1 -1)
📝 src/langsmith/prebuilt-evaluators.mdx (+1 -1)
📝 src/langsmith/trace-with-vercel-ai-sdk.mdx (+1 -1)
📝 src/oss/python/integrations/document_loaders/box.mdx (+1 -1)
📝 src/oss/python/integrations/providers/clarifai.mdx (+1 -1)
📝 src/oss/python/integrations/providers/premai.mdx (+1 -1)
📝 src/oss/python/integrations/vectorstores/activeloop_deeplake.mdx (+1 -1)
📝 src/snippets/trace-with-anthropic.mdx (+1 -1)

📄 Description

Summary

  • Removes 11 instances of redundant phrasing where "also" is paired with "as well", "too", or follows "Additionally"/"Furthermore"

Files changed

File Change
src/snippets/trace-with-anthropic.mdx "also...as well" → "also"
src/langsmith/multi-turn-simulation.mdx "also...as well" → "also"
src/langsmith/trace-with-vercel-ai-sdk.mdx "also...as well" → "also"
src/langsmith/mask-inputs-outputs.mdx "also...as well" → "also"
src/langsmith/prebuilt-evaluators.mdx "also...as well" → "also"
src/langsmith/custom-openai-compliant-model.mdx "also...as well" → "also"
src/oss/python/integrations/providers/clarifai.mdx "also...as well" → "also"
src/oss/python/integrations/document_loaders/box.mdx "also...as well" → "also"
src/oss/python/integrations/providers/premai.mdx "also...too" → "also"
src/langsmith/manage-datasets-programmatically.mdx "Additionally...also" → "Additionally"
src/oss/python/integrations/vectorstores/activeloop_deeplake.mdx "Furthermore...also" → "Furthermore"

Test plan

  • Verify docs build successfully
  • Spot check affected pages render correctly

🔄 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/langchain-ai/docs/pull/2151 **Author:** [@bwhiting2356](https://github.com/bwhiting2356) **Created:** 1/8/2026 **Status:** ✅ Merged **Merged:** 1/9/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `fix-redundant-also-as-well` --- ### 📝 Commits (1) - [`4e8c8e7`](https://github.com/langchain-ai/docs/commit/4e8c8e714177b5b86e316b4789343289d949d83c) Remove redundant "also...as well" and similar phrases ### 📊 Changes **11 files changed** (+11 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/custom-openai-compliant-model.mdx` (+1 -1) 📝 `src/langsmith/manage-datasets-programmatically.mdx` (+1 -1) 📝 `src/langsmith/mask-inputs-outputs.mdx` (+1 -1) 📝 `src/langsmith/multi-turn-simulation.mdx` (+1 -1) 📝 `src/langsmith/prebuilt-evaluators.mdx` (+1 -1) 📝 `src/langsmith/trace-with-vercel-ai-sdk.mdx` (+1 -1) 📝 `src/oss/python/integrations/document_loaders/box.mdx` (+1 -1) 📝 `src/oss/python/integrations/providers/clarifai.mdx` (+1 -1) 📝 `src/oss/python/integrations/providers/premai.mdx` (+1 -1) 📝 `src/oss/python/integrations/vectorstores/activeloop_deeplake.mdx` (+1 -1) 📝 `src/snippets/trace-with-anthropic.mdx` (+1 -1) </details> ### 📄 Description ## Summary - Removes 11 instances of redundant phrasing where "also" is paired with "as well", "too", or follows "Additionally"/"Furthermore" ## Files changed | File | Change | |------|--------| | `src/snippets/trace-with-anthropic.mdx` | "also...as well" → "also" | | `src/langsmith/multi-turn-simulation.mdx` | "also...as well" → "also" | | `src/langsmith/trace-with-vercel-ai-sdk.mdx` | "also...as well" → "also" | | `src/langsmith/mask-inputs-outputs.mdx` | "also...as well" → "also" | | `src/langsmith/prebuilt-evaluators.mdx` | "also...as well" → "also" | | `src/langsmith/custom-openai-compliant-model.mdx` | "also...as well" → "also" | | `src/oss/python/integrations/providers/clarifai.mdx` | "also...as well" → "also" | | `src/oss/python/integrations/document_loaders/box.mdx` | "also...as well" → "also" | | `src/oss/python/integrations/providers/premai.mdx` | "also...too" → "also" | | `src/langsmith/manage-datasets-programmatically.mdx` | "Additionally...also" → "Additionally" | | `src/oss/python/integrations/vectorstores/activeloop_deeplake.mdx` | "Furthermore...also" → "Furthermore" | ## Test plan - [x] Verify docs build successfully - [x] Spot check affected pages render correctly --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:23:08 -05:00
yindo closed this issue 2026-02-17 17:23:08 -05:00
yindo changed title from [PR #2151] Remove redundant "also...as well" and similar phrases to [PR #2151] [MERGED] Remove redundant "also...as well" and similar phrases 2026-06-05 18:17:04 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2175