[PR #91] [CLOSED] feat: add SuggestedQuestions and add Citation #149

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/webapp-conversation/pull/91
Author: @marsDes
Created: 8/9/2024
Status: Closed

Base: mainHead: main


📝 Commits (3)

  • 8ee7030 feat: add SuggestedQuestions and add Citation
  • bfae059 feat: 新增语音功能,add voice 2 text
  • 258784a Merge remote-tracking branch 'upstream/main'

📊 Changes

717 files changed (+27547 additions, -28 deletions)

View changed files

app/api/audio-to-text/route.ts (+25 -0)
📝 app/api/file-upload/route.ts (+1 -1)
app/components/base/file-icon/index.tsx (+54 -0)
app/components/base/icons/line/mediaAndDevices/Microphone01.json (+39 -0)
app/components/base/icons/line/mediaAndDevices/Microphone01.tsx (+16 -0)
app/components/base/icons/line/mediaAndDevices/PlayCircle.json (+86 -0)
app/components/base/icons/line/mediaAndDevices/PlayCircle.tsx (+16 -0)
app/components/base/icons/line/mediaAndDevices/SlidersH.json (+29 -0)
app/components/base/icons/line/mediaAndDevices/SlidersH.tsx (+16 -0)
app/components/base/icons/line/mediaAndDevices/Speaker.json (+112 -0)
app/components/base/icons/line/mediaAndDevices/Speaker.tsx (+16 -0)
app/components/base/icons/line/mediaAndDevices/Stop.json (+66 -0)
app/components/base/icons/line/mediaAndDevices/Stop.tsx (+16 -0)
app/components/base/icons/line/mediaAndDevices/StopCircle.json (+59 -0)
app/components/base/icons/line/mediaAndDevices/StopCircle.tsx (+16 -0)
app/components/base/icons/line/mediaAndDevices/index.ts (+6 -0)
app/components/base/icons/solid/general/AnswerTriangle.json (+27 -0)
app/components/base/icons/solid/general/AnswerTriangle.tsx (+16 -0)
app/components/base/icons/solid/general/CheckCircle.json (+38 -0)
app/components/base/icons/solid/general/CheckCircle.tsx (+16 -0)

...and 80 more files

📄 Description

add suggestedQuestions and citation popup

新增 开场问题、引文知识库原文查看


🔄 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/91 **Author:** [@marsDes](https://github.com/marsDes) **Created:** 8/9/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`8ee7030`](https://github.com/langgenius/webapp-conversation/commit/8ee703094333b5f32f55dea4a2b3d6d79b11267b) feat: add SuggestedQuestions and add Citation - [`bfae059`](https://github.com/langgenius/webapp-conversation/commit/bfae0599d7b7daa7de587b74b895e6445e82c0ec) feat: 新增语音功能,add voice 2 text - [`258784a`](https://github.com/langgenius/webapp-conversation/commit/258784aa04f470a761164677a7f9eb5f59718bdc) Merge remote-tracking branch 'upstream/main' ### 📊 Changes **717 files changed** (+27547 additions, -28 deletions) <details> <summary>View changed files</summary> ➕ `app/api/audio-to-text/route.ts` (+25 -0) 📝 `app/api/file-upload/route.ts` (+1 -1) ➕ `app/components/base/file-icon/index.tsx` (+54 -0) ➕ `app/components/base/icons/line/mediaAndDevices/Microphone01.json` (+39 -0) ➕ `app/components/base/icons/line/mediaAndDevices/Microphone01.tsx` (+16 -0) ➕ `app/components/base/icons/line/mediaAndDevices/PlayCircle.json` (+86 -0) ➕ `app/components/base/icons/line/mediaAndDevices/PlayCircle.tsx` (+16 -0) ➕ `app/components/base/icons/line/mediaAndDevices/SlidersH.json` (+29 -0) ➕ `app/components/base/icons/line/mediaAndDevices/SlidersH.tsx` (+16 -0) ➕ `app/components/base/icons/line/mediaAndDevices/Speaker.json` (+112 -0) ➕ `app/components/base/icons/line/mediaAndDevices/Speaker.tsx` (+16 -0) ➕ `app/components/base/icons/line/mediaAndDevices/Stop.json` (+66 -0) ➕ `app/components/base/icons/line/mediaAndDevices/Stop.tsx` (+16 -0) ➕ `app/components/base/icons/line/mediaAndDevices/StopCircle.json` (+59 -0) ➕ `app/components/base/icons/line/mediaAndDevices/StopCircle.tsx` (+16 -0) ➕ `app/components/base/icons/line/mediaAndDevices/index.ts` (+6 -0) ➕ `app/components/base/icons/solid/general/AnswerTriangle.json` (+27 -0) ➕ `app/components/base/icons/solid/general/AnswerTriangle.tsx` (+16 -0) ➕ `app/components/base/icons/solid/general/CheckCircle.json` (+38 -0) ➕ `app/components/base/icons/solid/general/CheckCircle.tsx` (+16 -0) _...and 80 more files_ </details> ### 📄 Description add suggestedQuestions and citation popup ----------------------------- 新增 开场问题、引文知识库原文查看 --- <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:17 -05:00
yindo closed this issue 2026-02-16 10:16:17 -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#149