This commit is contained in:
Timothy Jaeryang Baek 2025-07-19 19:32:52 +04:00
parent 44a23a5c99
commit a638a187bb
1 changed files with 0 additions and 2 deletions

View File

@ -1635,8 +1635,6 @@ async def process_chat_response(
start_tag = content_blocks[-1]["start_tag"]
end_tag = content_blocks[-1]["end_tag"]
print(start_tag, end_tag)
if end_tag.startswith("<") and end_tag.endswith(">"):
# Match end tag e.g., </tag>
end_tag_pattern = rf"{re.escape(end_tag)}"