Skip to content

Commit 5d75d5e

Browse files
authored
Merge pull request #37 from ragieai/speakeasy-sdk-regen-1759190870
chore: 🐝 Update SDK - Generate 1.13.0
2 parents 611e454 + 92c1ef7 commit 5d75d5e

File tree

105 files changed

+1660
-220
lines changed

Some content is hidden

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

105 files changed

+1660
-220
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 65 additions & 17 deletions
Large diffs are not rendered by default.

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@ generation:
2020
oAuth2ClientCredentialsEnabled: false
2121
oAuth2PasswordEnabled: false
2222
hoistGlobalSecurity: true
23+
schemas:
24+
allOfMergeStrategy: shallowMerge
2325
tests:
2426
generateTests: true
2527
generateNewTests: false
2628
skipResponseBodyAssertions: false
2729
python:
28-
version: 1.11.0
30+
version: 1.13.0
2931
additionalDependencies:
3032
dev: {}
3133
main: {}

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.631.3
1+
speakeasyVersion: 1.637.3
22
sources:
33
Ragie-OAS:
44
sourceNamespace: ragie-oas
5-
sourceRevisionDigest: sha256:37aab4fd9bfc04ee934b69e1174e506b3e718e642cc20a3b049a595d498ba293
6-
sourceBlobDigest: sha256:f9f50d1d9c0d16460d61e4f000804b9c711a780c659f0a6ca173069d2a11979b
5+
sourceRevisionDigest: sha256:20c38add656b3f97d73dd7b91d4b6a230c0d039a8f622ebdd32990bbd635a400
6+
sourceBlobDigest: sha256:6d5db1fdd972bae787e5b8f3730075db7a2410982354cb534ff9f548dce9aea4
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1753229317
9+
- speakeasy-sdk-regen-1759190870
1010
- 1.0.0
1111
targets:
1212
ragie:
1313
source: Ragie-OAS
1414
sourceNamespace: ragie-oas
15-
sourceRevisionDigest: sha256:37aab4fd9bfc04ee934b69e1174e506b3e718e642cc20a3b049a595d498ba293
16-
sourceBlobDigest: sha256:f9f50d1d9c0d16460d61e4f000804b9c711a780c659f0a6ca173069d2a11979b
15+
sourceRevisionDigest: sha256:20c38add656b3f97d73dd7b91d4b6a230c0d039a8f622ebdd32990bbd635a400
16+
sourceBlobDigest: sha256:6d5db1fdd972bae787e5b8f3730075db7a2410982354cb534ff9f548dce9aea4
1717
codeSamplesNamespace: ragie-oas-python-code-samples
18-
codeSamplesRevisionDigest: sha256:b67aab59b0956f0a89b3f1372915fda79cafc096361e160cc787df7af1c31429
18+
codeSamplesRevisionDigest: sha256:f4d22ee8fb45a5e2205d5510d0fb19fb0f5ad016245e5db78341daaf8bae989e
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

β€ŽREADME-PYPI.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,10 +435,10 @@ asyncio.run(main())
435435
* [list](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/partitions/README.md#list) - List Partitions
436436
* [create](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/partitions/README.md#create) - Create Partition
437437
* [get](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/partitions/README.md#get) - Get Partition
438+
* [update](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/partitions/README.md#update) - Update Partition
438439
* [delete](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/partitions/README.md#delete) - Delete Partition
439440
* [set_limits](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/partitions/README.md#set_limits) - Set Partition Limits
440441

441-
442442
### [responses](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/responses/README.md)
443443

444444
* [create](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/responses/README.md#create) - Create Response

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,10 +435,10 @@ asyncio.run(main())
435435
* [list](docs/sdks/partitions/README.md#list) - List Partitions
436436
* [create](docs/sdks/partitions/README.md#create) - Create Partition
437437
* [get](docs/sdks/partitions/README.md#get) - Get Partition
438+
* [update](docs/sdks/partitions/README.md#update) - Update Partition
438439
* [delete](docs/sdks/partitions/README.md#delete) - Delete Partition
439440
* [set_limits](docs/sdks/partitions/README.md#set_limits) - Set Partition Limits
440441

441-
442442
### [responses](docs/sdks/responses/README.md)
443443

444444
* [create](docs/sdks/responses/README.md#create) - Create Response

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,4 +238,14 @@ Based on:
238238
### Generated
239239
- [python v1.11.0] .
240240
### Releases
241-
- [PyPI v1.11.0] https://pypi.org/project/ragie/1.11.0 - .
241+
- [PyPI v1.11.0] https://pypi.org/project/ragie/1.11.0 - .
242+
243+
## 2025-10-21 18:49:55
244+
### Changes
245+
Based on:
246+
- OpenAPI Doc
247+
- Speakeasy CLI 1.637.3 (2.727.9) https://github.com/speakeasy-api/speakeasy
248+
### Generated
249+
- [python v1.13.0] .
250+
### Releases
251+
- [PyPI v1.13.0] https://pypi.org/project/ragie/1.13.0 - .

β€Ždocs/models/answerstep.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
| `type` | *Optional[Literal["answer"]]* | :heavy_minus_sign: | N/A |
99
| `think` | *str* | :heavy_check_mark: | N/A |
1010
| `current_question` | *str* | :heavy_check_mark: | N/A |
11+
| `errored` | *Optional[bool]* | :heavy_minus_sign: | N/A |
1112
| `other_resolved_question_ids` | List[*str*] | :heavy_minus_sign: | A list of question ids that are no longer relevant to the current answer referenced by their IDs. |
1213
| `answer` | [models.Answer](../models/answer.md) | :heavy_check_mark: | N/A |
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# CodeInterpreterOutput
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
8+
| `id` | *str* | :heavy_check_mark: | The unique ID of the code interpreter tool call. |
9+
| `code` | *str* | :heavy_check_mark: | The code executed by the code interpreter. |
10+
| `container_id` | *str* | :heavy_check_mark: | The ID of the container used to run the code. |
11+
| `outputs` | List[[models.CodeInterpreterOutputLogs](../models/codeinterpreteroutputlogs.md)] | :heavy_check_mark: | The outputs generated by the code interpreter, such as logs or images. |
12+
| `type` | *Optional[Literal["code_interpreter_output"]]* | :heavy_minus_sign: | N/A |
13+
| `status` | [Optional[models.CodeInterpreterOutputStatus]](../models/codeinterpreteroutputstatus.md) | :heavy_minus_sign: | N/A |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CodeInterpreterOutputLogs
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ |
8+
| `logs` | *str* | :heavy_check_mark: | The logs output from the code interpreter. |
9+
| `type` | *Optional[Literal["logs"]]* | :heavy_minus_sign: | N/A |
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# CodeInterpreterOutputStatus
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| -------------- | -------------- |
8+
| `IN_PROGRESS` | in_progress |
9+
| `INTERPRETING` | interpreting |
10+
| `COMPLETED` | completed |
11+
| `INCOMPLETE` | incomplete |
12+
| `FAILED` | failed |

0 commit comments

Comments
Β (0)