mirror of
https://github.com/langchain-ai/langsmith-data-migration-tool.git
synced 2026-07-22 01:25:21 -04:00
77548ea30a
Rewrite the cleanup script to completely separate API response data from log output. The delete functions now return only integer counts, and all print statements output only static strings and counts. No API-derived data (resource names, IDs, response bodies) is ever passed to print or logger calls, breaking the taint tracking path from credentials through API responses to log output.