[PR #11] [MERGED] Add configurability to frontend #14

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/weblangchain/pull/11
Author: @jacoblee93
Created: 10/17/2023
Status: Merged
Merged: 10/17/2023
Merged by: @jacoblee93

Base: mainHead: jacob/configurability


📝 Commits (1)

📊 Changes

7 files changed (+83 additions, -95 deletions)

View changed files

📝 README.md (+2 -0)
📝 nextjs/app/api/feedback/route.ts (+16 -4)
📝 nextjs/app/api/get_trace/route.ts (+8 -3)
📝 nextjs/app/components/ChatMessageBubble.tsx (+1 -1)
📝 nextjs/app/components/ChatWindow.tsx (+56 -39)
nextjs/app/components/EmptyState.tsx (+0 -27)
📝 nextjs/app/components/SourceBubble.tsx (+0 -21)

📄 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/weblangchain/pull/11 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 10/17/2023 **Status:** ✅ Merged **Merged:** 10/17/2023 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/configurability` --- ### 📝 Commits (1) - [`7e0d9e5`](https://github.com/langchain-ai/weblangchain/commit/7e0d9e51c0c0282cfef9b60070929adee8047d3c) Add configurability ### 📊 Changes **7 files changed** (+83 additions, -95 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) 📝 `nextjs/app/api/feedback/route.ts` (+16 -4) 📝 `nextjs/app/api/get_trace/route.ts` (+8 -3) 📝 `nextjs/app/components/ChatMessageBubble.tsx` (+1 -1) 📝 `nextjs/app/components/ChatWindow.tsx` (+56 -39) ➖ `nextjs/app/components/EmptyState.tsx` (+0 -27) 📝 `nextjs/app/components/SourceBubble.tsx` (+0 -21) </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:17:31 -05:00
yindo closed this issue 2026-02-16 00:17: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/weblangchain#14