[PR #2565] [MERGED] fix: typo, we use the tool if we can tell not if we can't (see python block) #2554

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2565
Author: @plabel
Created: 2/10/2026
Status: Merged
Merged: 2/10/2026
Merged by: @mdrxy

Base: mainHead: quickstart-fix-langchain-ts


📝 Commits (3)

  • ec7ed3c fix: missing wrap in ts block
  • a97e9ee fix: typo, we use the tool if we can tell not if we can't (see python block)
  • c7af13c Merge branch 'main' into quickstart-fix-langchain-ts

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 src/oss/langchain/quickstart.mdx (+2 -2)

📄 Description

In the quickstart doc for langchain in the TS section there is no wrap currently for a block which forces the user to scroll and there is a typo in the prompt (the correct version is in the python block it's "can" not "can't")

Overview

Type of change

Type: [Update existing documentation]

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue:
  • Slack thread:

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes


🔄 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/2565 **Author:** [@plabel](https://github.com/plabel) **Created:** 2/10/2026 **Status:** ✅ Merged **Merged:** 2/10/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `quickstart-fix-langchain-ts` --- ### 📝 Commits (3) - [`ec7ed3c`](https://github.com/langchain-ai/docs/commit/ec7ed3c4e4958af353861b6490cce9306a8bcd44) fix: missing wrap in ts block - [`a97e9ee`](https://github.com/langchain-ai/docs/commit/a97e9eefa0c81f6d6c31a65ff3f717cb948d78d0) fix: typo, we use the tool if we can tell not if we can't (see python block) - [`c7af13c`](https://github.com/langchain-ai/docs/commit/c7af13ca19dddb45e20e55b94305fa2f03d383e6) Merge branch 'main' into quickstart-fix-langchain-ts ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain/quickstart.mdx` (+2 -2) </details> ### 📄 Description In the quickstart doc for langchain in the TS section there is no wrap currently for a block which forces the user to scroll and there is a typo in the prompt (the correct version is in the python block it's "can" not "can't") ## Overview <!-- Brief description of what documentation is being added/updated --> ## Type of change **Type:** [Update existing documentation] ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <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:32 -05:00
yindo closed this issue 2026-02-17 17:23:32 -05:00
yindo changed title from [PR #2565] fix: typo, we use the tool if we can tell not if we can't (see python block) to [PR #2565] [MERGED] fix: typo, we use the tool if we can tell not if we can't (see python block) 2026-06-05 18:19:13 -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#2554