chore: AI 생성 설정 provenance 기록

This commit is contained in:
hbyang 2026-08-20 17:22:14 +09:00
parent d0b5876ae5
commit 9f62ed877a

View File

@ -388,6 +388,9 @@ def main() -> int:
"source_group": source_group,
"generation_type": "pure_ai",
"provenance": "ai_generated_controlled",
"temperature": args.temperature,
"shard_index": args.shard_index,
"shard_count": args.shard_count,
"meta": meta,
}, ensure_ascii=False) + "\n")
sink.flush()