@orq-ai/node 4.0.0-rc.31 → 4.0.0-rc.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/bin/mcp-server.js +539 -527
- package/bin/mcp-server.js.map +53 -53
- package/docs/sdks/deployments/README.md +43 -43
- package/examples/package-lock.json +2 -10
- package/funcs/deploymentsInvoke.d.ts +1 -1
- package/funcs/deploymentsInvoke.d.ts.map +1 -1
- package/funcs/deploymentsInvoke.js +1 -1
- package/funcs/deploymentsInvoke.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +2 -2
- package/mcp-server/server.js.map +1 -1
- package/mcp-server/tools/deploymentsInvoke.d.ts +1 -1
- package/mcp-server/tools/deploymentsInvoke.js +1 -1
- package/mcp-server/tools/deploymentsInvoke.js.map +1 -1
- package/models/components/index.d.ts +1 -1
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +1 -1
- package/models/components/index.js.map +1 -1
- package/models/components/{deployments.d.ts → invokedeploymentrequest.d.ts} +280 -266
- package/models/components/invokedeploymentrequest.d.ts.map +1 -0
- package/models/components/{deployments.js → invokedeploymentrequest.js} +377 -363
- package/models/components/invokedeploymentrequest.js.map +1 -0
- package/models/operations/createbudget.js +2 -2
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.js +8 -8
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.js +28 -28
- package/models/operations/createprompt.d.ts +2 -0
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +2 -0
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/createtool.js +10 -10
- package/models/operations/deploymentgetconfig.d.ts +42 -32
- package/models/operations/deploymentgetconfig.d.ts.map +1 -1
- package/models/operations/deploymentgetconfig.js +42 -42
- package/models/operations/deploymentgetconfig.js.map +1 -1
- package/models/operations/deploymentinvoke.d.ts +15 -15
- package/models/operations/deploymentinvoke.d.ts.map +1 -1
- package/models/operations/deploymentinvoke.js +17 -17
- package/models/operations/deploymentinvoke.js.map +1 -1
- package/models/operations/deployments.d.ts +1 -0
- package/models/operations/deployments.d.ts.map +1 -1
- package/models/operations/deployments.js +1 -0
- package/models/operations/deployments.js.map +1 -1
- package/models/operations/deploymentstream.d.ts +41 -32
- package/models/operations/deploymentstream.d.ts.map +1 -1
- package/models/operations/deploymentstream.js +42 -41
- package/models/operations/deploymentstream.js.map +1 -1
- package/models/operations/duplicatetool.js +10 -10
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/getallprompts.d.ts +1 -0
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +1 -0
- package/models/operations/getallprompts.js.map +1 -1
- package/models/operations/getalltools.js +10 -10
- package/models/operations/getbudget.js +2 -2
- package/models/operations/getevals.js +28 -28
- package/models/operations/getoneprompt.d.ts +1 -0
- package/models/operations/getoneprompt.d.ts.map +1 -1
- package/models/operations/getoneprompt.js +1 -0
- package/models/operations/getoneprompt.js.map +1 -1
- package/models/operations/getpromptversion.d.ts +1 -0
- package/models/operations/getpromptversion.d.ts.map +1 -1
- package/models/operations/getpromptversion.js +1 -0
- package/models/operations/getpromptversion.js.map +1 -1
- package/models/operations/listbudgets.js +2 -2
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.js +8 -8
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- package/models/operations/listpromptversions.d.ts +1 -0
- package/models/operations/listpromptversions.d.ts.map +1 -1
- package/models/operations/listpromptversions.js +1 -0
- package/models/operations/listpromptversions.js.map +1 -1
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrievedatapoint.js +8 -8
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/retrievetool.js +10 -10
- package/models/operations/searchknowledge.d.ts +41 -32
- package/models/operations/searchknowledge.d.ts.map +1 -1
- package/models/operations/searchknowledge.js +40 -40
- package/models/operations/searchknowledge.js.map +1 -1
- package/models/operations/syncmcptool.js +10 -10
- package/models/operations/updatebudget.js +2 -2
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updatedatapoint.js +8 -8
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.js +28 -28
- package/models/operations/updateprompt.d.ts +2 -0
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +2 -0
- package/models/operations/updateprompt.js.map +1 -1
- package/models/operations/updatetool.js +10 -10
- package/package.json +3 -6
- package/sdk/deployments.d.ts +7 -7
- package/sdk/deployments.d.ts.map +1 -1
- package/sdk/deployments.js +9 -9
- package/sdk/deployments.js.map +1 -1
- package/src/funcs/deploymentsInvoke.ts +3 -3
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +2 -2
- package/src/mcp-server/tools/deploymentsInvoke.ts +1 -1
- package/src/models/components/index.ts +1 -1
- package/src/models/components/{deployments.ts → invokedeploymentrequest.ts} +822 -728
- package/src/models/operations/createbudget.ts +2 -2
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +8 -8
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +28 -28
- package/src/models/operations/createprompt.ts +2 -0
- package/src/models/operations/createtool.ts +10 -10
- package/src/models/operations/deploymentgetconfig.ts +78 -66
- package/src/models/operations/deploymentinvoke.ts +35 -35
- package/src/models/operations/deployments.ts +1 -0
- package/src/models/operations/deploymentstream.ts +80 -78
- package/src/models/operations/duplicatetool.ts +10 -10
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/getallprompts.ts +1 -0
- package/src/models/operations/getalltools.ts +10 -10
- package/src/models/operations/getbudget.ts +2 -2
- package/src/models/operations/getevals.ts +28 -28
- package/src/models/operations/getoneprompt.ts +1 -0
- package/src/models/operations/getpromptversion.ts +1 -0
- package/src/models/operations/listbudgets.ts +2 -2
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +8 -8
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/listpromptversions.ts +1 -0
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +8 -8
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/retrievetool.ts +10 -10
- package/src/models/operations/searchknowledge.ts +79 -70
- package/src/models/operations/syncmcptool.ts +10 -10
- package/src/models/operations/updatebudget.ts +2 -2
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +8 -8
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +28 -28
- package/src/models/operations/updateprompt.ts +2 -0
- package/src/models/operations/updatetool.ts +10 -10
- package/src/sdk/deployments.ts +17 -17
- package/models/components/deployments.d.ts.map +0 -1
- package/models/components/deployments.js.map +0 -1
|
@@ -5,22 +5,22 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
|
5
5
|
/**
|
|
6
6
|
* The role of the messages author, in this case tool.
|
|
7
7
|
*/
|
|
8
|
-
export declare const
|
|
8
|
+
export declare const InvokeDeploymentRequestPrefixMessages5Role: {
|
|
9
9
|
readonly Tool: "tool";
|
|
10
10
|
};
|
|
11
11
|
/**
|
|
12
12
|
* The role of the messages author, in this case tool.
|
|
13
13
|
*/
|
|
14
|
-
export type
|
|
14
|
+
export type InvokeDeploymentRequestPrefixMessages5Role = ClosedEnum<typeof InvokeDeploymentRequestPrefixMessages5Role>;
|
|
15
15
|
/**
|
|
16
16
|
* The contents of the tool message.
|
|
17
17
|
*/
|
|
18
|
-
export type
|
|
18
|
+
export type InvokeDeploymentRequestPrefixMessagesContent = string | Array<string>;
|
|
19
19
|
export type ToolMessage = {
|
|
20
20
|
/**
|
|
21
21
|
* The role of the messages author, in this case tool.
|
|
22
22
|
*/
|
|
23
|
-
role:
|
|
23
|
+
role: InvokeDeploymentRequestPrefixMessages5Role;
|
|
24
24
|
/**
|
|
25
25
|
* The contents of the tool message.
|
|
26
26
|
*/
|
|
@@ -33,18 +33,18 @@ export type ToolMessage = {
|
|
|
33
33
|
/**
|
|
34
34
|
* The type of the content part.
|
|
35
35
|
*/
|
|
36
|
-
export declare const
|
|
36
|
+
export declare const InvokeDeploymentRequest2PrefixMessages4ContentType: {
|
|
37
37
|
readonly Refusal: "refusal";
|
|
38
38
|
};
|
|
39
39
|
/**
|
|
40
40
|
* The type of the content part.
|
|
41
41
|
*/
|
|
42
|
-
export type
|
|
42
|
+
export type InvokeDeploymentRequest2PrefixMessages4ContentType = ClosedEnum<typeof InvokeDeploymentRequest2PrefixMessages4ContentType>;
|
|
43
43
|
export type RefusalContentPart = {
|
|
44
44
|
/**
|
|
45
45
|
* The type of the content part.
|
|
46
46
|
*/
|
|
47
|
-
type:
|
|
47
|
+
type: InvokeDeploymentRequest2PrefixMessages4ContentType;
|
|
48
48
|
/**
|
|
49
49
|
* The refusal message generated by the model.
|
|
50
50
|
*/
|
|
@@ -53,22 +53,22 @@ export type RefusalContentPart = {
|
|
|
53
53
|
/**
|
|
54
54
|
* The type of the content part.
|
|
55
55
|
*/
|
|
56
|
-
export declare const
|
|
56
|
+
export declare const InvokeDeploymentRequest2PrefixMessages4Type: {
|
|
57
57
|
readonly Text: "text";
|
|
58
58
|
};
|
|
59
59
|
/**
|
|
60
60
|
* The type of the content part.
|
|
61
61
|
*/
|
|
62
|
-
export type
|
|
63
|
-
export declare const
|
|
62
|
+
export type InvokeDeploymentRequest2PrefixMessages4Type = ClosedEnum<typeof InvokeDeploymentRequest2PrefixMessages4Type>;
|
|
63
|
+
export declare const InvokeDeploymentRequestAnnotationsType: {
|
|
64
64
|
readonly FilePath: "file_path";
|
|
65
65
|
};
|
|
66
|
-
export type
|
|
66
|
+
export type InvokeDeploymentRequestAnnotationsType = ClosedEnum<typeof InvokeDeploymentRequestAnnotationsType>;
|
|
67
67
|
export type FilePath = {
|
|
68
68
|
fileId: string;
|
|
69
69
|
};
|
|
70
70
|
export type Annotations2 = {
|
|
71
|
-
type:
|
|
71
|
+
type: InvokeDeploymentRequestAnnotationsType;
|
|
72
72
|
text: string;
|
|
73
73
|
filePath: FilePath;
|
|
74
74
|
startIndex: number;
|
|
@@ -94,7 +94,7 @@ export type TextContentPart = {
|
|
|
94
94
|
/**
|
|
95
95
|
* The type of the content part.
|
|
96
96
|
*/
|
|
97
|
-
type:
|
|
97
|
+
type: InvokeDeploymentRequest2PrefixMessages4Type;
|
|
98
98
|
/**
|
|
99
99
|
* The text content.
|
|
100
100
|
*/
|
|
@@ -112,13 +112,13 @@ export type PrefixMessagesContent = string | Array<TextContentPart | RefusalCont
|
|
|
112
112
|
/**
|
|
113
113
|
* The role of the messages author, in this case `assistant`.
|
|
114
114
|
*/
|
|
115
|
-
export declare const
|
|
115
|
+
export declare const InvokeDeploymentRequestPrefixMessages4Role: {
|
|
116
116
|
readonly Assistant: "assistant";
|
|
117
117
|
};
|
|
118
118
|
/**
|
|
119
119
|
* The role of the messages author, in this case `assistant`.
|
|
120
120
|
*/
|
|
121
|
-
export type
|
|
121
|
+
export type InvokeDeploymentRequestPrefixMessages4Role = ClosedEnum<typeof InvokeDeploymentRequestPrefixMessages4Role>;
|
|
122
122
|
/**
|
|
123
123
|
* Data about a previous audio response from the model.
|
|
124
124
|
*/
|
|
@@ -171,7 +171,7 @@ export type AssistantMessage = {
|
|
|
171
171
|
/**
|
|
172
172
|
* The role of the messages author, in this case `assistant`.
|
|
173
173
|
*/
|
|
174
|
-
role:
|
|
174
|
+
role: InvokeDeploymentRequestPrefixMessages4Role;
|
|
175
175
|
/**
|
|
176
176
|
* An optional name for the participant. Provides the model information to differentiate between participants of the same role.
|
|
177
177
|
*/
|
|
@@ -200,23 +200,23 @@ export type AssistantMessage = {
|
|
|
200
200
|
/**
|
|
201
201
|
* The role of the messages author, in this case `user`.
|
|
202
202
|
*/
|
|
203
|
-
export declare const
|
|
203
|
+
export declare const InvokeDeploymentRequestPrefixMessagesRole: {
|
|
204
204
|
readonly User: "user";
|
|
205
205
|
};
|
|
206
206
|
/**
|
|
207
207
|
* The role of the messages author, in this case `user`.
|
|
208
208
|
*/
|
|
209
|
-
export type
|
|
209
|
+
export type InvokeDeploymentRequestPrefixMessagesRole = ClosedEnum<typeof InvokeDeploymentRequestPrefixMessagesRole>;
|
|
210
210
|
/**
|
|
211
211
|
* The type of the content part. Always `file`.
|
|
212
212
|
*/
|
|
213
|
-
export declare const
|
|
213
|
+
export declare const InvokeDeploymentRequest2PrefixMessagesType: {
|
|
214
214
|
readonly File: "file";
|
|
215
215
|
};
|
|
216
216
|
/**
|
|
217
217
|
* The type of the content part. Always `file`.
|
|
218
218
|
*/
|
|
219
|
-
export type
|
|
219
|
+
export type InvokeDeploymentRequest2PrefixMessagesType = ClosedEnum<typeof InvokeDeploymentRequest2PrefixMessagesType>;
|
|
220
220
|
/**
|
|
221
221
|
* File data for the content part. Must contain either file_data or uri, but not both.
|
|
222
222
|
*/
|
|
@@ -242,16 +242,16 @@ export type Four = {
|
|
|
242
242
|
/**
|
|
243
243
|
* The type of the content part. Always `file`.
|
|
244
244
|
*/
|
|
245
|
-
type:
|
|
245
|
+
type: InvokeDeploymentRequest2PrefixMessagesType;
|
|
246
246
|
/**
|
|
247
247
|
* File data for the content part. Must contain either file_data or uri, but not both.
|
|
248
248
|
*/
|
|
249
249
|
file: FileT;
|
|
250
250
|
};
|
|
251
|
-
export declare const
|
|
251
|
+
export declare const InvokeDeploymentRequest2Type: {
|
|
252
252
|
readonly InputAudio: "input_audio";
|
|
253
253
|
};
|
|
254
|
-
export type
|
|
254
|
+
export type InvokeDeploymentRequest2Type = ClosedEnum<typeof InvokeDeploymentRequest2Type>;
|
|
255
255
|
/**
|
|
256
256
|
* The format of the encoded audio data. Currently supports `wav` and `mp3`.
|
|
257
257
|
*/
|
|
@@ -273,8 +273,8 @@ export type InputAudio = {
|
|
|
273
273
|
*/
|
|
274
274
|
format: Format;
|
|
275
275
|
};
|
|
276
|
-
export type
|
|
277
|
-
type:
|
|
276
|
+
export type Three = {
|
|
277
|
+
type: InvokeDeploymentRequest2Type;
|
|
278
278
|
inputAudio: InputAudio;
|
|
279
279
|
};
|
|
280
280
|
export declare const TwoType: {
|
|
@@ -307,24 +307,24 @@ export type Two2 = {
|
|
|
307
307
|
type: TwoType;
|
|
308
308
|
imageUrl: ImageUrl;
|
|
309
309
|
};
|
|
310
|
-
export declare const
|
|
310
|
+
export declare const InvokeDeploymentRequest2PrefixMessages3Type: {
|
|
311
311
|
readonly Text: "text";
|
|
312
312
|
};
|
|
313
|
-
export type
|
|
314
|
-
export type
|
|
315
|
-
type:
|
|
313
|
+
export type InvokeDeploymentRequest2PrefixMessages3Type = ClosedEnum<typeof InvokeDeploymentRequest2PrefixMessages3Type>;
|
|
314
|
+
export type InvokeDeploymentRequest21 = {
|
|
315
|
+
type: InvokeDeploymentRequest2PrefixMessages3Type;
|
|
316
316
|
text: string;
|
|
317
317
|
};
|
|
318
|
-
export type Two =
|
|
318
|
+
export type Two = InvokeDeploymentRequest21 | Two2 | Three | Four;
|
|
319
319
|
/**
|
|
320
320
|
* The contents of the user message.
|
|
321
321
|
*/
|
|
322
|
-
export type Content = string | Array<
|
|
322
|
+
export type Content = string | Array<InvokeDeploymentRequest21 | Two2 | Three | Four>;
|
|
323
323
|
export type UserMessage = {
|
|
324
324
|
/**
|
|
325
325
|
* The role of the messages author, in this case `user`.
|
|
326
326
|
*/
|
|
327
|
-
role:
|
|
327
|
+
role: InvokeDeploymentRequestPrefixMessagesRole;
|
|
328
328
|
/**
|
|
329
329
|
* An optional name for the participant. Provides the model information to differentiate between participants of the same role.
|
|
330
330
|
*/
|
|
@@ -332,7 +332,7 @@ export type UserMessage = {
|
|
|
332
332
|
/**
|
|
333
333
|
* The contents of the user message.
|
|
334
334
|
*/
|
|
335
|
-
content: string | Array<
|
|
335
|
+
content: string | Array<InvokeDeploymentRequest21 | Two2 | Three | Four>;
|
|
336
336
|
};
|
|
337
337
|
/**
|
|
338
338
|
* The role of the messages author, in this case `system`.
|
|
@@ -386,22 +386,22 @@ export type PrefixMessages = ToolMessage | DeveloperMessage | SystemMessage | Us
|
|
|
386
386
|
/**
|
|
387
387
|
* The role of the messages author, in this case tool.
|
|
388
388
|
*/
|
|
389
|
-
export declare const
|
|
389
|
+
export declare const InvokeDeploymentRequestMessages5Role: {
|
|
390
390
|
readonly Tool: "tool";
|
|
391
391
|
};
|
|
392
392
|
/**
|
|
393
393
|
* The role of the messages author, in this case tool.
|
|
394
394
|
*/
|
|
395
|
-
export type
|
|
395
|
+
export type InvokeDeploymentRequestMessages5Role = ClosedEnum<typeof InvokeDeploymentRequestMessages5Role>;
|
|
396
396
|
/**
|
|
397
397
|
* The contents of the tool message.
|
|
398
398
|
*/
|
|
399
|
-
export type
|
|
399
|
+
export type InvokeDeploymentRequestMessages5Content = string | Array<string>;
|
|
400
400
|
export type MessagesToolMessage = {
|
|
401
401
|
/**
|
|
402
402
|
* The role of the messages author, in this case tool.
|
|
403
403
|
*/
|
|
404
|
-
role:
|
|
404
|
+
role: InvokeDeploymentRequestMessages5Role;
|
|
405
405
|
/**
|
|
406
406
|
* The contents of the tool message.
|
|
407
407
|
*/
|
|
@@ -414,18 +414,18 @@ export type MessagesToolMessage = {
|
|
|
414
414
|
/**
|
|
415
415
|
* The type of the content part.
|
|
416
416
|
*/
|
|
417
|
-
export declare const
|
|
417
|
+
export declare const InvokeDeploymentRequest2Messages4ContentType: {
|
|
418
418
|
readonly Refusal: "refusal";
|
|
419
419
|
};
|
|
420
420
|
/**
|
|
421
421
|
* The type of the content part.
|
|
422
422
|
*/
|
|
423
|
-
export type
|
|
423
|
+
export type InvokeDeploymentRequest2Messages4ContentType = ClosedEnum<typeof InvokeDeploymentRequest2Messages4ContentType>;
|
|
424
424
|
export type TwoRefusalContentPart = {
|
|
425
425
|
/**
|
|
426
426
|
* The type of the content part.
|
|
427
427
|
*/
|
|
428
|
-
type:
|
|
428
|
+
type: InvokeDeploymentRequest2Messages4ContentType;
|
|
429
429
|
/**
|
|
430
430
|
* The refusal message generated by the model.
|
|
431
431
|
*/
|
|
@@ -434,48 +434,48 @@ export type TwoRefusalContentPart = {
|
|
|
434
434
|
/**
|
|
435
435
|
* The type of the content part.
|
|
436
436
|
*/
|
|
437
|
-
export declare const
|
|
437
|
+
export declare const InvokeDeploymentRequest2Messages4Type: {
|
|
438
438
|
readonly Text: "text";
|
|
439
439
|
};
|
|
440
440
|
/**
|
|
441
441
|
* The type of the content part.
|
|
442
442
|
*/
|
|
443
|
-
export type
|
|
444
|
-
export declare const
|
|
443
|
+
export type InvokeDeploymentRequest2Messages4Type = ClosedEnum<typeof InvokeDeploymentRequest2Messages4Type>;
|
|
444
|
+
export declare const InvokeDeploymentRequestAnnotationsMessages4Type: {
|
|
445
445
|
readonly FilePath: "file_path";
|
|
446
446
|
};
|
|
447
|
-
export type
|
|
447
|
+
export type InvokeDeploymentRequestAnnotationsMessages4Type = ClosedEnum<typeof InvokeDeploymentRequestAnnotationsMessages4Type>;
|
|
448
448
|
export type AnnotationsFilePath = {
|
|
449
449
|
fileId: string;
|
|
450
450
|
};
|
|
451
|
-
export type
|
|
452
|
-
type:
|
|
451
|
+
export type InvokeDeploymentRequestAnnotations2 = {
|
|
452
|
+
type: InvokeDeploymentRequestAnnotationsMessages4Type;
|
|
453
453
|
text: string;
|
|
454
454
|
filePath: AnnotationsFilePath;
|
|
455
455
|
startIndex: number;
|
|
456
456
|
endIndex: number;
|
|
457
457
|
};
|
|
458
|
-
export declare const
|
|
458
|
+
export declare const InvokeDeploymentRequestAnnotationsMessagesType: {
|
|
459
459
|
readonly FileCitation: "file_citation";
|
|
460
460
|
};
|
|
461
|
-
export type
|
|
461
|
+
export type InvokeDeploymentRequestAnnotationsMessagesType = ClosedEnum<typeof InvokeDeploymentRequestAnnotationsMessagesType>;
|
|
462
462
|
export type AnnotationsFileCitation = {
|
|
463
463
|
fileId: string;
|
|
464
464
|
quote?: string | undefined;
|
|
465
465
|
};
|
|
466
|
-
export type
|
|
467
|
-
type:
|
|
466
|
+
export type InvokeDeploymentRequestAnnotations1 = {
|
|
467
|
+
type: InvokeDeploymentRequestAnnotationsMessagesType;
|
|
468
468
|
text: string;
|
|
469
469
|
fileCitation: AnnotationsFileCitation;
|
|
470
470
|
startIndex: number;
|
|
471
471
|
endIndex: number;
|
|
472
472
|
};
|
|
473
|
-
export type TwoAnnotations =
|
|
473
|
+
export type TwoAnnotations = InvokeDeploymentRequestAnnotations1 | InvokeDeploymentRequestAnnotations2;
|
|
474
474
|
export type TwoTextContentPart = {
|
|
475
475
|
/**
|
|
476
476
|
* The type of the content part.
|
|
477
477
|
*/
|
|
478
|
-
type:
|
|
478
|
+
type: InvokeDeploymentRequest2Messages4Type;
|
|
479
479
|
/**
|
|
480
480
|
* The text content.
|
|
481
481
|
*/
|
|
@@ -483,23 +483,23 @@ export type TwoTextContentPart = {
|
|
|
483
483
|
/**
|
|
484
484
|
* Annotations for the text content.
|
|
485
485
|
*/
|
|
486
|
-
annotations?: Array<
|
|
486
|
+
annotations?: Array<InvokeDeploymentRequestAnnotations1 | InvokeDeploymentRequestAnnotations2> | undefined;
|
|
487
487
|
};
|
|
488
|
-
export type
|
|
488
|
+
export type InvokeDeploymentRequestContentMessages2 = TwoTextContentPart | TwoRefusalContentPart;
|
|
489
489
|
/**
|
|
490
490
|
* The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
|
|
491
491
|
*/
|
|
492
|
-
export type
|
|
492
|
+
export type InvokeDeploymentRequestMessagesContent = string | Array<TwoTextContentPart | TwoRefusalContentPart>;
|
|
493
493
|
/**
|
|
494
494
|
* The role of the messages author, in this case `assistant`.
|
|
495
495
|
*/
|
|
496
|
-
export declare const
|
|
496
|
+
export declare const InvokeDeploymentRequestMessages4Role: {
|
|
497
497
|
readonly Assistant: "assistant";
|
|
498
498
|
};
|
|
499
499
|
/**
|
|
500
500
|
* The role of the messages author, in this case `assistant`.
|
|
501
501
|
*/
|
|
502
|
-
export type
|
|
502
|
+
export type InvokeDeploymentRequestMessages4Role = ClosedEnum<typeof InvokeDeploymentRequestMessages4Role>;
|
|
503
503
|
/**
|
|
504
504
|
* Data about a previous audio response from the model.
|
|
505
505
|
*/
|
|
@@ -552,7 +552,7 @@ export type MessagesAssistantMessage = {
|
|
|
552
552
|
/**
|
|
553
553
|
* The role of the messages author, in this case `assistant`.
|
|
554
554
|
*/
|
|
555
|
-
role:
|
|
555
|
+
role: InvokeDeploymentRequestMessages4Role;
|
|
556
556
|
/**
|
|
557
557
|
* An optional name for the participant. Provides the model information to differentiate between participants of the same role.
|
|
558
558
|
*/
|
|
@@ -581,23 +581,23 @@ export type MessagesAssistantMessage = {
|
|
|
581
581
|
/**
|
|
582
582
|
* The role of the messages author, in this case `user`.
|
|
583
583
|
*/
|
|
584
|
-
export declare const
|
|
584
|
+
export declare const InvokeDeploymentRequestMessages3Role: {
|
|
585
585
|
readonly User: "user";
|
|
586
586
|
};
|
|
587
587
|
/**
|
|
588
588
|
* The role of the messages author, in this case `user`.
|
|
589
589
|
*/
|
|
590
|
-
export type
|
|
590
|
+
export type InvokeDeploymentRequestMessages3Role = ClosedEnum<typeof InvokeDeploymentRequestMessages3Role>;
|
|
591
591
|
/**
|
|
592
592
|
* The type of the content part. Always `file`.
|
|
593
593
|
*/
|
|
594
|
-
export declare const
|
|
594
|
+
export declare const InvokeDeploymentRequest2Messages3Content4Type: {
|
|
595
595
|
readonly File: "file";
|
|
596
596
|
};
|
|
597
597
|
/**
|
|
598
598
|
* The type of the content part. Always `file`.
|
|
599
599
|
*/
|
|
600
|
-
export type
|
|
600
|
+
export type InvokeDeploymentRequest2Messages3Content4Type = ClosedEnum<typeof InvokeDeploymentRequest2Messages3Content4Type>;
|
|
601
601
|
/**
|
|
602
602
|
* File data for the content part. Must contain either file_data or uri, but not both.
|
|
603
603
|
*/
|
|
@@ -623,16 +623,16 @@ export type Two4 = {
|
|
|
623
623
|
/**
|
|
624
624
|
* The type of the content part. Always `file`.
|
|
625
625
|
*/
|
|
626
|
-
type:
|
|
626
|
+
type: InvokeDeploymentRequest2Messages3Content4Type;
|
|
627
627
|
/**
|
|
628
628
|
* File data for the content part. Must contain either file_data or uri, but not both.
|
|
629
629
|
*/
|
|
630
630
|
file: TwoFile;
|
|
631
631
|
};
|
|
632
|
-
export declare const
|
|
632
|
+
export declare const InvokeDeploymentRequest2Messages3ContentType: {
|
|
633
633
|
readonly InputAudio: "input_audio";
|
|
634
634
|
};
|
|
635
|
-
export type
|
|
635
|
+
export type InvokeDeploymentRequest2Messages3ContentType = ClosedEnum<typeof InvokeDeploymentRequest2Messages3ContentType>;
|
|
636
636
|
/**
|
|
637
637
|
* The format of the encoded audio data. Currently supports `wav` and `mp3`.
|
|
638
638
|
*/
|
|
@@ -655,13 +655,13 @@ export type TwoInputAudio = {
|
|
|
655
655
|
format: TwoFormat;
|
|
656
656
|
};
|
|
657
657
|
export type Two3 = {
|
|
658
|
-
type:
|
|
658
|
+
type: InvokeDeploymentRequest2Messages3ContentType;
|
|
659
659
|
inputAudio: TwoInputAudio;
|
|
660
660
|
};
|
|
661
|
-
export declare const
|
|
661
|
+
export declare const InvokeDeploymentRequest2Messages3Type: {
|
|
662
662
|
readonly ImageUrl: "image_url";
|
|
663
663
|
};
|
|
664
|
-
export type
|
|
664
|
+
export type InvokeDeploymentRequest2Messages3Type = ClosedEnum<typeof InvokeDeploymentRequest2Messages3Type>;
|
|
665
665
|
/**
|
|
666
666
|
* Specifies the detail level of the image.
|
|
667
667
|
*/
|
|
@@ -684,28 +684,28 @@ export type TwoImageUrl = {
|
|
|
684
684
|
*/
|
|
685
685
|
detail?: TwoDetail | undefined;
|
|
686
686
|
};
|
|
687
|
-
export type
|
|
688
|
-
type:
|
|
687
|
+
export type InvokeDeploymentRequest22 = {
|
|
688
|
+
type: InvokeDeploymentRequest2Messages3Type;
|
|
689
689
|
imageUrl: TwoImageUrl;
|
|
690
690
|
};
|
|
691
|
-
export declare const
|
|
691
|
+
export declare const InvokeDeploymentRequest2MessagesType: {
|
|
692
692
|
readonly Text: "text";
|
|
693
693
|
};
|
|
694
|
-
export type
|
|
694
|
+
export type InvokeDeploymentRequest2MessagesType = ClosedEnum<typeof InvokeDeploymentRequest2MessagesType>;
|
|
695
695
|
export type Two1 = {
|
|
696
|
-
type:
|
|
696
|
+
type: InvokeDeploymentRequest2MessagesType;
|
|
697
697
|
text: string;
|
|
698
698
|
};
|
|
699
|
-
export type
|
|
699
|
+
export type InvokeDeploymentRequestContent2 = Two1 | InvokeDeploymentRequest22 | Two3 | Two4;
|
|
700
700
|
/**
|
|
701
701
|
* The contents of the user message.
|
|
702
702
|
*/
|
|
703
|
-
export type MessagesContent = string | Array<Two1 |
|
|
703
|
+
export type MessagesContent = string | Array<Two1 | InvokeDeploymentRequest22 | Two3 | Two4>;
|
|
704
704
|
export type MessagesUserMessage = {
|
|
705
705
|
/**
|
|
706
706
|
* The role of the messages author, in this case `user`.
|
|
707
707
|
*/
|
|
708
|
-
role:
|
|
708
|
+
role: InvokeDeploymentRequestMessages3Role;
|
|
709
709
|
/**
|
|
710
710
|
* An optional name for the participant. Provides the model information to differentiate between participants of the same role.
|
|
711
711
|
*/
|
|
@@ -713,23 +713,23 @@ export type MessagesUserMessage = {
|
|
|
713
713
|
/**
|
|
714
714
|
* The contents of the user message.
|
|
715
715
|
*/
|
|
716
|
-
content: string | Array<Two1 |
|
|
716
|
+
content: string | Array<Two1 | InvokeDeploymentRequest22 | Two3 | Two4>;
|
|
717
717
|
};
|
|
718
718
|
/**
|
|
719
719
|
* The role of the messages author, in this case `system`.
|
|
720
720
|
*/
|
|
721
|
-
export declare const
|
|
721
|
+
export declare const InvokeDeploymentRequestMessagesRole: {
|
|
722
722
|
readonly System: "system";
|
|
723
723
|
};
|
|
724
724
|
/**
|
|
725
725
|
* The role of the messages author, in this case `system`.
|
|
726
726
|
*/
|
|
727
|
-
export type
|
|
727
|
+
export type InvokeDeploymentRequestMessagesRole = ClosedEnum<typeof InvokeDeploymentRequestMessagesRole>;
|
|
728
728
|
export type MessagesSystemMessage = {
|
|
729
729
|
/**
|
|
730
730
|
* The role of the messages author, in this case `system`.
|
|
731
731
|
*/
|
|
732
|
-
role:
|
|
732
|
+
role: InvokeDeploymentRequestMessagesRole;
|
|
733
733
|
/**
|
|
734
734
|
* The contents of the system message.
|
|
735
735
|
*/
|
|
@@ -821,14 +821,14 @@ export type OrNin = string | number | boolean;
|
|
|
821
821
|
/**
|
|
822
822
|
* Not in
|
|
823
823
|
*/
|
|
824
|
-
export type
|
|
824
|
+
export type InvokeDeploymentRequestOrNin = {
|
|
825
825
|
nin: Array<string | number | boolean>;
|
|
826
826
|
};
|
|
827
827
|
export type OrIn = string | number | boolean;
|
|
828
828
|
/**
|
|
829
829
|
* In
|
|
830
830
|
*/
|
|
831
|
-
export type
|
|
831
|
+
export type InvokeDeploymentRequestOrIn = {
|
|
832
832
|
in: Array<string | number | boolean>;
|
|
833
833
|
};
|
|
834
834
|
/**
|
|
@@ -849,30 +849,33 @@ export type OrLt = {
|
|
|
849
849
|
export type OrGte = {
|
|
850
850
|
gte: number;
|
|
851
851
|
};
|
|
852
|
-
|
|
852
|
+
/**
|
|
853
|
+
* Greater than
|
|
854
|
+
*/
|
|
855
|
+
export type OrGt = {
|
|
853
856
|
gt: number;
|
|
854
857
|
};
|
|
855
858
|
export type OrNe = string | number | boolean;
|
|
856
859
|
/**
|
|
857
860
|
* Not equal to
|
|
858
861
|
*/
|
|
859
|
-
export type
|
|
862
|
+
export type InvokeDeploymentRequestOrNe = {
|
|
860
863
|
ne: string | number | boolean;
|
|
861
864
|
};
|
|
862
865
|
export type OrEq = string | number | boolean;
|
|
863
866
|
/**
|
|
864
867
|
* Equal to
|
|
865
868
|
*/
|
|
866
|
-
export type
|
|
869
|
+
export type InvokeDeploymentRequestOrEq = {
|
|
867
870
|
eq: string | number | boolean;
|
|
868
871
|
};
|
|
869
|
-
export type Or =
|
|
872
|
+
export type Or = InvokeDeploymentRequestOrEq | InvokeDeploymentRequestOrNe | OrGt | OrGte | OrLt | OrLte | InvokeDeploymentRequestOrIn | InvokeDeploymentRequestOrNin | OrExists;
|
|
870
873
|
/**
|
|
871
874
|
* Or
|
|
872
875
|
*/
|
|
873
876
|
export type KnowledgeFilterOr = {
|
|
874
877
|
or: Array<{
|
|
875
|
-
[k: string]:
|
|
878
|
+
[k: string]: InvokeDeploymentRequestOrEq | InvokeDeploymentRequestOrNe | OrGt | OrGte | OrLt | OrLte | InvokeDeploymentRequestOrIn | InvokeDeploymentRequestOrNin | OrExists;
|
|
876
879
|
}>;
|
|
877
880
|
};
|
|
878
881
|
/**
|
|
@@ -885,14 +888,14 @@ export type AndNin = string | number | boolean;
|
|
|
885
888
|
/**
|
|
886
889
|
* Not in
|
|
887
890
|
*/
|
|
888
|
-
export type
|
|
891
|
+
export type InvokeDeploymentRequestAndNin = {
|
|
889
892
|
nin: Array<string | number | boolean>;
|
|
890
893
|
};
|
|
891
894
|
export type AndIn = string | number | boolean;
|
|
892
895
|
/**
|
|
893
896
|
* In
|
|
894
897
|
*/
|
|
895
|
-
export type
|
|
898
|
+
export type InvokeDeploymentRequestAndIn = {
|
|
896
899
|
in: Array<string | number | boolean>;
|
|
897
900
|
};
|
|
898
901
|
/**
|
|
@@ -913,30 +916,33 @@ export type AndLt = {
|
|
|
913
916
|
export type AndGte = {
|
|
914
917
|
gte: number;
|
|
915
918
|
};
|
|
916
|
-
|
|
919
|
+
/**
|
|
920
|
+
* Greater than
|
|
921
|
+
*/
|
|
922
|
+
export type AndGt = {
|
|
917
923
|
gt: number;
|
|
918
924
|
};
|
|
919
925
|
export type AndNe = string | number | boolean;
|
|
920
926
|
/**
|
|
921
927
|
* Not equal to
|
|
922
928
|
*/
|
|
923
|
-
export type
|
|
929
|
+
export type InvokeDeploymentRequestAndNe = {
|
|
924
930
|
ne: string | number | boolean;
|
|
925
931
|
};
|
|
926
932
|
export type AndEq = string | number | boolean;
|
|
927
933
|
/**
|
|
928
934
|
* Equal to
|
|
929
935
|
*/
|
|
930
|
-
export type
|
|
936
|
+
export type InvokeDeploymentRequestAndEq = {
|
|
931
937
|
eq: string | number | boolean;
|
|
932
938
|
};
|
|
933
|
-
export type And =
|
|
939
|
+
export type And = InvokeDeploymentRequestAndEq | InvokeDeploymentRequestAndNe | AndGt | AndGte | AndLt | AndLte | InvokeDeploymentRequestAndIn | InvokeDeploymentRequestAndNin | AndExists;
|
|
934
940
|
/**
|
|
935
941
|
* And
|
|
936
942
|
*/
|
|
937
943
|
export type KnowledgeFilterAnd = {
|
|
938
944
|
and: Array<{
|
|
939
|
-
[k: string]:
|
|
945
|
+
[k: string]: InvokeDeploymentRequestAndEq | InvokeDeploymentRequestAndNe | AndGt | AndGte | AndLt | AndLte | InvokeDeploymentRequestAndIn | InvokeDeploymentRequestAndNin | AndExists;
|
|
940
946
|
}>;
|
|
941
947
|
};
|
|
942
948
|
/**
|
|
@@ -977,7 +983,10 @@ export type Lt = {
|
|
|
977
983
|
export type Gte = {
|
|
978
984
|
gte: number;
|
|
979
985
|
};
|
|
980
|
-
|
|
986
|
+
/**
|
|
987
|
+
* Greater than
|
|
988
|
+
*/
|
|
989
|
+
export type Gt = {
|
|
981
990
|
gt: number;
|
|
982
991
|
};
|
|
983
992
|
export type Ne = string | number | boolean;
|
|
@@ -994,21 +1003,25 @@ export type Eq = string | number | boolean;
|
|
|
994
1003
|
export type OneEq = {
|
|
995
1004
|
eq: string | number | boolean;
|
|
996
1005
|
};
|
|
997
|
-
export type One = OneEq | OneNe |
|
|
1006
|
+
export type One = OneEq | OneNe | Gt | Gte | Lt | Lte | OneIn | OneNin | Exists;
|
|
998
1007
|
/**
|
|
999
1008
|
* A filter to apply to the knowledge base chunk metadata when using knowledge bases in the deployment.
|
|
1000
1009
|
*/
|
|
1001
1010
|
export type KnowledgeFilter = KnowledgeFilterAnd | KnowledgeFilterOr | {
|
|
1002
|
-
[k: string]: OneEq | OneNe |
|
|
1011
|
+
[k: string]: OneEq | OneNe | Gt | Gte | Lt | Lte | OneIn | OneNin | Exists;
|
|
1003
1012
|
};
|
|
1004
1013
|
/**
|
|
1005
1014
|
* The deployment request payload
|
|
1006
1015
|
*/
|
|
1007
|
-
export type
|
|
1016
|
+
export type InvokeDeploymentRequest = {
|
|
1008
1017
|
/**
|
|
1009
1018
|
* The deployment key to invoke
|
|
1010
1019
|
*/
|
|
1011
1020
|
key: string;
|
|
1021
|
+
/**
|
|
1022
|
+
* If set, partial message content will be sent. Tokens will be sent as data-only `server-sent events` as they become available, with the stream terminated by a `data: [DONE]` message.
|
|
1023
|
+
*/
|
|
1024
|
+
stream?: boolean | undefined;
|
|
1012
1025
|
/**
|
|
1013
1026
|
* Key-value pairs variables to replace in your prompts. If a variable is not provided that is defined in the prompt, the default variables are used.
|
|
1014
1027
|
*/
|
|
@@ -1055,21 +1068,21 @@ export type Deployments = {
|
|
|
1055
1068
|
* A filter to apply to the knowledge base chunk metadata when using knowledge bases in the deployment.
|
|
1056
1069
|
*/
|
|
1057
1070
|
knowledgeFilter?: KnowledgeFilterAnd | KnowledgeFilterOr | {
|
|
1058
|
-
[k: string]: OneEq | OneNe |
|
|
1071
|
+
[k: string]: OneEq | OneNe | Gt | Gte | Lt | Lte | OneIn | OneNin | Exists;
|
|
1059
1072
|
} | undefined;
|
|
1060
1073
|
};
|
|
1061
1074
|
/** @internal */
|
|
1062
|
-
export declare const
|
|
1075
|
+
export declare const InvokeDeploymentRequestPrefixMessages5Role$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestPrefixMessages5Role>;
|
|
1063
1076
|
/** @internal */
|
|
1064
|
-
export declare const
|
|
1077
|
+
export declare const InvokeDeploymentRequestPrefixMessages5Role$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestPrefixMessages5Role>;
|
|
1065
1078
|
/** @internal */
|
|
1066
|
-
export declare const
|
|
1079
|
+
export declare const InvokeDeploymentRequestPrefixMessagesContent$inboundSchema: z.ZodType<InvokeDeploymentRequestPrefixMessagesContent, z.ZodTypeDef, unknown>;
|
|
1067
1080
|
/** @internal */
|
|
1068
|
-
export type
|
|
1081
|
+
export type InvokeDeploymentRequestPrefixMessagesContent$Outbound = string | Array<string>;
|
|
1069
1082
|
/** @internal */
|
|
1070
|
-
export declare const
|
|
1071
|
-
export declare function
|
|
1072
|
-
export declare function
|
|
1083
|
+
export declare const InvokeDeploymentRequestPrefixMessagesContent$outboundSchema: z.ZodType<InvokeDeploymentRequestPrefixMessagesContent$Outbound, z.ZodTypeDef, InvokeDeploymentRequestPrefixMessagesContent>;
|
|
1084
|
+
export declare function invokeDeploymentRequestPrefixMessagesContentToJSON(invokeDeploymentRequestPrefixMessagesContent: InvokeDeploymentRequestPrefixMessagesContent): string;
|
|
1085
|
+
export declare function invokeDeploymentRequestPrefixMessagesContentFromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestPrefixMessagesContent, SDKValidationError>;
|
|
1073
1086
|
/** @internal */
|
|
1074
1087
|
export declare const ToolMessage$inboundSchema: z.ZodType<ToolMessage, z.ZodTypeDef, unknown>;
|
|
1075
1088
|
/** @internal */
|
|
@@ -1083,9 +1096,9 @@ export declare const ToolMessage$outboundSchema: z.ZodType<ToolMessage$Outbound,
|
|
|
1083
1096
|
export declare function toolMessageToJSON(toolMessage: ToolMessage): string;
|
|
1084
1097
|
export declare function toolMessageFromJSON(jsonString: string): SafeParseResult<ToolMessage, SDKValidationError>;
|
|
1085
1098
|
/** @internal */
|
|
1086
|
-
export declare const
|
|
1099
|
+
export declare const InvokeDeploymentRequest2PrefixMessages4ContentType$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2PrefixMessages4ContentType>;
|
|
1087
1100
|
/** @internal */
|
|
1088
|
-
export declare const
|
|
1101
|
+
export declare const InvokeDeploymentRequest2PrefixMessages4ContentType$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2PrefixMessages4ContentType>;
|
|
1089
1102
|
/** @internal */
|
|
1090
1103
|
export declare const RefusalContentPart$inboundSchema: z.ZodType<RefusalContentPart, z.ZodTypeDef, unknown>;
|
|
1091
1104
|
/** @internal */
|
|
@@ -1098,13 +1111,13 @@ export declare const RefusalContentPart$outboundSchema: z.ZodType<RefusalContent
|
|
|
1098
1111
|
export declare function refusalContentPartToJSON(refusalContentPart: RefusalContentPart): string;
|
|
1099
1112
|
export declare function refusalContentPartFromJSON(jsonString: string): SafeParseResult<RefusalContentPart, SDKValidationError>;
|
|
1100
1113
|
/** @internal */
|
|
1101
|
-
export declare const
|
|
1114
|
+
export declare const InvokeDeploymentRequest2PrefixMessages4Type$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2PrefixMessages4Type>;
|
|
1102
1115
|
/** @internal */
|
|
1103
|
-
export declare const
|
|
1116
|
+
export declare const InvokeDeploymentRequest2PrefixMessages4Type$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2PrefixMessages4Type>;
|
|
1104
1117
|
/** @internal */
|
|
1105
|
-
export declare const
|
|
1118
|
+
export declare const InvokeDeploymentRequestAnnotationsType$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestAnnotationsType>;
|
|
1106
1119
|
/** @internal */
|
|
1107
|
-
export declare const
|
|
1120
|
+
export declare const InvokeDeploymentRequestAnnotationsType$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestAnnotationsType>;
|
|
1108
1121
|
/** @internal */
|
|
1109
1122
|
export declare const FilePath$inboundSchema: z.ZodType<FilePath, z.ZodTypeDef, unknown>;
|
|
1110
1123
|
/** @internal */
|
|
@@ -1195,9 +1208,9 @@ export declare const PrefixMessagesContent$outboundSchema: z.ZodType<PrefixMessa
|
|
|
1195
1208
|
export declare function prefixMessagesContentToJSON(prefixMessagesContent: PrefixMessagesContent): string;
|
|
1196
1209
|
export declare function prefixMessagesContentFromJSON(jsonString: string): SafeParseResult<PrefixMessagesContent, SDKValidationError>;
|
|
1197
1210
|
/** @internal */
|
|
1198
|
-
export declare const
|
|
1211
|
+
export declare const InvokeDeploymentRequestPrefixMessages4Role$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestPrefixMessages4Role>;
|
|
1199
1212
|
/** @internal */
|
|
1200
|
-
export declare const
|
|
1213
|
+
export declare const InvokeDeploymentRequestPrefixMessages4Role$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestPrefixMessages4Role>;
|
|
1201
1214
|
/** @internal */
|
|
1202
1215
|
export declare const Audio$inboundSchema: z.ZodType<Audio, z.ZodTypeDef, unknown>;
|
|
1203
1216
|
/** @internal */
|
|
@@ -1254,13 +1267,13 @@ export declare const AssistantMessage$outboundSchema: z.ZodType<AssistantMessage
|
|
|
1254
1267
|
export declare function assistantMessageToJSON(assistantMessage: AssistantMessage): string;
|
|
1255
1268
|
export declare function assistantMessageFromJSON(jsonString: string): SafeParseResult<AssistantMessage, SDKValidationError>;
|
|
1256
1269
|
/** @internal */
|
|
1257
|
-
export declare const
|
|
1270
|
+
export declare const InvokeDeploymentRequestPrefixMessagesRole$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestPrefixMessagesRole>;
|
|
1258
1271
|
/** @internal */
|
|
1259
|
-
export declare const
|
|
1272
|
+
export declare const InvokeDeploymentRequestPrefixMessagesRole$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestPrefixMessagesRole>;
|
|
1260
1273
|
/** @internal */
|
|
1261
|
-
export declare const
|
|
1274
|
+
export declare const InvokeDeploymentRequest2PrefixMessagesType$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2PrefixMessagesType>;
|
|
1262
1275
|
/** @internal */
|
|
1263
|
-
export declare const
|
|
1276
|
+
export declare const InvokeDeploymentRequest2PrefixMessagesType$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2PrefixMessagesType>;
|
|
1264
1277
|
/** @internal */
|
|
1265
1278
|
export declare const FileT$inboundSchema: z.ZodType<FileT, z.ZodTypeDef, unknown>;
|
|
1266
1279
|
/** @internal */
|
|
@@ -1286,9 +1299,9 @@ export declare const Four$outboundSchema: z.ZodType<Four$Outbound, z.ZodTypeDef,
|
|
|
1286
1299
|
export declare function fourToJSON(four: Four): string;
|
|
1287
1300
|
export declare function fourFromJSON(jsonString: string): SafeParseResult<Four, SDKValidationError>;
|
|
1288
1301
|
/** @internal */
|
|
1289
|
-
export declare const
|
|
1302
|
+
export declare const InvokeDeploymentRequest2Type$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2Type>;
|
|
1290
1303
|
/** @internal */
|
|
1291
|
-
export declare const
|
|
1304
|
+
export declare const InvokeDeploymentRequest2Type$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2Type>;
|
|
1292
1305
|
/** @internal */
|
|
1293
1306
|
export declare const Format$inboundSchema: z.ZodNativeEnum<typeof Format>;
|
|
1294
1307
|
/** @internal */
|
|
@@ -1305,16 +1318,16 @@ export declare const InputAudio$outboundSchema: z.ZodType<InputAudio$Outbound, z
|
|
|
1305
1318
|
export declare function inputAudioToJSON(inputAudio: InputAudio): string;
|
|
1306
1319
|
export declare function inputAudioFromJSON(jsonString: string): SafeParseResult<InputAudio, SDKValidationError>;
|
|
1307
1320
|
/** @internal */
|
|
1308
|
-
export declare const
|
|
1321
|
+
export declare const Three$inboundSchema: z.ZodType<Three, z.ZodTypeDef, unknown>;
|
|
1309
1322
|
/** @internal */
|
|
1310
|
-
export type
|
|
1323
|
+
export type Three$Outbound = {
|
|
1311
1324
|
type: string;
|
|
1312
1325
|
input_audio: InputAudio$Outbound;
|
|
1313
1326
|
};
|
|
1314
1327
|
/** @internal */
|
|
1315
|
-
export declare const
|
|
1316
|
-
export declare function
|
|
1317
|
-
export declare function
|
|
1328
|
+
export declare const Three$outboundSchema: z.ZodType<Three$Outbound, z.ZodTypeDef, Three>;
|
|
1329
|
+
export declare function threeToJSON(three: Three): string;
|
|
1330
|
+
export declare function threeFromJSON(jsonString: string): SafeParseResult<Three, SDKValidationError>;
|
|
1318
1331
|
/** @internal */
|
|
1319
1332
|
export declare const TwoType$inboundSchema: z.ZodNativeEnum<typeof TwoType>;
|
|
1320
1333
|
/** @internal */
|
|
@@ -1346,24 +1359,24 @@ export declare const Two2$outboundSchema: z.ZodType<Two2$Outbound, z.ZodTypeDef,
|
|
|
1346
1359
|
export declare function two2ToJSON(two2: Two2): string;
|
|
1347
1360
|
export declare function two2FromJSON(jsonString: string): SafeParseResult<Two2, SDKValidationError>;
|
|
1348
1361
|
/** @internal */
|
|
1349
|
-
export declare const
|
|
1362
|
+
export declare const InvokeDeploymentRequest2PrefixMessages3Type$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2PrefixMessages3Type>;
|
|
1350
1363
|
/** @internal */
|
|
1351
|
-
export declare const
|
|
1364
|
+
export declare const InvokeDeploymentRequest2PrefixMessages3Type$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2PrefixMessages3Type>;
|
|
1352
1365
|
/** @internal */
|
|
1353
|
-
export declare const
|
|
1366
|
+
export declare const InvokeDeploymentRequest21$inboundSchema: z.ZodType<InvokeDeploymentRequest21, z.ZodTypeDef, unknown>;
|
|
1354
1367
|
/** @internal */
|
|
1355
|
-
export type
|
|
1368
|
+
export type InvokeDeploymentRequest21$Outbound = {
|
|
1356
1369
|
type: string;
|
|
1357
1370
|
text: string;
|
|
1358
1371
|
};
|
|
1359
1372
|
/** @internal */
|
|
1360
|
-
export declare const
|
|
1361
|
-
export declare function
|
|
1362
|
-
export declare function
|
|
1373
|
+
export declare const InvokeDeploymentRequest21$outboundSchema: z.ZodType<InvokeDeploymentRequest21$Outbound, z.ZodTypeDef, InvokeDeploymentRequest21>;
|
|
1374
|
+
export declare function invokeDeploymentRequest21ToJSON(invokeDeploymentRequest21: InvokeDeploymentRequest21): string;
|
|
1375
|
+
export declare function invokeDeploymentRequest21FromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequest21, SDKValidationError>;
|
|
1363
1376
|
/** @internal */
|
|
1364
1377
|
export declare const Two$inboundSchema: z.ZodType<Two, z.ZodTypeDef, unknown>;
|
|
1365
1378
|
/** @internal */
|
|
1366
|
-
export type Two$Outbound =
|
|
1379
|
+
export type Two$Outbound = InvokeDeploymentRequest21$Outbound | Two2$Outbound | Three$Outbound | Four$Outbound;
|
|
1367
1380
|
/** @internal */
|
|
1368
1381
|
export declare const Two$outboundSchema: z.ZodType<Two$Outbound, z.ZodTypeDef, Two>;
|
|
1369
1382
|
export declare function twoToJSON(two: Two): string;
|
|
@@ -1371,7 +1384,7 @@ export declare function twoFromJSON(jsonString: string): SafeParseResult<Two, SD
|
|
|
1371
1384
|
/** @internal */
|
|
1372
1385
|
export declare const Content$inboundSchema: z.ZodType<Content, z.ZodTypeDef, unknown>;
|
|
1373
1386
|
/** @internal */
|
|
1374
|
-
export type Content$Outbound = string | Array<
|
|
1387
|
+
export type Content$Outbound = string | Array<InvokeDeploymentRequest21$Outbound | Two2$Outbound | Three$Outbound | Four$Outbound>;
|
|
1375
1388
|
/** @internal */
|
|
1376
1389
|
export declare const Content$outboundSchema: z.ZodType<Content$Outbound, z.ZodTypeDef, Content>;
|
|
1377
1390
|
export declare function contentToJSON(content: Content): string;
|
|
@@ -1382,7 +1395,7 @@ export declare const UserMessage$inboundSchema: z.ZodType<UserMessage, z.ZodType
|
|
|
1382
1395
|
export type UserMessage$Outbound = {
|
|
1383
1396
|
role: string;
|
|
1384
1397
|
name?: string | undefined;
|
|
1385
|
-
content: string | Array<
|
|
1398
|
+
content: string | Array<InvokeDeploymentRequest21$Outbound | Two2$Outbound | Three$Outbound | Four$Outbound>;
|
|
1386
1399
|
};
|
|
1387
1400
|
/** @internal */
|
|
1388
1401
|
export declare const UserMessage$outboundSchema: z.ZodType<UserMessage$Outbound, z.ZodTypeDef, UserMessage>;
|
|
@@ -1429,17 +1442,17 @@ export declare const PrefixMessages$outboundSchema: z.ZodType<PrefixMessages$Out
|
|
|
1429
1442
|
export declare function prefixMessagesToJSON(prefixMessages: PrefixMessages): string;
|
|
1430
1443
|
export declare function prefixMessagesFromJSON(jsonString: string): SafeParseResult<PrefixMessages, SDKValidationError>;
|
|
1431
1444
|
/** @internal */
|
|
1432
|
-
export declare const
|
|
1445
|
+
export declare const InvokeDeploymentRequestMessages5Role$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestMessages5Role>;
|
|
1433
1446
|
/** @internal */
|
|
1434
|
-
export declare const
|
|
1447
|
+
export declare const InvokeDeploymentRequestMessages5Role$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestMessages5Role>;
|
|
1435
1448
|
/** @internal */
|
|
1436
|
-
export declare const
|
|
1449
|
+
export declare const InvokeDeploymentRequestMessages5Content$inboundSchema: z.ZodType<InvokeDeploymentRequestMessages5Content, z.ZodTypeDef, unknown>;
|
|
1437
1450
|
/** @internal */
|
|
1438
|
-
export type
|
|
1451
|
+
export type InvokeDeploymentRequestMessages5Content$Outbound = string | Array<string>;
|
|
1439
1452
|
/** @internal */
|
|
1440
|
-
export declare const
|
|
1441
|
-
export declare function
|
|
1442
|
-
export declare function
|
|
1453
|
+
export declare const InvokeDeploymentRequestMessages5Content$outboundSchema: z.ZodType<InvokeDeploymentRequestMessages5Content$Outbound, z.ZodTypeDef, InvokeDeploymentRequestMessages5Content>;
|
|
1454
|
+
export declare function invokeDeploymentRequestMessages5ContentToJSON(invokeDeploymentRequestMessages5Content: InvokeDeploymentRequestMessages5Content): string;
|
|
1455
|
+
export declare function invokeDeploymentRequestMessages5ContentFromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestMessages5Content, SDKValidationError>;
|
|
1443
1456
|
/** @internal */
|
|
1444
1457
|
export declare const MessagesToolMessage$inboundSchema: z.ZodType<MessagesToolMessage, z.ZodTypeDef, unknown>;
|
|
1445
1458
|
/** @internal */
|
|
@@ -1453,9 +1466,9 @@ export declare const MessagesToolMessage$outboundSchema: z.ZodType<MessagesToolM
|
|
|
1453
1466
|
export declare function messagesToolMessageToJSON(messagesToolMessage: MessagesToolMessage): string;
|
|
1454
1467
|
export declare function messagesToolMessageFromJSON(jsonString: string): SafeParseResult<MessagesToolMessage, SDKValidationError>;
|
|
1455
1468
|
/** @internal */
|
|
1456
|
-
export declare const
|
|
1469
|
+
export declare const InvokeDeploymentRequest2Messages4ContentType$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2Messages4ContentType>;
|
|
1457
1470
|
/** @internal */
|
|
1458
|
-
export declare const
|
|
1471
|
+
export declare const InvokeDeploymentRequest2Messages4ContentType$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2Messages4ContentType>;
|
|
1459
1472
|
/** @internal */
|
|
1460
1473
|
export declare const TwoRefusalContentPart$inboundSchema: z.ZodType<TwoRefusalContentPart, z.ZodTypeDef, unknown>;
|
|
1461
1474
|
/** @internal */
|
|
@@ -1468,13 +1481,13 @@ export declare const TwoRefusalContentPart$outboundSchema: z.ZodType<TwoRefusalC
|
|
|
1468
1481
|
export declare function twoRefusalContentPartToJSON(twoRefusalContentPart: TwoRefusalContentPart): string;
|
|
1469
1482
|
export declare function twoRefusalContentPartFromJSON(jsonString: string): SafeParseResult<TwoRefusalContentPart, SDKValidationError>;
|
|
1470
1483
|
/** @internal */
|
|
1471
|
-
export declare const
|
|
1484
|
+
export declare const InvokeDeploymentRequest2Messages4Type$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2Messages4Type>;
|
|
1472
1485
|
/** @internal */
|
|
1473
|
-
export declare const
|
|
1486
|
+
export declare const InvokeDeploymentRequest2Messages4Type$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2Messages4Type>;
|
|
1474
1487
|
/** @internal */
|
|
1475
|
-
export declare const
|
|
1488
|
+
export declare const InvokeDeploymentRequestAnnotationsMessages4Type$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestAnnotationsMessages4Type>;
|
|
1476
1489
|
/** @internal */
|
|
1477
|
-
export declare const
|
|
1490
|
+
export declare const InvokeDeploymentRequestAnnotationsMessages4Type$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestAnnotationsMessages4Type>;
|
|
1478
1491
|
/** @internal */
|
|
1479
1492
|
export declare const AnnotationsFilePath$inboundSchema: z.ZodType<AnnotationsFilePath, z.ZodTypeDef, unknown>;
|
|
1480
1493
|
/** @internal */
|
|
@@ -1486,9 +1499,9 @@ export declare const AnnotationsFilePath$outboundSchema: z.ZodType<AnnotationsFi
|
|
|
1486
1499
|
export declare function annotationsFilePathToJSON(annotationsFilePath: AnnotationsFilePath): string;
|
|
1487
1500
|
export declare function annotationsFilePathFromJSON(jsonString: string): SafeParseResult<AnnotationsFilePath, SDKValidationError>;
|
|
1488
1501
|
/** @internal */
|
|
1489
|
-
export declare const
|
|
1502
|
+
export declare const InvokeDeploymentRequestAnnotations2$inboundSchema: z.ZodType<InvokeDeploymentRequestAnnotations2, z.ZodTypeDef, unknown>;
|
|
1490
1503
|
/** @internal */
|
|
1491
|
-
export type
|
|
1504
|
+
export type InvokeDeploymentRequestAnnotations2$Outbound = {
|
|
1492
1505
|
type: string;
|
|
1493
1506
|
text: string;
|
|
1494
1507
|
file_path: AnnotationsFilePath$Outbound;
|
|
@@ -1496,13 +1509,13 @@ export type DeploymentsAnnotations2$Outbound = {
|
|
|
1496
1509
|
end_index: number;
|
|
1497
1510
|
};
|
|
1498
1511
|
/** @internal */
|
|
1499
|
-
export declare const
|
|
1500
|
-
export declare function
|
|
1501
|
-
export declare function
|
|
1512
|
+
export declare const InvokeDeploymentRequestAnnotations2$outboundSchema: z.ZodType<InvokeDeploymentRequestAnnotations2$Outbound, z.ZodTypeDef, InvokeDeploymentRequestAnnotations2>;
|
|
1513
|
+
export declare function invokeDeploymentRequestAnnotations2ToJSON(invokeDeploymentRequestAnnotations2: InvokeDeploymentRequestAnnotations2): string;
|
|
1514
|
+
export declare function invokeDeploymentRequestAnnotations2FromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestAnnotations2, SDKValidationError>;
|
|
1502
1515
|
/** @internal */
|
|
1503
|
-
export declare const
|
|
1516
|
+
export declare const InvokeDeploymentRequestAnnotationsMessagesType$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestAnnotationsMessagesType>;
|
|
1504
1517
|
/** @internal */
|
|
1505
|
-
export declare const
|
|
1518
|
+
export declare const InvokeDeploymentRequestAnnotationsMessagesType$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestAnnotationsMessagesType>;
|
|
1506
1519
|
/** @internal */
|
|
1507
1520
|
export declare const AnnotationsFileCitation$inboundSchema: z.ZodType<AnnotationsFileCitation, z.ZodTypeDef, unknown>;
|
|
1508
1521
|
/** @internal */
|
|
@@ -1515,9 +1528,9 @@ export declare const AnnotationsFileCitation$outboundSchema: z.ZodType<Annotatio
|
|
|
1515
1528
|
export declare function annotationsFileCitationToJSON(annotationsFileCitation: AnnotationsFileCitation): string;
|
|
1516
1529
|
export declare function annotationsFileCitationFromJSON(jsonString: string): SafeParseResult<AnnotationsFileCitation, SDKValidationError>;
|
|
1517
1530
|
/** @internal */
|
|
1518
|
-
export declare const
|
|
1531
|
+
export declare const InvokeDeploymentRequestAnnotations1$inboundSchema: z.ZodType<InvokeDeploymentRequestAnnotations1, z.ZodTypeDef, unknown>;
|
|
1519
1532
|
/** @internal */
|
|
1520
|
-
export type
|
|
1533
|
+
export type InvokeDeploymentRequestAnnotations1$Outbound = {
|
|
1521
1534
|
type: string;
|
|
1522
1535
|
text: string;
|
|
1523
1536
|
file_citation: AnnotationsFileCitation$Outbound;
|
|
@@ -1525,13 +1538,13 @@ export type DeploymentsAnnotations1$Outbound = {
|
|
|
1525
1538
|
end_index: number;
|
|
1526
1539
|
};
|
|
1527
1540
|
/** @internal */
|
|
1528
|
-
export declare const
|
|
1529
|
-
export declare function
|
|
1530
|
-
export declare function
|
|
1541
|
+
export declare const InvokeDeploymentRequestAnnotations1$outboundSchema: z.ZodType<InvokeDeploymentRequestAnnotations1$Outbound, z.ZodTypeDef, InvokeDeploymentRequestAnnotations1>;
|
|
1542
|
+
export declare function invokeDeploymentRequestAnnotations1ToJSON(invokeDeploymentRequestAnnotations1: InvokeDeploymentRequestAnnotations1): string;
|
|
1543
|
+
export declare function invokeDeploymentRequestAnnotations1FromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestAnnotations1, SDKValidationError>;
|
|
1531
1544
|
/** @internal */
|
|
1532
1545
|
export declare const TwoAnnotations$inboundSchema: z.ZodType<TwoAnnotations, z.ZodTypeDef, unknown>;
|
|
1533
1546
|
/** @internal */
|
|
1534
|
-
export type TwoAnnotations$Outbound =
|
|
1547
|
+
export type TwoAnnotations$Outbound = InvokeDeploymentRequestAnnotations1$Outbound | InvokeDeploymentRequestAnnotations2$Outbound;
|
|
1535
1548
|
/** @internal */
|
|
1536
1549
|
export declare const TwoAnnotations$outboundSchema: z.ZodType<TwoAnnotations$Outbound, z.ZodTypeDef, TwoAnnotations>;
|
|
1537
1550
|
export declare function twoAnnotationsToJSON(twoAnnotations: TwoAnnotations): string;
|
|
@@ -1542,32 +1555,32 @@ export declare const TwoTextContentPart$inboundSchema: z.ZodType<TwoTextContentP
|
|
|
1542
1555
|
export type TwoTextContentPart$Outbound = {
|
|
1543
1556
|
type: string;
|
|
1544
1557
|
text: string;
|
|
1545
|
-
annotations?: Array<
|
|
1558
|
+
annotations?: Array<InvokeDeploymentRequestAnnotations1$Outbound | InvokeDeploymentRequestAnnotations2$Outbound> | undefined;
|
|
1546
1559
|
};
|
|
1547
1560
|
/** @internal */
|
|
1548
1561
|
export declare const TwoTextContentPart$outboundSchema: z.ZodType<TwoTextContentPart$Outbound, z.ZodTypeDef, TwoTextContentPart>;
|
|
1549
1562
|
export declare function twoTextContentPartToJSON(twoTextContentPart: TwoTextContentPart): string;
|
|
1550
1563
|
export declare function twoTextContentPartFromJSON(jsonString: string): SafeParseResult<TwoTextContentPart, SDKValidationError>;
|
|
1551
1564
|
/** @internal */
|
|
1552
|
-
export declare const
|
|
1565
|
+
export declare const InvokeDeploymentRequestContentMessages2$inboundSchema: z.ZodType<InvokeDeploymentRequestContentMessages2, z.ZodTypeDef, unknown>;
|
|
1553
1566
|
/** @internal */
|
|
1554
|
-
export type
|
|
1567
|
+
export type InvokeDeploymentRequestContentMessages2$Outbound = TwoTextContentPart$Outbound | TwoRefusalContentPart$Outbound;
|
|
1555
1568
|
/** @internal */
|
|
1556
|
-
export declare const
|
|
1557
|
-
export declare function
|
|
1558
|
-
export declare function
|
|
1569
|
+
export declare const InvokeDeploymentRequestContentMessages2$outboundSchema: z.ZodType<InvokeDeploymentRequestContentMessages2$Outbound, z.ZodTypeDef, InvokeDeploymentRequestContentMessages2>;
|
|
1570
|
+
export declare function invokeDeploymentRequestContentMessages2ToJSON(invokeDeploymentRequestContentMessages2: InvokeDeploymentRequestContentMessages2): string;
|
|
1571
|
+
export declare function invokeDeploymentRequestContentMessages2FromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestContentMessages2, SDKValidationError>;
|
|
1559
1572
|
/** @internal */
|
|
1560
|
-
export declare const
|
|
1573
|
+
export declare const InvokeDeploymentRequestMessagesContent$inboundSchema: z.ZodType<InvokeDeploymentRequestMessagesContent, z.ZodTypeDef, unknown>;
|
|
1561
1574
|
/** @internal */
|
|
1562
|
-
export type
|
|
1575
|
+
export type InvokeDeploymentRequestMessagesContent$Outbound = string | Array<TwoTextContentPart$Outbound | TwoRefusalContentPart$Outbound>;
|
|
1563
1576
|
/** @internal */
|
|
1564
|
-
export declare const
|
|
1565
|
-
export declare function
|
|
1566
|
-
export declare function
|
|
1577
|
+
export declare const InvokeDeploymentRequestMessagesContent$outboundSchema: z.ZodType<InvokeDeploymentRequestMessagesContent$Outbound, z.ZodTypeDef, InvokeDeploymentRequestMessagesContent>;
|
|
1578
|
+
export declare function invokeDeploymentRequestMessagesContentToJSON(invokeDeploymentRequestMessagesContent: InvokeDeploymentRequestMessagesContent): string;
|
|
1579
|
+
export declare function invokeDeploymentRequestMessagesContentFromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestMessagesContent, SDKValidationError>;
|
|
1567
1580
|
/** @internal */
|
|
1568
|
-
export declare const
|
|
1581
|
+
export declare const InvokeDeploymentRequestMessages4Role$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestMessages4Role>;
|
|
1569
1582
|
/** @internal */
|
|
1570
|
-
export declare const
|
|
1583
|
+
export declare const InvokeDeploymentRequestMessages4Role$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestMessages4Role>;
|
|
1571
1584
|
/** @internal */
|
|
1572
1585
|
export declare const MessagesAudio$inboundSchema: z.ZodType<MessagesAudio, z.ZodTypeDef, unknown>;
|
|
1573
1586
|
/** @internal */
|
|
@@ -1624,13 +1637,13 @@ export declare const MessagesAssistantMessage$outboundSchema: z.ZodType<Messages
|
|
|
1624
1637
|
export declare function messagesAssistantMessageToJSON(messagesAssistantMessage: MessagesAssistantMessage): string;
|
|
1625
1638
|
export declare function messagesAssistantMessageFromJSON(jsonString: string): SafeParseResult<MessagesAssistantMessage, SDKValidationError>;
|
|
1626
1639
|
/** @internal */
|
|
1627
|
-
export declare const
|
|
1640
|
+
export declare const InvokeDeploymentRequestMessages3Role$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestMessages3Role>;
|
|
1628
1641
|
/** @internal */
|
|
1629
|
-
export declare const
|
|
1642
|
+
export declare const InvokeDeploymentRequestMessages3Role$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestMessages3Role>;
|
|
1630
1643
|
/** @internal */
|
|
1631
|
-
export declare const
|
|
1644
|
+
export declare const InvokeDeploymentRequest2Messages3Content4Type$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2Messages3Content4Type>;
|
|
1632
1645
|
/** @internal */
|
|
1633
|
-
export declare const
|
|
1646
|
+
export declare const InvokeDeploymentRequest2Messages3Content4Type$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2Messages3Content4Type>;
|
|
1634
1647
|
/** @internal */
|
|
1635
1648
|
export declare const TwoFile$inboundSchema: z.ZodType<TwoFile, z.ZodTypeDef, unknown>;
|
|
1636
1649
|
/** @internal */
|
|
@@ -1656,9 +1669,9 @@ export declare const Two4$outboundSchema: z.ZodType<Two4$Outbound, z.ZodTypeDef,
|
|
|
1656
1669
|
export declare function two4ToJSON(two4: Two4): string;
|
|
1657
1670
|
export declare function two4FromJSON(jsonString: string): SafeParseResult<Two4, SDKValidationError>;
|
|
1658
1671
|
/** @internal */
|
|
1659
|
-
export declare const
|
|
1672
|
+
export declare const InvokeDeploymentRequest2Messages3ContentType$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2Messages3ContentType>;
|
|
1660
1673
|
/** @internal */
|
|
1661
|
-
export declare const
|
|
1674
|
+
export declare const InvokeDeploymentRequest2Messages3ContentType$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2Messages3ContentType>;
|
|
1662
1675
|
/** @internal */
|
|
1663
1676
|
export declare const TwoFormat$inboundSchema: z.ZodNativeEnum<typeof TwoFormat>;
|
|
1664
1677
|
/** @internal */
|
|
@@ -1686,9 +1699,9 @@ export declare const Two3$outboundSchema: z.ZodType<Two3$Outbound, z.ZodTypeDef,
|
|
|
1686
1699
|
export declare function two3ToJSON(two3: Two3): string;
|
|
1687
1700
|
export declare function two3FromJSON(jsonString: string): SafeParseResult<Two3, SDKValidationError>;
|
|
1688
1701
|
/** @internal */
|
|
1689
|
-
export declare const
|
|
1702
|
+
export declare const InvokeDeploymentRequest2Messages3Type$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2Messages3Type>;
|
|
1690
1703
|
/** @internal */
|
|
1691
|
-
export declare const
|
|
1704
|
+
export declare const InvokeDeploymentRequest2Messages3Type$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2Messages3Type>;
|
|
1692
1705
|
/** @internal */
|
|
1693
1706
|
export declare const TwoDetail$inboundSchema: z.ZodNativeEnum<typeof TwoDetail>;
|
|
1694
1707
|
/** @internal */
|
|
@@ -1705,20 +1718,20 @@ export declare const TwoImageUrl$outboundSchema: z.ZodType<TwoImageUrl$Outbound,
|
|
|
1705
1718
|
export declare function twoImageUrlToJSON(twoImageUrl: TwoImageUrl): string;
|
|
1706
1719
|
export declare function twoImageUrlFromJSON(jsonString: string): SafeParseResult<TwoImageUrl, SDKValidationError>;
|
|
1707
1720
|
/** @internal */
|
|
1708
|
-
export declare const
|
|
1721
|
+
export declare const InvokeDeploymentRequest22$inboundSchema: z.ZodType<InvokeDeploymentRequest22, z.ZodTypeDef, unknown>;
|
|
1709
1722
|
/** @internal */
|
|
1710
|
-
export type
|
|
1723
|
+
export type InvokeDeploymentRequest22$Outbound = {
|
|
1711
1724
|
type: string;
|
|
1712
1725
|
image_url: TwoImageUrl$Outbound;
|
|
1713
1726
|
};
|
|
1714
1727
|
/** @internal */
|
|
1715
|
-
export declare const
|
|
1716
|
-
export declare function
|
|
1717
|
-
export declare function
|
|
1728
|
+
export declare const InvokeDeploymentRequest22$outboundSchema: z.ZodType<InvokeDeploymentRequest22$Outbound, z.ZodTypeDef, InvokeDeploymentRequest22>;
|
|
1729
|
+
export declare function invokeDeploymentRequest22ToJSON(invokeDeploymentRequest22: InvokeDeploymentRequest22): string;
|
|
1730
|
+
export declare function invokeDeploymentRequest22FromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequest22, SDKValidationError>;
|
|
1718
1731
|
/** @internal */
|
|
1719
|
-
export declare const
|
|
1732
|
+
export declare const InvokeDeploymentRequest2MessagesType$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2MessagesType>;
|
|
1720
1733
|
/** @internal */
|
|
1721
|
-
export declare const
|
|
1734
|
+
export declare const InvokeDeploymentRequest2MessagesType$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2MessagesType>;
|
|
1722
1735
|
/** @internal */
|
|
1723
1736
|
export declare const Two1$inboundSchema: z.ZodType<Two1, z.ZodTypeDef, unknown>;
|
|
1724
1737
|
/** @internal */
|
|
@@ -1731,17 +1744,17 @@ export declare const Two1$outboundSchema: z.ZodType<Two1$Outbound, z.ZodTypeDef,
|
|
|
1731
1744
|
export declare function two1ToJSON(two1: Two1): string;
|
|
1732
1745
|
export declare function two1FromJSON(jsonString: string): SafeParseResult<Two1, SDKValidationError>;
|
|
1733
1746
|
/** @internal */
|
|
1734
|
-
export declare const
|
|
1747
|
+
export declare const InvokeDeploymentRequestContent2$inboundSchema: z.ZodType<InvokeDeploymentRequestContent2, z.ZodTypeDef, unknown>;
|
|
1735
1748
|
/** @internal */
|
|
1736
|
-
export type
|
|
1749
|
+
export type InvokeDeploymentRequestContent2$Outbound = Two1$Outbound | InvokeDeploymentRequest22$Outbound | Two3$Outbound | Two4$Outbound;
|
|
1737
1750
|
/** @internal */
|
|
1738
|
-
export declare const
|
|
1739
|
-
export declare function
|
|
1740
|
-
export declare function
|
|
1751
|
+
export declare const InvokeDeploymentRequestContent2$outboundSchema: z.ZodType<InvokeDeploymentRequestContent2$Outbound, z.ZodTypeDef, InvokeDeploymentRequestContent2>;
|
|
1752
|
+
export declare function invokeDeploymentRequestContent2ToJSON(invokeDeploymentRequestContent2: InvokeDeploymentRequestContent2): string;
|
|
1753
|
+
export declare function invokeDeploymentRequestContent2FromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestContent2, SDKValidationError>;
|
|
1741
1754
|
/** @internal */
|
|
1742
1755
|
export declare const MessagesContent$inboundSchema: z.ZodType<MessagesContent, z.ZodTypeDef, unknown>;
|
|
1743
1756
|
/** @internal */
|
|
1744
|
-
export type MessagesContent$Outbound = string | Array<Two1$Outbound |
|
|
1757
|
+
export type MessagesContent$Outbound = string | Array<Two1$Outbound | InvokeDeploymentRequest22$Outbound | Two3$Outbound | Two4$Outbound>;
|
|
1745
1758
|
/** @internal */
|
|
1746
1759
|
export declare const MessagesContent$outboundSchema: z.ZodType<MessagesContent$Outbound, z.ZodTypeDef, MessagesContent>;
|
|
1747
1760
|
export declare function messagesContentToJSON(messagesContent: MessagesContent): string;
|
|
@@ -1752,16 +1765,16 @@ export declare const MessagesUserMessage$inboundSchema: z.ZodType<MessagesUserMe
|
|
|
1752
1765
|
export type MessagesUserMessage$Outbound = {
|
|
1753
1766
|
role: string;
|
|
1754
1767
|
name?: string | undefined;
|
|
1755
|
-
content: string | Array<Two1$Outbound |
|
|
1768
|
+
content: string | Array<Two1$Outbound | InvokeDeploymentRequest22$Outbound | Two3$Outbound | Two4$Outbound>;
|
|
1756
1769
|
};
|
|
1757
1770
|
/** @internal */
|
|
1758
1771
|
export declare const MessagesUserMessage$outboundSchema: z.ZodType<MessagesUserMessage$Outbound, z.ZodTypeDef, MessagesUserMessage>;
|
|
1759
1772
|
export declare function messagesUserMessageToJSON(messagesUserMessage: MessagesUserMessage): string;
|
|
1760
1773
|
export declare function messagesUserMessageFromJSON(jsonString: string): SafeParseResult<MessagesUserMessage, SDKValidationError>;
|
|
1761
1774
|
/** @internal */
|
|
1762
|
-
export declare const
|
|
1775
|
+
export declare const InvokeDeploymentRequestMessagesRole$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestMessagesRole>;
|
|
1763
1776
|
/** @internal */
|
|
1764
|
-
export declare const
|
|
1777
|
+
export declare const InvokeDeploymentRequestMessagesRole$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestMessagesRole>;
|
|
1765
1778
|
/** @internal */
|
|
1766
1779
|
export declare const MessagesSystemMessage$inboundSchema: z.ZodType<MessagesSystemMessage, z.ZodTypeDef, unknown>;
|
|
1767
1780
|
/** @internal */
|
|
@@ -1862,15 +1875,15 @@ export declare const OrNin$outboundSchema: z.ZodType<OrNin$Outbound, z.ZodTypeDe
|
|
|
1862
1875
|
export declare function orNinToJSON(orNin: OrNin): string;
|
|
1863
1876
|
export declare function orNinFromJSON(jsonString: string): SafeParseResult<OrNin, SDKValidationError>;
|
|
1864
1877
|
/** @internal */
|
|
1865
|
-
export declare const
|
|
1878
|
+
export declare const InvokeDeploymentRequestOrNin$inboundSchema: z.ZodType<InvokeDeploymentRequestOrNin, z.ZodTypeDef, unknown>;
|
|
1866
1879
|
/** @internal */
|
|
1867
|
-
export type
|
|
1880
|
+
export type InvokeDeploymentRequestOrNin$Outbound = {
|
|
1868
1881
|
nin: Array<string | number | boolean>;
|
|
1869
1882
|
};
|
|
1870
1883
|
/** @internal */
|
|
1871
|
-
export declare const
|
|
1872
|
-
export declare function
|
|
1873
|
-
export declare function
|
|
1884
|
+
export declare const InvokeDeploymentRequestOrNin$outboundSchema: z.ZodType<InvokeDeploymentRequestOrNin$Outbound, z.ZodTypeDef, InvokeDeploymentRequestOrNin>;
|
|
1885
|
+
export declare function invokeDeploymentRequestOrNinToJSON(invokeDeploymentRequestOrNin: InvokeDeploymentRequestOrNin): string;
|
|
1886
|
+
export declare function invokeDeploymentRequestOrNinFromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestOrNin, SDKValidationError>;
|
|
1874
1887
|
/** @internal */
|
|
1875
1888
|
export declare const OrIn$inboundSchema: z.ZodType<OrIn, z.ZodTypeDef, unknown>;
|
|
1876
1889
|
/** @internal */
|
|
@@ -1880,15 +1893,15 @@ export declare const OrIn$outboundSchema: z.ZodType<OrIn$Outbound, z.ZodTypeDef,
|
|
|
1880
1893
|
export declare function orInToJSON(orIn: OrIn): string;
|
|
1881
1894
|
export declare function orInFromJSON(jsonString: string): SafeParseResult<OrIn, SDKValidationError>;
|
|
1882
1895
|
/** @internal */
|
|
1883
|
-
export declare const
|
|
1896
|
+
export declare const InvokeDeploymentRequestOrIn$inboundSchema: z.ZodType<InvokeDeploymentRequestOrIn, z.ZodTypeDef, unknown>;
|
|
1884
1897
|
/** @internal */
|
|
1885
|
-
export type
|
|
1898
|
+
export type InvokeDeploymentRequestOrIn$Outbound = {
|
|
1886
1899
|
in: Array<string | number | boolean>;
|
|
1887
1900
|
};
|
|
1888
1901
|
/** @internal */
|
|
1889
|
-
export declare const
|
|
1890
|
-
export declare function
|
|
1891
|
-
export declare function
|
|
1902
|
+
export declare const InvokeDeploymentRequestOrIn$outboundSchema: z.ZodType<InvokeDeploymentRequestOrIn$Outbound, z.ZodTypeDef, InvokeDeploymentRequestOrIn>;
|
|
1903
|
+
export declare function invokeDeploymentRequestOrInToJSON(invokeDeploymentRequestOrIn: InvokeDeploymentRequestOrIn): string;
|
|
1904
|
+
export declare function invokeDeploymentRequestOrInFromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestOrIn, SDKValidationError>;
|
|
1892
1905
|
/** @internal */
|
|
1893
1906
|
export declare const OrLte$inboundSchema: z.ZodType<OrLte, z.ZodTypeDef, unknown>;
|
|
1894
1907
|
/** @internal */
|
|
@@ -1920,15 +1933,15 @@ export declare const OrGte$outboundSchema: z.ZodType<OrGte$Outbound, z.ZodTypeDe
|
|
|
1920
1933
|
export declare function orGteToJSON(orGte: OrGte): string;
|
|
1921
1934
|
export declare function orGteFromJSON(jsonString: string): SafeParseResult<OrGte, SDKValidationError>;
|
|
1922
1935
|
/** @internal */
|
|
1923
|
-
export declare const
|
|
1936
|
+
export declare const OrGt$inboundSchema: z.ZodType<OrGt, z.ZodTypeDef, unknown>;
|
|
1924
1937
|
/** @internal */
|
|
1925
|
-
export type
|
|
1938
|
+
export type OrGt$Outbound = {
|
|
1926
1939
|
gt: number;
|
|
1927
1940
|
};
|
|
1928
1941
|
/** @internal */
|
|
1929
|
-
export declare const
|
|
1930
|
-
export declare function
|
|
1931
|
-
export declare function
|
|
1942
|
+
export declare const OrGt$outboundSchema: z.ZodType<OrGt$Outbound, z.ZodTypeDef, OrGt>;
|
|
1943
|
+
export declare function orGtToJSON(orGt: OrGt): string;
|
|
1944
|
+
export declare function orGtFromJSON(jsonString: string): SafeParseResult<OrGt, SDKValidationError>;
|
|
1932
1945
|
/** @internal */
|
|
1933
1946
|
export declare const OrNe$inboundSchema: z.ZodType<OrNe, z.ZodTypeDef, unknown>;
|
|
1934
1947
|
/** @internal */
|
|
@@ -1938,15 +1951,15 @@ export declare const OrNe$outboundSchema: z.ZodType<OrNe$Outbound, z.ZodTypeDef,
|
|
|
1938
1951
|
export declare function orNeToJSON(orNe: OrNe): string;
|
|
1939
1952
|
export declare function orNeFromJSON(jsonString: string): SafeParseResult<OrNe, SDKValidationError>;
|
|
1940
1953
|
/** @internal */
|
|
1941
|
-
export declare const
|
|
1954
|
+
export declare const InvokeDeploymentRequestOrNe$inboundSchema: z.ZodType<InvokeDeploymentRequestOrNe, z.ZodTypeDef, unknown>;
|
|
1942
1955
|
/** @internal */
|
|
1943
|
-
export type
|
|
1956
|
+
export type InvokeDeploymentRequestOrNe$Outbound = {
|
|
1944
1957
|
ne: string | number | boolean;
|
|
1945
1958
|
};
|
|
1946
1959
|
/** @internal */
|
|
1947
|
-
export declare const
|
|
1948
|
-
export declare function
|
|
1949
|
-
export declare function
|
|
1960
|
+
export declare const InvokeDeploymentRequestOrNe$outboundSchema: z.ZodType<InvokeDeploymentRequestOrNe$Outbound, z.ZodTypeDef, InvokeDeploymentRequestOrNe>;
|
|
1961
|
+
export declare function invokeDeploymentRequestOrNeToJSON(invokeDeploymentRequestOrNe: InvokeDeploymentRequestOrNe): string;
|
|
1962
|
+
export declare function invokeDeploymentRequestOrNeFromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestOrNe, SDKValidationError>;
|
|
1950
1963
|
/** @internal */
|
|
1951
1964
|
export declare const OrEq$inboundSchema: z.ZodType<OrEq, z.ZodTypeDef, unknown>;
|
|
1952
1965
|
/** @internal */
|
|
@@ -1956,19 +1969,19 @@ export declare const OrEq$outboundSchema: z.ZodType<OrEq$Outbound, z.ZodTypeDef,
|
|
|
1956
1969
|
export declare function orEqToJSON(orEq: OrEq): string;
|
|
1957
1970
|
export declare function orEqFromJSON(jsonString: string): SafeParseResult<OrEq, SDKValidationError>;
|
|
1958
1971
|
/** @internal */
|
|
1959
|
-
export declare const
|
|
1972
|
+
export declare const InvokeDeploymentRequestOrEq$inboundSchema: z.ZodType<InvokeDeploymentRequestOrEq, z.ZodTypeDef, unknown>;
|
|
1960
1973
|
/** @internal */
|
|
1961
|
-
export type
|
|
1974
|
+
export type InvokeDeploymentRequestOrEq$Outbound = {
|
|
1962
1975
|
eq: string | number | boolean;
|
|
1963
1976
|
};
|
|
1964
1977
|
/** @internal */
|
|
1965
|
-
export declare const
|
|
1966
|
-
export declare function
|
|
1967
|
-
export declare function
|
|
1978
|
+
export declare const InvokeDeploymentRequestOrEq$outboundSchema: z.ZodType<InvokeDeploymentRequestOrEq$Outbound, z.ZodTypeDef, InvokeDeploymentRequestOrEq>;
|
|
1979
|
+
export declare function invokeDeploymentRequestOrEqToJSON(invokeDeploymentRequestOrEq: InvokeDeploymentRequestOrEq): string;
|
|
1980
|
+
export declare function invokeDeploymentRequestOrEqFromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestOrEq, SDKValidationError>;
|
|
1968
1981
|
/** @internal */
|
|
1969
1982
|
export declare const Or$inboundSchema: z.ZodType<Or, z.ZodTypeDef, unknown>;
|
|
1970
1983
|
/** @internal */
|
|
1971
|
-
export type Or$Outbound =
|
|
1984
|
+
export type Or$Outbound = InvokeDeploymentRequestOrEq$Outbound | InvokeDeploymentRequestOrNe$Outbound | OrGt$Outbound | OrGte$Outbound | OrLt$Outbound | OrLte$Outbound | InvokeDeploymentRequestOrIn$Outbound | InvokeDeploymentRequestOrNin$Outbound | OrExists$Outbound;
|
|
1972
1985
|
/** @internal */
|
|
1973
1986
|
export declare const Or$outboundSchema: z.ZodType<Or$Outbound, z.ZodTypeDef, Or>;
|
|
1974
1987
|
export declare function orToJSON(or: Or): string;
|
|
@@ -1978,7 +1991,7 @@ export declare const KnowledgeFilterOr$inboundSchema: z.ZodType<KnowledgeFilterO
|
|
|
1978
1991
|
/** @internal */
|
|
1979
1992
|
export type KnowledgeFilterOr$Outbound = {
|
|
1980
1993
|
or: Array<{
|
|
1981
|
-
[k: string]:
|
|
1994
|
+
[k: string]: InvokeDeploymentRequestOrEq$Outbound | InvokeDeploymentRequestOrNe$Outbound | OrGt$Outbound | OrGte$Outbound | OrLt$Outbound | OrLte$Outbound | InvokeDeploymentRequestOrIn$Outbound | InvokeDeploymentRequestOrNin$Outbound | OrExists$Outbound;
|
|
1982
1995
|
}>;
|
|
1983
1996
|
};
|
|
1984
1997
|
/** @internal */
|
|
@@ -2004,15 +2017,15 @@ export declare const AndNin$outboundSchema: z.ZodType<AndNin$Outbound, z.ZodType
|
|
|
2004
2017
|
export declare function andNinToJSON(andNin: AndNin): string;
|
|
2005
2018
|
export declare function andNinFromJSON(jsonString: string): SafeParseResult<AndNin, SDKValidationError>;
|
|
2006
2019
|
/** @internal */
|
|
2007
|
-
export declare const
|
|
2020
|
+
export declare const InvokeDeploymentRequestAndNin$inboundSchema: z.ZodType<InvokeDeploymentRequestAndNin, z.ZodTypeDef, unknown>;
|
|
2008
2021
|
/** @internal */
|
|
2009
|
-
export type
|
|
2022
|
+
export type InvokeDeploymentRequestAndNin$Outbound = {
|
|
2010
2023
|
nin: Array<string | number | boolean>;
|
|
2011
2024
|
};
|
|
2012
2025
|
/** @internal */
|
|
2013
|
-
export declare const
|
|
2014
|
-
export declare function
|
|
2015
|
-
export declare function
|
|
2026
|
+
export declare const InvokeDeploymentRequestAndNin$outboundSchema: z.ZodType<InvokeDeploymentRequestAndNin$Outbound, z.ZodTypeDef, InvokeDeploymentRequestAndNin>;
|
|
2027
|
+
export declare function invokeDeploymentRequestAndNinToJSON(invokeDeploymentRequestAndNin: InvokeDeploymentRequestAndNin): string;
|
|
2028
|
+
export declare function invokeDeploymentRequestAndNinFromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestAndNin, SDKValidationError>;
|
|
2016
2029
|
/** @internal */
|
|
2017
2030
|
export declare const AndIn$inboundSchema: z.ZodType<AndIn, z.ZodTypeDef, unknown>;
|
|
2018
2031
|
/** @internal */
|
|
@@ -2022,15 +2035,15 @@ export declare const AndIn$outboundSchema: z.ZodType<AndIn$Outbound, z.ZodTypeDe
|
|
|
2022
2035
|
export declare function andInToJSON(andIn: AndIn): string;
|
|
2023
2036
|
export declare function andInFromJSON(jsonString: string): SafeParseResult<AndIn, SDKValidationError>;
|
|
2024
2037
|
/** @internal */
|
|
2025
|
-
export declare const
|
|
2038
|
+
export declare const InvokeDeploymentRequestAndIn$inboundSchema: z.ZodType<InvokeDeploymentRequestAndIn, z.ZodTypeDef, unknown>;
|
|
2026
2039
|
/** @internal */
|
|
2027
|
-
export type
|
|
2040
|
+
export type InvokeDeploymentRequestAndIn$Outbound = {
|
|
2028
2041
|
in: Array<string | number | boolean>;
|
|
2029
2042
|
};
|
|
2030
2043
|
/** @internal */
|
|
2031
|
-
export declare const
|
|
2032
|
-
export declare function
|
|
2033
|
-
export declare function
|
|
2044
|
+
export declare const InvokeDeploymentRequestAndIn$outboundSchema: z.ZodType<InvokeDeploymentRequestAndIn$Outbound, z.ZodTypeDef, InvokeDeploymentRequestAndIn>;
|
|
2045
|
+
export declare function invokeDeploymentRequestAndInToJSON(invokeDeploymentRequestAndIn: InvokeDeploymentRequestAndIn): string;
|
|
2046
|
+
export declare function invokeDeploymentRequestAndInFromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestAndIn, SDKValidationError>;
|
|
2034
2047
|
/** @internal */
|
|
2035
2048
|
export declare const AndLte$inboundSchema: z.ZodType<AndLte, z.ZodTypeDef, unknown>;
|
|
2036
2049
|
/** @internal */
|
|
@@ -2062,15 +2075,15 @@ export declare const AndGte$outboundSchema: z.ZodType<AndGte$Outbound, z.ZodType
|
|
|
2062
2075
|
export declare function andGteToJSON(andGte: AndGte): string;
|
|
2063
2076
|
export declare function andGteFromJSON(jsonString: string): SafeParseResult<AndGte, SDKValidationError>;
|
|
2064
2077
|
/** @internal */
|
|
2065
|
-
export declare const
|
|
2078
|
+
export declare const AndGt$inboundSchema: z.ZodType<AndGt, z.ZodTypeDef, unknown>;
|
|
2066
2079
|
/** @internal */
|
|
2067
|
-
export type
|
|
2080
|
+
export type AndGt$Outbound = {
|
|
2068
2081
|
gt: number;
|
|
2069
2082
|
};
|
|
2070
2083
|
/** @internal */
|
|
2071
|
-
export declare const
|
|
2072
|
-
export declare function
|
|
2073
|
-
export declare function
|
|
2084
|
+
export declare const AndGt$outboundSchema: z.ZodType<AndGt$Outbound, z.ZodTypeDef, AndGt>;
|
|
2085
|
+
export declare function andGtToJSON(andGt: AndGt): string;
|
|
2086
|
+
export declare function andGtFromJSON(jsonString: string): SafeParseResult<AndGt, SDKValidationError>;
|
|
2074
2087
|
/** @internal */
|
|
2075
2088
|
export declare const AndNe$inboundSchema: z.ZodType<AndNe, z.ZodTypeDef, unknown>;
|
|
2076
2089
|
/** @internal */
|
|
@@ -2080,15 +2093,15 @@ export declare const AndNe$outboundSchema: z.ZodType<AndNe$Outbound, z.ZodTypeDe
|
|
|
2080
2093
|
export declare function andNeToJSON(andNe: AndNe): string;
|
|
2081
2094
|
export declare function andNeFromJSON(jsonString: string): SafeParseResult<AndNe, SDKValidationError>;
|
|
2082
2095
|
/** @internal */
|
|
2083
|
-
export declare const
|
|
2096
|
+
export declare const InvokeDeploymentRequestAndNe$inboundSchema: z.ZodType<InvokeDeploymentRequestAndNe, z.ZodTypeDef, unknown>;
|
|
2084
2097
|
/** @internal */
|
|
2085
|
-
export type
|
|
2098
|
+
export type InvokeDeploymentRequestAndNe$Outbound = {
|
|
2086
2099
|
ne: string | number | boolean;
|
|
2087
2100
|
};
|
|
2088
2101
|
/** @internal */
|
|
2089
|
-
export declare const
|
|
2090
|
-
export declare function
|
|
2091
|
-
export declare function
|
|
2102
|
+
export declare const InvokeDeploymentRequestAndNe$outboundSchema: z.ZodType<InvokeDeploymentRequestAndNe$Outbound, z.ZodTypeDef, InvokeDeploymentRequestAndNe>;
|
|
2103
|
+
export declare function invokeDeploymentRequestAndNeToJSON(invokeDeploymentRequestAndNe: InvokeDeploymentRequestAndNe): string;
|
|
2104
|
+
export declare function invokeDeploymentRequestAndNeFromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestAndNe, SDKValidationError>;
|
|
2092
2105
|
/** @internal */
|
|
2093
2106
|
export declare const AndEq$inboundSchema: z.ZodType<AndEq, z.ZodTypeDef, unknown>;
|
|
2094
2107
|
/** @internal */
|
|
@@ -2098,19 +2111,19 @@ export declare const AndEq$outboundSchema: z.ZodType<AndEq$Outbound, z.ZodTypeDe
|
|
|
2098
2111
|
export declare function andEqToJSON(andEq: AndEq): string;
|
|
2099
2112
|
export declare function andEqFromJSON(jsonString: string): SafeParseResult<AndEq, SDKValidationError>;
|
|
2100
2113
|
/** @internal */
|
|
2101
|
-
export declare const
|
|
2114
|
+
export declare const InvokeDeploymentRequestAndEq$inboundSchema: z.ZodType<InvokeDeploymentRequestAndEq, z.ZodTypeDef, unknown>;
|
|
2102
2115
|
/** @internal */
|
|
2103
|
-
export type
|
|
2116
|
+
export type InvokeDeploymentRequestAndEq$Outbound = {
|
|
2104
2117
|
eq: string | number | boolean;
|
|
2105
2118
|
};
|
|
2106
2119
|
/** @internal */
|
|
2107
|
-
export declare const
|
|
2108
|
-
export declare function
|
|
2109
|
-
export declare function
|
|
2120
|
+
export declare const InvokeDeploymentRequestAndEq$outboundSchema: z.ZodType<InvokeDeploymentRequestAndEq$Outbound, z.ZodTypeDef, InvokeDeploymentRequestAndEq>;
|
|
2121
|
+
export declare function invokeDeploymentRequestAndEqToJSON(invokeDeploymentRequestAndEq: InvokeDeploymentRequestAndEq): string;
|
|
2122
|
+
export declare function invokeDeploymentRequestAndEqFromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestAndEq, SDKValidationError>;
|
|
2110
2123
|
/** @internal */
|
|
2111
2124
|
export declare const And$inboundSchema: z.ZodType<And, z.ZodTypeDef, unknown>;
|
|
2112
2125
|
/** @internal */
|
|
2113
|
-
export type And$Outbound =
|
|
2126
|
+
export type And$Outbound = InvokeDeploymentRequestAndEq$Outbound | InvokeDeploymentRequestAndNe$Outbound | AndGt$Outbound | AndGte$Outbound | AndLt$Outbound | AndLte$Outbound | InvokeDeploymentRequestAndIn$Outbound | InvokeDeploymentRequestAndNin$Outbound | AndExists$Outbound;
|
|
2114
2127
|
/** @internal */
|
|
2115
2128
|
export declare const And$outboundSchema: z.ZodType<And$Outbound, z.ZodTypeDef, And>;
|
|
2116
2129
|
export declare function andToJSON(and: And): string;
|
|
@@ -2120,7 +2133,7 @@ export declare const KnowledgeFilterAnd$inboundSchema: z.ZodType<KnowledgeFilter
|
|
|
2120
2133
|
/** @internal */
|
|
2121
2134
|
export type KnowledgeFilterAnd$Outbound = {
|
|
2122
2135
|
and: Array<{
|
|
2123
|
-
[k: string]:
|
|
2136
|
+
[k: string]: InvokeDeploymentRequestAndEq$Outbound | InvokeDeploymentRequestAndNe$Outbound | AndGt$Outbound | AndGte$Outbound | AndLt$Outbound | AndLte$Outbound | InvokeDeploymentRequestAndIn$Outbound | InvokeDeploymentRequestAndNin$Outbound | AndExists$Outbound;
|
|
2124
2137
|
}>;
|
|
2125
2138
|
};
|
|
2126
2139
|
/** @internal */
|
|
@@ -2204,15 +2217,15 @@ export declare const Gte$outboundSchema: z.ZodType<Gte$Outbound, z.ZodTypeDef, G
|
|
|
2204
2217
|
export declare function gteToJSON(gte: Gte): string;
|
|
2205
2218
|
export declare function gteFromJSON(jsonString: string): SafeParseResult<Gte, SDKValidationError>;
|
|
2206
2219
|
/** @internal */
|
|
2207
|
-
export declare const
|
|
2220
|
+
export declare const Gt$inboundSchema: z.ZodType<Gt, z.ZodTypeDef, unknown>;
|
|
2208
2221
|
/** @internal */
|
|
2209
|
-
export type
|
|
2222
|
+
export type Gt$Outbound = {
|
|
2210
2223
|
gt: number;
|
|
2211
2224
|
};
|
|
2212
2225
|
/** @internal */
|
|
2213
|
-
export declare const
|
|
2214
|
-
export declare function
|
|
2215
|
-
export declare function
|
|
2226
|
+
export declare const Gt$outboundSchema: z.ZodType<Gt$Outbound, z.ZodTypeDef, Gt>;
|
|
2227
|
+
export declare function gtToJSON(gt: Gt): string;
|
|
2228
|
+
export declare function gtFromJSON(jsonString: string): SafeParseResult<Gt, SDKValidationError>;
|
|
2216
2229
|
/** @internal */
|
|
2217
2230
|
export declare const Ne$inboundSchema: z.ZodType<Ne, z.ZodTypeDef, unknown>;
|
|
2218
2231
|
/** @internal */
|
|
@@ -2252,7 +2265,7 @@ export declare function oneEqFromJSON(jsonString: string): SafeParseResult<OneEq
|
|
|
2252
2265
|
/** @internal */
|
|
2253
2266
|
export declare const One$inboundSchema: z.ZodType<One, z.ZodTypeDef, unknown>;
|
|
2254
2267
|
/** @internal */
|
|
2255
|
-
export type One$Outbound = OneEq$Outbound | OneNe$Outbound |
|
|
2268
|
+
export type One$Outbound = OneEq$Outbound | OneNe$Outbound | Gt$Outbound | Gte$Outbound | Lt$Outbound | Lte$Outbound | OneIn$Outbound | OneNin$Outbound | Exists$Outbound;
|
|
2256
2269
|
/** @internal */
|
|
2257
2270
|
export declare const One$outboundSchema: z.ZodType<One$Outbound, z.ZodTypeDef, One>;
|
|
2258
2271
|
export declare function oneToJSON(one: One): string;
|
|
@@ -2261,17 +2274,18 @@ export declare function oneFromJSON(jsonString: string): SafeParseResult<One, SD
|
|
|
2261
2274
|
export declare const KnowledgeFilter$inboundSchema: z.ZodType<KnowledgeFilter, z.ZodTypeDef, unknown>;
|
|
2262
2275
|
/** @internal */
|
|
2263
2276
|
export type KnowledgeFilter$Outbound = KnowledgeFilterAnd$Outbound | KnowledgeFilterOr$Outbound | {
|
|
2264
|
-
[k: string]: OneEq$Outbound | OneNe$Outbound |
|
|
2277
|
+
[k: string]: OneEq$Outbound | OneNe$Outbound | Gt$Outbound | Gte$Outbound | Lt$Outbound | Lte$Outbound | OneIn$Outbound | OneNin$Outbound | Exists$Outbound;
|
|
2265
2278
|
};
|
|
2266
2279
|
/** @internal */
|
|
2267
2280
|
export declare const KnowledgeFilter$outboundSchema: z.ZodType<KnowledgeFilter$Outbound, z.ZodTypeDef, KnowledgeFilter>;
|
|
2268
2281
|
export declare function knowledgeFilterToJSON(knowledgeFilter: KnowledgeFilter): string;
|
|
2269
2282
|
export declare function knowledgeFilterFromJSON(jsonString: string): SafeParseResult<KnowledgeFilter, SDKValidationError>;
|
|
2270
2283
|
/** @internal */
|
|
2271
|
-
export declare const
|
|
2284
|
+
export declare const InvokeDeploymentRequest$inboundSchema: z.ZodType<InvokeDeploymentRequest, z.ZodTypeDef, unknown>;
|
|
2272
2285
|
/** @internal */
|
|
2273
|
-
export type
|
|
2286
|
+
export type InvokeDeploymentRequest$Outbound = {
|
|
2274
2287
|
key: string;
|
|
2288
|
+
stream: boolean;
|
|
2275
2289
|
inputs?: {
|
|
2276
2290
|
[k: string]: any;
|
|
2277
2291
|
} | undefined;
|
|
@@ -2291,11 +2305,11 @@ export type Deployments$Outbound = {
|
|
|
2291
2305
|
invoke_options?: InvokeOptions$Outbound | undefined;
|
|
2292
2306
|
thread?: Thread$Outbound | undefined;
|
|
2293
2307
|
knowledge_filter?: KnowledgeFilterAnd$Outbound | KnowledgeFilterOr$Outbound | {
|
|
2294
|
-
[k: string]: OneEq$Outbound | OneNe$Outbound |
|
|
2308
|
+
[k: string]: OneEq$Outbound | OneNe$Outbound | Gt$Outbound | Gte$Outbound | Lt$Outbound | Lte$Outbound | OneIn$Outbound | OneNin$Outbound | Exists$Outbound;
|
|
2295
2309
|
} | undefined;
|
|
2296
2310
|
};
|
|
2297
2311
|
/** @internal */
|
|
2298
|
-
export declare const
|
|
2299
|
-
export declare function
|
|
2300
|
-
export declare function
|
|
2301
|
-
//# sourceMappingURL=
|
|
2312
|
+
export declare const InvokeDeploymentRequest$outboundSchema: z.ZodType<InvokeDeploymentRequest$Outbound, z.ZodTypeDef, InvokeDeploymentRequest>;
|
|
2313
|
+
export declare function invokeDeploymentRequestToJSON(invokeDeploymentRequest: InvokeDeploymentRequest): string;
|
|
2314
|
+
export declare function invokeDeploymentRequestFromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequest, SDKValidationError>;
|
|
2315
|
+
//# sourceMappingURL=invokedeploymentrequest.d.ts.map
|