[PR #40] [MERGED] chore: split question and and answer to components #120

Closed
opened 2026-02-16 10:16:13 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/webapp-conversation/pull/40
Author: @iamjoel
Created: 1/26/2024
Status: Merged
Merged: 1/26/2024
Merged by: @iamjoel

Base: mainHead: chore/split-question-answer-comp


📝 Commits (1)

  • 4a75e37 chore: split question and and answer to components

📊 Changes

5 files changed (+348 additions, -194 deletions)

View changed files

📝 app/api/parameters/route.ts (+3 -2)
app/components/chat/answer/index.tsx (+164 -0)
📝 app/components/chat/index.tsx (+4 -192)
app/components/chat/question/index.tsx (+43 -0)
app/components/chat/type.ts (+134 -0)

📄 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/langgenius/webapp-conversation/pull/40 **Author:** [@iamjoel](https://github.com/iamjoel) **Created:** 1/26/2024 **Status:** ✅ Merged **Merged:** 1/26/2024 **Merged by:** [@iamjoel](https://github.com/iamjoel) **Base:** `main` ← **Head:** `chore/split-question-answer-comp` --- ### 📝 Commits (1) - [`4a75e37`](https://github.com/langgenius/webapp-conversation/commit/4a75e3774aa34fb417003dd6b33888ace3a4fdaa) chore: split question and and answer to components ### 📊 Changes **5 files changed** (+348 additions, -194 deletions) <details> <summary>View changed files</summary> 📝 `app/api/parameters/route.ts` (+3 -2) ➕ `app/components/chat/answer/index.tsx` (+164 -0) 📝 `app/components/chat/index.tsx` (+4 -192) ➕ `app/components/chat/question/index.tsx` (+43 -0) ➕ `app/components/chat/type.ts` (+134 -0) </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 10:16:13 -05:00
yindo closed this issue 2026-02-16 10:16:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/webapp-conversation#120