fixed typo

This commit is contained in:
Savio Dsouza 2026-06-20 16:31:29 +05:30 committed by GitHub
parent 624fcb48a6
commit 77e3c59e60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -853,7 +853,7 @@ async def single_toc_item_index_fixer(section_title, content, model=None):
Directly return the final JSON structure. Do not output anything else."""
prompt = (
_SYSTEM_HARDENING + toc_ectractor_prompt
_SYSTEM_HARDENING + toc_extractor_prompt
+ '\nSection Title:\n' + _secure_doc_text(str(section_title))
+ '\nDocument pages:\n' + _secure_doc_text(content)
)