Skip to content

Commit bbbe79c

Browse files
Merge pull request #261 from mistralai/speakeasy-sdk-regen-1755069688
chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 1.9.6
2 parents 84915fc + fba7b32 commit bbbe79c

21 files changed

+73
-82
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 3 additions & 4 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: c33c788946fa446bfcf90b60f68abde9
4+
docChecksum: 52e6a68dbdc371fd28af0f2ae79505fa
55
docVersion: 1.0.0
66
speakeasyVersion: 1.568.2
77
generationVersion: 2.634.2
8-
releaseVersion: 1.9.3
9-
configChecksum: 0f65a9bdd8df5ae03eaaaea3ab055bf1
8+
releaseVersion: 1.9.6
9+
configChecksum: 2b88c684b4750a8f781b81adb8480b58
1010
repoURL: https://github.com/mistralai/client-python.git
1111
installationURL: https://github.com/mistralai/client-python.git
1212
published: true
@@ -326,7 +326,6 @@ generatedFiles:
326326
- docs/models/messageoutputeventrole.md
327327
- docs/models/messageoutputeventtype.md
328328
- docs/models/messages.md
329-
- docs/models/metadata.md
330329
- docs/models/metricout.md
331330
- docs/models/mistralpromptmode.md
332331
- docs/models/modelcapabilities.md

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ generation:
2121
generateNewTests: false
2222
skipResponseBodyAssertions: false
2323
python:
24-
version: 1.9.3
24+
version: 1.9.6
2525
additionalDependencies:
2626
dev:
2727
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:22d8044215dc1331ba83f3d25598409bc82fdc04d68033fb05e0133a13cc4dad
18-
sourceBlobDigest: sha256:f3322d8a44d0bf1515b5c1c078525dbf00ff90e6110644de4c03b0b0e9050350
17+
sourceRevisionDigest: sha256:55f3f81b4bc4061fe86e7c25987282480065414f142fdedfe5cb103de7161a2d
18+
sourceBlobDigest: sha256:f14bdfab5afcc84705d574e6fc22806c4a518292b255fec0643f1e1aa18ae58f
1919
tags:
2020
- latest
21-
- speakeasy-sdk-regen-1753290410
21+
- speakeasy-sdk-regen-1755069688
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:22d8044215dc1331ba83f3d25598409bc82fdc04d68033fb05e0133a13cc4dad
41-
sourceBlobDigest: sha256:f3322d8a44d0bf1515b5c1c078525dbf00ff90e6110644de4c03b0b0e9050350
40+
sourceRevisionDigest: sha256:55f3f81b4bc4061fe86e7c25987282480065414f142fdedfe5cb103de7161a2d
41+
sourceBlobDigest: sha256:f14bdfab5afcc84705d574e6fc22806c4a518292b255fec0643f1e1aa18ae58f
4242
codeSamplesNamespace: mistral-openapi-code-samples
43-
codeSamplesRevisionDigest: sha256:1fd9897fdd851557c592b8fd46232518359401d15a6574933c43be63ec2edb53
43+
codeSamplesRevisionDigest: sha256:42d98cf03323c832ebd0a3fe0d3927374d1c212998cc37a5d3372c1c6e8a31c8
4444
workflow:
4545
workflowVersion: 1.0.0
4646
speakeasyVersion: 1.568.2

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,14 @@ Based on:
268268
### Generated
269269
- [python v1.9.3] .
270270
### Releases
271-
- [PyPI v1.9.3] https://pypi.org/project/mistralai/1.9.3 - .
271+
- [PyPI v1.9.3] https://pypi.org/project/mistralai/1.9.3 - .
272+
273+
## 2025-08-13 07:21:11
274+
### Changes
275+
Based on:
276+
- OpenAPI Doc
277+
- Speakeasy CLI 1.568.2 (2.634.2) https://github.com/speakeasy-api/speakeasy
278+
### Generated
279+
- [python v1.9.6] .
280+
### Releases
281+
- [PyPI v1.9.6] https://pypi.org/project/mistralai/1.9.6 - .

β€Ždocs/models/messageoutputcontentchunks.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,9 @@ value: models.DocumentURLChunk = /* values here */
3333
value: models.ToolReferenceChunk = /* values here */
3434
```
3535

36+
### `models.ThinkChunk`
37+
38+
```python
39+
value: models.ThinkChunk = /* values here */
40+
```
41+

β€Ždocs/models/metadata.mdβ€Ž

Lines changed: 0 additions & 7 deletions
This file was deleted.

β€Ždocs/models/outputcontentchunks.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,9 @@ value: models.DocumentURLChunk = /* values here */
3333
value: models.ToolReferenceChunk = /* values here */
3434
```
3535

36+
### `models.ThinkChunk`
37+
38+
```python
39+
value: models.ThinkChunk = /* values here */
40+
```
41+

β€Ždocs/models/toolcall.mdβ€Ž

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
8-
| `id` | *Optional[str]* | :heavy_minus_sign: | N/A |
9-
| `type` | [Optional[models.ToolTypes]](../models/tooltypes.md) | :heavy_minus_sign: | N/A |
10-
| `function` | [models.FunctionCall](../models/functioncall.md) | :heavy_check_mark: | N/A |
11-
| `index` | *Optional[int]* | :heavy_minus_sign: | N/A |
12-
| `metadata` | [OptionalNullable[models.Metadata]](../models/metadata.md) | :heavy_minus_sign: | N/A |
6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- |
8+
| `id` | *Optional[str]* | :heavy_minus_sign: | N/A |
9+
| `type` | [Optional[models.ToolTypes]](../models/tooltypes.md) | :heavy_minus_sign: | N/A |
10+
| `function` | [models.FunctionCall](../models/functioncall.md) | :heavy_check_mark: | N/A |
11+
| `index` | *Optional[int]* | :heavy_minus_sign: | N/A |

β€Ždocs/sdks/accesses/README.mdβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
## Overview
55

6+
(beta) Libraries API - manage access to a library.
7+
68
### Available Operations
79

810
* [list](#list) - List all of the access to this library.

β€Ždocs/sdks/documents/README.mdβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
## Overview
55

6+
(beta) Libraries API - manage documents in a library.
7+
68
### Available Operations
79

810
* [list](#list) - List document in a given library.

0 commit comments

Comments
Β (0)