[PR #28] [MERGED] Generate rfp summary #30

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/auto_rfp/pull/28
Author: @zli484
Created: 8/13/2025
Status: Merged
Merged: 8/13/2025
Merged by: @zli484

Base: mainHead: generate_RFP_summary


📝 Commits (2)

  • 91df641 correctly generates RFP summary now and tracked at project
  • d76058e now we alos extract key eligibility required for the vendor

📊 Changes

11 files changed (+294 additions, -10 deletions)

View changed files

📝 app/projects/components/project-overview.tsx (+41 -0)
📝 components/projects/ProjectCard.tsx (+11 -6)
📝 lib/interfaces/ai-service.ts (+10 -0)
📝 lib/project-service.ts (+34 -0)
📝 lib/services/openai-question-extractor.ts (+130 -0)
📝 lib/services/question-extraction-service.ts (+58 -4)
📝 lib/validators/extract-questions.ts (+2 -0)
prisma/migrations/20250813183141_add_project_summary/migration.sql (+2 -0)
prisma/migrations/20250813184727_add_project_eligibility/migration.sql (+2 -0)
📝 prisma/schema.prisma (+2 -0)
📝 types/project.ts (+2 -0)

📄 Description

  • extract and display the following additional information about RFP:
  • one-paragraph summary
  • List of bullet points showing the key eligibilities required for the vendor

🔄 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/28 **Author:** [@zli484](https://github.com/zli484) **Created:** 8/13/2025 **Status:** ✅ Merged **Merged:** 8/13/2025 **Merged by:** [@zli484](https://github.com/zli484) **Base:** `main` ← **Head:** `generate_RFP_summary` --- ### 📝 Commits (2) - [`91df641`](https://github.com/run-llama/auto_rfp/commit/91df641eee81a211f3e1ee1b6de552281986a71a) correctly generates RFP summary now and tracked at project - [`d76058e`](https://github.com/run-llama/auto_rfp/commit/d76058e7b3ba1339a1a4da5ea9f14f0153eea13a) now we alos extract key eligibility required for the vendor ### 📊 Changes **11 files changed** (+294 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `app/projects/components/project-overview.tsx` (+41 -0) 📝 `components/projects/ProjectCard.tsx` (+11 -6) 📝 `lib/interfaces/ai-service.ts` (+10 -0) 📝 `lib/project-service.ts` (+34 -0) 📝 `lib/services/openai-question-extractor.ts` (+130 -0) 📝 `lib/services/question-extraction-service.ts` (+58 -4) 📝 `lib/validators/extract-questions.ts` (+2 -0) ➕ `prisma/migrations/20250813183141_add_project_summary/migration.sql` (+2 -0) ➕ `prisma/migrations/20250813184727_add_project_eligibility/migration.sql` (+2 -0) 📝 `prisma/schema.prisma` (+2 -0) 📝 `types/project.ts` (+2 -0) </details> ### 📄 Description - extract and display the following additional information about RFP: - one-paragraph summary - List of bullet points showing the key eligibilities required for the vendor --- <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:43 -05:00
yindo closed this issue 2026-02-16 03:16:43 -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#30