feat(translator): add user metadata generation for Claude transformation requests

- Introduced unique `user_id` metadata generation in OpenAI to Claude transformation functions.
- Utilized `uuid` and `sha256` for deterministic `account`, `session`, and `user` values.
- Embedded `user_id` into request payloads to enhance request tracking and identification.
This commit is contained in:
Luis Pater
2025-09-26 22:47:21 +08:00
parent 4fd95ead3b
commit 6d4b43dd7a
4 changed files with 77 additions and 5 deletions

File diff suppressed because one or more lines are too long