## Assistants
### New Features
* Introducing support for input and output moderation in Next-Gen
Assistants. PingPong will request that OpenAI returns moderation scores
for the model input and generated output.
* PingPong does not currently take any action based on moderation
results. Moderation scores are stored in full for future use.
### Notes
* The moderation model is free to use and no additional charge is added
to the Responses API request when the moderation request is included.
* The moderation score feature in Next-Gen Assistants builds upon
existing safety features in PingPong, including the per-user, opaque
safety identifier provided with every user message in Next-Gen
Assistants in Chat mode, and all Voice mode conversations.
Resolves #1800, #1801