LLMS
Mistral AI v2.3.0
RESUMEN
Generated by Speakeasy CLI mistralai 2.3.0 Python SDK Changes: `mistral.models.list()`: `response.data[].union(fine-tuned).job` Changed (Breaking ⚠️) `mistral.models.retrieve()`: `response.union(fine-tuned).job` Changed (Breaking ⚠️) * `
Descripción Detallada
Generated by Speakeasy CLI mistralai 2.3.0 Python SDK Changes: `mistral.models.list()`: `response.data[].union(fine-tuned).job` Changed (Breaking ⚠️) `mistral.models.retrieve()`: `response.union(fine-tuned).job` Changed (Breaking ⚠️) `mistral.chat.complete()`: `request` Changed (Breaking ⚠️) `response.choices[].message.toolcalls[].type` Changed (Breaking ⚠️) `mistral.chat.stream()`: `request` Changed (Breaking ⚠️) `response.[].data.choices[].delta.toolcalls[].type` Changed (Breaking ⚠️) `mistral.fim.complete()`: `response.choices[].message.toolcalls[].type` Changed (Breaking ⚠️) `mistral.fim.stream()`: `response.[].data.choices[].delta.toolcalls[].type` Changed (Breaking ⚠️) `mistral.workflows.getworkflowregistration()`: `response.workflowregistration` Changed (Breaking ⚠️) `mistral.workflows.executeworkflowregistration()`: `request.input` Changed (Breaking ⚠️) `mistral.workflows.executeworkflow()`: `request.input` Changed (Breaking ⚠️) `mistral.workflows.getworkflowregistrations()`: `response.workflowregistrations[]` Changed (Breaking ⚠️) `mistral.classifiers.classifychat()`: `request.input.union(InstructRequest).messages[].union(assistant).toolcalls[].type` Changed (Breaking ⚠️) `mistral.classifiers.moderatechat()`: `request.inputs.union(Array<>)[].union(assistant).tool_calls[].type` *Changed
Mistral AI v2.3.0 introduce cambios rompedores en múltiples métodos del SDK de Python.
- `mistral.models.list()` y `mistral.models.retrieve()` tienen cambios en la estructura de respuesta.
- Cambios en `request` y `response` en `mistral.chat.complete()` y `mistral.chat.stream()`.
- Modificaciones en `response` de `mistral.fim.complete()` y `mistral.fim.stream()`.
- Varios cambios en `mistral.workflows` y `mistral.classifiers` que afectan las entradas y salidas.
A quién le importa
Solo si usas el SDK de Mistral AI.
Generado por IA · puede contener errores
Releases Relacionados
LLMS
Mistral AI v2.4.4
# Generated by Speakeasy CLI [mistralai 2.4.4](https://pypi.org/project/mistralai/2.4.4) ## Python SDK Changes: * `mistral.beta.libraries.update()`: `request.name` **Changed** (Breaking ⚠️) * `mistral.beta.libraries.documents.update()`: `request.name` **Changed** (Breaking ⚠️) * `mistral.beta.rag.
LLMS
Mistral AI v2.4.3
# Generated by Speakeasy CLI [mistralai 2.4.3](https://pypi.org/project/mistralai/2.4.3) ## Python SDK Changes: * `mistral.ocr.process()`: `request.id` **Removed** (Breaking ⚠️) * `mistral.beta.rag.ingestion_pipeline_configurations.register()`: **Added** Generated with [Speakeasy CLI 1.761.1](http