Merged in issuefix/hmk-1-to-1 (pull request #804)

Issuefix/hmk 1 to 1

* prompt fix for auto renew ind

* filename tin regex update

* amendment  number prompt fix

* effective date prompt tunning

* Merge remote-tracking branch 'origin/main' into issuefix/hmk-1-to-1


Approved-by: Katon Minhas
This commit is contained in:
Karan Desai
2025-12-10 23:26:24 +00:00
committed by Katon Minhas
parent 1de74c9322
commit 290a1e7315
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ TRIPLE_BACKTICK_PATTERN = r"```([^`]+)```"
# )
# NPI_PATTERN = r"\b\d{10}\b"
TIN_PATTERN = r"\b(?:\d[\s\-.]*){9}\b"
FILE_NAME_TIN_PATTERN = r"\b\d{2}[-.]\d{7}\b"
FILE_NAME_TIN_PATTERN = r"(?<!\d)(?:\d{2}[-.]\d{7}|\d{9})(?!\d)"
NPI_PATTERN = r"\b(?:\d\s*){10}\b"
File diff suppressed because one or more lines are too long