Skip to content
Closed
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
137 changes: 76 additions & 61 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.5.0
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:b04dedddfaa420319d07f5d055bbea9cc3feae1409698dcece71c14d6c2f6646
sourceBlobDigest: sha256:c0bdc86f69f471a8d92b65cc130cee4c37ca741b81d761c0516240dd61fdcbda
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:b04dedddfaa420319d07f5d055bbea9cc3feae1409698dcece71c14d6c2f6646
sourceBlobDigest: sha256:c0bdc86f69f471a8d92b65cc130cee4c37ca741b81d761c0516240dd61fdcbda
codeSamplesNamespace: mistral-openapi-code-samples
codeSamplesRevisionDigest: sha256:fa3aa9d30da8a70f9e5d8c74ceab2cd4a043bfa5c5dacfe0035b09d907f41705
codeSamplesRevisionDigest: sha256:e54c8f49b25ea34b53a5610c23fea4cc7dd12260a3a4cc243c99833f6be9ccd6
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-06 14:39:15
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.761.1 (2.879.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v2.5.0] .
### Releases
- [PyPI v2.5.0] https://pypi.org/project/mistralai/2.5.0 - .
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