Skip to content

Commit 49a72fb

Browse files
authored
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.517.3 (#230)
1 parent cb79e0d commit 49a72fb

22 files changed

+139
-36
lines changed

.speakeasy/gen.lock

Lines changed: 8 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: e9c447db719018a5721988252c09c2dc
4+
docChecksum: 12226a12b72a82af24e4b098c631ff42
55
docVersion: 1.0.0
66
speakeasyVersion: 1.517.3
77
generationVersion: 2.548.6
8-
releaseVersion: 1.8.0
9-
configChecksum: 1f7adfac0b677cdca4c073a11cbcef02
8+
releaseVersion: 1.8.1
9+
configChecksum: a47e6a59e54c30528cf829e1a6fcc310
1010
repoURL: https://github.com/mistralai/client-python.git
1111
installationURL: https://github.com/mistralai/client-python.git
1212
published: true
@@ -185,6 +185,7 @@ generatedFiles:
185185
- docs/models/documentlibrarytooltype.md
186186
- docs/models/documenturlchunk.md
187187
- docs/models/documenturlchunktype.md
188+
- docs/models/embeddingdtype.md
188189
- docs/models/embeddingrequest.md
189190
- docs/models/embeddingrequestinputs.md
190191
- docs/models/embeddingresponse.md
@@ -398,7 +399,6 @@ generatedFiles:
398399
- docs/sdks/ocr/README.md
399400
- poetry.toml
400401
- py.typed
401-
- pylintrc
402402
- scripts/prepare_readme.py
403403
- scripts/publish.sh
404404
- src/mistralai/__init__.py
@@ -500,6 +500,7 @@ generatedFiles:
500500
- src/mistralai/models/deltamessage.py
501501
- src/mistralai/models/documentlibrarytool.py
502502
- src/mistralai/models/documenturlchunk.py
503+
- src/mistralai/models/embeddingdtype.py
503504
- src/mistralai/models/embeddingrequest.py
504505
- src/mistralai/models/embeddingresponse.py
505506
- src/mistralai/models/embeddingresponsedata.py
@@ -1004,6 +1005,7 @@ examples:
10041005
responses:
10051006
"422":
10061007
application/json: {}
1008+
"200": {}
10071009
agents_api_v1_conversations_append_stream:
10081010
speakeasy-default-agents-api-v1-conversations-append-stream:
10091011
parameters:
@@ -1014,6 +1016,7 @@ examples:
10141016
responses:
10151017
"422":
10161018
application/json: {}
1019+
"200": {}
10171020
agents_api_v1_conversations_restart_stream:
10181021
speakeasy-default-agents-api-v1-conversations-restart-stream:
10191022
parameters:
@@ -1024,6 +1027,7 @@ examples:
10241027
responses:
10251028
"422":
10261029
application/json: {}
1030+
"200": {}
10271031
agents_api_v1_agents_create:
10281032
speakeasy-default-agents-api-v1-agents-create:
10291033
requestBody:

.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.0
18+
version: 1.8.1
1919
additionalDependencies:
2020
dev:
2121
pytest: ^8.2.2

.speakeasy/workflow.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ sources:
1414
- latest
1515
mistral-openapi:
1616
sourceNamespace: mistral-openapi
17-
sourceRevisionDigest: sha256:f2590d9933e1e9208fa5b8e509b671e6a86907268bcd5dad41dc4179e20c5b69
18-
sourceBlobDigest: sha256:3026ed65da39c94e9787697305e7e059bec5cff09bceeddc6e68c289cfaeb592
17+
sourceRevisionDigest: sha256:ab414b4936bea95f6713273bbcee90d66af9da18c6672d62ce885769c47edc34
18+
sourceBlobDigest: sha256:109235b09f0f6d400d146591dff959fac189a873fc95f4b32867d47d65779d28
1919
tags:
2020
- latest
21+
- speakeasy-sdk-regen-1748446717
2122
targets:
2223
mistralai-azure-sdk:
2324
source: mistral-azure-source
@@ -36,10 +37,10 @@ targets:
3637
mistralai-sdk:
3738
source: mistral-openapi
3839
sourceNamespace: mistral-openapi
39-
sourceRevisionDigest: sha256:f2590d9933e1e9208fa5b8e509b671e6a86907268bcd5dad41dc4179e20c5b69
40-
sourceBlobDigest: sha256:3026ed65da39c94e9787697305e7e059bec5cff09bceeddc6e68c289cfaeb592
40+
sourceRevisionDigest: sha256:ab414b4936bea95f6713273bbcee90d66af9da18c6672d62ce885769c47edc34
41+
sourceBlobDigest: sha256:109235b09f0f6d400d146591dff959fac189a873fc95f4b32867d47d65779d28
4142
codeSamplesNamespace: mistral-openapi-code-samples
42-
codeSamplesRevisionDigest: sha256:bd4031e558c0426c02f2a4f3bb1642068047aa555e0f9cbbc70de74ff7ec04ec
43+
codeSamplesRevisionDigest: sha256:03b507fe6fdcabb21ec711d436300a3888b22fbfc970722bb3433db31c06047a
4344
workflow:
4445
workflowVersion: 1.0.0
4546
speakeasyVersion: 1.517.3

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,14 @@ Based on:
218218
### Generated
219219
- [python v1.8.0] .
220220
### Releases
221-
- [PyPI v1.8.0] https://pypi.org/project/mistralai/1.8.0 - .
221+
- [PyPI v1.8.0] https://pypi.org/project/mistralai/1.8.0 - .
222+
223+
## 2025-05-28 15:38:22
224+
### Changes
225+
Based on:
226+
- OpenAPI Doc
227+
- Speakeasy CLI 1.517.3 (2.548.6) https://github.com/speakeasy-api/speakeasy
228+
### Generated
229+
- [python v1.8.1] .
230+
### Releases
231+
- [PyPI v1.8.1] https://pypi.org/project/mistralai/1.8.1 - .

docs/models/chatcompletionresponse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
| `object` | *str* | :heavy_check_mark: | N/A | chat.completion |
1010
| `model` | *str* | :heavy_check_mark: | N/A | mistral-small-latest |
1111
| `usage` | [models.UsageInfo](../models/usageinfo.md) | :heavy_check_mark: | N/A | |
12-
| `created` | *Optional[int]* | :heavy_minus_sign: | N/A | 1702256327 |
13-
| `choices` | List[[models.ChatCompletionChoice](../models/chatcompletionchoice.md)] | :heavy_minus_sign: | N/A | |
12+
| `created` | *int* | :heavy_check_mark: | N/A | 1702256327 |
13+
| `choices` | List[[models.ChatCompletionChoice](../models/chatcompletionchoice.md)] | :heavy_check_mark: | N/A | |

docs/models/embeddingdtype.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# EmbeddingDtype
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| --------- | --------- |
8+
| `FLOAT` | float |
9+
| `INT8` | int8 |
10+
| `UINT8` | uint8 |
11+
| `BINARY` | binary |
12+
| `UBINARY` | ubinary |

docs/models/embeddingrequest.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@
66
| Field | Type | Required | Description | Example |
77
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
88
| `model` | *str* | :heavy_check_mark: | ID of the model to use. | mistral-embed |
9-
| `inputs` | [models.EmbeddingRequestInputs](../models/embeddingrequestinputs.md) | :heavy_check_mark: | Text to embed. | [<br/>"Embed this sentence.",<br/>"As well as this one."<br/>] |
9+
| `inputs` | [models.EmbeddingRequestInputs](../models/embeddingrequestinputs.md) | :heavy_check_mark: | Text to embed. | [<br/>"Embed this sentence.",<br/>"As well as this one."<br/>] |
10+
| `output_dimension` | *OptionalNullable[int]* | :heavy_minus_sign: | The dimension of the output embeddings. | |
11+
| `output_dtype` | [Optional[models.EmbeddingDtype]](../models/embeddingdtype.md) | :heavy_minus_sign: | N/A | |

docs/models/fimcompletionresponse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
| `object` | *str* | :heavy_check_mark: | N/A | chat.completion |
1010
| `model` | *str* | :heavy_check_mark: | N/A | codestral-latest |
1111
| `usage` | [models.UsageInfo](../models/usageinfo.md) | :heavy_check_mark: | N/A | |
12-
| `created` | *Optional[int]* | :heavy_minus_sign: | N/A | 1702256327 |
13-
| `choices` | List[[models.ChatCompletionChoice](../models/chatcompletionchoice.md)] | :heavy_minus_sign: | N/A | |
12+
| `created` | *int* | :heavy_check_mark: | N/A | 1702256327 |
13+
| `choices` | List[[models.ChatCompletionChoice](../models/chatcompletionchoice.md)] | :heavy_check_mark: | N/A | |

docs/sdks/conversations/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) Converstations API
7+
68
### Available Operations
79

810
* [start](#start) - Create a conversation and append entries to it.

docs/sdks/embeddings/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ with Mistral(
4040
| ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- |
4141
| `model` | *str* | :heavy_check_mark: | ID of the model to use. | mistral-embed |
4242
| `inputs` | [models.EmbeddingRequestInputs](../../models/embeddingrequestinputs.md) | :heavy_check_mark: | Text to embed. | [<br/>"Embed this sentence.",<br/>"As well as this one."<br/>] |
43+
| `output_dimension` | *OptionalNullable[int]* | :heavy_minus_sign: | The dimension of the output embeddings. | |
44+
| `output_dtype` | [Optional[models.EmbeddingDtype]](../../models/embeddingdtype.md) | :heavy_minus_sign: | N/A | |
4345
| `retries` | [Optional[utils.RetryConfig]](../../models/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. | |
4446

4547
### Response

0 commit comments

Comments
 (0)