Skip to content

Commit 595da24

Browse files
authored
Merge pull request #235 from mistralai/speakeasy-sdk-regen-1749573609
chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 1.8.2
2 parents 49a72fb + 1a2f775 commit 595da24

24 files changed

+135
-27
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 2d045ec7-2ebb-4f4d-ad25-40953b132161
33
management:
4-
docChecksum: 12226a12b72a82af24e4b098c631ff42
4+
docChecksum: 9c8bd4d6bf675b159a80173b97c1265c
55
docVersion: 1.0.0
66
speakeasyVersion: 1.517.3
77
generationVersion: 2.548.6
8-
releaseVersion: 1.8.1
9-
configChecksum: a47e6a59e54c30528cf829e1a6fcc310
8+
releaseVersion: 1.8.2
9+
configChecksum: 5024c28578f991eabb85310ad8df96b7
1010
repoURL: https://github.com/mistralai/client-python.git
1111
installationURL: https://github.com/mistralai/client-python.git
1212
published: true
@@ -293,6 +293,7 @@ generatedFiles:
293293
- docs/models/messageoutputeventtype.md
294294
- docs/models/messages.md
295295
- docs/models/metricout.md
296+
- docs/models/mistralpromptmode.md
296297
- docs/models/modelcapabilities.md
297298
- docs/models/modelconversation.md
298299
- docs/models/modelconversationobject.md
@@ -562,6 +563,7 @@ generatedFiles:
562563
- src/mistralai/models/messageoutputentry.py
563564
- src/mistralai/models/messageoutputevent.py
564565
- src/mistralai/models/metricout.py
566+
- src/mistralai/models/mistralpromptmode.py
565567
- src/mistralai/models/modelcapabilities.py
566568
- src/mistralai/models/modelconversation.py
567569
- src/mistralai/models/modellist.py

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ generation:
1515
oAuth2ClientCredentialsEnabled: true
1616
oAuth2PasswordEnabled: false
1717
python:
18-
version: 1.8.1
18+
version: 1.8.2
1919
additionalDependencies:
2020
dev:
2121
pytest: ^8.2.2

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ sources:
1414
- latest
1515
mistral-openapi:
1616
sourceNamespace: mistral-openapi
17-
sourceRevisionDigest: sha256:ab414b4936bea95f6713273bbcee90d66af9da18c6672d62ce885769c47edc34
18-
sourceBlobDigest: sha256:109235b09f0f6d400d146591dff959fac189a873fc95f4b32867d47d65779d28
17+
sourceRevisionDigest: sha256:21244d618cafcc163c3aa4acbc443ca16c63b8614632b65b87fbb2c4066987f3
18+
sourceBlobDigest: sha256:74aeb6a2e0d466c206f983ce79581cc72d205cc7866826282c181207ebe841a2
1919
tags:
2020
- latest
21-
- speakeasy-sdk-regen-1748446717
21+
- speakeasy-sdk-regen-1749573609
2222
targets:
2323
mistralai-azure-sdk:
2424
source: mistral-azure-source
@@ -37,10 +37,10 @@ targets:
3737
mistralai-sdk:
3838
source: mistral-openapi
3939
sourceNamespace: mistral-openapi
40-
sourceRevisionDigest: sha256:ab414b4936bea95f6713273bbcee90d66af9da18c6672d62ce885769c47edc34
41-
sourceBlobDigest: sha256:109235b09f0f6d400d146591dff959fac189a873fc95f4b32867d47d65779d28
40+
sourceRevisionDigest: sha256:21244d618cafcc163c3aa4acbc443ca16c63b8614632b65b87fbb2c4066987f3
41+
sourceBlobDigest: sha256:74aeb6a2e0d466c206f983ce79581cc72d205cc7866826282c181207ebe841a2
4242
codeSamplesNamespace: mistral-openapi-code-samples
43-
codeSamplesRevisionDigest: sha256:03b507fe6fdcabb21ec711d436300a3888b22fbfc970722bb3433db31c06047a
43+
codeSamplesRevisionDigest: sha256:dc4396ba994048a9f31c008dced1a46a9e54d89973e9608039a7bc37b1052957
4444
workflow:
4545
workflowVersion: 1.0.0
4646
speakeasyVersion: 1.517.3

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,14 @@ Based on:
228228
### Generated
229229
- [python v1.8.1] .
230230
### Releases
231-
- [PyPI v1.8.1] https://pypi.org/project/mistralai/1.8.1 - .
231+
- [PyPI v1.8.1] https://pypi.org/project/mistralai/1.8.1 - .
232+
233+
## 2025-06-10 16:42:28
234+
### Changes
235+
Based on:
236+
- OpenAPI Doc
237+
- Speakeasy CLI 1.517.3 (2.548.6) https://github.com/speakeasy-api/speakeasy
238+
### Generated
239+
- [python v1.8.2] .
240+
### Releases
241+
- [PyPI v1.8.2] https://pypi.org/project/mistralai/1.8.2 - .

docs/models/agentscompletionrequest.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@
1818
| `frequency_penalty` | *Optional[float]* | :heavy_minus_sign: | frequency_penalty penalizes the repetition of words based on their frequency in the generated text. A higher frequency penalty discourages the model from repeating words that have already appeared frequently in the output, promoting diversity and reducing repetition. | |
1919
| `n` | *OptionalNullable[int]* | :heavy_minus_sign: | Number of completions to return for each request, input tokens are only billed once. | |
2020
| `prediction` | [Optional[models.Prediction]](../models/prediction.md) | :heavy_minus_sign: | N/A | |
21-
| `parallel_tool_calls` | *Optional[bool]* | :heavy_minus_sign: | N/A | |
21+
| `parallel_tool_calls` | *Optional[bool]* | :heavy_minus_sign: | N/A | |
22+
| `prompt_mode` | [OptionalNullable[models.MistralPromptMode]](../models/mistralpromptmode.md) | :heavy_minus_sign: | N/A | |

0 commit comments

Comments
 (0)