Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
139 changes: 79 additions & 60 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 2.4.4
version: 2.4.5
additionalDependencies:
dev:
pytest: ^8.2.2
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ sources:
- speakeasy-sdk-regen-1773084660
mistral-openapi:
sourceNamespace: mistral-openapi
sourceRevisionDigest: sha256:1f3eeb2513538e3ae8b5483477b559a460ce3dac0cdd41c31d47db9167acec60
sourceBlobDigest: sha256:b743e6e51b23d2d5207d1f4348076d22f130052fea4e1676095a2ddc654822a9
sourceRevisionDigest: sha256:6b325264f8e8a60caa875776438b07d4eb5b56283da0796b283e9c5597810e22
sourceBlobDigest: sha256:11d21b003c903f5539d5d7a79cf8fe17d1d284b48e47da0009eac3866ad58899
tags:
- latest
targets:
Expand All @@ -38,10 +38,10 @@ targets:
mistralai-sdk:
source: mistral-openapi
sourceNamespace: mistral-openapi
sourceRevisionDigest: sha256:1f3eeb2513538e3ae8b5483477b559a460ce3dac0cdd41c31d47db9167acec60
sourceBlobDigest: sha256:b743e6e51b23d2d5207d1f4348076d22f130052fea4e1676095a2ddc654822a9
sourceRevisionDigest: sha256:6b325264f8e8a60caa875776438b07d4eb5b56283da0796b283e9c5597810e22
sourceBlobDigest: sha256:11d21b003c903f5539d5d7a79cf8fe17d1d284b48e47da0009eac3866ad58899
codeSamplesNamespace: mistral-openapi-code-samples
codeSamplesRevisionDigest: sha256:fa3aa9d30da8a70f9e5d8c74ceab2cd4a043bfa5c5dacfe0035b09d907f41705
codeSamplesRevisionDigest: sha256:95c443855a95966259bd108beec0cbdb8238f6f753dc4b021bf833d398e86c0c
workflow:
workflowVersion: 1.0.0
speakeasyVersion: 1.761.1
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -628,4 +628,14 @@ Based on:
### Generated
- [python v2.4.4] .
### Releases
- [PyPI v2.4.4] https://pypi.org/project/mistralai/2.4.4 - .
- [PyPI v2.4.4] https://pypi.org/project/mistralai/2.4.4 - .

## 2026-05-07 11:13:37
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.761.1 (2.879.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v2.4.5] .
### Releases
- [PyPI v2.4.5] https://pypi.org/project/mistralai/2.4.5 - .
10 changes: 5 additions & 5 deletions docs/models/activitytaskcompletedattributesresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Attributes for activity task completed events.

## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| `task_id` | *str* | :heavy_check_mark: | Unique identifier for the activity task within the workflow. |
| `activity_name` | *str* | :heavy_check_mark: | The registered name of the activity being executed. |
| `result` | [models.JSONPayloadResponse](../models/jsonpayloadresponse.md) | :heavy_check_mark: | A payload containing arbitrary JSON data.<br/><br/>Used for complete state snapshots or final results. |
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `task_id` | *str* | :heavy_check_mark: | Unique identifier for the activity task within the workflow. |
| `activity_name` | *str* | :heavy_check_mark: | The registered name of the activity being executed. |
| `result` | [models.JSONPayloadResponse](../models/jsonpayloadresponse.md) | :heavy_check_mark: | A payload containing arbitrary JSON data.<br/><br/>Used for complete state snapshots or final results.<br/>When encrypted, the value field contains base64-encoded encrypted data<br/>and encoding_options indicates the type of encryption applied. |
10 changes: 5 additions & 5 deletions docs/models/activitytaskstartedattributesresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Attributes for activity task started events.

## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| `task_id` | *str* | :heavy_check_mark: | Unique identifier for the activity task within the workflow. |
| `activity_name` | *str* | :heavy_check_mark: | The registered name of the activity being executed. |
| `input` | [models.JSONPayloadResponse](../models/jsonpayloadresponse.md) | :heavy_check_mark: | A payload containing arbitrary JSON data.<br/><br/>Used for complete state snapshots or final results. |
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `task_id` | *str* | :heavy_check_mark: | Unique identifier for the activity task within the workflow. |
| `activity_name` | *str* | :heavy_check_mark: | The registered name of the activity being executed. |
| `input` | [models.JSONPayloadResponse](../models/jsonpayloadresponse.md) | :heavy_check_mark: | A payload containing arbitrary JSON data.<br/><br/>Used for complete state snapshots or final results.<br/>When encrypted, the value field contains base64-encoded encrypted data<br/>and encoding_options indicates the type of encryption applied. |
Loading
Loading