[PR #15] [MERGED] bug fixes in the multi-step reasoning feature #17

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/15
Author: @zli484
Created: 5/27/2025
Status: Merged
Merged: 5/27/2025
Merged by: @zli484

Base: mainHead: multi-step-ui


📝 Commits (1)

  • a96bfb5 bug fixes in the multi-step reasoning feature

📊 Changes

10 files changed (+667 additions, -267 deletions)

View changed files

📝 app/api/extract-questions/route.ts (+1 -1)
📝 app/api/llamacloud/documents/route.ts (+2 -2)
📝 app/api/llamaparse/route.ts (+1 -1)
📝 app/api/projects/[projectId]/indexes/route.ts (+3 -3)
📝 app/org/[orgId]/new-project/page.tsx (+55 -55)
📝 app/questions/components/questions-section.tsx (+101 -101)
📝 app/upload/page.tsx (+2 -2)
📝 components/upload/UploadSection.tsx (+5 -5)
📝 lib/llama-index-service.ts (+8 -8)
📝 lib/services/multi-step-response-service.ts (+489 -89)

📄 Description

  • initial implementation of the multi-step reasoning

🔄 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/15 **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-ui` --- ### 📝 Commits (1) - [`a96bfb5`](https://github.com/run-llama/auto_rfp/commit/a96bfb59475248066007027e35b5d31effc9f490) bug fixes in the multi-step reasoning feature ### 📊 Changes **10 files changed** (+667 additions, -267 deletions) <details> <summary>View changed files</summary> 📝 `app/api/extract-questions/route.ts` (+1 -1) 📝 `app/api/llamacloud/documents/route.ts` (+2 -2) 📝 `app/api/llamaparse/route.ts` (+1 -1) 📝 `app/api/projects/[projectId]/indexes/route.ts` (+3 -3) 📝 `app/org/[orgId]/new-project/page.tsx` (+55 -55) 📝 `app/questions/components/questions-section.tsx` (+101 -101) 📝 `app/upload/page.tsx` (+2 -2) 📝 `components/upload/UploadSection.tsx` (+5 -5) 📝 `lib/llama-index-service.ts` (+8 -8) 📝 `lib/services/multi-step-response-service.ts` (+489 -89) </details> ### 📄 Description - initial implementation of the multi-step reasoning --- <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#17