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
394 changes: 299 additions & 95 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.13
version: 2.5.0
additionalDependencies:
dev:
pytest: ^8.2.2
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ sources:
- speakeasy-mistralai-gcp-sdk-26292830187-1
mistral-openapi:
sourceNamespace: mistral-openapi
sourceRevisionDigest: sha256:c388b952cb16e3ac74bfacefbd71b3bcf68d516a943623beaf0a24cb064688f9
sourceBlobDigest: sha256:1544d486fd380743ad5769c3c244c645deb51d039940c1e055dde57095a3d494
sourceRevisionDigest: sha256:6d6509e1a41963ed7682aaa6042405a7286b7e628bdd8b718fdce61c7dd908fb
sourceBlobDigest: sha256:4e2ee25e2d06e15f3491fc555e08ede7dac22704f4e3dcd6eac4bf279954a828
tags:
- latest
- speakeasy-mistralai-sdk-27822666725-1
- speakeasy-mistralai-sdk-28015256323-1
targets:
mistralai-azure-sdk:
source: mistral-azure-source
Expand All @@ -39,10 +39,10 @@ targets:
mistralai-sdk:
source: mistral-openapi
sourceNamespace: mistral-openapi
sourceRevisionDigest: sha256:c388b952cb16e3ac74bfacefbd71b3bcf68d516a943623beaf0a24cb064688f9
sourceBlobDigest: sha256:1544d486fd380743ad5769c3c244c645deb51d039940c1e055dde57095a3d494
sourceRevisionDigest: sha256:6d6509e1a41963ed7682aaa6042405a7286b7e628bdd8b718fdce61c7dd908fb
sourceBlobDigest: sha256:4e2ee25e2d06e15f3491fc555e08ede7dac22704f4e3dcd6eac4bf279954a828
codeSamplesNamespace: mistral-openapi-code-samples
codeSamplesRevisionDigest: sha256:1155a1c5a093786356d54606c6edb16ce7ae0c5d68847c6b062c61ba36bb9cd7
codeSamplesRevisionDigest: sha256:cec63e21ee6da5c9b56aa486f569ec55270f02d58c743854201c43b7affc4046
workflow:
workflowVersion: 1.0.0
speakeasyVersion: 1.763.6
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,8 @@ print(res.choices[0].message.content)
* [get_index_schema_detail](docs/sdks/searchindexes/README.md#get_index_schema_detail) - Get Index Schema Detail
* [set_schema_summary](docs/sdks/searchindexes/README.md#set_schema_summary) - Set Schema Summary
* [get_index_schema_file](docs/sdks/searchindexes/README.md#get_index_schema_file) - Get Index Schema File
* [document_lookup](docs/sdks/searchindexes/README.md#document_lookup) - Document Lookup
* [documents_fetch](docs/sdks/searchindexes/README.md#documents_fetch) - Document Fetch

### [Chat](docs/sdks/chat/README.md)

Expand Down Expand Up @@ -1012,8 +1014,8 @@ with Mistral(


**Inherit from [`MistralError`](./src/mistralai/client/errors/mistralerror.py)**:
* [`HTTPValidationError`](./src/mistralai/client/errors/httpvalidationerror.py): Validation Error. Status code `422`. Applicable to 142 of 225 methods.*
* [`ObservabilityError`](./src/mistralai/client/errors/observabilityerror.py): Bad Request - Invalid request parameters or data. Applicable to 57 of 225 methods.*
* [`HTTPValidationError`](./src/mistralai/client/errors/httpvalidationerror.py): Validation Error. Status code `422`. Applicable to 144 of 227 methods.*
* [`ObservabilityError`](./src/mistralai/client/errors/observabilityerror.py): Bad Request - Invalid request parameters or data. Applicable to 57 of 227 methods.*
* [`ResponseValidationError`](./src/mistralai/client/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.

</details>
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -708,4 +708,14 @@ Based on:
### Generated
- [python v2.4.13] .
### Releases
- [PyPI v2.4.13] https://pypi.org/project/mistralai/2.4.13 - .
- [PyPI v2.4.13] https://pypi.org/project/mistralai/2.4.13 - .

## 2026-06-23 09:09:54
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.763.6 (2.884.13) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v2.5.0] .
### Releases
- [PyPI v2.5.0] https://pypi.org/project/mistralai/2.5.0 - .
83 changes: 83 additions & 0 deletions docs/models/block.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
# Block


## Supported Types

### `models.OCRAsideTextBlock`

```python
value: models.OCRAsideTextBlock = /* values here */
```

### `models.OCRCaptionBlock`

```python
value: models.OCRCaptionBlock = /* values here */
```

### `models.OCRCodeBlock`

```python
value: models.OCRCodeBlock = /* values here */
```

### `models.OCREquationBlock`

```python
value: models.OCREquationBlock = /* values here */
```

### `models.OCRFooterBlock`

```python
value: models.OCRFooterBlock = /* values here */
```

### `models.OCRHeaderBlock`

```python
value: models.OCRHeaderBlock = /* values here */
```

### `models.OCRImageBlock`

```python
value: models.OCRImageBlock = /* values here */
```

### `models.OCRListBlock`

```python
value: models.OCRListBlock = /* values here */
```

### `models.OCRReferencesBlock`

```python
value: models.OCRReferencesBlock = /* values here */
```

### `models.OCRSignatureBlock`

```python
value: models.OCRSignatureBlock = /* values here */
```

### `models.OCRTableBlock`

```python
value: models.OCRTableBlock = /* values here */
```

### `models.OCRTextBlock`

```python
value: models.OCRTextBlock = /* values here */
```

### `models.OCRTitleBlock`

```python
value: models.OCRTitleBlock = /* values here */
```

3 changes: 2 additions & 1 deletion docs/models/connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@
| `is_authenticated` | *OptionalNullable[bool]* | :heavy_minus_sign: | N/A |
| `tools` | List[[models.ConnectorTool](../models/connectortool.md)] | :heavy_minus_sign: | N/A |
| `system_prompt_route` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `connection_config` | [OptionalNullable[models.PublicConnectionConfig]](../models/publicconnectionconfig.md) | :heavy_minus_sign: | N/A |
| `connection_config` | [OptionalNullable[models.PublicConnectionConfig]](../models/publicconnectionconfig.md) | :heavy_minus_sign: | N/A |
| `execution_env` | [OptionalNullable[models.PublicExecutionEnv]](../models/publicexecutionenv.md) | :heavy_minus_sign: | N/A |
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# DocumentFetchV1RagIndexesIndexIndexIDSchemasSchemaSchemaIDRetrievablesGetRequest


## Fields

| Field | Type | Required | Description |
| ----------------------------- | ----------------------------- | ----------------------------- | ----------------------------- |
| `index_id` | *str* | :heavy_check_mark: | N/A |
| `schema_id` | *str* | :heavy_check_mark: | N/A |
| `group_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Only retrieve from this group |
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# DocumentLookupV1RagIndexesIndexIndexIDSchemasSchemaSchemaIDRetrievablesRetrievableDocumentIDGetRequest


## Fields

| Field | Type | Required | Description |
| ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- |
| `index_id` | *str* | :heavy_check_mark: | N/A |
| `schema_id` | *str* | :heavy_check_mark: | N/A |
| `document_id` | *str* | :heavy_check_mark: | the native ID in the underlying index |
10 changes: 10 additions & 0 deletions docs/models/executiontool.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ExecutionTool


## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- |
| `name` | *str* | :heavy_check_mark: | N/A |
| `integration_id` | *str* | :heavy_check_mark: | N/A |
| `execution_config` | [Nullable[models.ExecutionConfig]](../models/executionconfig.md) | :heavy_check_mark: | N/A |
3 changes: 2 additions & 1 deletion docs/models/getworkflowsv1workflowsgetrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
| `order` | [Optional[models.GetWorkflowsV1WorkflowsGetOrder]](../models/getworkflowsv1workflowsgetorder.md) | :heavy_minus_sign: | Sort direction |
| `cursor` | *OptionalNullable[str]* | :heavy_minus_sign: | The cursor for pagination |
| `limit` | *Optional[int]* | :heavy_minus_sign: | The maximum number of workflows to return |
| ~~`active_only`~~ | *Optional[bool]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>Deprecated: use deployment_status instead |
| ~~`active_only`~~ | *Optional[bool]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>Deprecated: use deployment_status instead |
| `search` | *OptionalNullable[str]* | :heavy_minus_sign: | Fuzzy search query for workflow name, display name, description, or ID |
13 changes: 13 additions & 0 deletions docs/models/ocrasidetextblock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# OCRAsideTextBlock


## Fields

| Field | Type | Required | Description |
| ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- |
| `top_left_x` | *int* | :heavy_check_mark: | N/A |
| `top_left_y` | *int* | :heavy_check_mark: | N/A |
| `bottom_right_x` | *int* | :heavy_check_mark: | N/A |
| `bottom_right_y` | *int* | :heavy_check_mark: | N/A |
| `content` | *str* | :heavy_check_mark: | Text/markdown/html content of this block |
| `type` | *Literal["aside_text"]* | :heavy_check_mark: | N/A |
13 changes: 13 additions & 0 deletions docs/models/ocrcaptionblock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# OCRCaptionBlock


## Fields

| Field | Type | Required | Description |
| ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- |
| `top_left_x` | *int* | :heavy_check_mark: | N/A |
| `top_left_y` | *int* | :heavy_check_mark: | N/A |
| `bottom_right_x` | *int* | :heavy_check_mark: | N/A |
| `bottom_right_y` | *int* | :heavy_check_mark: | N/A |
| `content` | *str* | :heavy_check_mark: | Text/markdown/html content of this block |
| `type` | *Literal["caption"]* | :heavy_check_mark: | N/A |
13 changes: 13 additions & 0 deletions docs/models/ocrcodeblock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# OCRCodeBlock


## Fields

| Field | Type | Required | Description |
| ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- |
| `top_left_x` | *int* | :heavy_check_mark: | N/A |
| `top_left_y` | *int* | :heavy_check_mark: | N/A |
| `bottom_right_x` | *int* | :heavy_check_mark: | N/A |
| `bottom_right_y` | *int* | :heavy_check_mark: | N/A |
| `content` | *str* | :heavy_check_mark: | Text/markdown/html content of this block |
| `type` | *Literal["code"]* | :heavy_check_mark: | N/A |
Loading
Loading