Skip to content

Commit ea5741e

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.456.0
1 parent 8f73f04 commit ea5741e

File tree

935 files changed

+36146
-146
lines changed

Some content is hidden

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

935 files changed

+36146
-146
lines changed

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ speakeasyVersion: 1.456.0
22
sources:
33
orq-ai-sdk-prerelease-python:
44
sourceNamespace: orq-ai-sdk-prerelease-python
5-
sourceRevisionDigest: sha256:ddde6a2051ffdb41723fad3a9926396369a873bc9a5fc451801d4644287a0b07
6-
sourceBlobDigest: sha256:50e17411344ec12e10192e00c84c37f0cd6dadb1de208b2cd85aeabb994ada5b
5+
sourceRevisionDigest: sha256:cd9fce3d5790523b41825eacb7a15a8b29a8fdeab078766361b842bae3b6ea07
6+
sourceBlobDigest: sha256:681ec46f6a6da4f5b0517da2ea671dd014626d4882afc16d2fd1fd50fbe3c8b4
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1734470266
9+
- speakeasy-sdk-regen-1734515639
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:ddde6a2051ffdb41723fad3a9926396369a873bc9a5fc451801d4644287a0b07
24-
sourceBlobDigest: sha256:50e17411344ec12e10192e00c84c37f0cd6dadb1de208b2cd85aeabb994ada5b
23+
sourceRevisionDigest: sha256:cd9fce3d5790523b41825eacb7a15a8b29a8fdeab078766361b842bae3b6ea07
24+
sourceBlobDigest: sha256:681ec46f6a6da4f5b0517da2ea671dd014626d4882afc16d2fd1fd50fbe3c8b4
2525
codeSamplesNamespace: orq-ai-sdk-prerelease-python-code-samples
26-
codeSamplesRevisionDigest: sha256:12e0a7aea54872770fa97d9cbaa28ccbd660442d81bb67d78b3a50a8fa855977
26+
codeSamplesRevisionDigest: sha256:d297b08cdede175cfec9bb1e714e178a5ed159fd4e7a1fa270557037401d007c
2727
orq-ai-sdk-python:
2828
source: orq-ai-sdk-python
2929
sourceNamespace: orq-ai-sdk-python

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

Lines changed: 910 additions & 3 deletions
Large diffs are not rendered by default.

packages/orq-rc/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,27 @@ with Orq(
184184
* [bulk_upload](docs/sdks/files/README.md#bulk_upload) - Bulk upload file
185185

186186

187+
### [prompt](docs/sdks/prompt/README.md)
188+
189+
190+
#### [prompt.snippets](docs/sdks/snippets/README.md)
191+
192+
* [find_one](docs/sdks/snippets/README.md#find_one) - Get one prompt snippet
193+
194+
#### [prompt.templates](docs/sdks/templates/README.md)
195+
196+
* [get_all](docs/sdks/templates/README.md#get_all) - Get all prompt templates
197+
198+
### [prompts](docs/sdks/prompts/README.md)
199+
200+
* [create](docs/sdks/prompts/README.md#create) - Create a new prompt
201+
* [create_version](docs/sdks/prompts/README.md#create_version) - Create a new prompt version
202+
* [delete](docs/sdks/prompts/README.md#delete) - Delete a prompt
203+
* [get_one](docs/sdks/prompts/README.md#get_one) - Get one prompt
204+
* [update](docs/sdks/prompts/README.md#update) - Update a prompt
205+
* [duplicate](docs/sdks/prompts/README.md#duplicate) - Duplicate a prompt
206+
* [get_all](docs/sdks/prompts/README.md#get_all) - Get all prompts
207+
187208
### [remoteconfig](docs/sdks/remoteconfig/README.md)
188209

189210
* [get_config](docs/sdks/remoteconfig/README.md#get_config) - Get Configurations

packages/orq-rc/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,14 @@ Based on:
2828
### Generated
2929
- [python v1.32.0-rc.5] packages/orq-rc
3030
### Releases
31-
- [PyPI v1.32.0-rc.5] https://pypi.org/project/orq-ai-sdk/1.32.0-rc.5 - packages/orq-rc
31+
- [PyPI v1.32.0-rc.5] https://pypi.org/project/orq-ai-sdk/1.32.0-rc.5 - packages/orq-rc
32+
33+
## 2024-12-18 09:53:55
34+
### Changes
35+
Based on:
36+
- OpenAPI Doc
37+
- Speakeasy CLI 1.456.0 (2.481.0) https://github.com/speakeasy-api/speakeasy
38+
### Generated
39+
- [python v1.32.0-rc.6] packages/orq-rc
40+
### Releases
41+
- [PyPI v1.32.0-rc.6] https://pypi.org/project/orq-ai-sdk/1.32.0-rc.6 - packages/orq-rc
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CreatePrompt21
2+
3+
Text content part of a prompt message
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
10+
| `type` | [models.CreatePrompt2Type](../models/createprompt2type.md) | :heavy_check_mark: | N/A |
11+
| `text` | *str* | :heavy_check_mark: | N/A |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CreatePrompt22
2+
3+
The image part of the prompt message. Only supported with vision models.
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ |
10+
| `type` | [models.CreatePrompt2PromptsType](../models/createprompt2promptstype.md) | :heavy_check_mark: | N/A |
11+
| `image_url` | [models.CreatePrompt2ImageURL](../models/createprompt2imageurl.md) | :heavy_check_mark: | N/A |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CreatePrompt2ImageURL
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
8+
| `url` | *str* | :heavy_check_mark: | Either a URL of the image or the base64 encoded data URI. |
9+
| `detail` | *Optional[str]* | :heavy_minus_sign: | Specifies the detail level of the image. Currently only supported with OpenAI models |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CreatePrompt2Prompts1
2+
3+
Text content part of a prompt message
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
10+
| `type` | [models.CreatePrompt2PromptsResponseType](../models/createprompt2promptsresponsetype.md) | :heavy_check_mark: | N/A |
11+
| `text` | *str* | :heavy_check_mark: | N/A |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CreatePrompt2Prompts2
2+
3+
The image part of the prompt message. Only supported with vision models.
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
10+
| `type` | [models.CreatePrompt2PromptsResponse200Type](../models/createprompt2promptsresponse200type.md) | :heavy_check_mark: | N/A |
11+
| `image_url` | [models.CreatePrompt2PromptsImageURL](../models/createprompt2promptsimageurl.md) | :heavy_check_mark: | N/A |
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# CreatePrompt2PromptsImageURL
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
8+
| `url` | *str* | :heavy_check_mark: | Either a URL of the image or the base64 encoded data URI. |
9+
| `id` | *Optional[str]* | :heavy_minus_sign: | The orq.ai id of the image |
10+
| `detail` | *Optional[str]* | :heavy_minus_sign: | Specifies the detail level of the image. Currently only supported with OpenAI models |

0 commit comments

Comments
 (0)