Back
AI summary
Written by AI from the official notes. Check them for exact details.Custom Guardrails support has been added for Agents and Conversations.
- Custom Guardrails can now be configured on Agents.
- Guardrails can be passed per-request in Conversations.
- Guardrails can be passed per-request in Chat Completions.
Why it matters: Developers and users of Mistral AI tools should care for enhanced control over AI behavior.
Full release notes4 changes
- We added Custom Guardrails support for Agents and Conversations.
- Guardrails can now be configured directly on an Agent via the
guardrailsparameter. - Guardrails can be passed per-request on
POST /v1/conversationsusing theguardrailsfield. - Guardrails can be passed per-request on
POST /v1/chat/completionsusing theguardrailsfield.