mirror of
https://github.com/run-llama/auto_rfp.git
synced 2026-07-16 05:53:01 -04:00
[PR #15] [MERGED] bug fixes in the multi-step reasoning feature #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:multi-step-ui📝 Commits (1)
a96bfb5bug 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.