From 759f54d6876b8d63d93efccf3262e3e3856d6460 Mon Sep 17 00:00:00 2001 From: VenkataKrishna Reddy Avula Date: Fri, 3 Oct 2025 18:49:25 +0000 Subject: [PATCH] Merged in bugix/provider_info_tracker_issues (pull request #722) bugfix/provider_info_tracker_issues to main * updated signature page prompt Approved-by: Katon Minhas --- fieldExtraction/src/prompts/investment_prompts.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fieldExtraction/src/prompts/investment_prompts.json b/fieldExtraction/src/prompts/investment_prompts.json index 9f04dab..9003d4c 100644 --- a/fieldExtraction/src/prompts/investment_prompts.json +++ b/fieldExtraction/src/prompts/investment_prompts.json @@ -257,7 +257,7 @@ "field_name": "ON_SIGNATURE_PAGE", "relationship": "one_to_one", "field_type": "provider_info", - "prompt": "Is this TIN, NPI, or Name found on the same page as the signature section of the contract? A signature page contains signature blocks, signature lines, or signing elements AND may also contain other contract information like TIN, NPI, or provider names. Look for signature indicators such as: 'IN WITNESS WHEREOF', 'executed this agreement', 'undersigned', 'By:', signature lines, date fields for signing, or phrases indicating contract execution. If the text contains BOTH the TIN/NPI/Name information AND signature elements (even if they appear in different sections of the same page), respond 'Y'. Only respond 'N' if the TIN/NPI/Name appears on a completely separate page from any signature elements. Write 'Y' or 'N'." + "prompt": "Does the provided text contain signature elements? Signature elements include phrases like 'IN WITNESS WHEREOF', 'executed this agreement', 'undersigned', 'By:', signature lines, date fields for signing, or any indication that the document is being signed. If signature elements are present anywhere in the given text, respond 'Y'. If signature elements are missing from the text, respond 'N'. The location or position of these elements within the text does not matter - they can be at the top, middle, bottom, or in different sections. Write 'Y' or 'N'." }, { "field_name": "REIMB_PROV_TIN",