vikramvasudevan commited on
Commit
1f69723
·
verified ·
1 Parent(s): 56629cd

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. graph.py +1 -1
graph.py CHANGED
@@ -171,7 +171,7 @@ async def fn_increment_index_node(state: SheamiState):
171
  async def call_llm(report: HealthReport, ocr: bool):
172
  llm_structured = llm.with_structured_output(StandardizedReport)
173
  ocr_instructions = """
174
- The input is pre-parsed structured text from an OCR engine (output.DICT).
175
  - Each line corresponds to one recognized piece of text.
176
  - Do NOT merge unrelated lines together.
177
  - Use each line to reconstruct tests faithfully without skipping.
 
171
  async def call_llm(report: HealthReport, ocr: bool):
172
  llm_structured = llm.with_structured_output(StandardizedReport)
173
  ocr_instructions = """
174
+ The input is pre-parsed structured text from an OCR engine (output.STRING).
175
  - Each line corresponds to one recognized piece of text.
176
  - Do NOT merge unrelated lines together.
177
  - Use each line to reconstruct tests faithfully without skipping.