* fix(spend-logs): trim logged response strings - route spend-log responses through the existing string sanitizer so oversized base64/text fields are truncated before persistence - add unit tests covering the truncation path and the feature flag Note: embeddings-specific truncation (numeric vectors) is still pending and will be handled separately. * remove unnecessary comment * add: sanitization unit test for embeddings * fix: simplify sanatization logic I overcomplicated a simple change for lack of understanding, fixed. |
||
|---|---|---|
| .. | ||
| test_spend_management_endpoints.py | ||
| test_spend_tracking_utils.py | ||