You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sum_prompt=f"Provide a one-sentence plain text summary of what the file `{rel}` does. \n\nCRITICAL: Do NOT include any HTML tags, <details> blocks, or code signatures in your response. Just the sentence.\n\nFile Structure for context:\n{structure_dropdowns}"
logger.info(f"Batching Deep Symbolic Parsing for {len(all_files)} files...")
506
+
batch_prompt="Provide a succinct one-sentence plain text summary for EACH of the following files based on their structure. CRITICAL: Output MUST be strictly in 'filepath: summary' format on each line. Do NOT include any HTML tags, markdown, <details> blocks, or code signatures.\n\n"
0 commit comments