mirror of
https://github.com/frankwxu/mobile-pii-discovery-agent.git
synced 2026-02-20 13:40:41 +00:00
fix sql_utils rows to text function
This commit is contained in:
@@ -2,7 +2,7 @@ import re
|
||||
import json
|
||||
|
||||
|
||||
def rows_to_text(rows, limit=None, max_chars=500000, cell_max=500):
|
||||
def rows_to_text(rows, limit=None, max_chars=500000, cell_max=1000):
|
||||
"""
|
||||
Converts SQL rows to text with safety limits for LLM context.
|
||||
- limit: Max number of rows to process.
|
||||
|
||||
Reference in New Issue
Block a user