[PR #2937] [MERGED] Fixes indentation issue in typescript code snippets #3021

Closed
opened 2026-06-05 18:20:51 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2937
Author: @ashishkujoy
Created: 3/5/2026
Status: Merged
Merged: 3/13/2026
Merged by: @mdrxy

Base: mainHead: patch-1


📝 Commits (3)

  • e8e6647 Fixes indentation issue in typescript code snippets
  • c1a4b9b Merge branch 'main' into patch-1
  • 18a7c9b Merge branch 'main' into patch-1

📊 Changes

1 file changed (+47 additions, -50 deletions)

View changed files

📝 src/oss/langchain/agents.mdx (+47 -50)

📄 Description

Overview

Updated agent.mdx

Type of change

Fixed formatting

Related issues/PRs

NA

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

Additional notes

Not a major change there were some indentation issues in the code snippets, just fixed that haven't changed anything else.


🔄 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/2937 **Author:** [@ashishkujoy](https://github.com/ashishkujoy) **Created:** 3/5/2026 **Status:** ✅ Merged **Merged:** 3/13/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (3) - [`e8e6647`](https://github.com/langchain-ai/docs/commit/e8e6647590c90e76695570b8a8f3d424a228058a) Fixes indentation issue in typescript code snippets - [`c1a4b9b`](https://github.com/langchain-ai/docs/commit/c1a4b9ba3bb64759737c8530105160f0c2a505e0) Merge branch 'main' into patch-1 - [`18a7c9b`](https://github.com/langchain-ai/docs/commit/18a7c9bc9d3aa59b389132921bc7d342448a701b) Merge branch 'main' into patch-1 ### 📊 Changes **1 file changed** (+47 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain/agents.mdx` (+47 -50) </details> ### 📄 Description ## Overview Updated agent.mdx ## Type of change Fixed formatting ## Related issues/PRs NA ## 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 - [ ] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed ## Additional notes Not a major change there were some indentation issues in the code snippets, just fixed that haven't changed anything else. --- <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-06-05 18:20:51 -04:00
yindo closed this issue 2026-06-05 18:20:51 -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#3021