Skip to content

Commit 8198a12

Browse files
Merge pull request #124 from mistralai/speakeasy-sdk-regen-1755678534
chore: 🐝 Update SDK - Generate MISTRALAI-SDK 1.9.18
2 parents aa25c1b + f039636 commit 8198a12

175 files changed

Lines changed: 639 additions & 642 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.speakeasy/gen.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 81b65c50-f2e3-40a3-bd65-346524007b3d
33
management:
4-
docChecksum: 52e6a68dbdc371fd28af0f2ae79505fa
4+
docChecksum: a38b769b82bac0658cf02fed22bdbde0
55
docVersion: 1.0.0
66
speakeasyVersion: 1.517.3
77
generationVersion: 2.548.6
8-
releaseVersion: 1.9.17
9-
configChecksum: 8cf68b4060e122e6439c2634da3f4453
8+
releaseVersion: 1.9.18
9+
configChecksum: ad171129c8e92921246c234649d55ff4
1010
repoURL: https://github.com/mistralai/client-ts.git
1111
installationURL: https://github.com/mistralai/client-ts
1212
published: true

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ generation:
1818
oAuth2ClientCredentialsEnabled: true
1919
oAuth2PasswordEnabled: false
2020
typescript:
21-
version: 1.9.17
21+
version: 1.9.18
2222
additionalDependencies:
2323
dependencies:
2424
zod-to-json-schema: ^3.24.1

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ sources:
1616
- speakeasy-sdk-regen-1742480568
1717
mistral-openapi:
1818
sourceNamespace: mistral-openapi
19-
sourceRevisionDigest: sha256:55f3f81b4bc4061fe86e7c25987282480065414f142fdedfe5cb103de7161a2d
20-
sourceBlobDigest: sha256:f14bdfab5afcc84705d574e6fc22806c4a518292b255fec0643f1e1aa18ae58f
19+
sourceRevisionDigest: sha256:fcdf40207fa983a6ad7c0346f499d2b87ef2f1381a48e791a9a485bd40525ff8
20+
sourceBlobDigest: sha256:64fa97f0836a2441e32bc255ced698234c147c790775988102f17b493f0da87d
2121
tags:
2222
- latest
23-
- speakeasy-sdk-regen-1755069820
23+
- speakeasy-sdk-regen-1755678534
2424
targets:
2525
mistralai-azure-sdk:
2626
source: mistral-azure-source
@@ -39,10 +39,10 @@ targets:
3939
mistralai-sdk:
4040
source: mistral-openapi
4141
sourceNamespace: mistral-openapi
42-
sourceRevisionDigest: sha256:55f3f81b4bc4061fe86e7c25987282480065414f142fdedfe5cb103de7161a2d
43-
sourceBlobDigest: sha256:f14bdfab5afcc84705d574e6fc22806c4a518292b255fec0643f1e1aa18ae58f
42+
sourceRevisionDigest: sha256:fcdf40207fa983a6ad7c0346f499d2b87ef2f1381a48e791a9a485bd40525ff8
43+
sourceBlobDigest: sha256:64fa97f0836a2441e32bc255ced698234c147c790775988102f17b493f0da87d
4444
codeSamplesNamespace: mistral-openapi-code-samples
45-
codeSamplesRevisionDigest: sha256:2a6f6b3b999ac05f0deca08f73ea50c4bf3e6be792fa9ea247c4595581c92adb
45+
codeSamplesRevisionDigest: sha256:d120a32f437009daa25e5d105dddc0020ecb125db39686909d96d9d8c5b8d18f
4646
workflow:
4747
workflowVersion: 1.0.0
4848
speakeasyVersion: 1.517.3

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,14 @@ Based on:
248248
### Generated
249249
- [typescript v1.9.17] .
250250
### Releases
251-
- [NPM v1.9.17] https://www.npmjs.com/package/@mistralai/mistralai/v/1.9.17 - .
251+
- [NPM v1.9.17] https://www.npmjs.com/package/@mistralai/mistralai/v/1.9.17 - .
252+
253+
## 2025-08-20 08:28:36
254+
### Changes
255+
Based on:
256+
- OpenAPI Doc
257+
- Speakeasy CLI 1.517.3 (2.548.6) https://github.com/speakeasy-api/speakeasy
258+
### Generated
259+
- [typescript v1.9.18] .
260+
### Releases
261+
- [NPM v1.9.18] https://www.npmjs.com/package/@mistralai/mistralai/v/1.9.18 - .

docs/models/components/agent.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
import { Agent } from "@mistralai/mistralai/models/components";
77

88
let value: Agent = {
9-
model: "Cruze",
9+
model: "CX-9",
1010
name: "<value>",
1111
id: "<id>",
12-
version: 10,
13-
createdAt: new Date("2025-04-18T19:06:55.714Z"),
14-
updatedAt: new Date("2025-03-31T12:50:52.284Z"),
12+
version: 4,
13+
createdAt: new Date("2024-02-15T02:10:01.786Z"),
14+
updatedAt: new Date("2024-05-23T01:53:16.665Z"),
1515
};
1616
```
1717

docs/models/components/agentconversation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import { AgentConversation } from "@mistralai/mistralai/models/components";
77

88
let value: AgentConversation = {
99
id: "<id>",
10-
createdAt: new Date("2023-08-08T04:42:30.927Z"),
11-
updatedAt: new Date("2023-01-21T07:11:50.213Z"),
10+
createdAt: new Date("2023-01-13T20:07:38.173Z"),
11+
updatedAt: new Date("2024-01-30T12:51:46.829Z"),
1212
agentId: "<id>",
1313
};
1414
```

docs/models/components/agentcreationrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import { AgentCreationRequest } from "@mistralai/mistralai/models/components";
77

88
let value: AgentCreationRequest = {
9-
model: "Taurus",
9+
model: "Charger",
1010
name: "<value>",
1111
};
1212
```

docs/models/components/agentscompletionrequestmessages.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ const value: components.AssistantMessage = {};
1313

1414
```typescript
1515
const value: components.SystemMessage = {
16-
content: "<value>",
16+
content: [
17+
{
18+
text: "<value>",
19+
type: "text",
20+
},
21+
],
1722
};
1823
```
1924

@@ -23,8 +28,8 @@ const value: components.SystemMessage = {
2328
const value: components.ToolMessage = {
2429
content: [
2530
{
26-
inputAudio: "<value>",
27-
type: "input_audio",
31+
text: "<value>",
32+
type: "text",
2833
},
2934
],
3035
};
@@ -34,14 +39,7 @@ const value: components.ToolMessage = {
3439

3540
```typescript
3641
const value: components.UserMessage = {
37-
content: [
38-
{
39-
imageUrl: {
40-
url: "https://diligent-fold.name/",
41-
},
42-
type: "image_url",
43-
},
44-
],
42+
content: "<value>",
4543
};
4644
```
4745

docs/models/components/agentscompletionrequesttoolchoice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ const value: components.ToolChoice = {
1616
### `components.ToolChoiceEnum`
1717

1818
```typescript
19-
const value: components.ToolChoiceEnum = "any";
19+
const value: components.ToolChoiceEnum = "auto";
2020
```
2121

docs/models/components/agentscompletionstreamrequestmessages.md

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,15 @@ const value: components.AssistantMessage = {};
1313

1414
```typescript
1515
const value: components.SystemMessage = {
16-
content: [
17-
{
18-
text: "<value>",
19-
type: "text",
20-
},
21-
],
16+
content: "<value>",
2217
};
2318
```
2419

2520
### `components.ToolMessage`
2621

2722
```typescript
2823
const value: components.ToolMessage = {
29-
content: [
30-
{
31-
inputAudio: "<value>",
32-
type: "input_audio",
33-
},
34-
],
24+
content: "<value>",
3525
};
3626
```
3727

@@ -41,13 +31,7 @@ const value: components.ToolMessage = {
4131
const value: components.UserMessage = {
4232
content: [
4333
{
44-
thinking: [
45-
{
46-
text: "<value>",
47-
type: "text",
48-
},
49-
],
50-
type: "thinking",
34+
fileId: "ccdbfe99-0f2b-4d53-b1b7-be2e64ff3a1a",
5135
},
5236
],
5337
};

0 commit comments

Comments
 (0)