[PR #66] [MERGED] Refetch input schema on config change aka. support configurable prompts #320

Closed
opened 2026-02-16 00:20:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langserve/pull/66
Author: @nfcampos
Created: 10/19/2023
Status: Merged
Merged: 10/19/2023
Merged by: @nfcampos

Base: mainHead: nc/refetch-input-schema-onconfig-change


📝 Commits (3)

  • 65abbce Refetch input schema on config change
  • 000ff8c Debounce
  • c4c8569 Merge branch 'main' into nc/refetch-input-schema-onconfig-change

📊 Changes

5 files changed (+61 additions, -25 deletions)

View changed files

📝 langserve/playground/package.json (+1 -0)
📝 langserve/playground/src/App.tsx (+12 -5)
📝 langserve/playground/src/useSchemas.tsx (+24 -1)
📝 langserve/playground/yarn.lock (+5 -0)
📝 poetry.lock (+19 -19)

📄 Description

No description provided


🔄 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/langserve/pull/66 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 10/19/2023 **Status:** ✅ Merged **Merged:** 10/19/2023 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/refetch-input-schema-onconfig-change` --- ### 📝 Commits (3) - [`65abbce`](https://github.com/langchain-ai/langserve/commit/65abbce578d29f3f599be21f352cd6104494e46e) Refetch input schema on config change - [`000ff8c`](https://github.com/langchain-ai/langserve/commit/000ff8c7264d73816d1393dc6e1a309146439e5e) Debounce - [`c4c8569`](https://github.com/langchain-ai/langserve/commit/c4c85696529b1c03983fd0482754e6896d4d7372) Merge branch 'main' into nc/refetch-input-schema-onconfig-change ### 📊 Changes **5 files changed** (+61 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `langserve/playground/package.json` (+1 -0) 📝 `langserve/playground/src/App.tsx` (+12 -5) 📝 `langserve/playground/src/useSchemas.tsx` (+24 -1) 📝 `langserve/playground/yarn.lock` (+5 -0) 📝 `poetry.lock` (+19 -19) </details> ### 📄 Description _No description provided_ --- <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-16 00:20:08 -05:00
yindo closed this issue 2026-02-16 00:20:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langserve#320