Skip to content

Commit da778dc

Browse files
Update map_handler.py
1 parent 2179b70 commit da778dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ContentProcessor/src/libs/pipeline/handlers/map_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def _prepare_prompt(self, markdown_string: str) -> list[dict]:
164164
user_content.append(
165165
{
166166
"type": "text",
167-
"text": """Extract the data from this Document.
167+
"text": """Extract the data from this Document.
168168
- If a value is not present, provide null.
169169
- Some values must be inferred based on the rules defined in the policy and Contents.
170170
- Dates should be in the format YYYY-MM-DD.""",

0 commit comments

Comments
 (0)