Skip to content

Commit 6cd682b

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.545.0
1 parent 7212ab9 commit 6cd682b

File tree

167 files changed

+2619
-526
lines changed

Some content is hidden

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

167 files changed

+2619
-526
lines changed

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.538.0
1+
speakeasyVersion: 1.545.0
22
sources:
33
orq-ai-sdk-prerelease-python:
44
sourceNamespace: orq-ai-sdk-prerelease-python
5-
sourceRevisionDigest: sha256:2320291b6f7306e9ac1795746bec7f1bffed6a28f299e2a2cfdb9741e9e688e0
6-
sourceBlobDigest: sha256:0054dbbe0546d7bbde12581a1907833702eab3206f95cc6e78d9bdcb25cf63be
5+
sourceRevisionDigest: sha256:4db9b1423aa0e5ac0b1e252392b884e22d66db4dd71c16fb27a90d9086841965
6+
sourceBlobDigest: sha256:226b987030785f92f915e85e659bb1fab586af5cb72de6522eb480b416291add
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1745477070
9+
- speakeasy-sdk-regen-1747295195
1010
- "2.0"
1111
orq-ai-sdk-python:
1212
sourceNamespace: orq-ai-sdk-python
@@ -20,10 +20,10 @@ targets:
2020
orq-ai-sdk-prerelease-python:
2121
source: orq-ai-sdk-prerelease-python
2222
sourceNamespace: orq-ai-sdk-prerelease-python
23-
sourceRevisionDigest: sha256:2320291b6f7306e9ac1795746bec7f1bffed6a28f299e2a2cfdb9741e9e688e0
24-
sourceBlobDigest: sha256:0054dbbe0546d7bbde12581a1907833702eab3206f95cc6e78d9bdcb25cf63be
23+
sourceRevisionDigest: sha256:4db9b1423aa0e5ac0b1e252392b884e22d66db4dd71c16fb27a90d9086841965
24+
sourceBlobDigest: sha256:226b987030785f92f915e85e659bb1fab586af5cb72de6522eb480b416291add
2525
codeSamplesNamespace: orq-ai-sdk-prerelease-python-code-samples
26-
codeSamplesRevisionDigest: sha256:fc8c4ceeba220857073b7d5272fa81ad966bc1ee819f501af77c9e61040efab9
26+
codeSamplesRevisionDigest: sha256:7907484d84bd450ac03657dae6172e97346f6218bf1b70e3fcf8650664358c8f
2727
orq-ai-sdk-python:
2828
source: orq-ai-sdk-python
2929
sourceNamespace: orq-ai-sdk-python

packages/orq-rc/.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/

packages/orq-rc/.speakeasy/gen.lock

Lines changed: 84 additions & 27 deletions
Large diffs are not rendered by default.

packages/orq-rc/.speakeasy/gen.yaml

Lines changed: 1 addition & 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

packages/orq-rc/README.md

Lines changed: 7 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] -->
@@ -205,6 +205,7 @@ with Orq(
205205
* [retrieve](docs/sdks/datasets/README.md#retrieve) - Retrieve a dataset
206206
* [update](docs/sdks/datasets/README.md#update) - Update a dataset
207207
* [delete](docs/sdks/datasets/README.md#delete) - Delete a dataset
208+
* [create_experiment](docs/sdks/datasets/README.md#create_experiment) - Create an experiment from a dataset
208209
* [list_datapoints](docs/sdks/datasets/README.md#list_datapoints) - List datapoints
209210
* [create_datapoint](docs/sdks/datasets/README.md#create_datapoint) - Create a datapoint
210211
* [retrieve_datapoint](docs/sdks/datasets/README.md#retrieve_datapoint) - Retrieve a datapoint
@@ -219,6 +220,7 @@ with Orq(
219220
* [get_config](docs/sdks/deploymentssdk/README.md#get_config) - Get config
220221
* [invoke](docs/sdks/deploymentssdk/README.md#invoke) - Invoke
221222
* [stream](docs/sdks/deploymentssdk/README.md#stream) - Stream
223+
* [create_experiment](docs/sdks/deploymentssdk/README.md#create_experiment) - Create an experiment from a deployment
222224

223225
#### [deployments.metrics](docs/sdks/metrics/README.md)
224226

@@ -253,6 +255,10 @@ with Orq(
253255
* [delete_chunk](docs/sdks/knowledge/README.md#delete_chunk) - Delete a chunk
254256
* [retrieve_chunk](docs/sdks/knowledge/README.md#retrieve_chunk) - Retrieve a chunk
255257

258+
### [models](docs/sdks/models/README.md)
259+
260+
* [list](docs/sdks/models/README.md#list) - List models
261+
256262

257263
### [prompts](docs/sdks/prompts/README.md)
258264

packages/orq-rc/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1208,4 +1208,14 @@ Based on:
12081208
### Generated
12091209
- [python v3.5.0-rc.3] packages/orq-rc
12101210
### Releases
1211-
- [PyPI v3.5.0-rc.3] https://pypi.org/project/orq-ai-sdk/3.5.0-rc.3 - packages/orq-rc
1211+
- [PyPI v3.5.0-rc.3] https://pypi.org/project/orq-ai-sdk/3.5.0-rc.3 - packages/orq-rc
1212+
1213+
## 2025-05-15 07:46:15
1214+
### Changes
1215+
Based on:
1216+
- OpenAPI Doc
1217+
- Speakeasy CLI 1.545.0 (2.599.0) https://github.com/speakeasy-api/speakeasy
1218+
### Generated
1219+
- [python v3.6.0-rc.7] packages/orq-rc
1220+
### Releases
1221+
- [PyPI v3.6.0-rc.7] https://pypi.org/project/orq-ai-sdk/3.6.0-rc.7 - packages/orq-rc

packages/orq-rc/docs/models/assistantmessage.md

Lines changed: 11 additions & 8 deletions
Large diffs are not rendered by default.

packages/orq-rc/docs/models/choicesassistantmessage.md

Lines changed: 11 additions & 8 deletions
Large diffs are not rendered by default.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CreateDatasetExperimentRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ |
8+
| `dataset_id` | *str* | :heavy_check_mark: | N/A |
9+
| `request_body` | [Optional[models.CreateDatasetExperimentRequestBody]](../models/createdatasetexperimentrequestbody.md) | :heavy_minus_sign: | N/A |
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# CreateDatasetExperimentRequestBody
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
8+
| `experiment_key` | *str* | :heavy_check_mark: | The unique key of the experiment | |
9+
| `evaluators` | List[*str*] | :heavy_minus_sign: | The list of evaluators to use for the experiment. You can apply multiple evaluators to the same experiment. By default we always consider latency and cost as evaluators. | |
10+
| `path` | *Optional[str]* | :heavy_minus_sign: | The path where the experiment needs to be stored. If not provided, the experiment will be stored in the same path of the dataset used for the experiment. | Default/Experiments |
11+
| `model_ids` | List[*str*] | :heavy_minus_sign: | The list of model ids to use for the experiment. | |
12+
| `type` | [models.CreateDatasetExperimentType](../models/createdatasetexperimenttype.md) | :heavy_check_mark: | N/A | |
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# CreateDatasetExperimentResponseBody
2+
3+
Experiment created
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| --------------------------------------------------- | --------------------------------------------------- | --------------------------------------------------- | --------------------------------------------------- |
10+
| `url` | *str* | :heavy_check_mark: | The url of the experiment run that was just created |
11+
| `experiment_id` | *str* | :heavy_check_mark: | The unique identifier of the experiment |
12+
| `experiment_run_id` | *str* | :heavy_check_mark: | The unique identifier of the experiment run |
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# CreateDatasetExperimentType
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| -------------------- | -------------------- |
8+
| `DATASET_EXPERIMENT` | dataset_experiment |

packages/orq-rc/docs/models/createdatasetrequestbody.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
| Field | Type | Required | Description | Example |
77
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
88
| `display_name` | *str* | :heavy_check_mark: | The display name of the dataset | |
9-
| `path` | *str* | :heavy_check_mark: | The path where the entity is stored in the project structure. The first element of the path always represents the project name. Any subsequent path element after the project will be created as a folder in the project if it does not exists. | Customer Service/Billing/Refund |
9+
| `path` | *str* | :heavy_check_mark: | The path where the entity is stored in the project structure. The first element of the path always represents the project name. Any subsequent path element after the project will be created as a folder in the project if it does not exists. | Default |

0 commit comments

Comments
 (0)