[PR #277] [MERGED] Fixes #248, pattern validation failure #1351

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/277
Author: @jlmayorga
Created: 4/3/2024
Status: Merged
Merged: 4/29/2024
Merged by: @hinthornw

Base: mainHead: issue_248


📝 Commits (1)

📊 Changes

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

View changed files

📝 examples/storm/storm.ipynb (+5 -5)

📄 Description

Update "Subject Matter Expert" to "Subject_Matter_Expert" and add validation pattern to Editor class.

Per OpenAI's documentation, names should not contain spaces.


🔄 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/langgraph/pull/277 **Author:** [@jlmayorga](https://github.com/jlmayorga) **Created:** 4/3/2024 **Status:** ✅ Merged **Merged:** 4/29/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `issue_248` --- ### 📝 Commits (1) - [`9fa1008`](https://github.com/langchain-ai/langgraph/commit/9fa10085616a70b6b0a490f45bb9b8b1d1ebf0e3) Fixes #248, pattern validation failure ### 📊 Changes **1 file changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `examples/storm/storm.ipynb` (+5 -5) </details> ### 📄 Description Update "Subject Matter Expert" to "Subject_Matter_Expert" and add validation pattern to Editor class. Per [OpenAI's documentation](https://cookbook.openai.com/examples/how_to_format_inputs_to_chatgpt_models#2-an-example-chat-completion-api-call), names should not contain spaces. --- <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-20 17:44:31 -05:00
yindo closed this issue 2026-02-20 17:44:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1351