[PR #3426] [MERGED] docs: document structured output for subagents #3476

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3426
Author: @maahir30
Created: 4/2/2026
Status: Merged
Merged: 4/15/2026
Merged by: @sydney-runkle

Base: mainHead: subagent-structured-output


📝 Commits (2)

  • 2261538 doc updates
  • 7abb5b9 Merge branch 'main' into subagent-structured-output

📊 Changes

1 file changed (+73 additions, -9 deletions)

View changed files

📝 src/oss/deepagents/subagents.mdx (+73 -9)

📄 Description

  • Document the response_format / responseFormat field on the SubAgent config, added in deepagentsjs#290.
  • Rewrite the "Structured output" section in the subagents page with code examples for both Python and JS.

🔄 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/3426 **Author:** [@maahir30](https://github.com/maahir30) **Created:** 4/2/2026 **Status:** ✅ Merged **Merged:** 4/15/2026 **Merged by:** [@sydney-runkle](https://github.com/sydney-runkle) **Base:** `main` ← **Head:** `subagent-structured-output` --- ### 📝 Commits (2) - [`2261538`](https://github.com/langchain-ai/docs/commit/226153897eed91366c2b8b4e3c9d6e0bcc8da67f) doc updates - [`7abb5b9`](https://github.com/langchain-ai/docs/commit/7abb5b905ecda723a03beb1dfa09e17be242b932) Merge branch 'main' into subagent-structured-output ### 📊 Changes **1 file changed** (+73 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/subagents.mdx` (+73 -9) </details> ### 📄 Description - Document the `response_format` / `responseFormat` field on the SubAgent config, added in [deepagentsjs#290](https://github.com/langchain-ai/deepagentsjs/pull/290). - Rewrite the "Structured output" section in the subagents page with code examples for both Python and JS. --- <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:23:14 -04:00
yindo closed this issue 2026-06-05 18:23:14 -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#3476