@orq-ai/node 4.10.0-rc.45 → 4.10.0-rc.47
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 +36 -41
- package/funcs/annotationsCreate.d.ts +3 -0
- package/funcs/annotationsCreate.d.ts.map +1 -1
- package/funcs/annotationsCreate.js +3 -0
- package/funcs/annotationsCreate.js.map +1 -1
- package/funcs/annotationsDelete.d.ts +3 -0
- package/funcs/annotationsDelete.d.ts.map +1 -1
- package/funcs/annotationsDelete.js +3 -0
- package/funcs/annotationsDelete.js.map +1 -1
- package/funcs/deploymentsInvoke.d.ts +1 -2
- package/funcs/deploymentsInvoke.d.ts.map +1 -1
- package/funcs/deploymentsInvoke.js +1 -2
- 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/models/components/agentthoughtstreamingevent.d.ts +12 -12
- package/models/components/agentthoughtstreamingevent.d.ts.map +1 -1
- package/models/components/agentthoughtstreamingevent.js +17 -17
- package/models/components/agentthoughtstreamingevent.js.map +1 -1
- package/models/components/index.d.ts +0 -1
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +0 -1
- package/models/components/index.js.map +1 -1
- package/models/components/modelmetadata.d.ts +38 -0
- package/models/components/modelmetadata.d.ts.map +1 -1
- package/models/components/modelmetadata.js +72 -0
- package/models/components/modelmetadata.js.map +1 -1
- package/models/components/reasoningpart.js +1 -1
- package/models/operations/createdataset.js +1 -1
- package/models/operations/createdatasetitem.js +4 -4
- package/models/operations/createdatasource.js +1 -1
- package/models/operations/createeval.d.ts +67 -210
- package/models/operations/createeval.d.ts.map +1 -1
- package/models/operations/createeval.js +84 -201
- package/models/operations/createeval.js.map +1 -1
- package/models/operations/createtool.d.ts +10 -10
- package/models/operations/createtool.d.ts.map +1 -1
- package/models/operations/createtool.js +15 -15
- package/models/operations/createtool.js.map +1 -1
- package/models/operations/deploymentgetconfig.d.ts +440 -440
- package/models/operations/deploymentgetconfig.d.ts.map +1 -1
- package/models/operations/deploymentgetconfig.js +479 -484
- package/models/operations/deploymentgetconfig.js.map +1 -1
- package/models/operations/deploymentinvoke.d.ts +1568 -8
- package/models/operations/deploymentinvoke.d.ts.map +1 -1
- package/models/operations/deploymentinvoke.js +1137 -12
- package/models/operations/deploymentinvoke.js.map +1 -1
- package/models/operations/deploymentstream.d.ts +56 -56
- package/models/operations/deploymentstream.d.ts.map +1 -1
- package/models/operations/deploymentstream.js +72 -73
- package/models/operations/deploymentstream.js.map +1 -1
- package/models/operations/getalltools.js +6 -6
- package/models/operations/getevals.js +16 -16
- package/models/operations/getv2humanevalsets.js +2 -2
- package/models/operations/getv2humanevalsetsid.js +2 -2
- package/models/operations/index.d.ts +0 -1
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +0 -1
- package/models/operations/index.js.map +1 -1
- package/models/operations/listdatasetdatapoints.js +4 -4
- package/models/operations/listdatasets.js +1 -1
- package/models/operations/listdatasources.js +1 -1
- package/models/operations/patchv2humanevalsetsid.js +2 -2
- package/models/operations/postv2feedbackevaluation.js +3 -3
- package/models/operations/postv2humanevalsets.js +2 -2
- package/models/operations/retrievedatapoint.js +4 -4
- package/models/operations/retrievedataset.js +1 -1
- package/models/operations/retrievedatasource.js +1 -1
- package/models/operations/retrievetool.js +6 -6
- package/models/operations/runagent.js +1 -1
- package/models/operations/streamrunagent.js +1 -1
- package/models/operations/updatedatapoint.js +4 -4
- package/models/operations/updatedataset.js +1 -1
- package/models/operations/updatedatasource.js +1 -1
- package/models/operations/updateeval.d.ts +8 -8
- package/models/operations/updateeval.d.ts.map +1 -1
- package/models/operations/updateeval.js +26 -26
- package/models/operations/updateeval.js.map +1 -1
- package/models/operations/updatetool.js +7 -7
- package/package.json +5 -5
- package/sdk/annotations.d.ts +6 -0
- package/sdk/annotations.d.ts.map +1 -1
- package/sdk/annotations.js +6 -0
- package/sdk/annotations.js.map +1 -1
- package/sdk/deployments.d.ts +1 -5
- package/sdk/deployments.d.ts.map +1 -1
- package/sdk/deployments.js +0 -4
- package/sdk/deployments.js.map +1 -1
- package/src/funcs/annotationsCreate.ts +3 -0
- package/src/funcs/annotationsDelete.ts +3 -0
- package/src/funcs/deploymentsInvoke.ts +4 -4
- package/src/lib/config.ts +3 -3
- package/src/models/components/agentthoughtstreamingevent.ts +43 -55
- package/src/models/components/index.ts +0 -1
- package/src/models/components/modelmetadata.ts +110 -0
- package/src/models/components/reasoningpart.ts +1 -1
- package/src/models/operations/createdataset.ts +1 -1
- package/src/models/operations/createdatasetitem.ts +4 -4
- package/src/models/operations/createdatasource.ts +1 -1
- package/src/models/operations/createeval.ts +214 -543
- package/src/models/operations/createtool.ts +24 -28
- package/src/models/operations/deploymentgetconfig.ts +1606 -1156
- package/src/models/operations/deploymentinvoke.ts +3763 -317
- package/src/models/operations/deploymentstream.ts +285 -244
- package/src/models/operations/getalltools.ts +6 -6
- package/src/models/operations/getevals.ts +16 -16
- package/src/models/operations/getv2humanevalsets.ts +2 -2
- package/src/models/operations/getv2humanevalsetsid.ts +2 -2
- package/src/models/operations/index.ts +0 -1
- package/src/models/operations/listdatasetdatapoints.ts +4 -4
- package/src/models/operations/listdatasets.ts +1 -1
- package/src/models/operations/listdatasources.ts +1 -1
- package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
- package/src/models/operations/postv2feedbackevaluation.ts +3 -3
- package/src/models/operations/postv2humanevalsets.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +4 -4
- package/src/models/operations/retrievedataset.ts +1 -1
- package/src/models/operations/retrievedatasource.ts +1 -1
- package/src/models/operations/retrievetool.ts +6 -6
- package/src/models/operations/runagent.ts +1 -1
- package/src/models/operations/streamrunagent.ts +1 -1
- package/src/models/operations/updatedatapoint.ts +4 -4
- package/src/models/operations/updatedataset.ts +1 -1
- package/src/models/operations/updatedatasource.ts +1 -1
- package/src/models/operations/updateeval.ts +32 -34
- package/src/models/operations/updatetool.ts +7 -7
- package/src/sdk/annotations.ts +6 -0
- package/src/sdk/deployments.ts +1 -8
- package/funcs/deploymentsMetricsCreate.d.ts +0 -19
- package/funcs/deploymentsMetricsCreate.d.ts.map +0 -1
- package/funcs/deploymentsMetricsCreate.js +0 -123
- package/funcs/deploymentsMetricsCreate.js.map +0 -1
- package/models/components/invokedeploymentrequest.d.ts +0 -1573
- package/models/components/invokedeploymentrequest.d.ts.map +0 -1
- package/models/components/invokedeploymentrequest.js +0 -1137
- package/models/components/invokedeploymentrequest.js.map +0 -1
- package/models/operations/deploymentcreatemetric.d.ts +0 -1032
- package/models/operations/deploymentcreatemetric.d.ts.map +0 -1
- package/models/operations/deploymentcreatemetric.js +0 -749
- package/models/operations/deploymentcreatemetric.js.map +0 -1
- package/sdk/metrics.d.ts +0 -14
- package/sdk/metrics.d.ts.map +0 -1
- package/sdk/metrics.js +0 -24
- package/sdk/metrics.js.map +0 -1
- package/src/funcs/deploymentsMetricsCreate.ts +0 -171
- package/src/models/components/invokedeploymentrequest.ts +0 -3457
- package/src/models/operations/deploymentcreatemetric.ts +0 -2370
- package/src/sdk/metrics.ts +0 -29
|
@@ -3,21 +3,21 @@ import { ClosedEnum } from "../../types/enums.js";
|
|
|
3
3
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
4
|
import * as components from "../components/index.js";
|
|
5
5
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
6
|
-
export type
|
|
6
|
+
export type DeploymentGetConfigContentDeploymentsRequest2 = components.TextContentPartSchema;
|
|
7
7
|
/**
|
|
8
8
|
* The contents of the tool message.
|
|
9
9
|
*/
|
|
10
|
-
export type
|
|
10
|
+
export type DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBody5Content = string | Array<components.TextContentPartSchema>;
|
|
11
11
|
/**
|
|
12
12
|
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
13
13
|
*/
|
|
14
|
-
export declare const
|
|
14
|
+
export declare const DeploymentGetConfigPrefixMessagesDeploymentsType: {
|
|
15
15
|
readonly Ephemeral: "ephemeral";
|
|
16
16
|
};
|
|
17
17
|
/**
|
|
18
18
|
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
19
19
|
*/
|
|
20
|
-
export type
|
|
20
|
+
export type DeploymentGetConfigPrefixMessagesDeploymentsType = ClosedEnum<typeof DeploymentGetConfigPrefixMessagesDeploymentsType>;
|
|
21
21
|
/**
|
|
22
22
|
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
23
23
|
*
|
|
@@ -28,7 +28,7 @@ export type DeploymentGetConfigPrefixMessagesType = ClosedEnum<typeof Deployment
|
|
|
28
28
|
*
|
|
29
29
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
30
30
|
*/
|
|
31
|
-
export declare const
|
|
31
|
+
export declare const DeploymentGetConfigPrefixMessagesTtl: {
|
|
32
32
|
readonly Fivem: "5m";
|
|
33
33
|
readonly Oneh: "1h";
|
|
34
34
|
};
|
|
@@ -42,12 +42,12 @@ export declare const PrefixMessagesTtl: {
|
|
|
42
42
|
*
|
|
43
43
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
44
44
|
*/
|
|
45
|
-
export type
|
|
46
|
-
export type
|
|
45
|
+
export type DeploymentGetConfigPrefixMessagesTtl = ClosedEnum<typeof DeploymentGetConfigPrefixMessagesTtl>;
|
|
46
|
+
export type DeploymentGetConfigPrefixMessagesCacheControl = {
|
|
47
47
|
/**
|
|
48
48
|
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
49
49
|
*/
|
|
50
|
-
type:
|
|
50
|
+
type: DeploymentGetConfigPrefixMessagesDeploymentsType;
|
|
51
51
|
/**
|
|
52
52
|
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
53
53
|
*
|
|
@@ -58,9 +58,9 @@ export type PrefixMessagesCacheControl = {
|
|
|
58
58
|
*
|
|
59
59
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
60
60
|
*/
|
|
61
|
-
ttl?:
|
|
61
|
+
ttl?: DeploymentGetConfigPrefixMessagesTtl | undefined;
|
|
62
62
|
};
|
|
63
|
-
export type
|
|
63
|
+
export type PrefixMessagesToolMessage = {
|
|
64
64
|
/**
|
|
65
65
|
* The role of the messages author, in this case tool.
|
|
66
66
|
*/
|
|
@@ -73,21 +73,21 @@ export type ToolMessage = {
|
|
|
73
73
|
* Tool call that this message is responding to.
|
|
74
74
|
*/
|
|
75
75
|
toolCallId: string | null;
|
|
76
|
-
cacheControl?:
|
|
76
|
+
cacheControl?: DeploymentGetConfigPrefixMessagesCacheControl | undefined;
|
|
77
77
|
};
|
|
78
|
-
export type
|
|
78
|
+
export type DeploymentGetConfigContentDeployments2 = (components.TextContentPartSchema & {
|
|
79
79
|
type: "text";
|
|
80
80
|
}) | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema;
|
|
81
81
|
/**
|
|
82
82
|
* The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
|
|
83
83
|
*/
|
|
84
|
-
export type
|
|
84
|
+
export type DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent = string | Array<(components.TextContentPartSchema & {
|
|
85
85
|
type: "text";
|
|
86
86
|
}) | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema>;
|
|
87
87
|
/**
|
|
88
88
|
* Data about a previous audio response from the model.
|
|
89
89
|
*/
|
|
90
|
-
export type
|
|
90
|
+
export type PrefixMessagesAudio = {
|
|
91
91
|
/**
|
|
92
92
|
* Unique identifier for a previous audio response from the model.
|
|
93
93
|
*/
|
|
@@ -96,14 +96,14 @@ export type Audio = {
|
|
|
96
96
|
/**
|
|
97
97
|
* The type of the tool. Currently, only `function` is supported.
|
|
98
98
|
*/
|
|
99
|
-
export declare const
|
|
99
|
+
export declare const DeploymentGetConfigPrefixMessagesType: {
|
|
100
100
|
readonly Function: "function";
|
|
101
101
|
};
|
|
102
102
|
/**
|
|
103
103
|
* The type of the tool. Currently, only `function` is supported.
|
|
104
104
|
*/
|
|
105
|
-
export type
|
|
106
|
-
export type
|
|
105
|
+
export type DeploymentGetConfigPrefixMessagesType = ClosedEnum<typeof DeploymentGetConfigPrefixMessagesType>;
|
|
106
|
+
export type DeploymentGetConfigPrefixMessagesFunction = {
|
|
107
107
|
/**
|
|
108
108
|
* The name of the function to call.
|
|
109
109
|
*/
|
|
@@ -113,7 +113,7 @@ export type PrefixMessagesFunction = {
|
|
|
113
113
|
*/
|
|
114
114
|
arguments?: string | undefined;
|
|
115
115
|
};
|
|
116
|
-
export type
|
|
116
|
+
export type DeploymentGetConfigPrefixMessagesToolCalls = {
|
|
117
117
|
/**
|
|
118
118
|
* The ID of the tool call.
|
|
119
119
|
*/
|
|
@@ -121,14 +121,14 @@ export type PrefixMessagesToolCalls = {
|
|
|
121
121
|
/**
|
|
122
122
|
* The type of the tool. Currently, only `function` is supported.
|
|
123
123
|
*/
|
|
124
|
-
type:
|
|
125
|
-
function:
|
|
124
|
+
type: DeploymentGetConfigPrefixMessagesType;
|
|
125
|
+
function: DeploymentGetConfigPrefixMessagesFunction;
|
|
126
126
|
/**
|
|
127
127
|
* Encrypted representation of the model internal reasoning state during function calling. Required by Gemini 3 models when continuing a conversation after a tool call.
|
|
128
128
|
*/
|
|
129
129
|
thoughtSignature?: string | undefined;
|
|
130
130
|
};
|
|
131
|
-
export type
|
|
131
|
+
export type PrefixMessagesAssistantMessage = {
|
|
132
132
|
/**
|
|
133
133
|
* The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
|
|
134
134
|
*/
|
|
@@ -150,11 +150,11 @@ export type AssistantMessage = {
|
|
|
150
150
|
/**
|
|
151
151
|
* Data about a previous audio response from the model.
|
|
152
152
|
*/
|
|
153
|
-
audio?:
|
|
153
|
+
audio?: PrefixMessagesAudio | null | undefined;
|
|
154
154
|
/**
|
|
155
155
|
* The tool calls generated by the model, such as function calls.
|
|
156
156
|
*/
|
|
157
|
-
toolCalls?: Array<
|
|
157
|
+
toolCalls?: Array<DeploymentGetConfigPrefixMessagesToolCalls> | undefined;
|
|
158
158
|
};
|
|
159
159
|
/**
|
|
160
160
|
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
@@ -176,7 +176,7 @@ export type DeploymentGetConfig2DeploymentsType = ClosedEnum<typeof DeploymentGe
|
|
|
176
176
|
*
|
|
177
177
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
178
178
|
*/
|
|
179
|
-
export declare const
|
|
179
|
+
export declare const DeploymentGetConfig2Ttl: {
|
|
180
180
|
readonly Fivem: "5m";
|
|
181
181
|
readonly Oneh: "1h";
|
|
182
182
|
};
|
|
@@ -190,8 +190,8 @@ export declare const Ttl: {
|
|
|
190
190
|
*
|
|
191
191
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
192
192
|
*/
|
|
193
|
-
export type
|
|
194
|
-
export type
|
|
193
|
+
export type DeploymentGetConfig2Ttl = ClosedEnum<typeof DeploymentGetConfig2Ttl>;
|
|
194
|
+
export type DeploymentGetConfig2CacheControl = {
|
|
195
195
|
/**
|
|
196
196
|
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
197
197
|
*/
|
|
@@ -206,29 +206,29 @@ export type CacheControl = {
|
|
|
206
206
|
*
|
|
207
207
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
208
208
|
*/
|
|
209
|
-
ttl?:
|
|
209
|
+
ttl?: DeploymentGetConfig2Ttl | undefined;
|
|
210
210
|
};
|
|
211
|
-
export type
|
|
211
|
+
export type DeploymentGetConfig24 = {
|
|
212
212
|
/**
|
|
213
213
|
* The type of the content part. Always `file`.
|
|
214
214
|
*/
|
|
215
215
|
type: "file";
|
|
216
|
-
cacheControl?:
|
|
216
|
+
cacheControl?: DeploymentGetConfig2CacheControl | undefined;
|
|
217
217
|
/**
|
|
218
218
|
* File data for the content part. Must contain either file_data or uri, but not both.
|
|
219
219
|
*/
|
|
220
220
|
file: components.FileContentPartSchema;
|
|
221
221
|
};
|
|
222
|
-
export type
|
|
222
|
+
export type DeploymentGetConfigContent2 = (components.TextContentPartSchema & {
|
|
223
223
|
type: "text";
|
|
224
|
-
}) | components.ImageContentPartSchema | components.AudioContentPartSchema |
|
|
224
|
+
}) | components.ImageContentPartSchema | components.AudioContentPartSchema | DeploymentGetConfig24;
|
|
225
225
|
/**
|
|
226
226
|
* The contents of the user message.
|
|
227
227
|
*/
|
|
228
|
-
export type
|
|
228
|
+
export type DeploymentGetConfigPrefixMessagesDeploymentsRequestContent = string | Array<(components.TextContentPartSchema & {
|
|
229
229
|
type: "text";
|
|
230
|
-
}) | components.ImageContentPartSchema | components.AudioContentPartSchema |
|
|
231
|
-
export type
|
|
230
|
+
}) | components.ImageContentPartSchema | components.AudioContentPartSchema | DeploymentGetConfig24>;
|
|
231
|
+
export type PrefixMessagesUserMessage = {
|
|
232
232
|
/**
|
|
233
233
|
* The role of the messages author, in this case `user`.
|
|
234
234
|
*/
|
|
@@ -242,13 +242,13 @@ export type UserMessage = {
|
|
|
242
242
|
*/
|
|
243
243
|
content: string | Array<(components.TextContentPartSchema & {
|
|
244
244
|
type: "text";
|
|
245
|
-
}) | components.ImageContentPartSchema | components.AudioContentPartSchema |
|
|
245
|
+
}) | components.ImageContentPartSchema | components.AudioContentPartSchema | DeploymentGetConfig24>;
|
|
246
246
|
};
|
|
247
247
|
/**
|
|
248
248
|
* The contents of the developer message.
|
|
249
249
|
*/
|
|
250
|
-
export type
|
|
251
|
-
export type
|
|
250
|
+
export type DeploymentGetConfigPrefixMessagesDeploymentsContent = string | Array<components.TextContentPartSchema>;
|
|
251
|
+
export type PrefixMessagesDeveloperMessage = {
|
|
252
252
|
/**
|
|
253
253
|
* The role of the messages author, in this case `developer`.
|
|
254
254
|
*/
|
|
@@ -265,11 +265,11 @@ export type DeveloperMessage = {
|
|
|
265
265
|
/**
|
|
266
266
|
* The contents of the system message.
|
|
267
267
|
*/
|
|
268
|
-
export type
|
|
268
|
+
export type DeploymentGetConfigPrefixMessagesContent = string | Array<components.TextContentPartSchema>;
|
|
269
269
|
/**
|
|
270
270
|
* Developer-provided instructions that the model should follow, regardless of messages sent by the user.
|
|
271
271
|
*/
|
|
272
|
-
export type
|
|
272
|
+
export type PrefixMessagesSystemMessage = {
|
|
273
273
|
/**
|
|
274
274
|
* The role of the messages author, in this case `system`.
|
|
275
275
|
*/
|
|
@@ -283,22 +283,22 @@ export type SystemMessage = {
|
|
|
283
283
|
*/
|
|
284
284
|
name?: string | undefined;
|
|
285
285
|
};
|
|
286
|
-
export type
|
|
287
|
-
export type
|
|
286
|
+
export type DeploymentGetConfigPrefixMessages = PrefixMessagesSystemMessage | PrefixMessagesDeveloperMessage | PrefixMessagesUserMessage | PrefixMessagesAssistantMessage | PrefixMessagesToolMessage;
|
|
287
|
+
export type DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages52 = components.TextContentPartSchema;
|
|
288
288
|
/**
|
|
289
289
|
* The contents of the tool message.
|
|
290
290
|
*/
|
|
291
|
-
export type
|
|
291
|
+
export type DeploymentGetConfigMessagesDeploymentsRequestRequestBody5Content = string | Array<components.TextContentPartSchema>;
|
|
292
292
|
/**
|
|
293
293
|
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
294
294
|
*/
|
|
295
|
-
export declare const
|
|
295
|
+
export declare const DeploymentGetConfigMessagesDeploymentsType: {
|
|
296
296
|
readonly Ephemeral: "ephemeral";
|
|
297
297
|
};
|
|
298
298
|
/**
|
|
299
299
|
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
300
300
|
*/
|
|
301
|
-
export type
|
|
301
|
+
export type DeploymentGetConfigMessagesDeploymentsType = ClosedEnum<typeof DeploymentGetConfigMessagesDeploymentsType>;
|
|
302
302
|
/**
|
|
303
303
|
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
304
304
|
*
|
|
@@ -309,7 +309,7 @@ export type DeploymentGetConfigMessagesType = ClosedEnum<typeof DeploymentGetCon
|
|
|
309
309
|
*
|
|
310
310
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
311
311
|
*/
|
|
312
|
-
export declare const
|
|
312
|
+
export declare const DeploymentGetConfigMessagesTtl: {
|
|
313
313
|
readonly Fivem: "5m";
|
|
314
314
|
readonly Oneh: "1h";
|
|
315
315
|
};
|
|
@@ -323,12 +323,12 @@ export declare const MessagesTtl: {
|
|
|
323
323
|
*
|
|
324
324
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
325
325
|
*/
|
|
326
|
-
export type
|
|
327
|
-
export type
|
|
326
|
+
export type DeploymentGetConfigMessagesTtl = ClosedEnum<typeof DeploymentGetConfigMessagesTtl>;
|
|
327
|
+
export type DeploymentGetConfigMessagesCacheControl = {
|
|
328
328
|
/**
|
|
329
329
|
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
330
330
|
*/
|
|
331
|
-
type:
|
|
331
|
+
type: DeploymentGetConfigMessagesDeploymentsType;
|
|
332
332
|
/**
|
|
333
333
|
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
334
334
|
*
|
|
@@ -339,9 +339,9 @@ export type MessagesCacheControl = {
|
|
|
339
339
|
*
|
|
340
340
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
341
341
|
*/
|
|
342
|
-
ttl?:
|
|
342
|
+
ttl?: DeploymentGetConfigMessagesTtl | undefined;
|
|
343
343
|
};
|
|
344
|
-
export type
|
|
344
|
+
export type DeploymentGetConfigMessagesToolMessage = {
|
|
345
345
|
/**
|
|
346
346
|
* The role of the messages author, in this case tool.
|
|
347
347
|
*/
|
|
@@ -354,21 +354,21 @@ export type MessagesToolMessage = {
|
|
|
354
354
|
* Tool call that this message is responding to.
|
|
355
355
|
*/
|
|
356
356
|
toolCallId: string | null;
|
|
357
|
-
cacheControl?:
|
|
357
|
+
cacheControl?: DeploymentGetConfigMessagesCacheControl | undefined;
|
|
358
358
|
};
|
|
359
|
-
export type
|
|
359
|
+
export type DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2 = (components.TextContentPartSchema & {
|
|
360
360
|
type: "text";
|
|
361
361
|
}) | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema;
|
|
362
362
|
/**
|
|
363
363
|
* The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
|
|
364
364
|
*/
|
|
365
|
-
export type
|
|
365
|
+
export type DeploymentGetConfigMessagesDeploymentsRequestRequestBodyContent = string | Array<(components.TextContentPartSchema & {
|
|
366
366
|
type: "text";
|
|
367
367
|
}) | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema>;
|
|
368
368
|
/**
|
|
369
369
|
* Data about a previous audio response from the model.
|
|
370
370
|
*/
|
|
371
|
-
export type
|
|
371
|
+
export type DeploymentGetConfigMessagesAudio = {
|
|
372
372
|
/**
|
|
373
373
|
* Unique identifier for a previous audio response from the model.
|
|
374
374
|
*/
|
|
@@ -377,14 +377,14 @@ export type MessagesAudio = {
|
|
|
377
377
|
/**
|
|
378
378
|
* The type of the tool. Currently, only `function` is supported.
|
|
379
379
|
*/
|
|
380
|
-
export declare const
|
|
380
|
+
export declare const DeploymentGetConfigMessagesType: {
|
|
381
381
|
readonly Function: "function";
|
|
382
382
|
};
|
|
383
383
|
/**
|
|
384
384
|
* The type of the tool. Currently, only `function` is supported.
|
|
385
385
|
*/
|
|
386
|
-
export type
|
|
387
|
-
export type
|
|
386
|
+
export type DeploymentGetConfigMessagesType = ClosedEnum<typeof DeploymentGetConfigMessagesType>;
|
|
387
|
+
export type DeploymentGetConfigMessagesFunction = {
|
|
388
388
|
/**
|
|
389
389
|
* The name of the function to call.
|
|
390
390
|
*/
|
|
@@ -394,7 +394,7 @@ export type MessagesFunction = {
|
|
|
394
394
|
*/
|
|
395
395
|
arguments?: string | undefined;
|
|
396
396
|
};
|
|
397
|
-
export type
|
|
397
|
+
export type DeploymentGetConfigMessagesToolCalls = {
|
|
398
398
|
/**
|
|
399
399
|
* The ID of the tool call.
|
|
400
400
|
*/
|
|
@@ -402,14 +402,14 @@ export type MessagesToolCalls = {
|
|
|
402
402
|
/**
|
|
403
403
|
* The type of the tool. Currently, only `function` is supported.
|
|
404
404
|
*/
|
|
405
|
-
type:
|
|
406
|
-
function:
|
|
405
|
+
type: DeploymentGetConfigMessagesType;
|
|
406
|
+
function: DeploymentGetConfigMessagesFunction;
|
|
407
407
|
/**
|
|
408
408
|
* Encrypted representation of the model internal reasoning state during function calling. Required by Gemini 3 models when continuing a conversation after a tool call.
|
|
409
409
|
*/
|
|
410
410
|
thoughtSignature?: string | undefined;
|
|
411
411
|
};
|
|
412
|
-
export type
|
|
412
|
+
export type DeploymentGetConfigMessagesAssistantMessage = {
|
|
413
413
|
/**
|
|
414
414
|
* The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
|
|
415
415
|
*/
|
|
@@ -431,11 +431,11 @@ export type MessagesAssistantMessage = {
|
|
|
431
431
|
/**
|
|
432
432
|
* Data about a previous audio response from the model.
|
|
433
433
|
*/
|
|
434
|
-
audio?:
|
|
434
|
+
audio?: DeploymentGetConfigMessagesAudio | null | undefined;
|
|
435
435
|
/**
|
|
436
436
|
* The tool calls generated by the model, such as function calls.
|
|
437
437
|
*/
|
|
438
|
-
toolCalls?: Array<
|
|
438
|
+
toolCalls?: Array<DeploymentGetConfigMessagesToolCalls> | undefined;
|
|
439
439
|
};
|
|
440
440
|
/**
|
|
441
441
|
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
@@ -457,7 +457,7 @@ export type DeploymentGetConfig2DeploymentsRequestRequestBodyType = ClosedEnum<t
|
|
|
457
457
|
*
|
|
458
458
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
459
459
|
*/
|
|
460
|
-
export declare const
|
|
460
|
+
export declare const DeploymentGetConfig2DeploymentsTtl: {
|
|
461
461
|
readonly Fivem: "5m";
|
|
462
462
|
readonly Oneh: "1h";
|
|
463
463
|
};
|
|
@@ -471,8 +471,8 @@ export declare const TwoTtl: {
|
|
|
471
471
|
*
|
|
472
472
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
473
473
|
*/
|
|
474
|
-
export type
|
|
475
|
-
export type
|
|
474
|
+
export type DeploymentGetConfig2DeploymentsTtl = ClosedEnum<typeof DeploymentGetConfig2DeploymentsTtl>;
|
|
475
|
+
export type DeploymentGetConfig2DeploymentsCacheControl = {
|
|
476
476
|
/**
|
|
477
477
|
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
478
478
|
*/
|
|
@@ -487,29 +487,29 @@ export type TwoCacheControl = {
|
|
|
487
487
|
*
|
|
488
488
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
489
489
|
*/
|
|
490
|
-
ttl?:
|
|
490
|
+
ttl?: DeploymentGetConfig2DeploymentsTtl | undefined;
|
|
491
491
|
};
|
|
492
|
-
export type
|
|
492
|
+
export type DeploymentGetConfig2Deployments4 = {
|
|
493
493
|
/**
|
|
494
494
|
* The type of the content part. Always `file`.
|
|
495
495
|
*/
|
|
496
496
|
type: "file";
|
|
497
|
-
cacheControl?:
|
|
497
|
+
cacheControl?: DeploymentGetConfig2DeploymentsCacheControl | undefined;
|
|
498
498
|
/**
|
|
499
499
|
* File data for the content part. Must contain either file_data or uri, but not both.
|
|
500
500
|
*/
|
|
501
501
|
file: components.FileContentPartSchema;
|
|
502
502
|
};
|
|
503
|
-
export type
|
|
503
|
+
export type DeploymentGetConfigContentDeploymentsRequestRequestBody2 = (components.TextContentPartSchema & {
|
|
504
504
|
type: "text";
|
|
505
|
-
}) | components.ImageContentPartSchema | components.AudioContentPartSchema |
|
|
505
|
+
}) | components.ImageContentPartSchema | components.AudioContentPartSchema | DeploymentGetConfig2Deployments4;
|
|
506
506
|
/**
|
|
507
507
|
* The contents of the user message.
|
|
508
508
|
*/
|
|
509
|
-
export type
|
|
509
|
+
export type DeploymentGetConfigMessagesDeploymentsRequestContent = string | Array<(components.TextContentPartSchema & {
|
|
510
510
|
type: "text";
|
|
511
|
-
}) | components.ImageContentPartSchema | components.AudioContentPartSchema |
|
|
512
|
-
export type
|
|
511
|
+
}) | components.ImageContentPartSchema | components.AudioContentPartSchema | DeploymentGetConfig2Deployments4>;
|
|
512
|
+
export type DeploymentGetConfigMessagesUserMessage = {
|
|
513
513
|
/**
|
|
514
514
|
* The role of the messages author, in this case `user`.
|
|
515
515
|
*/
|
|
@@ -523,13 +523,13 @@ export type MessagesUserMessage = {
|
|
|
523
523
|
*/
|
|
524
524
|
content: string | Array<(components.TextContentPartSchema & {
|
|
525
525
|
type: "text";
|
|
526
|
-
}) | components.ImageContentPartSchema | components.AudioContentPartSchema |
|
|
526
|
+
}) | components.ImageContentPartSchema | components.AudioContentPartSchema | DeploymentGetConfig2Deployments4>;
|
|
527
527
|
};
|
|
528
528
|
/**
|
|
529
529
|
* The contents of the developer message.
|
|
530
530
|
*/
|
|
531
|
-
export type
|
|
532
|
-
export type
|
|
531
|
+
export type DeploymentGetConfigMessagesDeploymentsContent = string | Array<components.TextContentPartSchema>;
|
|
532
|
+
export type DeploymentGetConfigMessagesDeveloperMessage = {
|
|
533
533
|
/**
|
|
534
534
|
* The role of the messages author, in this case `developer`.
|
|
535
535
|
*/
|
|
@@ -546,11 +546,11 @@ export type MessagesDeveloperMessage = {
|
|
|
546
546
|
/**
|
|
547
547
|
* The contents of the system message.
|
|
548
548
|
*/
|
|
549
|
-
export type
|
|
549
|
+
export type DeploymentGetConfigMessagesContent = string | Array<components.TextContentPartSchema>;
|
|
550
550
|
/**
|
|
551
551
|
* Developer-provided instructions that the model should follow, regardless of messages sent by the user.
|
|
552
552
|
*/
|
|
553
|
-
export type
|
|
553
|
+
export type DeploymentGetConfigMessagesSystemMessage = {
|
|
554
554
|
/**
|
|
555
555
|
* The role of the messages author, in this case `system`.
|
|
556
556
|
*/
|
|
@@ -564,11 +564,11 @@ export type MessagesSystemMessage = {
|
|
|
564
564
|
*/
|
|
565
565
|
name?: string | undefined;
|
|
566
566
|
};
|
|
567
|
-
export type DeploymentGetConfigMessages =
|
|
567
|
+
export type DeploymentGetConfigMessages = DeploymentGetConfigMessagesSystemMessage | DeploymentGetConfigMessagesDeveloperMessage | DeploymentGetConfigMessagesUserMessage | DeploymentGetConfigMessagesAssistantMessage | DeploymentGetConfigMessagesToolMessage;
|
|
568
568
|
/**
|
|
569
569
|
* Metadata about the document
|
|
570
570
|
*/
|
|
571
|
-
export type
|
|
571
|
+
export type DeploymentGetConfigMetadata = {
|
|
572
572
|
/**
|
|
573
573
|
* Name of the file the text is from.
|
|
574
574
|
*/
|
|
@@ -582,7 +582,7 @@ export type Metadata = {
|
|
|
582
582
|
*/
|
|
583
583
|
pageNumber?: number | undefined;
|
|
584
584
|
};
|
|
585
|
-
export type
|
|
585
|
+
export type DeploymentGetConfigDocuments = {
|
|
586
586
|
/**
|
|
587
587
|
* The text content of the document
|
|
588
588
|
*/
|
|
@@ -590,9 +590,9 @@ export type Documents = {
|
|
|
590
590
|
/**
|
|
591
591
|
* Metadata about the document
|
|
592
592
|
*/
|
|
593
|
-
metadata?:
|
|
593
|
+
metadata?: DeploymentGetConfigMetadata | undefined;
|
|
594
594
|
};
|
|
595
|
-
export type
|
|
595
|
+
export type DeploymentGetConfigInvokeOptions = {
|
|
596
596
|
/**
|
|
597
597
|
* Whether to include the retrieved knowledge chunks in the response.
|
|
598
598
|
*/
|
|
@@ -606,7 +606,7 @@ export type InvokeOptions = {
|
|
|
606
606
|
*/
|
|
607
607
|
mockResponse?: string | undefined;
|
|
608
608
|
};
|
|
609
|
-
export type
|
|
609
|
+
export type DeploymentGetConfigThread = {
|
|
610
610
|
/**
|
|
611
611
|
* Unique thread identifier to group related invocations.
|
|
612
612
|
*/
|
|
@@ -619,201 +619,201 @@ export type Thread = {
|
|
|
619
619
|
/**
|
|
620
620
|
* Exists
|
|
621
621
|
*/
|
|
622
|
-
export type
|
|
622
|
+
export type DeploymentGetConfigOrExists = {
|
|
623
623
|
exists: boolean;
|
|
624
624
|
};
|
|
625
|
-
export type
|
|
625
|
+
export type DeploymentGetConfigOrDeploymentsNin = string | number | boolean;
|
|
626
626
|
/**
|
|
627
627
|
* Not in
|
|
628
628
|
*/
|
|
629
|
-
export type
|
|
629
|
+
export type DeploymentGetConfigOrNin = {
|
|
630
630
|
nin: Array<string | number | boolean>;
|
|
631
631
|
};
|
|
632
|
-
export type
|
|
632
|
+
export type DeploymentGetConfigOrDeploymentsIn = string | number | boolean;
|
|
633
633
|
/**
|
|
634
634
|
* In
|
|
635
635
|
*/
|
|
636
|
-
export type
|
|
636
|
+
export type DeploymentGetConfigOrIn = {
|
|
637
637
|
in: Array<string | number | boolean>;
|
|
638
638
|
};
|
|
639
639
|
/**
|
|
640
640
|
* Less than or equal to
|
|
641
641
|
*/
|
|
642
|
-
export type
|
|
642
|
+
export type DeploymentGetConfigOrLte = {
|
|
643
643
|
lte: number;
|
|
644
644
|
};
|
|
645
645
|
/**
|
|
646
646
|
* Less than
|
|
647
647
|
*/
|
|
648
|
-
export type
|
|
648
|
+
export type DeploymentGetConfigOrLt = {
|
|
649
649
|
lt: number;
|
|
650
650
|
};
|
|
651
651
|
/**
|
|
652
652
|
* Greater than or equal to
|
|
653
653
|
*/
|
|
654
|
-
export type
|
|
654
|
+
export type DeploymentGetConfigOrGte = {
|
|
655
655
|
gte: number;
|
|
656
656
|
};
|
|
657
657
|
/**
|
|
658
658
|
* Greater than
|
|
659
659
|
*/
|
|
660
|
-
export type
|
|
660
|
+
export type DeploymentGetConfigOrGt = {
|
|
661
661
|
gt: number;
|
|
662
662
|
};
|
|
663
|
-
export type
|
|
663
|
+
export type DeploymentGetConfigOrDeploymentsNe = string | number | boolean;
|
|
664
664
|
/**
|
|
665
665
|
* Not equal to
|
|
666
666
|
*/
|
|
667
|
-
export type
|
|
667
|
+
export type DeploymentGetConfigOrNe = {
|
|
668
668
|
ne: string | number | boolean;
|
|
669
669
|
};
|
|
670
|
-
export type
|
|
670
|
+
export type DeploymentGetConfigOrDeploymentsEq = string | number | boolean;
|
|
671
671
|
/**
|
|
672
672
|
* Equal to
|
|
673
673
|
*/
|
|
674
|
-
export type
|
|
674
|
+
export type DeploymentGetConfigOrEq = {
|
|
675
675
|
eq: string | number | boolean;
|
|
676
676
|
};
|
|
677
|
-
export type
|
|
677
|
+
export type DeploymentGetConfigKnowledgeFilterDeploymentsOr = DeploymentGetConfigOrEq | DeploymentGetConfigOrNe | DeploymentGetConfigOrGt | DeploymentGetConfigOrGte | DeploymentGetConfigOrLt | DeploymentGetConfigOrLte | DeploymentGetConfigOrIn | DeploymentGetConfigOrNin | DeploymentGetConfigOrExists;
|
|
678
678
|
/**
|
|
679
679
|
* Or
|
|
680
680
|
*/
|
|
681
|
-
export type
|
|
681
|
+
export type DeploymentGetConfigKnowledgeFilterOr = {
|
|
682
682
|
or: Array<{
|
|
683
|
-
[k: string]:
|
|
683
|
+
[k: string]: DeploymentGetConfigOrEq | DeploymentGetConfigOrNe | DeploymentGetConfigOrGt | DeploymentGetConfigOrGte | DeploymentGetConfigOrLt | DeploymentGetConfigOrLte | DeploymentGetConfigOrIn | DeploymentGetConfigOrNin | DeploymentGetConfigOrExists;
|
|
684
684
|
}>;
|
|
685
685
|
};
|
|
686
686
|
/**
|
|
687
687
|
* Exists
|
|
688
688
|
*/
|
|
689
|
-
export type
|
|
689
|
+
export type DeploymentGetConfigAndExists = {
|
|
690
690
|
exists: boolean;
|
|
691
691
|
};
|
|
692
|
-
export type
|
|
692
|
+
export type DeploymentGetConfigAndDeploymentsNin = string | number | boolean;
|
|
693
693
|
/**
|
|
694
694
|
* Not in
|
|
695
695
|
*/
|
|
696
|
-
export type
|
|
696
|
+
export type DeploymentGetConfigAndNin = {
|
|
697
697
|
nin: Array<string | number | boolean>;
|
|
698
698
|
};
|
|
699
|
-
export type
|
|
699
|
+
export type DeploymentGetConfigAndDeploymentsIn = string | number | boolean;
|
|
700
700
|
/**
|
|
701
701
|
* In
|
|
702
702
|
*/
|
|
703
|
-
export type
|
|
703
|
+
export type DeploymentGetConfigAndIn = {
|
|
704
704
|
in: Array<string | number | boolean>;
|
|
705
705
|
};
|
|
706
706
|
/**
|
|
707
707
|
* Less than or equal to
|
|
708
708
|
*/
|
|
709
|
-
export type
|
|
709
|
+
export type DeploymentGetConfigAndLte = {
|
|
710
710
|
lte: number;
|
|
711
711
|
};
|
|
712
712
|
/**
|
|
713
713
|
* Less than
|
|
714
714
|
*/
|
|
715
|
-
export type
|
|
715
|
+
export type DeploymentGetConfigAndLt = {
|
|
716
716
|
lt: number;
|
|
717
717
|
};
|
|
718
718
|
/**
|
|
719
719
|
* Greater than or equal to
|
|
720
720
|
*/
|
|
721
|
-
export type
|
|
721
|
+
export type DeploymentGetConfigAndGte = {
|
|
722
722
|
gte: number;
|
|
723
723
|
};
|
|
724
724
|
/**
|
|
725
725
|
* Greater than
|
|
726
726
|
*/
|
|
727
|
-
export type
|
|
727
|
+
export type DeploymentGetConfigAndGt = {
|
|
728
728
|
gt: number;
|
|
729
729
|
};
|
|
730
|
-
export type
|
|
730
|
+
export type DeploymentGetConfigAndDeploymentsNe = string | number | boolean;
|
|
731
731
|
/**
|
|
732
732
|
* Not equal to
|
|
733
733
|
*/
|
|
734
|
-
export type
|
|
734
|
+
export type DeploymentGetConfigAndNe = {
|
|
735
735
|
ne: string | number | boolean;
|
|
736
736
|
};
|
|
737
|
-
export type
|
|
737
|
+
export type DeploymentGetConfigAndDeploymentsEq = string | number | boolean;
|
|
738
738
|
/**
|
|
739
739
|
* Equal to
|
|
740
740
|
*/
|
|
741
|
-
export type
|
|
741
|
+
export type DeploymentGetConfigAndEq = {
|
|
742
742
|
eq: string | number | boolean;
|
|
743
743
|
};
|
|
744
|
-
export type
|
|
744
|
+
export type DeploymentGetConfigKnowledgeFilterDeploymentsAnd = DeploymentGetConfigAndEq | DeploymentGetConfigAndNe | DeploymentGetConfigAndGt | DeploymentGetConfigAndGte | DeploymentGetConfigAndLt | DeploymentGetConfigAndLte | DeploymentGetConfigAndIn | DeploymentGetConfigAndNin | DeploymentGetConfigAndExists;
|
|
745
745
|
/**
|
|
746
746
|
* And
|
|
747
747
|
*/
|
|
748
|
-
export type
|
|
748
|
+
export type DeploymentGetConfigKnowledgeFilterAnd = {
|
|
749
749
|
and: Array<{
|
|
750
|
-
[k: string]:
|
|
750
|
+
[k: string]: DeploymentGetConfigAndEq | DeploymentGetConfigAndNe | DeploymentGetConfigAndGt | DeploymentGetConfigAndGte | DeploymentGetConfigAndLt | DeploymentGetConfigAndLte | DeploymentGetConfigAndIn | DeploymentGetConfigAndNin | DeploymentGetConfigAndExists;
|
|
751
751
|
}>;
|
|
752
752
|
};
|
|
753
753
|
/**
|
|
754
754
|
* Exists
|
|
755
755
|
*/
|
|
756
|
-
export type
|
|
756
|
+
export type OneExists = {
|
|
757
757
|
exists: boolean;
|
|
758
758
|
};
|
|
759
|
-
export type
|
|
759
|
+
export type DeploymentGetConfig1DeploymentsNin = string | number | boolean;
|
|
760
760
|
/**
|
|
761
761
|
* Not in
|
|
762
762
|
*/
|
|
763
|
-
export type
|
|
763
|
+
export type DeploymentGetConfig1Nin = {
|
|
764
764
|
nin: Array<string | number | boolean>;
|
|
765
765
|
};
|
|
766
|
-
export type
|
|
766
|
+
export type DeploymentGetConfig1DeploymentsIn = string | number | boolean;
|
|
767
767
|
/**
|
|
768
768
|
* In
|
|
769
769
|
*/
|
|
770
|
-
export type
|
|
770
|
+
export type DeploymentGetConfig1In = {
|
|
771
771
|
in: Array<string | number | boolean>;
|
|
772
772
|
};
|
|
773
773
|
/**
|
|
774
774
|
* Less than or equal to
|
|
775
775
|
*/
|
|
776
|
-
export type
|
|
776
|
+
export type OneLte = {
|
|
777
777
|
lte: number;
|
|
778
778
|
};
|
|
779
779
|
/**
|
|
780
780
|
* Less than
|
|
781
781
|
*/
|
|
782
|
-
export type
|
|
782
|
+
export type OneLt = {
|
|
783
783
|
lt: number;
|
|
784
784
|
};
|
|
785
785
|
/**
|
|
786
786
|
* Greater than or equal to
|
|
787
787
|
*/
|
|
788
|
-
export type
|
|
788
|
+
export type OneGte = {
|
|
789
789
|
gte: number;
|
|
790
790
|
};
|
|
791
791
|
/**
|
|
792
792
|
* Greater than
|
|
793
793
|
*/
|
|
794
|
-
export type
|
|
794
|
+
export type OneGt = {
|
|
795
795
|
gt: number;
|
|
796
796
|
};
|
|
797
|
-
export type
|
|
797
|
+
export type DeploymentGetConfig1DeploymentsNe = string | number | boolean;
|
|
798
798
|
/**
|
|
799
799
|
* Not equal to
|
|
800
800
|
*/
|
|
801
|
-
export type
|
|
801
|
+
export type DeploymentGetConfig1Ne = {
|
|
802
802
|
ne: string | number | boolean;
|
|
803
803
|
};
|
|
804
|
-
export type
|
|
804
|
+
export type DeploymentGetConfig1DeploymentsEq = string | number | boolean;
|
|
805
805
|
/**
|
|
806
806
|
* Equal to
|
|
807
807
|
*/
|
|
808
|
-
export type
|
|
808
|
+
export type DeploymentGetConfig1Eq = {
|
|
809
809
|
eq: string | number | boolean;
|
|
810
810
|
};
|
|
811
|
-
export type
|
|
811
|
+
export type DeploymentGetConfigKnowledgeFilter1 = DeploymentGetConfig1Eq | DeploymentGetConfig1Ne | OneGt | OneGte | OneLt | OneLte | DeploymentGetConfig1In | DeploymentGetConfig1Nin | OneExists;
|
|
812
812
|
/**
|
|
813
813
|
* A filter to apply to the knowledge base chunk metadata when using knowledge bases in the deployment.
|
|
814
814
|
*/
|
|
815
|
-
export type
|
|
816
|
-
[k: string]:
|
|
815
|
+
export type DeploymentGetConfigKnowledgeFilter = DeploymentGetConfigKnowledgeFilterAnd | DeploymentGetConfigKnowledgeFilterOr | {
|
|
816
|
+
[k: string]: DeploymentGetConfig1Eq | DeploymentGetConfig1Ne | OneGt | OneGte | OneLt | OneLte | DeploymentGetConfig1In | DeploymentGetConfig1Nin | OneExists;
|
|
817
817
|
};
|
|
818
818
|
export type DeploymentGetConfigRequestBody = {
|
|
819
819
|
/**
|
|
@@ -835,11 +835,11 @@ export type DeploymentGetConfigRequestBody = {
|
|
|
835
835
|
/**
|
|
836
836
|
* A list of messages to include after the `System` message, but before the `User` and `Assistant` pairs configured in your deployment.
|
|
837
837
|
*/
|
|
838
|
-
prefixMessages?: Array<
|
|
838
|
+
prefixMessages?: Array<PrefixMessagesSystemMessage | PrefixMessagesDeveloperMessage | PrefixMessagesUserMessage | PrefixMessagesAssistantMessage | PrefixMessagesToolMessage> | undefined;
|
|
839
839
|
/**
|
|
840
840
|
* A list of messages to send to the deployment.
|
|
841
841
|
*/
|
|
842
|
-
messages?: Array<
|
|
842
|
+
messages?: Array<DeploymentGetConfigMessagesSystemMessage | DeploymentGetConfigMessagesDeveloperMessage | DeploymentGetConfigMessagesUserMessage | DeploymentGetConfigMessagesAssistantMessage | DeploymentGetConfigMessagesToolMessage> | undefined;
|
|
843
843
|
/**
|
|
844
844
|
* Information about the identity making the request. If the identity does not exist, it will be created automatically.
|
|
845
845
|
*/
|
|
@@ -863,14 +863,14 @@ export type DeploymentGetConfigRequestBody = {
|
|
|
863
863
|
/**
|
|
864
864
|
* A list of documents from your external knowledge base (e.g., chunks retrieved from your own vector database or RAG pipeline) that provide context for the model response. These documents can be used by evaluators and guardrails to assess the relevance and accuracy of the model output against the provided context.
|
|
865
865
|
*/
|
|
866
|
-
documents?: Array<
|
|
867
|
-
invokeOptions?:
|
|
868
|
-
thread?:
|
|
866
|
+
documents?: Array<DeploymentGetConfigDocuments> | undefined;
|
|
867
|
+
invokeOptions?: DeploymentGetConfigInvokeOptions | undefined;
|
|
868
|
+
thread?: DeploymentGetConfigThread | undefined;
|
|
869
869
|
/**
|
|
870
870
|
* A filter to apply to the knowledge base chunk metadata when using knowledge bases in the deployment.
|
|
871
871
|
*/
|
|
872
|
-
knowledgeFilter?:
|
|
873
|
-
[k: string]:
|
|
872
|
+
knowledgeFilter?: DeploymentGetConfigKnowledgeFilterAnd | DeploymentGetConfigKnowledgeFilterOr | {
|
|
873
|
+
[k: string]: DeploymentGetConfig1Eq | DeploymentGetConfig1Ne | OneGt | OneGte | OneLt | OneLte | DeploymentGetConfig1In | DeploymentGetConfig1Nin | OneExists;
|
|
874
874
|
} | undefined;
|
|
875
875
|
};
|
|
876
876
|
/**
|
|
@@ -1297,660 +1297,660 @@ export type DeploymentGetConfigResponseBody = {
|
|
|
1297
1297
|
tools?: Array<DeploymentGetConfigTools> | undefined;
|
|
1298
1298
|
};
|
|
1299
1299
|
/** @internal */
|
|
1300
|
-
export type
|
|
1300
|
+
export type DeploymentGetConfigContentDeploymentsRequest2$Outbound = components.TextContentPartSchema$Outbound;
|
|
1301
1301
|
/** @internal */
|
|
1302
|
-
export declare const
|
|
1303
|
-
export declare function
|
|
1302
|
+
export declare const DeploymentGetConfigContentDeploymentsRequest2$outboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsRequest2$Outbound, z.ZodTypeDef, DeploymentGetConfigContentDeploymentsRequest2>;
|
|
1303
|
+
export declare function deploymentGetConfigContentDeploymentsRequest2ToJSON(deploymentGetConfigContentDeploymentsRequest2: DeploymentGetConfigContentDeploymentsRequest2): string;
|
|
1304
1304
|
/** @internal */
|
|
1305
|
-
export type
|
|
1305
|
+
export type DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBody5Content$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
|
|
1306
1306
|
/** @internal */
|
|
1307
|
-
export declare const
|
|
1308
|
-
export declare function
|
|
1307
|
+
export declare const DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBody5Content$outboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBody5Content$Outbound, z.ZodTypeDef, DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBody5Content>;
|
|
1308
|
+
export declare function deploymentGetConfigPrefixMessagesDeploymentsRequestRequestBody5ContentToJSON(deploymentGetConfigPrefixMessagesDeploymentsRequestRequestBody5Content: DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBody5Content): string;
|
|
1309
1309
|
/** @internal */
|
|
1310
|
-
export declare const
|
|
1310
|
+
export declare const DeploymentGetConfigPrefixMessagesDeploymentsType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigPrefixMessagesDeploymentsType>;
|
|
1311
1311
|
/** @internal */
|
|
1312
|
-
export declare const
|
|
1312
|
+
export declare const DeploymentGetConfigPrefixMessagesTtl$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigPrefixMessagesTtl>;
|
|
1313
1313
|
/** @internal */
|
|
1314
|
-
export type
|
|
1314
|
+
export type DeploymentGetConfigPrefixMessagesCacheControl$Outbound = {
|
|
1315
1315
|
type: string;
|
|
1316
1316
|
ttl: string;
|
|
1317
1317
|
};
|
|
1318
1318
|
/** @internal */
|
|
1319
|
-
export declare const
|
|
1320
|
-
export declare function
|
|
1319
|
+
export declare const DeploymentGetConfigPrefixMessagesCacheControl$outboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesCacheControl$Outbound, z.ZodTypeDef, DeploymentGetConfigPrefixMessagesCacheControl>;
|
|
1320
|
+
export declare function deploymentGetConfigPrefixMessagesCacheControlToJSON(deploymentGetConfigPrefixMessagesCacheControl: DeploymentGetConfigPrefixMessagesCacheControl): string;
|
|
1321
1321
|
/** @internal */
|
|
1322
|
-
export type
|
|
1322
|
+
export type PrefixMessagesToolMessage$Outbound = {
|
|
1323
1323
|
role: "tool";
|
|
1324
1324
|
content: string | Array<components.TextContentPartSchema$Outbound>;
|
|
1325
1325
|
tool_call_id: string | null;
|
|
1326
|
-
cache_control?:
|
|
1326
|
+
cache_control?: DeploymentGetConfigPrefixMessagesCacheControl$Outbound | undefined;
|
|
1327
1327
|
};
|
|
1328
1328
|
/** @internal */
|
|
1329
|
-
export declare const
|
|
1330
|
-
export declare function
|
|
1329
|
+
export declare const PrefixMessagesToolMessage$outboundSchema: z.ZodType<PrefixMessagesToolMessage$Outbound, z.ZodTypeDef, PrefixMessagesToolMessage>;
|
|
1330
|
+
export declare function prefixMessagesToolMessageToJSON(prefixMessagesToolMessage: PrefixMessagesToolMessage): string;
|
|
1331
1331
|
/** @internal */
|
|
1332
|
-
export type
|
|
1332
|
+
export type DeploymentGetConfigContentDeployments2$Outbound = (components.TextContentPartSchema$Outbound & {
|
|
1333
1333
|
type: "text";
|
|
1334
1334
|
}) | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound;
|
|
1335
1335
|
/** @internal */
|
|
1336
|
-
export declare const
|
|
1337
|
-
export declare function
|
|
1336
|
+
export declare const DeploymentGetConfigContentDeployments2$outboundSchema: z.ZodType<DeploymentGetConfigContentDeployments2$Outbound, z.ZodTypeDef, DeploymentGetConfigContentDeployments2>;
|
|
1337
|
+
export declare function deploymentGetConfigContentDeployments2ToJSON(deploymentGetConfigContentDeployments2: DeploymentGetConfigContentDeployments2): string;
|
|
1338
1338
|
/** @internal */
|
|
1339
|
-
export type
|
|
1339
|
+
export type DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent$Outbound = string | Array<(components.TextContentPartSchema$Outbound & {
|
|
1340
1340
|
type: "text";
|
|
1341
1341
|
}) | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound>;
|
|
1342
1342
|
/** @internal */
|
|
1343
|
-
export declare const
|
|
1344
|
-
export declare function
|
|
1343
|
+
export declare const DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent$outboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent$Outbound, z.ZodTypeDef, DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent>;
|
|
1344
|
+
export declare function deploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContentToJSON(deploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent: DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent): string;
|
|
1345
1345
|
/** @internal */
|
|
1346
|
-
export type
|
|
1346
|
+
export type PrefixMessagesAudio$Outbound = {
|
|
1347
1347
|
id: string;
|
|
1348
1348
|
};
|
|
1349
1349
|
/** @internal */
|
|
1350
|
-
export declare const
|
|
1351
|
-
export declare function
|
|
1350
|
+
export declare const PrefixMessagesAudio$outboundSchema: z.ZodType<PrefixMessagesAudio$Outbound, z.ZodTypeDef, PrefixMessagesAudio>;
|
|
1351
|
+
export declare function prefixMessagesAudioToJSON(prefixMessagesAudio: PrefixMessagesAudio): string;
|
|
1352
1352
|
/** @internal */
|
|
1353
|
-
export declare const
|
|
1353
|
+
export declare const DeploymentGetConfigPrefixMessagesType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigPrefixMessagesType>;
|
|
1354
1354
|
/** @internal */
|
|
1355
|
-
export type
|
|
1355
|
+
export type DeploymentGetConfigPrefixMessagesFunction$Outbound = {
|
|
1356
1356
|
name?: string | undefined;
|
|
1357
1357
|
arguments?: string | undefined;
|
|
1358
1358
|
};
|
|
1359
1359
|
/** @internal */
|
|
1360
|
-
export declare const
|
|
1361
|
-
export declare function
|
|
1360
|
+
export declare const DeploymentGetConfigPrefixMessagesFunction$outboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesFunction$Outbound, z.ZodTypeDef, DeploymentGetConfigPrefixMessagesFunction>;
|
|
1361
|
+
export declare function deploymentGetConfigPrefixMessagesFunctionToJSON(deploymentGetConfigPrefixMessagesFunction: DeploymentGetConfigPrefixMessagesFunction): string;
|
|
1362
1362
|
/** @internal */
|
|
1363
|
-
export type
|
|
1363
|
+
export type DeploymentGetConfigPrefixMessagesToolCalls$Outbound = {
|
|
1364
1364
|
id: string;
|
|
1365
1365
|
type: string;
|
|
1366
|
-
function:
|
|
1366
|
+
function: DeploymentGetConfigPrefixMessagesFunction$Outbound;
|
|
1367
1367
|
thought_signature?: string | undefined;
|
|
1368
1368
|
};
|
|
1369
1369
|
/** @internal */
|
|
1370
|
-
export declare const
|
|
1371
|
-
export declare function
|
|
1370
|
+
export declare const DeploymentGetConfigPrefixMessagesToolCalls$outboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesToolCalls$Outbound, z.ZodTypeDef, DeploymentGetConfigPrefixMessagesToolCalls>;
|
|
1371
|
+
export declare function deploymentGetConfigPrefixMessagesToolCallsToJSON(deploymentGetConfigPrefixMessagesToolCalls: DeploymentGetConfigPrefixMessagesToolCalls): string;
|
|
1372
1372
|
/** @internal */
|
|
1373
|
-
export type
|
|
1373
|
+
export type PrefixMessagesAssistantMessage$Outbound = {
|
|
1374
1374
|
content?: string | Array<(components.TextContentPartSchema$Outbound & {
|
|
1375
1375
|
type: "text";
|
|
1376
1376
|
}) | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound> | null | undefined;
|
|
1377
1377
|
refusal?: string | null | undefined;
|
|
1378
1378
|
role: "assistant";
|
|
1379
1379
|
name?: string | undefined;
|
|
1380
|
-
audio?:
|
|
1381
|
-
tool_calls?: Array<
|
|
1380
|
+
audio?: PrefixMessagesAudio$Outbound | null | undefined;
|
|
1381
|
+
tool_calls?: Array<DeploymentGetConfigPrefixMessagesToolCalls$Outbound> | undefined;
|
|
1382
1382
|
};
|
|
1383
1383
|
/** @internal */
|
|
1384
|
-
export declare const
|
|
1385
|
-
export declare function
|
|
1384
|
+
export declare const PrefixMessagesAssistantMessage$outboundSchema: z.ZodType<PrefixMessagesAssistantMessage$Outbound, z.ZodTypeDef, PrefixMessagesAssistantMessage>;
|
|
1385
|
+
export declare function prefixMessagesAssistantMessageToJSON(prefixMessagesAssistantMessage: PrefixMessagesAssistantMessage): string;
|
|
1386
1386
|
/** @internal */
|
|
1387
1387
|
export declare const DeploymentGetConfig2DeploymentsType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsType>;
|
|
1388
1388
|
/** @internal */
|
|
1389
|
-
export declare const
|
|
1389
|
+
export declare const DeploymentGetConfig2Ttl$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2Ttl>;
|
|
1390
1390
|
/** @internal */
|
|
1391
|
-
export type
|
|
1391
|
+
export type DeploymentGetConfig2CacheControl$Outbound = {
|
|
1392
1392
|
type: string;
|
|
1393
1393
|
ttl: string;
|
|
1394
1394
|
};
|
|
1395
1395
|
/** @internal */
|
|
1396
|
-
export declare const
|
|
1397
|
-
export declare function
|
|
1396
|
+
export declare const DeploymentGetConfig2CacheControl$outboundSchema: z.ZodType<DeploymentGetConfig2CacheControl$Outbound, z.ZodTypeDef, DeploymentGetConfig2CacheControl>;
|
|
1397
|
+
export declare function deploymentGetConfig2CacheControlToJSON(deploymentGetConfig2CacheControl: DeploymentGetConfig2CacheControl): string;
|
|
1398
1398
|
/** @internal */
|
|
1399
|
-
export type
|
|
1399
|
+
export type DeploymentGetConfig24$Outbound = {
|
|
1400
1400
|
type: "file";
|
|
1401
|
-
cache_control?:
|
|
1401
|
+
cache_control?: DeploymentGetConfig2CacheControl$Outbound | undefined;
|
|
1402
1402
|
file: components.FileContentPartSchema$Outbound;
|
|
1403
1403
|
};
|
|
1404
1404
|
/** @internal */
|
|
1405
|
-
export declare const
|
|
1406
|
-
export declare function
|
|
1405
|
+
export declare const DeploymentGetConfig24$outboundSchema: z.ZodType<DeploymentGetConfig24$Outbound, z.ZodTypeDef, DeploymentGetConfig24>;
|
|
1406
|
+
export declare function deploymentGetConfig24ToJSON(deploymentGetConfig24: DeploymentGetConfig24): string;
|
|
1407
1407
|
/** @internal */
|
|
1408
|
-
export type
|
|
1408
|
+
export type DeploymentGetConfigContent2$Outbound = (components.TextContentPartSchema$Outbound & {
|
|
1409
1409
|
type: "text";
|
|
1410
|
-
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound |
|
|
1410
|
+
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | DeploymentGetConfig24$Outbound;
|
|
1411
1411
|
/** @internal */
|
|
1412
|
-
export declare const
|
|
1413
|
-
export declare function
|
|
1412
|
+
export declare const DeploymentGetConfigContent2$outboundSchema: z.ZodType<DeploymentGetConfigContent2$Outbound, z.ZodTypeDef, DeploymentGetConfigContent2>;
|
|
1413
|
+
export declare function deploymentGetConfigContent2ToJSON(deploymentGetConfigContent2: DeploymentGetConfigContent2): string;
|
|
1414
1414
|
/** @internal */
|
|
1415
|
-
export type
|
|
1415
|
+
export type DeploymentGetConfigPrefixMessagesDeploymentsRequestContent$Outbound = string | Array<(components.TextContentPartSchema$Outbound & {
|
|
1416
1416
|
type: "text";
|
|
1417
|
-
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound |
|
|
1417
|
+
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | DeploymentGetConfig24$Outbound>;
|
|
1418
1418
|
/** @internal */
|
|
1419
|
-
export declare const
|
|
1420
|
-
export declare function
|
|
1419
|
+
export declare const DeploymentGetConfigPrefixMessagesDeploymentsRequestContent$outboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesDeploymentsRequestContent$Outbound, z.ZodTypeDef, DeploymentGetConfigPrefixMessagesDeploymentsRequestContent>;
|
|
1420
|
+
export declare function deploymentGetConfigPrefixMessagesDeploymentsRequestContentToJSON(deploymentGetConfigPrefixMessagesDeploymentsRequestContent: DeploymentGetConfigPrefixMessagesDeploymentsRequestContent): string;
|
|
1421
1421
|
/** @internal */
|
|
1422
|
-
export type
|
|
1422
|
+
export type PrefixMessagesUserMessage$Outbound = {
|
|
1423
1423
|
role: "user";
|
|
1424
1424
|
name?: string | undefined;
|
|
1425
1425
|
content: string | Array<(components.TextContentPartSchema$Outbound & {
|
|
1426
1426
|
type: "text";
|
|
1427
|
-
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound |
|
|
1427
|
+
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | DeploymentGetConfig24$Outbound>;
|
|
1428
1428
|
};
|
|
1429
1429
|
/** @internal */
|
|
1430
|
-
export declare const
|
|
1431
|
-
export declare function
|
|
1430
|
+
export declare const PrefixMessagesUserMessage$outboundSchema: z.ZodType<PrefixMessagesUserMessage$Outbound, z.ZodTypeDef, PrefixMessagesUserMessage>;
|
|
1431
|
+
export declare function prefixMessagesUserMessageToJSON(prefixMessagesUserMessage: PrefixMessagesUserMessage): string;
|
|
1432
1432
|
/** @internal */
|
|
1433
|
-
export type
|
|
1433
|
+
export type DeploymentGetConfigPrefixMessagesDeploymentsContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
|
|
1434
1434
|
/** @internal */
|
|
1435
|
-
export declare const
|
|
1436
|
-
export declare function
|
|
1435
|
+
export declare const DeploymentGetConfigPrefixMessagesDeploymentsContent$outboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesDeploymentsContent$Outbound, z.ZodTypeDef, DeploymentGetConfigPrefixMessagesDeploymentsContent>;
|
|
1436
|
+
export declare function deploymentGetConfigPrefixMessagesDeploymentsContentToJSON(deploymentGetConfigPrefixMessagesDeploymentsContent: DeploymentGetConfigPrefixMessagesDeploymentsContent): string;
|
|
1437
1437
|
/** @internal */
|
|
1438
|
-
export type
|
|
1438
|
+
export type PrefixMessagesDeveloperMessage$Outbound = {
|
|
1439
1439
|
role: "developer";
|
|
1440
1440
|
content: string | Array<components.TextContentPartSchema$Outbound>;
|
|
1441
1441
|
name?: string | undefined;
|
|
1442
1442
|
};
|
|
1443
1443
|
/** @internal */
|
|
1444
|
-
export declare const
|
|
1445
|
-
export declare function
|
|
1444
|
+
export declare const PrefixMessagesDeveloperMessage$outboundSchema: z.ZodType<PrefixMessagesDeveloperMessage$Outbound, z.ZodTypeDef, PrefixMessagesDeveloperMessage>;
|
|
1445
|
+
export declare function prefixMessagesDeveloperMessageToJSON(prefixMessagesDeveloperMessage: PrefixMessagesDeveloperMessage): string;
|
|
1446
1446
|
/** @internal */
|
|
1447
|
-
export type
|
|
1447
|
+
export type DeploymentGetConfigPrefixMessagesContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
|
|
1448
1448
|
/** @internal */
|
|
1449
|
-
export declare const
|
|
1450
|
-
export declare function
|
|
1449
|
+
export declare const DeploymentGetConfigPrefixMessagesContent$outboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesContent$Outbound, z.ZodTypeDef, DeploymentGetConfigPrefixMessagesContent>;
|
|
1450
|
+
export declare function deploymentGetConfigPrefixMessagesContentToJSON(deploymentGetConfigPrefixMessagesContent: DeploymentGetConfigPrefixMessagesContent): string;
|
|
1451
1451
|
/** @internal */
|
|
1452
|
-
export type
|
|
1452
|
+
export type PrefixMessagesSystemMessage$Outbound = {
|
|
1453
1453
|
role: "system";
|
|
1454
1454
|
content: string | Array<components.TextContentPartSchema$Outbound>;
|
|
1455
1455
|
name?: string | undefined;
|
|
1456
1456
|
};
|
|
1457
1457
|
/** @internal */
|
|
1458
|
-
export declare const
|
|
1459
|
-
export declare function
|
|
1458
|
+
export declare const PrefixMessagesSystemMessage$outboundSchema: z.ZodType<PrefixMessagesSystemMessage$Outbound, z.ZodTypeDef, PrefixMessagesSystemMessage>;
|
|
1459
|
+
export declare function prefixMessagesSystemMessageToJSON(prefixMessagesSystemMessage: PrefixMessagesSystemMessage): string;
|
|
1460
1460
|
/** @internal */
|
|
1461
|
-
export type
|
|
1461
|
+
export type DeploymentGetConfigPrefixMessages$Outbound = PrefixMessagesSystemMessage$Outbound | PrefixMessagesDeveloperMessage$Outbound | PrefixMessagesUserMessage$Outbound | PrefixMessagesAssistantMessage$Outbound | PrefixMessagesToolMessage$Outbound;
|
|
1462
1462
|
/** @internal */
|
|
1463
|
-
export declare const
|
|
1464
|
-
export declare function
|
|
1463
|
+
export declare const DeploymentGetConfigPrefixMessages$outboundSchema: z.ZodType<DeploymentGetConfigPrefixMessages$Outbound, z.ZodTypeDef, DeploymentGetConfigPrefixMessages>;
|
|
1464
|
+
export declare function deploymentGetConfigPrefixMessagesToJSON(deploymentGetConfigPrefixMessages: DeploymentGetConfigPrefixMessages): string;
|
|
1465
1465
|
/** @internal */
|
|
1466
|
-
export type
|
|
1466
|
+
export type DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages52$Outbound = components.TextContentPartSchema$Outbound;
|
|
1467
1467
|
/** @internal */
|
|
1468
|
-
export declare const
|
|
1469
|
-
export declare function
|
|
1468
|
+
export declare const DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages52$outboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages52$Outbound, z.ZodTypeDef, DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages52>;
|
|
1469
|
+
export declare function deploymentGetConfigContentDeploymentsRequestRequestBodyMessages52ToJSON(deploymentGetConfigContentDeploymentsRequestRequestBodyMessages52: DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages52): string;
|
|
1470
1470
|
/** @internal */
|
|
1471
|
-
export type
|
|
1471
|
+
export type DeploymentGetConfigMessagesDeploymentsRequestRequestBody5Content$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
|
|
1472
1472
|
/** @internal */
|
|
1473
|
-
export declare const
|
|
1474
|
-
export declare function
|
|
1473
|
+
export declare const DeploymentGetConfigMessagesDeploymentsRequestRequestBody5Content$outboundSchema: z.ZodType<DeploymentGetConfigMessagesDeploymentsRequestRequestBody5Content$Outbound, z.ZodTypeDef, DeploymentGetConfigMessagesDeploymentsRequestRequestBody5Content>;
|
|
1474
|
+
export declare function deploymentGetConfigMessagesDeploymentsRequestRequestBody5ContentToJSON(deploymentGetConfigMessagesDeploymentsRequestRequestBody5Content: DeploymentGetConfigMessagesDeploymentsRequestRequestBody5Content): string;
|
|
1475
1475
|
/** @internal */
|
|
1476
|
-
export declare const
|
|
1476
|
+
export declare const DeploymentGetConfigMessagesDeploymentsType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigMessagesDeploymentsType>;
|
|
1477
1477
|
/** @internal */
|
|
1478
|
-
export declare const
|
|
1478
|
+
export declare const DeploymentGetConfigMessagesTtl$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigMessagesTtl>;
|
|
1479
1479
|
/** @internal */
|
|
1480
|
-
export type
|
|
1480
|
+
export type DeploymentGetConfigMessagesCacheControl$Outbound = {
|
|
1481
1481
|
type: string;
|
|
1482
1482
|
ttl: string;
|
|
1483
1483
|
};
|
|
1484
1484
|
/** @internal */
|
|
1485
|
-
export declare const
|
|
1486
|
-
export declare function
|
|
1485
|
+
export declare const DeploymentGetConfigMessagesCacheControl$outboundSchema: z.ZodType<DeploymentGetConfigMessagesCacheControl$Outbound, z.ZodTypeDef, DeploymentGetConfigMessagesCacheControl>;
|
|
1486
|
+
export declare function deploymentGetConfigMessagesCacheControlToJSON(deploymentGetConfigMessagesCacheControl: DeploymentGetConfigMessagesCacheControl): string;
|
|
1487
1487
|
/** @internal */
|
|
1488
|
-
export type
|
|
1488
|
+
export type DeploymentGetConfigMessagesToolMessage$Outbound = {
|
|
1489
1489
|
role: "tool";
|
|
1490
1490
|
content: string | Array<components.TextContentPartSchema$Outbound>;
|
|
1491
1491
|
tool_call_id: string | null;
|
|
1492
|
-
cache_control?:
|
|
1492
|
+
cache_control?: DeploymentGetConfigMessagesCacheControl$Outbound | undefined;
|
|
1493
1493
|
};
|
|
1494
1494
|
/** @internal */
|
|
1495
|
-
export declare const
|
|
1496
|
-
export declare function
|
|
1495
|
+
export declare const DeploymentGetConfigMessagesToolMessage$outboundSchema: z.ZodType<DeploymentGetConfigMessagesToolMessage$Outbound, z.ZodTypeDef, DeploymentGetConfigMessagesToolMessage>;
|
|
1496
|
+
export declare function deploymentGetConfigMessagesToolMessageToJSON(deploymentGetConfigMessagesToolMessage: DeploymentGetConfigMessagesToolMessage): string;
|
|
1497
1497
|
/** @internal */
|
|
1498
|
-
export type
|
|
1498
|
+
export type DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2$Outbound = (components.TextContentPartSchema$Outbound & {
|
|
1499
1499
|
type: "text";
|
|
1500
1500
|
}) | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound;
|
|
1501
1501
|
/** @internal */
|
|
1502
|
-
export declare const
|
|
1503
|
-
export declare function
|
|
1502
|
+
export declare const DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2$outboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2$Outbound, z.ZodTypeDef, DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2>;
|
|
1503
|
+
export declare function deploymentGetConfigContentDeploymentsRequestRequestBodyMessages2ToJSON(deploymentGetConfigContentDeploymentsRequestRequestBodyMessages2: DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2): string;
|
|
1504
1504
|
/** @internal */
|
|
1505
|
-
export type
|
|
1505
|
+
export type DeploymentGetConfigMessagesDeploymentsRequestRequestBodyContent$Outbound = string | Array<(components.TextContentPartSchema$Outbound & {
|
|
1506
1506
|
type: "text";
|
|
1507
1507
|
}) | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound>;
|
|
1508
1508
|
/** @internal */
|
|
1509
|
-
export declare const
|
|
1510
|
-
export declare function
|
|
1509
|
+
export declare const DeploymentGetConfigMessagesDeploymentsRequestRequestBodyContent$outboundSchema: z.ZodType<DeploymentGetConfigMessagesDeploymentsRequestRequestBodyContent$Outbound, z.ZodTypeDef, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyContent>;
|
|
1510
|
+
export declare function deploymentGetConfigMessagesDeploymentsRequestRequestBodyContentToJSON(deploymentGetConfigMessagesDeploymentsRequestRequestBodyContent: DeploymentGetConfigMessagesDeploymentsRequestRequestBodyContent): string;
|
|
1511
1511
|
/** @internal */
|
|
1512
|
-
export type
|
|
1512
|
+
export type DeploymentGetConfigMessagesAudio$Outbound = {
|
|
1513
1513
|
id: string;
|
|
1514
1514
|
};
|
|
1515
1515
|
/** @internal */
|
|
1516
|
-
export declare const
|
|
1517
|
-
export declare function
|
|
1516
|
+
export declare const DeploymentGetConfigMessagesAudio$outboundSchema: z.ZodType<DeploymentGetConfigMessagesAudio$Outbound, z.ZodTypeDef, DeploymentGetConfigMessagesAudio>;
|
|
1517
|
+
export declare function deploymentGetConfigMessagesAudioToJSON(deploymentGetConfigMessagesAudio: DeploymentGetConfigMessagesAudio): string;
|
|
1518
1518
|
/** @internal */
|
|
1519
|
-
export declare const
|
|
1519
|
+
export declare const DeploymentGetConfigMessagesType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigMessagesType>;
|
|
1520
1520
|
/** @internal */
|
|
1521
|
-
export type
|
|
1521
|
+
export type DeploymentGetConfigMessagesFunction$Outbound = {
|
|
1522
1522
|
name?: string | undefined;
|
|
1523
1523
|
arguments?: string | undefined;
|
|
1524
1524
|
};
|
|
1525
1525
|
/** @internal */
|
|
1526
|
-
export declare const
|
|
1527
|
-
export declare function
|
|
1526
|
+
export declare const DeploymentGetConfigMessagesFunction$outboundSchema: z.ZodType<DeploymentGetConfigMessagesFunction$Outbound, z.ZodTypeDef, DeploymentGetConfigMessagesFunction>;
|
|
1527
|
+
export declare function deploymentGetConfigMessagesFunctionToJSON(deploymentGetConfigMessagesFunction: DeploymentGetConfigMessagesFunction): string;
|
|
1528
1528
|
/** @internal */
|
|
1529
|
-
export type
|
|
1529
|
+
export type DeploymentGetConfigMessagesToolCalls$Outbound = {
|
|
1530
1530
|
id: string;
|
|
1531
1531
|
type: string;
|
|
1532
|
-
function:
|
|
1532
|
+
function: DeploymentGetConfigMessagesFunction$Outbound;
|
|
1533
1533
|
thought_signature?: string | undefined;
|
|
1534
1534
|
};
|
|
1535
1535
|
/** @internal */
|
|
1536
|
-
export declare const
|
|
1537
|
-
export declare function
|
|
1536
|
+
export declare const DeploymentGetConfigMessagesToolCalls$outboundSchema: z.ZodType<DeploymentGetConfigMessagesToolCalls$Outbound, z.ZodTypeDef, DeploymentGetConfigMessagesToolCalls>;
|
|
1537
|
+
export declare function deploymentGetConfigMessagesToolCallsToJSON(deploymentGetConfigMessagesToolCalls: DeploymentGetConfigMessagesToolCalls): string;
|
|
1538
1538
|
/** @internal */
|
|
1539
|
-
export type
|
|
1539
|
+
export type DeploymentGetConfigMessagesAssistantMessage$Outbound = {
|
|
1540
1540
|
content?: string | Array<(components.TextContentPartSchema$Outbound & {
|
|
1541
1541
|
type: "text";
|
|
1542
1542
|
}) | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound> | null | undefined;
|
|
1543
1543
|
refusal?: string | null | undefined;
|
|
1544
1544
|
role: "assistant";
|
|
1545
1545
|
name?: string | undefined;
|
|
1546
|
-
audio?:
|
|
1547
|
-
tool_calls?: Array<
|
|
1546
|
+
audio?: DeploymentGetConfigMessagesAudio$Outbound | null | undefined;
|
|
1547
|
+
tool_calls?: Array<DeploymentGetConfigMessagesToolCalls$Outbound> | undefined;
|
|
1548
1548
|
};
|
|
1549
1549
|
/** @internal */
|
|
1550
|
-
export declare const
|
|
1551
|
-
export declare function
|
|
1550
|
+
export declare const DeploymentGetConfigMessagesAssistantMessage$outboundSchema: z.ZodType<DeploymentGetConfigMessagesAssistantMessage$Outbound, z.ZodTypeDef, DeploymentGetConfigMessagesAssistantMessage>;
|
|
1551
|
+
export declare function deploymentGetConfigMessagesAssistantMessageToJSON(deploymentGetConfigMessagesAssistantMessage: DeploymentGetConfigMessagesAssistantMessage): string;
|
|
1552
1552
|
/** @internal */
|
|
1553
1553
|
export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyType>;
|
|
1554
1554
|
/** @internal */
|
|
1555
|
-
export declare const
|
|
1555
|
+
export declare const DeploymentGetConfig2DeploymentsTtl$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsTtl>;
|
|
1556
1556
|
/** @internal */
|
|
1557
|
-
export type
|
|
1557
|
+
export type DeploymentGetConfig2DeploymentsCacheControl$Outbound = {
|
|
1558
1558
|
type: string;
|
|
1559
1559
|
ttl: string;
|
|
1560
1560
|
};
|
|
1561
1561
|
/** @internal */
|
|
1562
|
-
export declare const
|
|
1563
|
-
export declare function
|
|
1562
|
+
export declare const DeploymentGetConfig2DeploymentsCacheControl$outboundSchema: z.ZodType<DeploymentGetConfig2DeploymentsCacheControl$Outbound, z.ZodTypeDef, DeploymentGetConfig2DeploymentsCacheControl>;
|
|
1563
|
+
export declare function deploymentGetConfig2DeploymentsCacheControlToJSON(deploymentGetConfig2DeploymentsCacheControl: DeploymentGetConfig2DeploymentsCacheControl): string;
|
|
1564
1564
|
/** @internal */
|
|
1565
|
-
export type
|
|
1565
|
+
export type DeploymentGetConfig2Deployments4$Outbound = {
|
|
1566
1566
|
type: "file";
|
|
1567
|
-
cache_control?:
|
|
1567
|
+
cache_control?: DeploymentGetConfig2DeploymentsCacheControl$Outbound | undefined;
|
|
1568
1568
|
file: components.FileContentPartSchema$Outbound;
|
|
1569
1569
|
};
|
|
1570
1570
|
/** @internal */
|
|
1571
|
-
export declare const
|
|
1572
|
-
export declare function
|
|
1571
|
+
export declare const DeploymentGetConfig2Deployments4$outboundSchema: z.ZodType<DeploymentGetConfig2Deployments4$Outbound, z.ZodTypeDef, DeploymentGetConfig2Deployments4>;
|
|
1572
|
+
export declare function deploymentGetConfig2Deployments4ToJSON(deploymentGetConfig2Deployments4: DeploymentGetConfig2Deployments4): string;
|
|
1573
1573
|
/** @internal */
|
|
1574
|
-
export type
|
|
1574
|
+
export type DeploymentGetConfigContentDeploymentsRequestRequestBody2$Outbound = (components.TextContentPartSchema$Outbound & {
|
|
1575
1575
|
type: "text";
|
|
1576
|
-
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound |
|
|
1576
|
+
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | DeploymentGetConfig2Deployments4$Outbound;
|
|
1577
1577
|
/** @internal */
|
|
1578
|
-
export declare const
|
|
1579
|
-
export declare function
|
|
1578
|
+
export declare const DeploymentGetConfigContentDeploymentsRequestRequestBody2$outboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsRequestRequestBody2$Outbound, z.ZodTypeDef, DeploymentGetConfigContentDeploymentsRequestRequestBody2>;
|
|
1579
|
+
export declare function deploymentGetConfigContentDeploymentsRequestRequestBody2ToJSON(deploymentGetConfigContentDeploymentsRequestRequestBody2: DeploymentGetConfigContentDeploymentsRequestRequestBody2): string;
|
|
1580
1580
|
/** @internal */
|
|
1581
|
-
export type
|
|
1581
|
+
export type DeploymentGetConfigMessagesDeploymentsRequestContent$Outbound = string | Array<(components.TextContentPartSchema$Outbound & {
|
|
1582
1582
|
type: "text";
|
|
1583
|
-
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound |
|
|
1583
|
+
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | DeploymentGetConfig2Deployments4$Outbound>;
|
|
1584
1584
|
/** @internal */
|
|
1585
|
-
export declare const
|
|
1586
|
-
export declare function
|
|
1585
|
+
export declare const DeploymentGetConfigMessagesDeploymentsRequestContent$outboundSchema: z.ZodType<DeploymentGetConfigMessagesDeploymentsRequestContent$Outbound, z.ZodTypeDef, DeploymentGetConfigMessagesDeploymentsRequestContent>;
|
|
1586
|
+
export declare function deploymentGetConfigMessagesDeploymentsRequestContentToJSON(deploymentGetConfigMessagesDeploymentsRequestContent: DeploymentGetConfigMessagesDeploymentsRequestContent): string;
|
|
1587
1587
|
/** @internal */
|
|
1588
|
-
export type
|
|
1588
|
+
export type DeploymentGetConfigMessagesUserMessage$Outbound = {
|
|
1589
1589
|
role: "user";
|
|
1590
1590
|
name?: string | undefined;
|
|
1591
1591
|
content: string | Array<(components.TextContentPartSchema$Outbound & {
|
|
1592
1592
|
type: "text";
|
|
1593
|
-
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound |
|
|
1593
|
+
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | DeploymentGetConfig2Deployments4$Outbound>;
|
|
1594
1594
|
};
|
|
1595
1595
|
/** @internal */
|
|
1596
|
-
export declare const
|
|
1597
|
-
export declare function
|
|
1596
|
+
export declare const DeploymentGetConfigMessagesUserMessage$outboundSchema: z.ZodType<DeploymentGetConfigMessagesUserMessage$Outbound, z.ZodTypeDef, DeploymentGetConfigMessagesUserMessage>;
|
|
1597
|
+
export declare function deploymentGetConfigMessagesUserMessageToJSON(deploymentGetConfigMessagesUserMessage: DeploymentGetConfigMessagesUserMessage): string;
|
|
1598
1598
|
/** @internal */
|
|
1599
|
-
export type
|
|
1599
|
+
export type DeploymentGetConfigMessagesDeploymentsContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
|
|
1600
1600
|
/** @internal */
|
|
1601
|
-
export declare const
|
|
1602
|
-
export declare function
|
|
1601
|
+
export declare const DeploymentGetConfigMessagesDeploymentsContent$outboundSchema: z.ZodType<DeploymentGetConfigMessagesDeploymentsContent$Outbound, z.ZodTypeDef, DeploymentGetConfigMessagesDeploymentsContent>;
|
|
1602
|
+
export declare function deploymentGetConfigMessagesDeploymentsContentToJSON(deploymentGetConfigMessagesDeploymentsContent: DeploymentGetConfigMessagesDeploymentsContent): string;
|
|
1603
1603
|
/** @internal */
|
|
1604
|
-
export type
|
|
1604
|
+
export type DeploymentGetConfigMessagesDeveloperMessage$Outbound = {
|
|
1605
1605
|
role: "developer";
|
|
1606
1606
|
content: string | Array<components.TextContentPartSchema$Outbound>;
|
|
1607
1607
|
name?: string | undefined;
|
|
1608
1608
|
};
|
|
1609
1609
|
/** @internal */
|
|
1610
|
-
export declare const
|
|
1611
|
-
export declare function
|
|
1610
|
+
export declare const DeploymentGetConfigMessagesDeveloperMessage$outboundSchema: z.ZodType<DeploymentGetConfigMessagesDeveloperMessage$Outbound, z.ZodTypeDef, DeploymentGetConfigMessagesDeveloperMessage>;
|
|
1611
|
+
export declare function deploymentGetConfigMessagesDeveloperMessageToJSON(deploymentGetConfigMessagesDeveloperMessage: DeploymentGetConfigMessagesDeveloperMessage): string;
|
|
1612
1612
|
/** @internal */
|
|
1613
|
-
export type
|
|
1613
|
+
export type DeploymentGetConfigMessagesContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
|
|
1614
1614
|
/** @internal */
|
|
1615
|
-
export declare const
|
|
1616
|
-
export declare function
|
|
1615
|
+
export declare const DeploymentGetConfigMessagesContent$outboundSchema: z.ZodType<DeploymentGetConfigMessagesContent$Outbound, z.ZodTypeDef, DeploymentGetConfigMessagesContent>;
|
|
1616
|
+
export declare function deploymentGetConfigMessagesContentToJSON(deploymentGetConfigMessagesContent: DeploymentGetConfigMessagesContent): string;
|
|
1617
1617
|
/** @internal */
|
|
1618
|
-
export type
|
|
1618
|
+
export type DeploymentGetConfigMessagesSystemMessage$Outbound = {
|
|
1619
1619
|
role: "system";
|
|
1620
1620
|
content: string | Array<components.TextContentPartSchema$Outbound>;
|
|
1621
1621
|
name?: string | undefined;
|
|
1622
1622
|
};
|
|
1623
1623
|
/** @internal */
|
|
1624
|
-
export declare const
|
|
1625
|
-
export declare function
|
|
1624
|
+
export declare const DeploymentGetConfigMessagesSystemMessage$outboundSchema: z.ZodType<DeploymentGetConfigMessagesSystemMessage$Outbound, z.ZodTypeDef, DeploymentGetConfigMessagesSystemMessage>;
|
|
1625
|
+
export declare function deploymentGetConfigMessagesSystemMessageToJSON(deploymentGetConfigMessagesSystemMessage: DeploymentGetConfigMessagesSystemMessage): string;
|
|
1626
1626
|
/** @internal */
|
|
1627
|
-
export type DeploymentGetConfigMessages$Outbound =
|
|
1627
|
+
export type DeploymentGetConfigMessages$Outbound = DeploymentGetConfigMessagesSystemMessage$Outbound | DeploymentGetConfigMessagesDeveloperMessage$Outbound | DeploymentGetConfigMessagesUserMessage$Outbound | DeploymentGetConfigMessagesAssistantMessage$Outbound | DeploymentGetConfigMessagesToolMessage$Outbound;
|
|
1628
1628
|
/** @internal */
|
|
1629
1629
|
export declare const DeploymentGetConfigMessages$outboundSchema: z.ZodType<DeploymentGetConfigMessages$Outbound, z.ZodTypeDef, DeploymentGetConfigMessages>;
|
|
1630
1630
|
export declare function deploymentGetConfigMessagesToJSON(deploymentGetConfigMessages: DeploymentGetConfigMessages): string;
|
|
1631
1631
|
/** @internal */
|
|
1632
|
-
export type
|
|
1632
|
+
export type DeploymentGetConfigMetadata$Outbound = {
|
|
1633
1633
|
file_name?: string | undefined;
|
|
1634
1634
|
file_type?: string | undefined;
|
|
1635
1635
|
page_number?: number | undefined;
|
|
1636
1636
|
};
|
|
1637
1637
|
/** @internal */
|
|
1638
|
-
export declare const
|
|
1639
|
-
export declare function
|
|
1638
|
+
export declare const DeploymentGetConfigMetadata$outboundSchema: z.ZodType<DeploymentGetConfigMetadata$Outbound, z.ZodTypeDef, DeploymentGetConfigMetadata>;
|
|
1639
|
+
export declare function deploymentGetConfigMetadataToJSON(deploymentGetConfigMetadata: DeploymentGetConfigMetadata): string;
|
|
1640
1640
|
/** @internal */
|
|
1641
|
-
export type
|
|
1641
|
+
export type DeploymentGetConfigDocuments$Outbound = {
|
|
1642
1642
|
text: string;
|
|
1643
|
-
metadata?:
|
|
1643
|
+
metadata?: DeploymentGetConfigMetadata$Outbound | undefined;
|
|
1644
1644
|
};
|
|
1645
1645
|
/** @internal */
|
|
1646
|
-
export declare const
|
|
1647
|
-
export declare function
|
|
1646
|
+
export declare const DeploymentGetConfigDocuments$outboundSchema: z.ZodType<DeploymentGetConfigDocuments$Outbound, z.ZodTypeDef, DeploymentGetConfigDocuments>;
|
|
1647
|
+
export declare function deploymentGetConfigDocumentsToJSON(deploymentGetConfigDocuments: DeploymentGetConfigDocuments): string;
|
|
1648
1648
|
/** @internal */
|
|
1649
|
-
export type
|
|
1649
|
+
export type DeploymentGetConfigInvokeOptions$Outbound = {
|
|
1650
1650
|
include_retrievals: boolean;
|
|
1651
1651
|
include_usage: boolean;
|
|
1652
1652
|
mock_response?: string | undefined;
|
|
1653
1653
|
};
|
|
1654
1654
|
/** @internal */
|
|
1655
|
-
export declare const
|
|
1656
|
-
export declare function
|
|
1655
|
+
export declare const DeploymentGetConfigInvokeOptions$outboundSchema: z.ZodType<DeploymentGetConfigInvokeOptions$Outbound, z.ZodTypeDef, DeploymentGetConfigInvokeOptions>;
|
|
1656
|
+
export declare function deploymentGetConfigInvokeOptionsToJSON(deploymentGetConfigInvokeOptions: DeploymentGetConfigInvokeOptions): string;
|
|
1657
1657
|
/** @internal */
|
|
1658
|
-
export type
|
|
1658
|
+
export type DeploymentGetConfigThread$Outbound = {
|
|
1659
1659
|
id: string;
|
|
1660
1660
|
tags?: Array<string> | undefined;
|
|
1661
1661
|
};
|
|
1662
1662
|
/** @internal */
|
|
1663
|
-
export declare const
|
|
1664
|
-
export declare function
|
|
1663
|
+
export declare const DeploymentGetConfigThread$outboundSchema: z.ZodType<DeploymentGetConfigThread$Outbound, z.ZodTypeDef, DeploymentGetConfigThread>;
|
|
1664
|
+
export declare function deploymentGetConfigThreadToJSON(deploymentGetConfigThread: DeploymentGetConfigThread): string;
|
|
1665
1665
|
/** @internal */
|
|
1666
|
-
export type
|
|
1666
|
+
export type DeploymentGetConfigOrExists$Outbound = {
|
|
1667
1667
|
exists: boolean;
|
|
1668
1668
|
};
|
|
1669
1669
|
/** @internal */
|
|
1670
|
-
export declare const
|
|
1671
|
-
export declare function
|
|
1670
|
+
export declare const DeploymentGetConfigOrExists$outboundSchema: z.ZodType<DeploymentGetConfigOrExists$Outbound, z.ZodTypeDef, DeploymentGetConfigOrExists>;
|
|
1671
|
+
export declare function deploymentGetConfigOrExistsToJSON(deploymentGetConfigOrExists: DeploymentGetConfigOrExists): string;
|
|
1672
1672
|
/** @internal */
|
|
1673
|
-
export type
|
|
1673
|
+
export type DeploymentGetConfigOrDeploymentsNin$Outbound = string | number | boolean;
|
|
1674
1674
|
/** @internal */
|
|
1675
|
-
export declare const
|
|
1676
|
-
export declare function
|
|
1675
|
+
export declare const DeploymentGetConfigOrDeploymentsNin$outboundSchema: z.ZodType<DeploymentGetConfigOrDeploymentsNin$Outbound, z.ZodTypeDef, DeploymentGetConfigOrDeploymentsNin>;
|
|
1676
|
+
export declare function deploymentGetConfigOrDeploymentsNinToJSON(deploymentGetConfigOrDeploymentsNin: DeploymentGetConfigOrDeploymentsNin): string;
|
|
1677
1677
|
/** @internal */
|
|
1678
|
-
export type
|
|
1678
|
+
export type DeploymentGetConfigOrNin$Outbound = {
|
|
1679
1679
|
nin: Array<string | number | boolean>;
|
|
1680
1680
|
};
|
|
1681
1681
|
/** @internal */
|
|
1682
|
-
export declare const
|
|
1683
|
-
export declare function
|
|
1682
|
+
export declare const DeploymentGetConfigOrNin$outboundSchema: z.ZodType<DeploymentGetConfigOrNin$Outbound, z.ZodTypeDef, DeploymentGetConfigOrNin>;
|
|
1683
|
+
export declare function deploymentGetConfigOrNinToJSON(deploymentGetConfigOrNin: DeploymentGetConfigOrNin): string;
|
|
1684
1684
|
/** @internal */
|
|
1685
|
-
export type
|
|
1685
|
+
export type DeploymentGetConfigOrDeploymentsIn$Outbound = string | number | boolean;
|
|
1686
1686
|
/** @internal */
|
|
1687
|
-
export declare const
|
|
1688
|
-
export declare function
|
|
1687
|
+
export declare const DeploymentGetConfigOrDeploymentsIn$outboundSchema: z.ZodType<DeploymentGetConfigOrDeploymentsIn$Outbound, z.ZodTypeDef, DeploymentGetConfigOrDeploymentsIn>;
|
|
1688
|
+
export declare function deploymentGetConfigOrDeploymentsInToJSON(deploymentGetConfigOrDeploymentsIn: DeploymentGetConfigOrDeploymentsIn): string;
|
|
1689
1689
|
/** @internal */
|
|
1690
|
-
export type
|
|
1690
|
+
export type DeploymentGetConfigOrIn$Outbound = {
|
|
1691
1691
|
in: Array<string | number | boolean>;
|
|
1692
1692
|
};
|
|
1693
1693
|
/** @internal */
|
|
1694
|
-
export declare const
|
|
1695
|
-
export declare function
|
|
1694
|
+
export declare const DeploymentGetConfigOrIn$outboundSchema: z.ZodType<DeploymentGetConfigOrIn$Outbound, z.ZodTypeDef, DeploymentGetConfigOrIn>;
|
|
1695
|
+
export declare function deploymentGetConfigOrInToJSON(deploymentGetConfigOrIn: DeploymentGetConfigOrIn): string;
|
|
1696
1696
|
/** @internal */
|
|
1697
|
-
export type
|
|
1697
|
+
export type DeploymentGetConfigOrLte$Outbound = {
|
|
1698
1698
|
lte: number;
|
|
1699
1699
|
};
|
|
1700
1700
|
/** @internal */
|
|
1701
|
-
export declare const
|
|
1702
|
-
export declare function
|
|
1701
|
+
export declare const DeploymentGetConfigOrLte$outboundSchema: z.ZodType<DeploymentGetConfigOrLte$Outbound, z.ZodTypeDef, DeploymentGetConfigOrLte>;
|
|
1702
|
+
export declare function deploymentGetConfigOrLteToJSON(deploymentGetConfigOrLte: DeploymentGetConfigOrLte): string;
|
|
1703
1703
|
/** @internal */
|
|
1704
|
-
export type
|
|
1704
|
+
export type DeploymentGetConfigOrLt$Outbound = {
|
|
1705
1705
|
lt: number;
|
|
1706
1706
|
};
|
|
1707
1707
|
/** @internal */
|
|
1708
|
-
export declare const
|
|
1709
|
-
export declare function
|
|
1708
|
+
export declare const DeploymentGetConfigOrLt$outboundSchema: z.ZodType<DeploymentGetConfigOrLt$Outbound, z.ZodTypeDef, DeploymentGetConfigOrLt>;
|
|
1709
|
+
export declare function deploymentGetConfigOrLtToJSON(deploymentGetConfigOrLt: DeploymentGetConfigOrLt): string;
|
|
1710
1710
|
/** @internal */
|
|
1711
|
-
export type
|
|
1711
|
+
export type DeploymentGetConfigOrGte$Outbound = {
|
|
1712
1712
|
gte: number;
|
|
1713
1713
|
};
|
|
1714
1714
|
/** @internal */
|
|
1715
|
-
export declare const
|
|
1716
|
-
export declare function
|
|
1715
|
+
export declare const DeploymentGetConfigOrGte$outboundSchema: z.ZodType<DeploymentGetConfigOrGte$Outbound, z.ZodTypeDef, DeploymentGetConfigOrGte>;
|
|
1716
|
+
export declare function deploymentGetConfigOrGteToJSON(deploymentGetConfigOrGte: DeploymentGetConfigOrGte): string;
|
|
1717
1717
|
/** @internal */
|
|
1718
|
-
export type
|
|
1718
|
+
export type DeploymentGetConfigOrGt$Outbound = {
|
|
1719
1719
|
gt: number;
|
|
1720
1720
|
};
|
|
1721
1721
|
/** @internal */
|
|
1722
|
-
export declare const
|
|
1723
|
-
export declare function
|
|
1722
|
+
export declare const DeploymentGetConfigOrGt$outboundSchema: z.ZodType<DeploymentGetConfigOrGt$Outbound, z.ZodTypeDef, DeploymentGetConfigOrGt>;
|
|
1723
|
+
export declare function deploymentGetConfigOrGtToJSON(deploymentGetConfigOrGt: DeploymentGetConfigOrGt): string;
|
|
1724
1724
|
/** @internal */
|
|
1725
|
-
export type
|
|
1725
|
+
export type DeploymentGetConfigOrDeploymentsNe$Outbound = string | number | boolean;
|
|
1726
1726
|
/** @internal */
|
|
1727
|
-
export declare const
|
|
1728
|
-
export declare function
|
|
1727
|
+
export declare const DeploymentGetConfigOrDeploymentsNe$outboundSchema: z.ZodType<DeploymentGetConfigOrDeploymentsNe$Outbound, z.ZodTypeDef, DeploymentGetConfigOrDeploymentsNe>;
|
|
1728
|
+
export declare function deploymentGetConfigOrDeploymentsNeToJSON(deploymentGetConfigOrDeploymentsNe: DeploymentGetConfigOrDeploymentsNe): string;
|
|
1729
1729
|
/** @internal */
|
|
1730
|
-
export type
|
|
1730
|
+
export type DeploymentGetConfigOrNe$Outbound = {
|
|
1731
1731
|
ne: string | number | boolean;
|
|
1732
1732
|
};
|
|
1733
1733
|
/** @internal */
|
|
1734
|
-
export declare const
|
|
1735
|
-
export declare function
|
|
1734
|
+
export declare const DeploymentGetConfigOrNe$outboundSchema: z.ZodType<DeploymentGetConfigOrNe$Outbound, z.ZodTypeDef, DeploymentGetConfigOrNe>;
|
|
1735
|
+
export declare function deploymentGetConfigOrNeToJSON(deploymentGetConfigOrNe: DeploymentGetConfigOrNe): string;
|
|
1736
1736
|
/** @internal */
|
|
1737
|
-
export type
|
|
1737
|
+
export type DeploymentGetConfigOrDeploymentsEq$Outbound = string | number | boolean;
|
|
1738
1738
|
/** @internal */
|
|
1739
|
-
export declare const
|
|
1740
|
-
export declare function
|
|
1739
|
+
export declare const DeploymentGetConfigOrDeploymentsEq$outboundSchema: z.ZodType<DeploymentGetConfigOrDeploymentsEq$Outbound, z.ZodTypeDef, DeploymentGetConfigOrDeploymentsEq>;
|
|
1740
|
+
export declare function deploymentGetConfigOrDeploymentsEqToJSON(deploymentGetConfigOrDeploymentsEq: DeploymentGetConfigOrDeploymentsEq): string;
|
|
1741
1741
|
/** @internal */
|
|
1742
|
-
export type
|
|
1742
|
+
export type DeploymentGetConfigOrEq$Outbound = {
|
|
1743
1743
|
eq: string | number | boolean;
|
|
1744
1744
|
};
|
|
1745
1745
|
/** @internal */
|
|
1746
|
-
export declare const
|
|
1747
|
-
export declare function
|
|
1746
|
+
export declare const DeploymentGetConfigOrEq$outboundSchema: z.ZodType<DeploymentGetConfigOrEq$Outbound, z.ZodTypeDef, DeploymentGetConfigOrEq>;
|
|
1747
|
+
export declare function deploymentGetConfigOrEqToJSON(deploymentGetConfigOrEq: DeploymentGetConfigOrEq): string;
|
|
1748
1748
|
/** @internal */
|
|
1749
|
-
export type
|
|
1749
|
+
export type DeploymentGetConfigKnowledgeFilterDeploymentsOr$Outbound = DeploymentGetConfigOrEq$Outbound | DeploymentGetConfigOrNe$Outbound | DeploymentGetConfigOrGt$Outbound | DeploymentGetConfigOrGte$Outbound | DeploymentGetConfigOrLt$Outbound | DeploymentGetConfigOrLte$Outbound | DeploymentGetConfigOrIn$Outbound | DeploymentGetConfigOrNin$Outbound | DeploymentGetConfigOrExists$Outbound;
|
|
1750
1750
|
/** @internal */
|
|
1751
|
-
export declare const
|
|
1752
|
-
export declare function
|
|
1751
|
+
export declare const DeploymentGetConfigKnowledgeFilterDeploymentsOr$outboundSchema: z.ZodType<DeploymentGetConfigKnowledgeFilterDeploymentsOr$Outbound, z.ZodTypeDef, DeploymentGetConfigKnowledgeFilterDeploymentsOr>;
|
|
1752
|
+
export declare function deploymentGetConfigKnowledgeFilterDeploymentsOrToJSON(deploymentGetConfigKnowledgeFilterDeploymentsOr: DeploymentGetConfigKnowledgeFilterDeploymentsOr): string;
|
|
1753
1753
|
/** @internal */
|
|
1754
|
-
export type
|
|
1754
|
+
export type DeploymentGetConfigKnowledgeFilterOr$Outbound = {
|
|
1755
1755
|
or: Array<{
|
|
1756
|
-
[k: string]:
|
|
1756
|
+
[k: string]: DeploymentGetConfigOrEq$Outbound | DeploymentGetConfigOrNe$Outbound | DeploymentGetConfigOrGt$Outbound | DeploymentGetConfigOrGte$Outbound | DeploymentGetConfigOrLt$Outbound | DeploymentGetConfigOrLte$Outbound | DeploymentGetConfigOrIn$Outbound | DeploymentGetConfigOrNin$Outbound | DeploymentGetConfigOrExists$Outbound;
|
|
1757
1757
|
}>;
|
|
1758
1758
|
};
|
|
1759
1759
|
/** @internal */
|
|
1760
|
-
export declare const
|
|
1761
|
-
export declare function
|
|
1760
|
+
export declare const DeploymentGetConfigKnowledgeFilterOr$outboundSchema: z.ZodType<DeploymentGetConfigKnowledgeFilterOr$Outbound, z.ZodTypeDef, DeploymentGetConfigKnowledgeFilterOr>;
|
|
1761
|
+
export declare function deploymentGetConfigKnowledgeFilterOrToJSON(deploymentGetConfigKnowledgeFilterOr: DeploymentGetConfigKnowledgeFilterOr): string;
|
|
1762
1762
|
/** @internal */
|
|
1763
|
-
export type
|
|
1763
|
+
export type DeploymentGetConfigAndExists$Outbound = {
|
|
1764
1764
|
exists: boolean;
|
|
1765
1765
|
};
|
|
1766
1766
|
/** @internal */
|
|
1767
|
-
export declare const
|
|
1768
|
-
export declare function
|
|
1767
|
+
export declare const DeploymentGetConfigAndExists$outboundSchema: z.ZodType<DeploymentGetConfigAndExists$Outbound, z.ZodTypeDef, DeploymentGetConfigAndExists>;
|
|
1768
|
+
export declare function deploymentGetConfigAndExistsToJSON(deploymentGetConfigAndExists: DeploymentGetConfigAndExists): string;
|
|
1769
1769
|
/** @internal */
|
|
1770
|
-
export type
|
|
1770
|
+
export type DeploymentGetConfigAndDeploymentsNin$Outbound = string | number | boolean;
|
|
1771
1771
|
/** @internal */
|
|
1772
|
-
export declare const
|
|
1773
|
-
export declare function
|
|
1772
|
+
export declare const DeploymentGetConfigAndDeploymentsNin$outboundSchema: z.ZodType<DeploymentGetConfigAndDeploymentsNin$Outbound, z.ZodTypeDef, DeploymentGetConfigAndDeploymentsNin>;
|
|
1773
|
+
export declare function deploymentGetConfigAndDeploymentsNinToJSON(deploymentGetConfigAndDeploymentsNin: DeploymentGetConfigAndDeploymentsNin): string;
|
|
1774
1774
|
/** @internal */
|
|
1775
|
-
export type
|
|
1775
|
+
export type DeploymentGetConfigAndNin$Outbound = {
|
|
1776
1776
|
nin: Array<string | number | boolean>;
|
|
1777
1777
|
};
|
|
1778
1778
|
/** @internal */
|
|
1779
|
-
export declare const
|
|
1780
|
-
export declare function
|
|
1779
|
+
export declare const DeploymentGetConfigAndNin$outboundSchema: z.ZodType<DeploymentGetConfigAndNin$Outbound, z.ZodTypeDef, DeploymentGetConfigAndNin>;
|
|
1780
|
+
export declare function deploymentGetConfigAndNinToJSON(deploymentGetConfigAndNin: DeploymentGetConfigAndNin): string;
|
|
1781
1781
|
/** @internal */
|
|
1782
|
-
export type
|
|
1782
|
+
export type DeploymentGetConfigAndDeploymentsIn$Outbound = string | number | boolean;
|
|
1783
1783
|
/** @internal */
|
|
1784
|
-
export declare const
|
|
1785
|
-
export declare function
|
|
1784
|
+
export declare const DeploymentGetConfigAndDeploymentsIn$outboundSchema: z.ZodType<DeploymentGetConfigAndDeploymentsIn$Outbound, z.ZodTypeDef, DeploymentGetConfigAndDeploymentsIn>;
|
|
1785
|
+
export declare function deploymentGetConfigAndDeploymentsInToJSON(deploymentGetConfigAndDeploymentsIn: DeploymentGetConfigAndDeploymentsIn): string;
|
|
1786
1786
|
/** @internal */
|
|
1787
|
-
export type
|
|
1787
|
+
export type DeploymentGetConfigAndIn$Outbound = {
|
|
1788
1788
|
in: Array<string | number | boolean>;
|
|
1789
1789
|
};
|
|
1790
1790
|
/** @internal */
|
|
1791
|
-
export declare const
|
|
1792
|
-
export declare function
|
|
1791
|
+
export declare const DeploymentGetConfigAndIn$outboundSchema: z.ZodType<DeploymentGetConfigAndIn$Outbound, z.ZodTypeDef, DeploymentGetConfigAndIn>;
|
|
1792
|
+
export declare function deploymentGetConfigAndInToJSON(deploymentGetConfigAndIn: DeploymentGetConfigAndIn): string;
|
|
1793
1793
|
/** @internal */
|
|
1794
|
-
export type
|
|
1794
|
+
export type DeploymentGetConfigAndLte$Outbound = {
|
|
1795
1795
|
lte: number;
|
|
1796
1796
|
};
|
|
1797
1797
|
/** @internal */
|
|
1798
|
-
export declare const
|
|
1799
|
-
export declare function
|
|
1798
|
+
export declare const DeploymentGetConfigAndLte$outboundSchema: z.ZodType<DeploymentGetConfigAndLte$Outbound, z.ZodTypeDef, DeploymentGetConfigAndLte>;
|
|
1799
|
+
export declare function deploymentGetConfigAndLteToJSON(deploymentGetConfigAndLte: DeploymentGetConfigAndLte): string;
|
|
1800
1800
|
/** @internal */
|
|
1801
|
-
export type
|
|
1801
|
+
export type DeploymentGetConfigAndLt$Outbound = {
|
|
1802
1802
|
lt: number;
|
|
1803
1803
|
};
|
|
1804
1804
|
/** @internal */
|
|
1805
|
-
export declare const
|
|
1806
|
-
export declare function
|
|
1805
|
+
export declare const DeploymentGetConfigAndLt$outboundSchema: z.ZodType<DeploymentGetConfigAndLt$Outbound, z.ZodTypeDef, DeploymentGetConfigAndLt>;
|
|
1806
|
+
export declare function deploymentGetConfigAndLtToJSON(deploymentGetConfigAndLt: DeploymentGetConfigAndLt): string;
|
|
1807
1807
|
/** @internal */
|
|
1808
|
-
export type
|
|
1808
|
+
export type DeploymentGetConfigAndGte$Outbound = {
|
|
1809
1809
|
gte: number;
|
|
1810
1810
|
};
|
|
1811
1811
|
/** @internal */
|
|
1812
|
-
export declare const
|
|
1813
|
-
export declare function
|
|
1812
|
+
export declare const DeploymentGetConfigAndGte$outboundSchema: z.ZodType<DeploymentGetConfigAndGte$Outbound, z.ZodTypeDef, DeploymentGetConfigAndGte>;
|
|
1813
|
+
export declare function deploymentGetConfigAndGteToJSON(deploymentGetConfigAndGte: DeploymentGetConfigAndGte): string;
|
|
1814
1814
|
/** @internal */
|
|
1815
|
-
export type
|
|
1815
|
+
export type DeploymentGetConfigAndGt$Outbound = {
|
|
1816
1816
|
gt: number;
|
|
1817
1817
|
};
|
|
1818
1818
|
/** @internal */
|
|
1819
|
-
export declare const
|
|
1820
|
-
export declare function
|
|
1819
|
+
export declare const DeploymentGetConfigAndGt$outboundSchema: z.ZodType<DeploymentGetConfigAndGt$Outbound, z.ZodTypeDef, DeploymentGetConfigAndGt>;
|
|
1820
|
+
export declare function deploymentGetConfigAndGtToJSON(deploymentGetConfigAndGt: DeploymentGetConfigAndGt): string;
|
|
1821
1821
|
/** @internal */
|
|
1822
|
-
export type
|
|
1822
|
+
export type DeploymentGetConfigAndDeploymentsNe$Outbound = string | number | boolean;
|
|
1823
1823
|
/** @internal */
|
|
1824
|
-
export declare const
|
|
1825
|
-
export declare function
|
|
1824
|
+
export declare const DeploymentGetConfigAndDeploymentsNe$outboundSchema: z.ZodType<DeploymentGetConfigAndDeploymentsNe$Outbound, z.ZodTypeDef, DeploymentGetConfigAndDeploymentsNe>;
|
|
1825
|
+
export declare function deploymentGetConfigAndDeploymentsNeToJSON(deploymentGetConfigAndDeploymentsNe: DeploymentGetConfigAndDeploymentsNe): string;
|
|
1826
1826
|
/** @internal */
|
|
1827
|
-
export type
|
|
1827
|
+
export type DeploymentGetConfigAndNe$Outbound = {
|
|
1828
1828
|
ne: string | number | boolean;
|
|
1829
1829
|
};
|
|
1830
1830
|
/** @internal */
|
|
1831
|
-
export declare const
|
|
1832
|
-
export declare function
|
|
1831
|
+
export declare const DeploymentGetConfigAndNe$outboundSchema: z.ZodType<DeploymentGetConfigAndNe$Outbound, z.ZodTypeDef, DeploymentGetConfigAndNe>;
|
|
1832
|
+
export declare function deploymentGetConfigAndNeToJSON(deploymentGetConfigAndNe: DeploymentGetConfigAndNe): string;
|
|
1833
1833
|
/** @internal */
|
|
1834
|
-
export type
|
|
1834
|
+
export type DeploymentGetConfigAndDeploymentsEq$Outbound = string | number | boolean;
|
|
1835
1835
|
/** @internal */
|
|
1836
|
-
export declare const
|
|
1837
|
-
export declare function
|
|
1836
|
+
export declare const DeploymentGetConfigAndDeploymentsEq$outboundSchema: z.ZodType<DeploymentGetConfigAndDeploymentsEq$Outbound, z.ZodTypeDef, DeploymentGetConfigAndDeploymentsEq>;
|
|
1837
|
+
export declare function deploymentGetConfigAndDeploymentsEqToJSON(deploymentGetConfigAndDeploymentsEq: DeploymentGetConfigAndDeploymentsEq): string;
|
|
1838
1838
|
/** @internal */
|
|
1839
|
-
export type
|
|
1839
|
+
export type DeploymentGetConfigAndEq$Outbound = {
|
|
1840
1840
|
eq: string | number | boolean;
|
|
1841
1841
|
};
|
|
1842
1842
|
/** @internal */
|
|
1843
|
-
export declare const
|
|
1844
|
-
export declare function
|
|
1843
|
+
export declare const DeploymentGetConfigAndEq$outboundSchema: z.ZodType<DeploymentGetConfigAndEq$Outbound, z.ZodTypeDef, DeploymentGetConfigAndEq>;
|
|
1844
|
+
export declare function deploymentGetConfigAndEqToJSON(deploymentGetConfigAndEq: DeploymentGetConfigAndEq): string;
|
|
1845
1845
|
/** @internal */
|
|
1846
|
-
export type
|
|
1846
|
+
export type DeploymentGetConfigKnowledgeFilterDeploymentsAnd$Outbound = DeploymentGetConfigAndEq$Outbound | DeploymentGetConfigAndNe$Outbound | DeploymentGetConfigAndGt$Outbound | DeploymentGetConfigAndGte$Outbound | DeploymentGetConfigAndLt$Outbound | DeploymentGetConfigAndLte$Outbound | DeploymentGetConfigAndIn$Outbound | DeploymentGetConfigAndNin$Outbound | DeploymentGetConfigAndExists$Outbound;
|
|
1847
1847
|
/** @internal */
|
|
1848
|
-
export declare const
|
|
1849
|
-
export declare function
|
|
1848
|
+
export declare const DeploymentGetConfigKnowledgeFilterDeploymentsAnd$outboundSchema: z.ZodType<DeploymentGetConfigKnowledgeFilterDeploymentsAnd$Outbound, z.ZodTypeDef, DeploymentGetConfigKnowledgeFilterDeploymentsAnd>;
|
|
1849
|
+
export declare function deploymentGetConfigKnowledgeFilterDeploymentsAndToJSON(deploymentGetConfigKnowledgeFilterDeploymentsAnd: DeploymentGetConfigKnowledgeFilterDeploymentsAnd): string;
|
|
1850
1850
|
/** @internal */
|
|
1851
|
-
export type
|
|
1851
|
+
export type DeploymentGetConfigKnowledgeFilterAnd$Outbound = {
|
|
1852
1852
|
and: Array<{
|
|
1853
|
-
[k: string]:
|
|
1853
|
+
[k: string]: DeploymentGetConfigAndEq$Outbound | DeploymentGetConfigAndNe$Outbound | DeploymentGetConfigAndGt$Outbound | DeploymentGetConfigAndGte$Outbound | DeploymentGetConfigAndLt$Outbound | DeploymentGetConfigAndLte$Outbound | DeploymentGetConfigAndIn$Outbound | DeploymentGetConfigAndNin$Outbound | DeploymentGetConfigAndExists$Outbound;
|
|
1854
1854
|
}>;
|
|
1855
1855
|
};
|
|
1856
1856
|
/** @internal */
|
|
1857
|
-
export declare const
|
|
1858
|
-
export declare function
|
|
1857
|
+
export declare const DeploymentGetConfigKnowledgeFilterAnd$outboundSchema: z.ZodType<DeploymentGetConfigKnowledgeFilterAnd$Outbound, z.ZodTypeDef, DeploymentGetConfigKnowledgeFilterAnd>;
|
|
1858
|
+
export declare function deploymentGetConfigKnowledgeFilterAndToJSON(deploymentGetConfigKnowledgeFilterAnd: DeploymentGetConfigKnowledgeFilterAnd): string;
|
|
1859
1859
|
/** @internal */
|
|
1860
|
-
export type
|
|
1860
|
+
export type OneExists$Outbound = {
|
|
1861
1861
|
exists: boolean;
|
|
1862
1862
|
};
|
|
1863
1863
|
/** @internal */
|
|
1864
|
-
export declare const
|
|
1865
|
-
export declare function
|
|
1864
|
+
export declare const OneExists$outboundSchema: z.ZodType<OneExists$Outbound, z.ZodTypeDef, OneExists>;
|
|
1865
|
+
export declare function oneExistsToJSON(oneExists: OneExists): string;
|
|
1866
1866
|
/** @internal */
|
|
1867
|
-
export type
|
|
1867
|
+
export type DeploymentGetConfig1DeploymentsNin$Outbound = string | number | boolean;
|
|
1868
1868
|
/** @internal */
|
|
1869
|
-
export declare const
|
|
1870
|
-
export declare function
|
|
1869
|
+
export declare const DeploymentGetConfig1DeploymentsNin$outboundSchema: z.ZodType<DeploymentGetConfig1DeploymentsNin$Outbound, z.ZodTypeDef, DeploymentGetConfig1DeploymentsNin>;
|
|
1870
|
+
export declare function deploymentGetConfig1DeploymentsNinToJSON(deploymentGetConfig1DeploymentsNin: DeploymentGetConfig1DeploymentsNin): string;
|
|
1871
1871
|
/** @internal */
|
|
1872
|
-
export type
|
|
1872
|
+
export type DeploymentGetConfig1Nin$Outbound = {
|
|
1873
1873
|
nin: Array<string | number | boolean>;
|
|
1874
1874
|
};
|
|
1875
1875
|
/** @internal */
|
|
1876
|
-
export declare const
|
|
1877
|
-
export declare function
|
|
1876
|
+
export declare const DeploymentGetConfig1Nin$outboundSchema: z.ZodType<DeploymentGetConfig1Nin$Outbound, z.ZodTypeDef, DeploymentGetConfig1Nin>;
|
|
1877
|
+
export declare function deploymentGetConfig1NinToJSON(deploymentGetConfig1Nin: DeploymentGetConfig1Nin): string;
|
|
1878
1878
|
/** @internal */
|
|
1879
|
-
export type
|
|
1879
|
+
export type DeploymentGetConfig1DeploymentsIn$Outbound = string | number | boolean;
|
|
1880
1880
|
/** @internal */
|
|
1881
|
-
export declare const
|
|
1882
|
-
export declare function
|
|
1881
|
+
export declare const DeploymentGetConfig1DeploymentsIn$outboundSchema: z.ZodType<DeploymentGetConfig1DeploymentsIn$Outbound, z.ZodTypeDef, DeploymentGetConfig1DeploymentsIn>;
|
|
1882
|
+
export declare function deploymentGetConfig1DeploymentsInToJSON(deploymentGetConfig1DeploymentsIn: DeploymentGetConfig1DeploymentsIn): string;
|
|
1883
1883
|
/** @internal */
|
|
1884
|
-
export type
|
|
1884
|
+
export type DeploymentGetConfig1In$Outbound = {
|
|
1885
1885
|
in: Array<string | number | boolean>;
|
|
1886
1886
|
};
|
|
1887
1887
|
/** @internal */
|
|
1888
|
-
export declare const
|
|
1889
|
-
export declare function
|
|
1888
|
+
export declare const DeploymentGetConfig1In$outboundSchema: z.ZodType<DeploymentGetConfig1In$Outbound, z.ZodTypeDef, DeploymentGetConfig1In>;
|
|
1889
|
+
export declare function deploymentGetConfig1InToJSON(deploymentGetConfig1In: DeploymentGetConfig1In): string;
|
|
1890
1890
|
/** @internal */
|
|
1891
|
-
export type
|
|
1891
|
+
export type OneLte$Outbound = {
|
|
1892
1892
|
lte: number;
|
|
1893
1893
|
};
|
|
1894
1894
|
/** @internal */
|
|
1895
|
-
export declare const
|
|
1896
|
-
export declare function
|
|
1895
|
+
export declare const OneLte$outboundSchema: z.ZodType<OneLte$Outbound, z.ZodTypeDef, OneLte>;
|
|
1896
|
+
export declare function oneLteToJSON(oneLte: OneLte): string;
|
|
1897
1897
|
/** @internal */
|
|
1898
|
-
export type
|
|
1898
|
+
export type OneLt$Outbound = {
|
|
1899
1899
|
lt: number;
|
|
1900
1900
|
};
|
|
1901
1901
|
/** @internal */
|
|
1902
|
-
export declare const
|
|
1903
|
-
export declare function
|
|
1902
|
+
export declare const OneLt$outboundSchema: z.ZodType<OneLt$Outbound, z.ZodTypeDef, OneLt>;
|
|
1903
|
+
export declare function oneLtToJSON(oneLt: OneLt): string;
|
|
1904
1904
|
/** @internal */
|
|
1905
|
-
export type
|
|
1905
|
+
export type OneGte$Outbound = {
|
|
1906
1906
|
gte: number;
|
|
1907
1907
|
};
|
|
1908
1908
|
/** @internal */
|
|
1909
|
-
export declare const
|
|
1910
|
-
export declare function
|
|
1909
|
+
export declare const OneGte$outboundSchema: z.ZodType<OneGte$Outbound, z.ZodTypeDef, OneGte>;
|
|
1910
|
+
export declare function oneGteToJSON(oneGte: OneGte): string;
|
|
1911
1911
|
/** @internal */
|
|
1912
|
-
export type
|
|
1912
|
+
export type OneGt$Outbound = {
|
|
1913
1913
|
gt: number;
|
|
1914
1914
|
};
|
|
1915
1915
|
/** @internal */
|
|
1916
|
-
export declare const
|
|
1917
|
-
export declare function
|
|
1916
|
+
export declare const OneGt$outboundSchema: z.ZodType<OneGt$Outbound, z.ZodTypeDef, OneGt>;
|
|
1917
|
+
export declare function oneGtToJSON(oneGt: OneGt): string;
|
|
1918
1918
|
/** @internal */
|
|
1919
|
-
export type
|
|
1919
|
+
export type DeploymentGetConfig1DeploymentsNe$Outbound = string | number | boolean;
|
|
1920
1920
|
/** @internal */
|
|
1921
|
-
export declare const
|
|
1922
|
-
export declare function
|
|
1921
|
+
export declare const DeploymentGetConfig1DeploymentsNe$outboundSchema: z.ZodType<DeploymentGetConfig1DeploymentsNe$Outbound, z.ZodTypeDef, DeploymentGetConfig1DeploymentsNe>;
|
|
1922
|
+
export declare function deploymentGetConfig1DeploymentsNeToJSON(deploymentGetConfig1DeploymentsNe: DeploymentGetConfig1DeploymentsNe): string;
|
|
1923
1923
|
/** @internal */
|
|
1924
|
-
export type
|
|
1924
|
+
export type DeploymentGetConfig1Ne$Outbound = {
|
|
1925
1925
|
ne: string | number | boolean;
|
|
1926
1926
|
};
|
|
1927
1927
|
/** @internal */
|
|
1928
|
-
export declare const
|
|
1929
|
-
export declare function
|
|
1928
|
+
export declare const DeploymentGetConfig1Ne$outboundSchema: z.ZodType<DeploymentGetConfig1Ne$Outbound, z.ZodTypeDef, DeploymentGetConfig1Ne>;
|
|
1929
|
+
export declare function deploymentGetConfig1NeToJSON(deploymentGetConfig1Ne: DeploymentGetConfig1Ne): string;
|
|
1930
1930
|
/** @internal */
|
|
1931
|
-
export type
|
|
1931
|
+
export type DeploymentGetConfig1DeploymentsEq$Outbound = string | number | boolean;
|
|
1932
1932
|
/** @internal */
|
|
1933
|
-
export declare const
|
|
1934
|
-
export declare function
|
|
1933
|
+
export declare const DeploymentGetConfig1DeploymentsEq$outboundSchema: z.ZodType<DeploymentGetConfig1DeploymentsEq$Outbound, z.ZodTypeDef, DeploymentGetConfig1DeploymentsEq>;
|
|
1934
|
+
export declare function deploymentGetConfig1DeploymentsEqToJSON(deploymentGetConfig1DeploymentsEq: DeploymentGetConfig1DeploymentsEq): string;
|
|
1935
1935
|
/** @internal */
|
|
1936
|
-
export type
|
|
1936
|
+
export type DeploymentGetConfig1Eq$Outbound = {
|
|
1937
1937
|
eq: string | number | boolean;
|
|
1938
1938
|
};
|
|
1939
1939
|
/** @internal */
|
|
1940
|
-
export declare const
|
|
1941
|
-
export declare function
|
|
1940
|
+
export declare const DeploymentGetConfig1Eq$outboundSchema: z.ZodType<DeploymentGetConfig1Eq$Outbound, z.ZodTypeDef, DeploymentGetConfig1Eq>;
|
|
1941
|
+
export declare function deploymentGetConfig1EqToJSON(deploymentGetConfig1Eq: DeploymentGetConfig1Eq): string;
|
|
1942
1942
|
/** @internal */
|
|
1943
|
-
export type
|
|
1943
|
+
export type DeploymentGetConfigKnowledgeFilter1$Outbound = DeploymentGetConfig1Eq$Outbound | DeploymentGetConfig1Ne$Outbound | OneGt$Outbound | OneGte$Outbound | OneLt$Outbound | OneLte$Outbound | DeploymentGetConfig1In$Outbound | DeploymentGetConfig1Nin$Outbound | OneExists$Outbound;
|
|
1944
1944
|
/** @internal */
|
|
1945
|
-
export declare const
|
|
1946
|
-
export declare function
|
|
1945
|
+
export declare const DeploymentGetConfigKnowledgeFilter1$outboundSchema: z.ZodType<DeploymentGetConfigKnowledgeFilter1$Outbound, z.ZodTypeDef, DeploymentGetConfigKnowledgeFilter1>;
|
|
1946
|
+
export declare function deploymentGetConfigKnowledgeFilter1ToJSON(deploymentGetConfigKnowledgeFilter1: DeploymentGetConfigKnowledgeFilter1): string;
|
|
1947
1947
|
/** @internal */
|
|
1948
|
-
export type
|
|
1949
|
-
[k: string]:
|
|
1948
|
+
export type DeploymentGetConfigKnowledgeFilter$Outbound = DeploymentGetConfigKnowledgeFilterAnd$Outbound | DeploymentGetConfigKnowledgeFilterOr$Outbound | {
|
|
1949
|
+
[k: string]: DeploymentGetConfig1Eq$Outbound | DeploymentGetConfig1Ne$Outbound | OneGt$Outbound | OneGte$Outbound | OneLt$Outbound | OneLte$Outbound | DeploymentGetConfig1In$Outbound | DeploymentGetConfig1Nin$Outbound | OneExists$Outbound;
|
|
1950
1950
|
};
|
|
1951
1951
|
/** @internal */
|
|
1952
|
-
export declare const
|
|
1953
|
-
export declare function
|
|
1952
|
+
export declare const DeploymentGetConfigKnowledgeFilter$outboundSchema: z.ZodType<DeploymentGetConfigKnowledgeFilter$Outbound, z.ZodTypeDef, DeploymentGetConfigKnowledgeFilter>;
|
|
1953
|
+
export declare function deploymentGetConfigKnowledgeFilterToJSON(deploymentGetConfigKnowledgeFilter: DeploymentGetConfigKnowledgeFilter): string;
|
|
1954
1954
|
/** @internal */
|
|
1955
1955
|
export type DeploymentGetConfigRequestBody$Outbound = {
|
|
1956
1956
|
key: string;
|
|
@@ -1960,8 +1960,8 @@ export type DeploymentGetConfigRequestBody$Outbound = {
|
|
|
1960
1960
|
context?: {
|
|
1961
1961
|
[k: string]: any;
|
|
1962
1962
|
} | undefined;
|
|
1963
|
-
prefix_messages?: Array<
|
|
1964
|
-
messages?: Array<
|
|
1963
|
+
prefix_messages?: Array<PrefixMessagesSystemMessage$Outbound | PrefixMessagesDeveloperMessage$Outbound | PrefixMessagesUserMessage$Outbound | PrefixMessagesAssistantMessage$Outbound | PrefixMessagesToolMessage$Outbound> | undefined;
|
|
1964
|
+
messages?: Array<DeploymentGetConfigMessagesSystemMessage$Outbound | DeploymentGetConfigMessagesDeveloperMessage$Outbound | DeploymentGetConfigMessagesUserMessage$Outbound | DeploymentGetConfigMessagesAssistantMessage$Outbound | DeploymentGetConfigMessagesToolMessage$Outbound> | undefined;
|
|
1965
1965
|
identity?: components.PublicIdentity$Outbound | undefined;
|
|
1966
1966
|
file_ids?: Array<string> | undefined;
|
|
1967
1967
|
metadata?: {
|
|
@@ -1970,11 +1970,11 @@ export type DeploymentGetConfigRequestBody$Outbound = {
|
|
|
1970
1970
|
extra_params?: {
|
|
1971
1971
|
[k: string]: any;
|
|
1972
1972
|
} | undefined;
|
|
1973
|
-
documents?: Array<
|
|
1974
|
-
invoke_options?:
|
|
1975
|
-
thread?:
|
|
1976
|
-
knowledge_filter?:
|
|
1977
|
-
[k: string]:
|
|
1973
|
+
documents?: Array<DeploymentGetConfigDocuments$Outbound> | undefined;
|
|
1974
|
+
invoke_options?: DeploymentGetConfigInvokeOptions$Outbound | undefined;
|
|
1975
|
+
thread?: DeploymentGetConfigThread$Outbound | undefined;
|
|
1976
|
+
knowledge_filter?: DeploymentGetConfigKnowledgeFilterAnd$Outbound | DeploymentGetConfigKnowledgeFilterOr$Outbound | {
|
|
1977
|
+
[k: string]: DeploymentGetConfig1Eq$Outbound | DeploymentGetConfig1Ne$Outbound | OneGt$Outbound | OneGte$Outbound | OneLt$Outbound | OneLte$Outbound | DeploymentGetConfig1In$Outbound | DeploymentGetConfig1Nin$Outbound | OneExists$Outbound;
|
|
1978
1978
|
} | undefined;
|
|
1979
1979
|
};
|
|
1980
1980
|
/** @internal */
|