|
1 | 1 | lockVersion: 2.0.0
|
2 | 2 | id: 2d045ec7-2ebb-4f4d-ad25-40953b132161
|
3 | 3 | management:
|
4 |
| - docChecksum: 81cc8be96362e2f1cb145b08a2e6c4fa |
| 4 | + docChecksum: 406e00c323dba0db26d6994620926af4 |
5 | 5 | docVersion: 0.0.2
|
6 | 6 | speakeasyVersion: 1.477.0
|
7 | 7 | generationVersion: 2.497.0
|
8 |
| - releaseVersion: 1.5.1 |
9 |
| - configChecksum: ef3439d915c5d16e7cfb88fe2bf94907 |
| 8 | + releaseVersion: 1.5.2 |
| 9 | + configChecksum: 27786d5cae3bfccc8b434aba9bde02a3 |
10 | 10 | repoURL: https://github.com/mistralai/client-python.git
|
11 | 11 | installationURL: https://github.com/mistralai/client-python.git
|
12 | 12 | published: true
|
@@ -101,6 +101,7 @@ generatedFiles:
|
101 | 101 | - docs/models/detailedjoboutstatus.md
|
102 | 102 | - docs/models/document.md
|
103 | 103 | - docs/models/documenturlchunk.md
|
| 104 | + - docs/models/documenturlchunktype.md |
104 | 105 | - docs/models/embeddingrequest.md
|
105 | 106 | - docs/models/embeddingresponse.md
|
106 | 107 | - docs/models/embeddingresponsedata.md
|
@@ -650,7 +651,7 @@ examples:
|
650 | 651 | ocr_v1_ocr_post:
|
651 | 652 | speakeasy-default-ocr-v1-ocr-post:
|
652 | 653 | requestBody:
|
653 |
| - application/json: {"model": "Focus", "document": {"document_url": "https://dutiful-horst.org"}} |
| 654 | + application/json: {"model": "Focus", "document": {"document_url": "https://dutiful-horst.org", "type": "document_url"}} |
654 | 655 | responses:
|
655 | 656 | "200":
|
656 | 657 | application/json: {"pages": [], "model": "A4", "usage_info": {"pages_processed": 442675}}
|
|
0 commit comments