Coverage for intelligence_toolkit/extract_record_data/prompts.py: 0%

1 statements  

« prev     ^ index     » next       coverage.py v7.10.7, created at 2025-10-16 13:41 -0300

1data_extraction_prompt = """ 

2You are a helpful assistant tasked with extracting a structured JSON object from unstructured text following the JSON schema provided. 

3 

4You should generate a new object that adheres to the schema and contains all relevant information from the input text. 

5 

6Do not fabricate information that is not present in the input text. 

7 

8--Generation guidance-- 

9 

10{generation_guidance} 

11 

12--Input text-- 

13 

14{input_text} 

15 

16"""