[PR #16] [MERGED] a new streaming-based user experience for multi-step question answering #18

Closed
opened 2026-02-16 03:16:41 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/auto_rfp/pull/16
Author: @zli484
Created: 5/27/2025
Status: Merged
Merged: 5/27/2025
Merged by: @zli484

Base: mainHead: multi-step-better-ux


📝 Commits (1)

  • 9e30e89 a new streaming-based user experience for multi-step question answering

📊 Changes

6 files changed (+783 additions, -161 deletions)

View changed files

📝 app/api/generate-response-multistep/route.ts (+220 -16)
📝 app/questions/components/questions-section.tsx (+27 -24)
📝 components/ui/multi-step-response-dialog.tsx (+203 -51)
📝 hooks/use-multi-step-response.ts (+294 -70)
📝 package.json (+1 -0)
📝 pnpm-lock.yaml (+38 -0)

📄 Description

  • multi-step reasoning experience end-to-end implementation

🔄 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/run-llama/auto_rfp/pull/16 **Author:** [@zli484](https://github.com/zli484) **Created:** 5/27/2025 **Status:** ✅ Merged **Merged:** 5/27/2025 **Merged by:** [@zli484](https://github.com/zli484) **Base:** `main` ← **Head:** `multi-step-better-ux` --- ### 📝 Commits (1) - [`9e30e89`](https://github.com/run-llama/auto_rfp/commit/9e30e89542ddb5f7c10f0fd9b510f178de438485) a new streaming-based user experience for multi-step question answering ### 📊 Changes **6 files changed** (+783 additions, -161 deletions) <details> <summary>View changed files</summary> 📝 `app/api/generate-response-multistep/route.ts` (+220 -16) 📝 `app/questions/components/questions-section.tsx` (+27 -24) 📝 `components/ui/multi-step-response-dialog.tsx` (+203 -51) 📝 `hooks/use-multi-step-response.ts` (+294 -70) 📝 `package.json` (+1 -0) 📝 `pnpm-lock.yaml` (+38 -0) </details> ### 📄 Description - multi-step reasoning experience end-to-end implementation --- <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 03:16:41 -05:00
yindo closed this issue 2026-02-16 03:16:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/auto_rfp#18