[PR #2035] [MERGED] Fix property name from 'arguments' to 'args' #2071

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2035
Author: @kostasx
Created: 12/27/2025
Status: Merged
Merged: 1/23/2026
Merged by: @mdrxy

Base: mainHead: main


📝 Commits (5)

  • b027026 Fix property name from 'arguments' to 'args' for TypeScript
  • 2283b1e Fix argument key for edited action in email
  • f7eb7ab Merge branch 'langchain-ai:main' into main
  • 2f08638 Update link to supervisor example in documentation
  • 5e872f0 Merge branch 'langchain-ai:main' into main

📊 Changes

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

View changed files

📝 src/oss/langchain/multi-agent/subagents-personal-assistant.mdx (+3 -3)

📄 Description

Overview

According to the specs the property's name is args and not arguments.

Updated: also updating broken link: supervisor_complete.ts => supervisor.ts

Type of change

Type: Fix typo and broken link.

Note: I have not checked the python code, but I believe that the same fix should apply according to the spec there as well, so I've included it in this PR.


🔄 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/2035 **Author:** [@kostasx](https://github.com/kostasx) **Created:** 12/27/2025 **Status:** ✅ Merged **Merged:** 1/23/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`b027026`](https://github.com/langchain-ai/docs/commit/b0270266fd1daee63b43895e07f1c7981c78d3ff) Fix property name from 'arguments' to 'args' for TypeScript - [`2283b1e`](https://github.com/langchain-ai/docs/commit/2283b1e4e8ef77bc5708352054de0e5e4865e13e) Fix argument key for edited action in email - [`f7eb7ab`](https://github.com/langchain-ai/docs/commit/f7eb7abecf2ed1f16e65142ce2d7f6d8a6e3ec20) Merge branch 'langchain-ai:main' into main - [`2f08638`](https://github.com/langchain-ai/docs/commit/2f086385242ead8262607a99025b1e2d3ee29ed3) Update link to supervisor example in documentation - [`5e872f0`](https://github.com/langchain-ai/docs/commit/5e872f03302ca985396e69cee4cfd920d671869c) Merge branch 'langchain-ai:main' into main ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain/multi-agent/subagents-personal-assistant.mdx` (+3 -3) </details> ### 📄 Description ## Overview According to the [specs](https://github.com/langchain-ai/langchainjs/blob/cc502e1b67dbadcd123a7ea2964c791c2bbad581/libs/langchain/src/agents/middleware/hitl.ts#L130) the property's name is `args` and not `arguments`. **Updated:** also updating broken link: `supervisor_complete.ts` => `supervisor.ts` ## Type of change **Type:** Fix typo and broken link. **Note:** I have not checked the python code, but I believe that the same fix should apply according to the [spec](https://github.com/langchain-ai/langchain/blob/03ae39747b96486c7a8c77e62f456a444ecd83a6/libs/langchain_v1/langchain/agents/middleware/human_in_the_loop.py#L29) there as well, so I've included it in this PR. --- <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:02 -05:00
yindo closed this issue 2026-02-17 17:23:02 -05:00
yindo changed title from [PR #2035] Fix property name from 'arguments' to 'args' to [PR #2035] [MERGED] Fix property name from 'arguments' to 'args' 2026-06-05 18:16:30 -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#2071