Skip to content

Commit f5263de

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.546.1
1 parent fa6aaf4 commit f5263de

File tree

75 files changed

+634
-367
lines changed

Some content is hidden

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

75 files changed

+634
-367
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
**/__pycache__/
2+
**/.speakeasy/temp/
3+
**/.speakeasy/logs/
14
.speakeasy/temp/
25
.speakeasy/reports
36
.venv/

.speakeasy/gen.lock

Lines changed: 61 additions & 274 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ generation:
1111
parameterOrderingFeb2024: true
1212
requestResponseComponentNamesFeb2024: true
1313
securityFeb2025: false
14+
sharedErrorComponentsApr2025: false
1415
auth:
1516
oAuth2ClientCredentialsEnabled: true
1617
oAuth2PasswordEnabled: false
@@ -43,8 +44,10 @@ python:
4344
inputModelSuffix: input
4445
maxMethodParams: 15
4546
methodArguments: infer-optional-args
47+
moduleName: ""
4648
outputModelSuffix: output
4749
packageName: orq-ai-sdk
50+
pytestFilterWarnings: []
4851
pytestTimeout: 0
4952
responseFormat: flat
5053
templateVersion: v2

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.546.0
1+
speakeasyVersion: 1.546.1
22
sources:
33
orq-ai-sdk-prerelease-python:
44
sourceNamespace: orq-ai-sdk-prerelease-python
@@ -10,11 +10,11 @@ sources:
1010
- "2.0"
1111
orq-ai-sdk-python:
1212
sourceNamespace: orq-ai-sdk-python
13-
sourceRevisionDigest: sha256:85d44b33311528ef942f8c20260642279d43f53189a3169d1e5731c599d99f25
14-
sourceBlobDigest: sha256:9fd5fa2259b3d985d29d9a558aa81fa25efda2955ecdcf959388a66471eb7d97
13+
sourceRevisionDigest: sha256:0f22ae4850c28a63cdf6f6c74509799993f67b2a1bb299e19755700e25b6cb8b
14+
sourceBlobDigest: sha256:4d3b49038e44097b6b8edeed8277b6271f335ec26557a9043ff0b48d556a17d9
1515
tags:
1616
- latest
17-
- speakeasy-sdk-regen-1745440156
17+
- speakeasy-sdk-regen-1747469095
1818
- "2.0"
1919
targets:
2020
orq-ai-sdk-prerelease-python:
@@ -27,10 +27,10 @@ targets:
2727
orq-ai-sdk-python:
2828
source: orq-ai-sdk-python
2929
sourceNamespace: orq-ai-sdk-python
30-
sourceRevisionDigest: sha256:85d44b33311528ef942f8c20260642279d43f53189a3169d1e5731c599d99f25
31-
sourceBlobDigest: sha256:9fd5fa2259b3d985d29d9a558aa81fa25efda2955ecdcf959388a66471eb7d97
30+
sourceRevisionDigest: sha256:0f22ae4850c28a63cdf6f6c74509799993f67b2a1bb299e19755700e25b6cb8b
31+
sourceBlobDigest: sha256:4d3b49038e44097b6b8edeed8277b6271f335ec26557a9043ff0b48d556a17d9
3232
codeSamplesNamespace: orq-ai-sdk-python-code-samples
33-
codeSamplesRevisionDigest: sha256:87c558b9f3f035fdff0b172f66149f7351328ab14dba007e638ff32497168931
33+
codeSamplesRevisionDigest: sha256:f6437ac10a3184de727a458a5cf51db19b78ba0654f6f18fb4a1bd1279edf196
3434
workflow:
3535
workflowVersion: 1.0.0
3636
speakeasyVersion: latest

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Developer-friendly & type-safe Python SDK specifically catered to leverage *orq-
1212
<!-- Start Summary [summary] -->
1313
## Summary
1414

15-
[Dev] orq.ai API: orq.ai API documentation
15+
orq.ai API: orq.ai API documentation
1616

1717
For more information about the API: [orq.ai Documentation](https://docs.orq.ai)
1818
<!-- End Summary [summary] -->
@@ -253,6 +253,10 @@ with Orq(
253253
* [delete_chunk](docs/sdks/knowledge/README.md#delete_chunk) - Delete a chunk
254254
* [retrieve_chunk](docs/sdks/knowledge/README.md#retrieve_chunk) - Retrieve a chunk
255255

256+
### [models](docs/sdks/models/README.md)
257+
258+
* [list](docs/sdks/models/README.md#list) - List models
259+
256260

257261
### [prompts](docs/sdks/prompts/README.md)
258262

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,4 +408,14 @@ Based on:
408408
### Generated
409409
- [python v3.4.3] .
410410
### Releases
411-
- [PyPI v3.4.3] https://pypi.org/project/orq-ai-sdk/3.4.3 - .
411+
- [PyPI v3.4.3] https://pypi.org/project/orq-ai-sdk/3.4.3 - .
412+
413+
## 2025-05-17 08:04:35
414+
### Changes
415+
Based on:
416+
- OpenAPI Doc
417+
- Speakeasy CLI 1.546.1 (2.604.2) https://github.com/speakeasy-api/speakeasy
418+
### Generated
419+
- [python v3.5.11] .
420+
### Releases
421+
- [PyPI v3.5.11] https://pypi.org/project/orq-ai-sdk/3.5.11 - .

docs/models/bulkcreatedatapointsdatasetsmessages.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
88
| `role` | [models.BulkCreateDatapointsDatasetsRole](../models/bulkcreatedatapointsdatasetsrole.md) | :heavy_check_mark: | The role of the prompt message |
99
| `content` | [models.BulkCreateDatapointsDatasetsContent](../models/bulkcreatedatapointsdatasetscontent.md) | :heavy_check_mark: | The contents of the user message. Either the text content of the message or an array of content parts with a defined type, each can be of type `text` or `image_url` when passing in images. You can pass multiple images by adding multiple `image_url` content parts. |
10-
| `tool_calls` | List[[models.BulkCreateDatapointsDatasetsToolCalls](../models/bulkcreatedatapointsdatasetstoolcalls.md)] | :heavy_minus_sign: | N/A |
10+
| `tool_calls` | List[[models.BulkCreateDatapointsDatasetsToolCalls](../models/bulkcreatedatapointsdatasetstoolcalls.md)] | :heavy_minus_sign: | N/A |
11+
| `tool_call_id` | *Optional[str]* | :heavy_minus_sign: | N/A |

docs/models/bulkcreatedatapointsmessages.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
88
| `role` | [models.BulkCreateDatapointsRole](../models/bulkcreatedatapointsrole.md) | :heavy_check_mark: | The role of the prompt message |
99
| `content` | [models.BulkCreateDatapointsContent](../models/bulkcreatedatapointscontent.md) | :heavy_check_mark: | The contents of the user message. Either the text content of the message or an array of content parts with a defined type, each can be of type `text` or `image_url` when passing in images. You can pass multiple images by adding multiple `image_url` content parts. |
10-
| `tool_calls` | List[[models.BulkCreateDatapointsToolCalls](../models/bulkcreatedatapointstoolcalls.md)] | :heavy_minus_sign: | N/A |
10+
| `tool_calls` | List[[models.BulkCreateDatapointsToolCalls](../models/bulkcreatedatapointstoolcalls.md)] | :heavy_minus_sign: | N/A |
11+
| `tool_call_id` | *Optional[str]* | :heavy_minus_sign: | N/A |

0 commit comments

Comments
 (0)