Merge pull request #903 from RedwindA/main [skip ci]

feat(droid): add prompt_cache_retention and safety_identifier to fiel…
This commit is contained in:
Wesley Liddick
2026-01-21 09:37:19 +08:00
committed by GitHub

View File

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