Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.456.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Dec 18, 2024
1 parent 4281d30 commit 4f6976b
Show file tree
Hide file tree
Showing 968 changed files with 86,241 additions and 494 deletions.
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ sources:
- "2.0"
orq-ai-prerelease-node:
sourceNamespace: orq-ai-prerelease-node
sourceRevisionDigest: sha256:87607e22f29eeca57e8505e742e27c6d0908eb785ee3255bc4f1ea60fbc0e333
sourceBlobDigest: sha256:50e17411344ec12e10192e00c84c37f0cd6dadb1de208b2cd85aeabb994ada5b
sourceRevisionDigest: sha256:caed97647554e40bd42840f0cafbfcab8c3917206f4dea54c5f0321dac48063a
sourceBlobDigest: sha256:681ec46f6a6da4f5b0517da2ea671dd014626d4882afc16d2fd1fd50fbe3c8b4
tags:
- latest
- speakeasy-sdk-regen-1734470268
- speakeasy-sdk-regen-1734515635
- "2.0"
targets:
orq-ai-node:
Expand All @@ -27,10 +27,10 @@ targets:
orq-ai-prerelease-node:
source: orq-ai-prerelease-node
sourceNamespace: orq-ai-prerelease-node
sourceRevisionDigest: sha256:87607e22f29eeca57e8505e742e27c6d0908eb785ee3255bc4f1ea60fbc0e333
sourceBlobDigest: sha256:50e17411344ec12e10192e00c84c37f0cd6dadb1de208b2cd85aeabb994ada5b
sourceRevisionDigest: sha256:caed97647554e40bd42840f0cafbfcab8c3917206f4dea54c5f0321dac48063a
sourceBlobDigest: sha256:681ec46f6a6da4f5b0517da2ea671dd014626d4882afc16d2fd1fd50fbe3c8b4
codeSamplesNamespace: orq-ai-prerelease-node-typescript-code-samples
codeSamplesRevisionDigest: sha256:7e4f085e2be04e4a7bef3c8d169ed3494706583299cf4613912a5ef82d6b926b
codeSamplesRevisionDigest: sha256:373ff856e1b7a82aa64eada22a5d9b6c4fd45aa834f3dab3fb7e6a38ff75550a
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
923 changes: 920 additions & 3 deletions packages/orq-rc/.speakeasy/gen.lock

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions packages/orq-rc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,27 @@ run();
* [bulkUpload](docs/sdks/files/README.md#bulkupload) - Bulk upload file


### [prompt](docs/sdks/prompt/README.md)


#### [prompt.snippets](docs/sdks/snippets/README.md)

* [findOne](docs/sdks/snippets/README.md#findone) - Get one prompt snippet

#### [prompt.templates](docs/sdks/templates/README.md)

* [getAll](docs/sdks/templates/README.md#getall) - Get all prompt templates

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

* [create](docs/sdks/prompts/README.md#create) - Create a new prompt
* [createVersion](docs/sdks/prompts/README.md#createversion) - Create a new prompt version
* [delete](docs/sdks/prompts/README.md#delete) - Delete a prompt
* [getOne](docs/sdks/prompts/README.md#getone) - Get one prompt
* [update](docs/sdks/prompts/README.md#update) - Update a prompt
* [duplicate](docs/sdks/prompts/README.md#duplicate) - Duplicate a prompt
* [getAll](docs/sdks/prompts/README.md#getall) - Get all prompts

### [remoteconfig](docs/sdks/remoteconfig/README.md)

* [getConfig](docs/sdks/remoteconfig/README.md#getconfig) - Get Configurations
Expand Down Expand Up @@ -205,6 +226,15 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
- [`feedbackCreate`](docs/sdks/feedback/README.md#create) - Submit feedback
- [`filesBulkUpload`](docs/sdks/files/README.md#bulkupload) - Bulk upload file
- [`filesUpload`](docs/sdks/files/README.md#upload) - Upload file
- [`promptsCreate`](docs/sdks/prompts/README.md#create) - Create a new prompt
- [`promptsCreateVersion`](docs/sdks/prompts/README.md#createversion) - Create a new prompt version
- [`promptsDelete`](docs/sdks/prompts/README.md#delete) - Delete a prompt
- [`promptsDuplicate`](docs/sdks/prompts/README.md#duplicate) - Duplicate a prompt
- [`promptsGetAll`](docs/sdks/prompts/README.md#getall) - Get all prompts
- [`promptsGetOne`](docs/sdks/prompts/README.md#getone) - Get one prompt
- [`promptSnippetsFindOne`](docs/sdks/snippets/README.md#findone) - Get one prompt snippet
- [`promptsUpdate`](docs/sdks/prompts/README.md#update) - Update a prompt
- [`promptTemplatesGetAll`](docs/sdks/templates/README.md#getall) - Get all prompt templates
- [`remoteconfigGetConfig`](docs/sdks/remoteconfig/README.md#getconfig) - Get Configurations

</details>
Expand Down
12 changes: 11 additions & 1 deletion packages/orq-rc/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,14 @@ Based on:
### Generated
- [typescript v1.32.0-rc.5] packages/orq-rc
### Releases
- [NPM v1.32.0-rc.5] https://www.npmjs.com/package/@orq-ai/node/v/1.32.0-rc.5 - packages/orq-rc
- [NPM v1.32.0-rc.5] https://www.npmjs.com/package/@orq-ai/node/v/1.32.0-rc.5 - packages/orq-rc

## 2024-12-18 09:53:52
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.456.0 (2.481.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v1.32.0-rc.6] packages/orq-rc
### Releases
- [NPM v1.32.0-rc.6] https://www.npmjs.com/package/@orq-ai/node/v/1.32.0-rc.6 - packages/orq-rc
2 changes: 1 addition & 1 deletion packages/orq-rc/docs/models/components/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const value: components.Two[] = [
{
type: "image_url",
imageUrl: {
url: "https://insistent-markup.biz",
url: "https://ashamed-distinction.net",
},
},
];
Expand Down
2 changes: 1 addition & 1 deletion packages/orq-rc/docs/models/components/content2.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const value: components.Two1 = {
const value: components.Deployments22 = {
type: "image_url",
imageUrl: {
url: "https://frequent-wriggler.biz",
url: "https://worldly-apricot.com/",
},
};
```
Expand Down
2 changes: 1 addition & 1 deletion packages/orq-rc/docs/models/components/deployments22.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Deployments22 } from "@orq-ai/node/models/components";
let value: Deployments22 = {
type: "image_url",
imageUrl: {
url: "https://subdued-widow.org/",
url: "https://crooked-in-joke.biz/",
},
};
```
Expand Down
6 changes: 4 additions & 2 deletions packages/orq-rc/docs/models/components/deploymentscontent.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ const value: string = "<value>";
```typescript
const value: components.Content2[] = [
{
type: "text",
text: "<value>",
type: "image_url",
imageUrl: {
url: "https://artistic-impostor.org/",
},
},
];
```
Expand Down
2 changes: 1 addition & 1 deletion packages/orq-rc/docs/models/components/deploymentsrole.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The role of the prompt message
```typescript
import { DeploymentsRole } from "@orq-ai/node/models/components";

let value: DeploymentsRole = "user";
let value: DeploymentsRole = "correction";
```

## Values
Expand Down
2 changes: 1 addition & 1 deletion packages/orq-rc/docs/models/components/imageurl.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import { ImageUrl } from "@orq-ai/node/models/components";

let value: ImageUrl = {
url: "https://incomparable-coil.name",
url: "https://authorized-transom.info",
};
```

Expand Down
2 changes: 1 addition & 1 deletion packages/orq-rc/docs/models/components/inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const value: string = "<value>";
### `number`

```typescript
const value: number = 6184.80;
const value: number = 442.61;
```

### `boolean`
Expand Down
11 changes: 9 additions & 2 deletions packages/orq-rc/docs/models/components/messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@
import { Messages } from "@orq-ai/node/models/components";

let value: Messages = {
role: "expected_output",
content: "<value>",
role: "user",
content: [
{
type: "image_url",
imageUrl: {
url: "https://jam-packed-traditionalism.com/",
},
},
],
};
```

Expand Down
2 changes: 1 addition & 1 deletion packages/orq-rc/docs/models/components/prefixmessages.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import { PrefixMessages } from "@orq-ai/node/models/components";

let value: PrefixMessages = {
role: "prompt",
role: "user",
content: "<value>",
};
```
Expand Down
2 changes: 1 addition & 1 deletion packages/orq-rc/docs/models/components/role.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The role of the prompt message
```typescript
import { Role } from "@orq-ai/node/models/components";

let value: Role = "expected_output";
let value: Role = "correction";
```

## Values
Expand Down
2 changes: 1 addition & 1 deletion packages/orq-rc/docs/models/components/two.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const value: components.One = {
const value: components.Two2 = {
type: "image_url",
imageUrl: {
url: "https://excellent-petticoat.biz/",
url: "https://better-bonnet.name",
},
};
```
Expand Down
2 changes: 1 addition & 1 deletion packages/orq-rc/docs/models/components/two2.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Two2 } from "@orq-ai/node/models/components";
let value: Two2 = {
type: "image_url",
imageUrl: {
url: "https://wrong-baseboard.net/",
url: "https://key-soup.biz/",
},
};
```
Expand Down
2 changes: 1 addition & 1 deletion packages/orq-rc/docs/models/components/twoimageurl.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import { TwoImageUrl } from "@orq-ai/node/models/components";

let value: TwoImageUrl = {
url: "https://vain-archaeology.biz",
url: "https://silky-order.org",
};
```

Expand Down
2 changes: 1 addition & 1 deletion packages/orq-rc/docs/models/components/userid.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ const value: string = "<value>";
### `number`

```typescript
const value: number = 6897.68;
const value: number = 618.93;
```

17 changes: 17 additions & 0 deletions packages/orq-rc/docs/models/errors/updatepromptresponsebody.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# UpdatePromptResponseBody

Prompt not found.

## Example Usage

```typescript
import { UpdatePromptResponseBody } from "@orq-ai/node/models/errors";

// No examples available for this model
```

## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `message` | *string* | :heavy_check_mark: | N/A |
21 changes: 21 additions & 0 deletions packages/orq-rc/docs/models/operations/createprompt21.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# CreatePrompt21

Text content part of a prompt message

## Example Usage

```typescript
import { CreatePrompt21 } from "@orq-ai/node/models/operations";

let value: CreatePrompt21 = {
type: "text",
text: "<value>",
};
```

## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| `type` | [operations.CreatePrompt2Type](../../models/operations/createprompt2type.md) | :heavy_check_mark: | N/A |
| `text` | *string* | :heavy_check_mark: | N/A |
23 changes: 23 additions & 0 deletions packages/orq-rc/docs/models/operations/createprompt22.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# CreatePrompt22

The image part of the prompt message. Only supported with vision models.

## Example Usage

```typescript
import { CreatePrompt22 } from "@orq-ai/node/models/operations";

let value: CreatePrompt22 = {
type: "image_url",
imageUrl: {
url: "https://thorough-scale.org/",
},
};
```

## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
| `type` | [operations.CreatePrompt2PromptsType](../../models/operations/createprompt2promptstype.md) | :heavy_check_mark: | N/A |
| `imageUrl` | [operations.CreatePrompt2ImageUrl](../../models/operations/createprompt2imageurl.md) | :heavy_check_mark: | N/A |
18 changes: 18 additions & 0 deletions packages/orq-rc/docs/models/operations/createprompt2imageurl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# CreatePrompt2ImageUrl

## Example Usage

```typescript
import { CreatePrompt2ImageUrl } from "@orq-ai/node/models/operations";

let value: CreatePrompt2ImageUrl = {
url: "https://intent-adult.org",
};
```

## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
| `url` | *string* | :heavy_check_mark: | Either a URL of the image or the base64 encoded data URI. |
| `detail` | *string* | :heavy_minus_sign: | Specifies the detail level of the image. Currently only supported with OpenAI models |
21 changes: 21 additions & 0 deletions packages/orq-rc/docs/models/operations/createprompt2prompts1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# CreatePrompt2Prompts1

Text content part of a prompt message

## Example Usage

```typescript
import { CreatePrompt2Prompts1 } from "@orq-ai/node/models/operations";

let value: CreatePrompt2Prompts1 = {
type: "text",
text: "<value>",
};
```

## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| `type` | [operations.CreatePrompt2PromptsResponseType](../../models/operations/createprompt2promptsresponsetype.md) | :heavy_check_mark: | N/A |
| `text` | *string* | :heavy_check_mark: | N/A |
23 changes: 23 additions & 0 deletions packages/orq-rc/docs/models/operations/createprompt2prompts2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# CreatePrompt2Prompts2

The image part of the prompt message. Only supported with vision models.

## Example Usage

```typescript
import { CreatePrompt2Prompts2 } from "@orq-ai/node/models/operations";

let value: CreatePrompt2Prompts2 = {
type: "image_url",
imageUrl: {
url: "https://scientific-mentor.com/",
},
};
```

## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| `type` | [operations.CreatePrompt2PromptsResponse200Type](../../models/operations/createprompt2promptsresponse200type.md) | :heavy_check_mark: | N/A |
| `imageUrl` | [operations.CreatePrompt2PromptsImageUrl](../../models/operations/createprompt2promptsimageurl.md) | :heavy_check_mark: | N/A |
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# CreatePrompt2PromptsImageUrl

## Example Usage

```typescript
import { CreatePrompt2PromptsImageUrl } from "@orq-ai/node/models/operations";

let value: CreatePrompt2PromptsImageUrl = {
url: "https://right-heartbeat.org/",
};
```

## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
| `id` | *string* | :heavy_minus_sign: | The orq.ai id of the image |
| `url` | *string* | :heavy_check_mark: | Either a URL of the image or the base64 encoded data URI. |
| `detail` | *string* | :heavy_minus_sign: | Specifies the detail level of the image. Currently only supported with OpenAI models |
Loading

0 comments on commit 4f6976b

Please sign in to comment.