feat(droid): add prompt_cache_retention and safety_identifier to fieldsToRemove

This commit is contained in:
RedwindA
2026-01-16 04:22:05 +08:00
parent 21e6944abb
commit ca027ecb90

View File

@@ -274,7 +274,9 @@ const handleResponses = async (req, res) => {
'text_formatting', 'text_formatting',
'truncation', 'truncation',
'text', 'text',
'service_tier' 'service_tier',
'prompt_cache_retention',
'safety_identifier'
] ]
fieldsToRemove.forEach((field) => { fieldsToRemove.forEach((field) => {
delete req.body[field] delete req.body[field]