Skip to content

Commit 8617c19

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.488.0
1 parent f353a02 commit 8617c19

File tree

436 files changed

+271
-16475
lines changed

Some content is hidden

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

436 files changed

+271
-16475
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 408 deletions
Large diffs are not rendered by default.

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ sources:
1010
- "2.0"
1111
orq-ai-sdk-python:
1212
sourceNamespace: orq-ai-sdk-python
13-
sourceRevisionDigest: sha256:fac9908f5496e07fb93e6b38ede6e95e74598a18b064a0c994159aad11586e26
14-
sourceBlobDigest: sha256:0dfdc3a9483acfbe24d02199977e59bc1e36e4d3852920ecab9300217a5fb1e2
13+
sourceRevisionDigest: sha256:138036b0b0394a8e48cc99a8cb1754392940c4e67846fdae0fc7c5a8466c12c4
14+
sourceBlobDigest: sha256:a22f48d1fdb44a5f79f1120e342bd4b48195a074f04b1ba3c06ffc0e458f9b2d
1515
tags:
1616
- latest
17-
- speakeasy-sdk-regen-1739307191
17+
- speakeasy-sdk-regen-1739309630
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:fac9908f5496e07fb93e6b38ede6e95e74598a18b064a0c994159aad11586e26
31-
sourceBlobDigest: sha256:0dfdc3a9483acfbe24d02199977e59bc1e36e4d3852920ecab9300217a5fb1e2
30+
sourceRevisionDigest: sha256:138036b0b0394a8e48cc99a8cb1754392940c4e67846fdae0fc7c5a8466c12c4
31+
sourceBlobDigest: sha256:a22f48d1fdb44a5f79f1120e342bd4b48195a074f04b1ba3c06ffc0e458f9b2d
3232
codeSamplesNamespace: orq-ai-sdk-python-code-samples
33-
codeSamplesRevisionDigest: sha256:93bc3518a42ea7ff36c0209501a1e747cf7dbc42d446acce7abdedc15467672a
33+
codeSamplesRevisionDigest: sha256:2df88f08e10be07999655d50cb4029ebf572c99a563a30d06ed1617bd1af911e
3434
workflow:
3535
workflowVersion: 1.0.0
3636
speakeasyVersion: latest

README.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -212,21 +212,12 @@ with Orq(
212212

213213
### [files](docs/sdks/files/README.md)
214214

215-
* [upload](docs/sdks/files/README.md#upload) - Upload file
215+
* [create](docs/sdks/files/README.md#create) - Create file
216216
* [list](docs/sdks/files/README.md#list) - List all files
217-
* [get](docs/sdks/files/README.md#get) - Get file by ID
217+
* [get](docs/sdks/files/README.md#get) - Retrieve a file
218218
* [delete](docs/sdks/files/README.md#delete) - Delete file
219219

220220

221-
### [prompt_snippets](docs/sdks/promptsnippets/README.md)
222-
223-
* [list](docs/sdks/promptsnippets/README.md#list) - List all prompts snippets
224-
* [create](docs/sdks/promptsnippets/README.md#create) - Create a prompt snippet
225-
* [update](docs/sdks/promptsnippets/README.md#update) - Update a prompt snippet
226-
* [delete](docs/sdks/promptsnippets/README.md#delete) - Delete a prompt snippet
227-
* [get](docs/sdks/promptsnippets/README.md#get) - Retrieve a prompt snippet
228-
* [get_by_key](docs/sdks/promptsnippets/README.md#get_by_key) - Retrieve a prompt snippet by key
229-
230221
### [prompts](docs/sdks/prompts/README.md)
231222

232223
* [list](docs/sdks/prompts/README.md#list) - List all prompts
@@ -237,9 +228,9 @@ with Orq(
237228
* [list_versions](docs/sdks/prompts/README.md#list_versions) - List all prompt versions
238229
* [get_version](docs/sdks/prompts/README.md#get_version) - Retrieve a prompt version
239230

240-
### [remoteconfig](docs/sdks/remoteconfig/README.md)
231+
### [remoteconfigs](docs/sdks/remoteconfigs/README.md)
241232

242-
* [get_config](docs/sdks/remoteconfig/README.md#get_config) - Get Configurations
233+
* [retrieve](docs/sdks/remoteconfigs/README.md#retrieve) - Retrieve a remote config
243234

244235
</details>
245236
<!-- End Available Resources and Operations [operations] -->
@@ -298,7 +289,7 @@ with Orq(
298289
api_key=os.getenv("ORQ_API_KEY", ""),
299290
) as orq:
300291

301-
res = orq.files.upload()
292+
res = orq.files.create()
302293

303294
assert res is not None
304295

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,14 @@ Based on:
6868
### Generated
6969
- [python v3.1.3] .
7070
### Releases
71-
- [PyPI v3.1.3] https://pypi.org/project/orq-ai-sdk/3.1.3 - .
71+
- [PyPI v3.1.3] https://pypi.org/project/orq-ai-sdk/3.1.3 - .
72+
73+
## 2025-02-11 21:33:33
74+
### Changes
75+
Based on:
76+
- OpenAPI Doc
77+
- Speakeasy CLI 1.488.0 (2.506.0) https://github.com/speakeasy-api/speakeasy
78+
### Generated
79+
- [python v3.1.4] .
80+
### Releases
81+
- [PyPI v3.1.4] https://pypi.org/project/orq-ai-sdk/3.1.4 - .

docs/models/createpromptmetadata.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
8-
| `use_cases` | List[[models.CreatePromptUseCases](../models/createpromptusecases.md)] | :heavy_minus_sign: | A list of use cases that the prompt is meant to be used for. Use this field to categorize the prompt for your own purpose |
9-
| `language` | [Optional[models.CreatePromptLanguage]](../models/createpromptlanguage.md) | :heavy_minus_sign: | The language that the prompt is written in. Use this field to categorize the prompt for your own purpose |
8+
| `use_cases` | List[[models.UseCases](../models/usecases.md)] | :heavy_minus_sign: | A list of use cases that the prompt is meant to be used for. Use this field to categorize the prompt for your own purpose |
9+
| `language` | [Optional[models.Language]](../models/language.md) | :heavy_minus_sign: | The language that the prompt is written in. Use this field to categorize the prompt for your own purpose |

docs/models/createpromptpromptconfig.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ A list of messages compatible with the openAI schema
77

88
| Field | Type | Required | Description |
99
| ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
10-
| `messages` | List[[models.CreatePromptMessages](../models/createpromptmessages.md)] | :heavy_check_mark: | N/A |
10+
| `messages` | List[[models.CreatePromptPromptsMessages](../models/createpromptpromptsmessages.md)] | :heavy_check_mark: | N/A |
1111
| `stream` | *Optional[bool]* | :heavy_minus_sign: | N/A |
1212
| `model` | *Optional[str]* | :heavy_minus_sign: | N/A |
13+
| `model_db_id` | *Optional[str]* | :heavy_minus_sign: | The id of the resource |
1314
| `model_type` | [Optional[models.CreatePromptModelType]](../models/createpromptmodeltype.md) | :heavy_minus_sign: | The type of the model |
1415
| `model_parameters` | [Optional[models.CreatePromptModelParameters]](../models/createpromptmodelparameters.md) | :heavy_minus_sign: | Model Parameters: Not all parameters apply to every model |
1516
| `provider` | [Optional[models.CreatePromptProvider]](../models/createpromptprovider.md) | :heavy_minus_sign: | N/A |
17+
| `integration_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The id of the resource |
1618
| `version` | *Optional[str]* | :heavy_minus_sign: | N/A |

docs/models/createpromptpromptsencodingformat.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/models/createpromptpromptsformat.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/models/createpromptpromptslanguage.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

docs/models/createpromptpromptsmetadata.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
8-
| `use_cases` | List[[models.CreatePromptPromptsUseCases](../models/createpromptpromptsusecases.md)] | :heavy_minus_sign: | A list of use cases that the prompt is meant to be used for. Use this field to categorize the prompt for your own purpose |
9-
| `language` | [Optional[models.CreatePromptPromptsLanguage]](../models/createpromptpromptslanguage.md) | :heavy_minus_sign: | The language that the prompt is written in. Use this field to categorize the prompt for your own purpose |
8+
| `use_cases` | List[[models.CreatePromptUseCases](../models/createpromptusecases.md)] | :heavy_minus_sign: | A list of use cases that the prompt is meant to be used for. Use this field to categorize the prompt for your own purpose |
9+
| `language` | [Optional[models.CreatePromptLanguage]](../models/createpromptlanguage.md) | :heavy_minus_sign: | The language that the prompt is written in. Use this field to categorize the prompt for your own purpose |

0 commit comments

Comments
 (0)