[PR #406] [MERGED] docs(oss): add missing imports from messages example #719

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/406
Author: @markgoho
Created: 9/8/2025
Status: Merged
Merged: 9/8/2025
Merged by: @lnhsingh

Base: mainHead: mgoho/fix/missing-imports-from-messages-doc


📝 Commits (2)

  • b84a0d3 add missing imports
  • 9220e5e Merge branch 'main' into mgoho/fix/missing-imports-from-messages-doc

📊 Changes

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

View changed files

📝 src/oss/langchain-messages.mdx (+1 -1)

📄 Description

without the imports, new SystemMessage and new HumanMessage don't work


🔄 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/406 **Author:** [@markgoho](https://github.com/markgoho) **Created:** 9/8/2025 **Status:** ✅ Merged **Merged:** 9/8/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `mgoho/fix/missing-imports-from-messages-doc` --- ### 📝 Commits (2) - [`b84a0d3`](https://github.com/langchain-ai/docs/commit/b84a0d39914d26f9634ac3fc76c682d2cc57b9a6) add missing imports - [`9220e5e`](https://github.com/langchain-ai/docs/commit/9220e5ef6a5688057d6daa004529fc561e45d1d0) Merge branch 'main' into mgoho/fix/missing-imports-from-messages-doc ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain-messages.mdx` (+1 -1) </details> ### 📄 Description without the imports, `new SystemMessage` and `new HumanMessage` don't work --- <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:20:59 -05:00
yindo closed this issue 2026-02-17 17:20:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#719