From 2ac6d58f082e9353a32a97eeeda02c6f9b12a4ee Mon Sep 17 00:00:00 2001 From: VenkataKrishna Reddy Avula Date: Fri, 14 Nov 2025 16:00:34 +0000 Subject: [PATCH] Merged in bugfix/effective_dt (pull request #777) Bugfix/effective dt to main * removed secondary instruction * paased right field to full context * added secondary rule * remove print statements Approved-by: Katon Minhas --- fieldExtraction/src/investment/hybrid_smart_chunking_funcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fieldExtraction/src/investment/hybrid_smart_chunking_funcs.py b/fieldExtraction/src/investment/hybrid_smart_chunking_funcs.py index 9c3c468..8462d0d 100644 --- a/fieldExtraction/src/investment/hybrid_smart_chunking_funcs.py +++ b/fieldExtraction/src/investment/hybrid_smart_chunking_funcs.py @@ -291,7 +291,7 @@ def run_hybrid_smart_chunked_fields( ): # if the effective date is N/A, we need to run the prompt again with full context one_to_one_fields.update_field_attr( - field_name="AARETE_DERIVED_EFFECTIVE_DT", + field_name="EFFECTIVE_DT", attr="field_type", value="full_context", )