Change8

v2.0.2

Breaking Changes
📦 mistral-clientView on GitHub →
1 breaking🔧 3 symbols

Summary

This release (2.0.2) introduces breaking changes to the structure of the `response.guardrails[]` field across several beta conversation endpoints.

⚠️ Breaking Changes

  • The structure of `response.guardrails[]` has changed in `mistral.beta.conversations.start()`, `mistral.beta.conversations.append()`, and `mistral.beta.conversations.restart()`. Users must update their code to handle the new structure.

Migration Steps

  1. Review and update code referencing `response.guardrails[]` in `mistral.beta.conversations.start()`, `mistral.beta.conversations.append()`, and `mistral.beta.conversations.restart()` to accommodate the changed structure.

Affected Symbols