Recued
Menu
← Back to recipes

RFP Q&A Extractor

by recued-core v1 21 views

Extracts questions from uploaded RFP documents and drafts response suggestions using AI. Displays results as a reviewable table.

How it works 7 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Data fetch
document document-reader-recued
Fetch reader from recued
Process (6 steps)
hashed_document hash_replace
Anonymize sensitive fields for safe AI processing
validate_doc guard
Stop if hashed document data content is empty
ai_qa_pairs ai-prompt
AI generates a response from a custom prompt
skip: config.enable_ai equal false
restored_qa hash_restore
Restore anonymized fields back to real values
skip: step.ai_qa_pairs is_null
qa_coalesced coalesce
Use the first available value from: restored qa, [object Object]
format_table to_table
Format results as a data table
Output
table format_table
Settings 1 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

enable ai toggle = on

Uses (2 ingredients)

Ingredient document-reader-recued document-reader-recued
Legacy AI Custom Prompt ai-prompt

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

What it's allowed to do

Read Legacy AI Custom Prompt read-only

1 more ingredient could not be resolved from the marketplace.

Data it touches

Warehousedata.content

About

Tags

recued rfpdocumentqaai

Details

7 steps 1 configurable settings recipe_id: extract-rfp-qa-recued