@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.
Files changed (149) hide show
  1. package/README.md +36 -41
  2. package/funcs/annotationsCreate.d.ts +3 -0
  3. package/funcs/annotationsCreate.d.ts.map +1 -1
  4. package/funcs/annotationsCreate.js +3 -0
  5. package/funcs/annotationsCreate.js.map +1 -1
  6. package/funcs/annotationsDelete.d.ts +3 -0
  7. package/funcs/annotationsDelete.d.ts.map +1 -1
  8. package/funcs/annotationsDelete.js +3 -0
  9. package/funcs/annotationsDelete.js.map +1 -1
  10. package/funcs/deploymentsInvoke.d.ts +1 -2
  11. package/funcs/deploymentsInvoke.d.ts.map +1 -1
  12. package/funcs/deploymentsInvoke.js +1 -2
  13. package/funcs/deploymentsInvoke.js.map +1 -1
  14. package/jsr.json +1 -1
  15. package/lib/config.d.ts +3 -3
  16. package/lib/config.js +3 -3
  17. package/models/components/agentthoughtstreamingevent.d.ts +12 -12
  18. package/models/components/agentthoughtstreamingevent.d.ts.map +1 -1
  19. package/models/components/agentthoughtstreamingevent.js +17 -17
  20. package/models/components/agentthoughtstreamingevent.js.map +1 -1
  21. package/models/components/index.d.ts +0 -1
  22. package/models/components/index.d.ts.map +1 -1
  23. package/models/components/index.js +0 -1
  24. package/models/components/index.js.map +1 -1
  25. package/models/components/modelmetadata.d.ts +38 -0
  26. package/models/components/modelmetadata.d.ts.map +1 -1
  27. package/models/components/modelmetadata.js +72 -0
  28. package/models/components/modelmetadata.js.map +1 -1
  29. package/models/components/reasoningpart.js +1 -1
  30. package/models/operations/createdataset.js +1 -1
  31. package/models/operations/createdatasetitem.js +4 -4
  32. package/models/operations/createdatasource.js +1 -1
  33. package/models/operations/createeval.d.ts +67 -210
  34. package/models/operations/createeval.d.ts.map +1 -1
  35. package/models/operations/createeval.js +84 -201
  36. package/models/operations/createeval.js.map +1 -1
  37. package/models/operations/createtool.d.ts +10 -10
  38. package/models/operations/createtool.d.ts.map +1 -1
  39. package/models/operations/createtool.js +15 -15
  40. package/models/operations/createtool.js.map +1 -1
  41. package/models/operations/deploymentgetconfig.d.ts +440 -440
  42. package/models/operations/deploymentgetconfig.d.ts.map +1 -1
  43. package/models/operations/deploymentgetconfig.js +479 -484
  44. package/models/operations/deploymentgetconfig.js.map +1 -1
  45. package/models/operations/deploymentinvoke.d.ts +1568 -8
  46. package/models/operations/deploymentinvoke.d.ts.map +1 -1
  47. package/models/operations/deploymentinvoke.js +1137 -12
  48. package/models/operations/deploymentinvoke.js.map +1 -1
  49. package/models/operations/deploymentstream.d.ts +56 -56
  50. package/models/operations/deploymentstream.d.ts.map +1 -1
  51. package/models/operations/deploymentstream.js +72 -73
  52. package/models/operations/deploymentstream.js.map +1 -1
  53. package/models/operations/getalltools.js +6 -6
  54. package/models/operations/getevals.js +16 -16
  55. package/models/operations/getv2humanevalsets.js +2 -2
  56. package/models/operations/getv2humanevalsetsid.js +2 -2
  57. package/models/operations/index.d.ts +0 -1
  58. package/models/operations/index.d.ts.map +1 -1
  59. package/models/operations/index.js +0 -1
  60. package/models/operations/index.js.map +1 -1
  61. package/models/operations/listdatasetdatapoints.js +4 -4
  62. package/models/operations/listdatasets.js +1 -1
  63. package/models/operations/listdatasources.js +1 -1
  64. package/models/operations/patchv2humanevalsetsid.js +2 -2
  65. package/models/operations/postv2feedbackevaluation.js +3 -3
  66. package/models/operations/postv2humanevalsets.js +2 -2
  67. package/models/operations/retrievedatapoint.js +4 -4
  68. package/models/operations/retrievedataset.js +1 -1
  69. package/models/operations/retrievedatasource.js +1 -1
  70. package/models/operations/retrievetool.js +6 -6
  71. package/models/operations/runagent.js +1 -1
  72. package/models/operations/streamrunagent.js +1 -1
  73. package/models/operations/updatedatapoint.js +4 -4
  74. package/models/operations/updatedataset.js +1 -1
  75. package/models/operations/updatedatasource.js +1 -1
  76. package/models/operations/updateeval.d.ts +8 -8
  77. package/models/operations/updateeval.d.ts.map +1 -1
  78. package/models/operations/updateeval.js +26 -26
  79. package/models/operations/updateeval.js.map +1 -1
  80. package/models/operations/updatetool.js +7 -7
  81. package/package.json +5 -5
  82. package/sdk/annotations.d.ts +6 -0
  83. package/sdk/annotations.d.ts.map +1 -1
  84. package/sdk/annotations.js +6 -0
  85. package/sdk/annotations.js.map +1 -1
  86. package/sdk/deployments.d.ts +1 -5
  87. package/sdk/deployments.d.ts.map +1 -1
  88. package/sdk/deployments.js +0 -4
  89. package/sdk/deployments.js.map +1 -1
  90. package/src/funcs/annotationsCreate.ts +3 -0
  91. package/src/funcs/annotationsDelete.ts +3 -0
  92. package/src/funcs/deploymentsInvoke.ts +4 -4
  93. package/src/lib/config.ts +3 -3
  94. package/src/models/components/agentthoughtstreamingevent.ts +43 -55
  95. package/src/models/components/index.ts +0 -1
  96. package/src/models/components/modelmetadata.ts +110 -0
  97. package/src/models/components/reasoningpart.ts +1 -1
  98. package/src/models/operations/createdataset.ts +1 -1
  99. package/src/models/operations/createdatasetitem.ts +4 -4
  100. package/src/models/operations/createdatasource.ts +1 -1
  101. package/src/models/operations/createeval.ts +214 -543
  102. package/src/models/operations/createtool.ts +24 -28
  103. package/src/models/operations/deploymentgetconfig.ts +1606 -1156
  104. package/src/models/operations/deploymentinvoke.ts +3763 -317
  105. package/src/models/operations/deploymentstream.ts +285 -244
  106. package/src/models/operations/getalltools.ts +6 -6
  107. package/src/models/operations/getevals.ts +16 -16
  108. package/src/models/operations/getv2humanevalsets.ts +2 -2
  109. package/src/models/operations/getv2humanevalsetsid.ts +2 -2
  110. package/src/models/operations/index.ts +0 -1
  111. package/src/models/operations/listdatasetdatapoints.ts +4 -4
  112. package/src/models/operations/listdatasets.ts +1 -1
  113. package/src/models/operations/listdatasources.ts +1 -1
  114. package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
  115. package/src/models/operations/postv2feedbackevaluation.ts +3 -3
  116. package/src/models/operations/postv2humanevalsets.ts +2 -2
  117. package/src/models/operations/retrievedatapoint.ts +4 -4
  118. package/src/models/operations/retrievedataset.ts +1 -1
  119. package/src/models/operations/retrievedatasource.ts +1 -1
  120. package/src/models/operations/retrievetool.ts +6 -6
  121. package/src/models/operations/runagent.ts +1 -1
  122. package/src/models/operations/streamrunagent.ts +1 -1
  123. package/src/models/operations/updatedatapoint.ts +4 -4
  124. package/src/models/operations/updatedataset.ts +1 -1
  125. package/src/models/operations/updatedatasource.ts +1 -1
  126. package/src/models/operations/updateeval.ts +32 -34
  127. package/src/models/operations/updatetool.ts +7 -7
  128. package/src/sdk/annotations.ts +6 -0
  129. package/src/sdk/deployments.ts +1 -8
  130. package/funcs/deploymentsMetricsCreate.d.ts +0 -19
  131. package/funcs/deploymentsMetricsCreate.d.ts.map +0 -1
  132. package/funcs/deploymentsMetricsCreate.js +0 -123
  133. package/funcs/deploymentsMetricsCreate.js.map +0 -1
  134. package/models/components/invokedeploymentrequest.d.ts +0 -1573
  135. package/models/components/invokedeploymentrequest.d.ts.map +0 -1
  136. package/models/components/invokedeploymentrequest.js +0 -1137
  137. package/models/components/invokedeploymentrequest.js.map +0 -1
  138. package/models/operations/deploymentcreatemetric.d.ts +0 -1032
  139. package/models/operations/deploymentcreatemetric.d.ts.map +0 -1
  140. package/models/operations/deploymentcreatemetric.js +0 -749
  141. package/models/operations/deploymentcreatemetric.js.map +0 -1
  142. package/sdk/metrics.d.ts +0 -14
  143. package/sdk/metrics.d.ts.map +0 -1
  144. package/sdk/metrics.js +0 -24
  145. package/sdk/metrics.js.map +0 -1
  146. package/src/funcs/deploymentsMetricsCreate.ts +0 -171
  147. package/src/models/components/invokedeploymentrequest.ts +0 -3457
  148. package/src/models/operations/deploymentcreatemetric.ts +0 -2370
  149. 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 DeploymentGetConfigContentDeployments2 = components.TextContentPartSchema;
6
+ export type DeploymentGetConfigContentDeploymentsRequest2 = components.TextContentPartSchema;
7
7
  /**
8
8
  * The contents of the tool message.
9
9
  */
10
- export type DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent = string | Array<components.TextContentPartSchema>;
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 DeploymentGetConfigPrefixMessagesType: {
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 DeploymentGetConfigPrefixMessagesType = ClosedEnum<typeof DeploymentGetConfigPrefixMessagesType>;
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 PrefixMessagesTtl: {
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 PrefixMessagesTtl = ClosedEnum<typeof PrefixMessagesTtl>;
46
- export type PrefixMessagesCacheControl = {
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: DeploymentGetConfigPrefixMessagesType;
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?: PrefixMessagesTtl | undefined;
61
+ ttl?: DeploymentGetConfigPrefixMessagesTtl | undefined;
62
62
  };
63
- export type ToolMessage = {
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?: PrefixMessagesCacheControl | undefined;
76
+ cacheControl?: DeploymentGetConfigPrefixMessagesCacheControl | undefined;
77
77
  };
78
- export type DeploymentGetConfigContent2 = (components.TextContentPartSchema & {
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 DeploymentGetConfigPrefixMessagesDeploymentsRequestContent = string | Array<(components.TextContentPartSchema & {
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 Audio = {
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 PrefixMessagesType: {
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 PrefixMessagesType = ClosedEnum<typeof PrefixMessagesType>;
106
- export type PrefixMessagesFunction = {
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 PrefixMessagesToolCalls = {
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: PrefixMessagesType;
125
- function: PrefixMessagesFunction;
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 AssistantMessage = {
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?: Audio | null | undefined;
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<PrefixMessagesToolCalls> | undefined;
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 Ttl: {
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 Ttl = ClosedEnum<typeof Ttl>;
194
- export type CacheControl = {
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?: Ttl | undefined;
209
+ ttl?: DeploymentGetConfig2Ttl | undefined;
210
210
  };
211
- export type Four = {
211
+ export type DeploymentGetConfig24 = {
212
212
  /**
213
213
  * The type of the content part. Always `file`.
214
214
  */
215
215
  type: "file";
216
- cacheControl?: CacheControl | undefined;
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 Content2 = (components.TextContentPartSchema & {
222
+ export type DeploymentGetConfigContent2 = (components.TextContentPartSchema & {
223
223
  type: "text";
224
- }) | components.ImageContentPartSchema | components.AudioContentPartSchema | Four;
224
+ }) | components.ImageContentPartSchema | components.AudioContentPartSchema | DeploymentGetConfig24;
225
225
  /**
226
226
  * The contents of the user message.
227
227
  */
228
- export type DeploymentGetConfigPrefixMessagesDeploymentsContent = string | Array<(components.TextContentPartSchema & {
228
+ export type DeploymentGetConfigPrefixMessagesDeploymentsRequestContent = string | Array<(components.TextContentPartSchema & {
229
229
  type: "text";
230
- }) | components.ImageContentPartSchema | components.AudioContentPartSchema | Four>;
231
- export type UserMessage = {
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 | Four>;
245
+ }) | components.ImageContentPartSchema | components.AudioContentPartSchema | DeploymentGetConfig24>;
246
246
  };
247
247
  /**
248
248
  * The contents of the developer message.
249
249
  */
250
- export type DeploymentGetConfigPrefixMessagesContent = string | Array<components.TextContentPartSchema>;
251
- export type DeveloperMessage = {
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 PrefixMessagesContent = string | Array<components.TextContentPartSchema>;
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 SystemMessage = {
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 PrefixMessages = SystemMessage | DeveloperMessage | UserMessage | AssistantMessage | ToolMessage;
287
- export type DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2 = components.TextContentPartSchema;
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 DeploymentGetConfigMessagesDeploymentsRequestRequestBodyContent = string | Array<components.TextContentPartSchema>;
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 DeploymentGetConfigMessagesType: {
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 DeploymentGetConfigMessagesType = ClosedEnum<typeof DeploymentGetConfigMessagesType>;
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 MessagesTtl: {
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 MessagesTtl = ClosedEnum<typeof MessagesTtl>;
327
- export type MessagesCacheControl = {
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: DeploymentGetConfigMessagesType;
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?: MessagesTtl | undefined;
342
+ ttl?: DeploymentGetConfigMessagesTtl | undefined;
343
343
  };
344
- export type MessagesToolMessage = {
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?: MessagesCacheControl | undefined;
357
+ cacheControl?: DeploymentGetConfigMessagesCacheControl | undefined;
358
358
  };
359
- export type DeploymentGetConfigContentDeploymentsRequestRequestBody2 = (components.TextContentPartSchema & {
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 DeploymentGetConfigMessagesDeploymentsRequestContent = string | Array<(components.TextContentPartSchema & {
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 MessagesAudio = {
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 MessagesType: {
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 MessagesType = ClosedEnum<typeof MessagesType>;
387
- export type MessagesFunction = {
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 MessagesToolCalls = {
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: MessagesType;
406
- function: MessagesFunction;
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 MessagesAssistantMessage = {
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?: MessagesAudio | null | undefined;
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<MessagesToolCalls> | undefined;
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 TwoTtl: {
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 TwoTtl = ClosedEnum<typeof TwoTtl>;
475
- export type TwoCacheControl = {
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?: TwoTtl | undefined;
490
+ ttl?: DeploymentGetConfig2DeploymentsTtl | undefined;
491
491
  };
492
- export type Two4 = {
492
+ export type DeploymentGetConfig2Deployments4 = {
493
493
  /**
494
494
  * The type of the content part. Always `file`.
495
495
  */
496
496
  type: "file";
497
- cacheControl?: TwoCacheControl | undefined;
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 DeploymentGetConfigContentDeploymentsRequest2 = (components.TextContentPartSchema & {
503
+ export type DeploymentGetConfigContentDeploymentsRequestRequestBody2 = (components.TextContentPartSchema & {
504
504
  type: "text";
505
- }) | components.ImageContentPartSchema | components.AudioContentPartSchema | Two4;
505
+ }) | components.ImageContentPartSchema | components.AudioContentPartSchema | DeploymentGetConfig2Deployments4;
506
506
  /**
507
507
  * The contents of the user message.
508
508
  */
509
- export type DeploymentGetConfigMessagesDeploymentsContent = string | Array<(components.TextContentPartSchema & {
509
+ export type DeploymentGetConfigMessagesDeploymentsRequestContent = string | Array<(components.TextContentPartSchema & {
510
510
  type: "text";
511
- }) | components.ImageContentPartSchema | components.AudioContentPartSchema | Two4>;
512
- export type MessagesUserMessage = {
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 | Two4>;
526
+ }) | components.ImageContentPartSchema | components.AudioContentPartSchema | DeploymentGetConfig2Deployments4>;
527
527
  };
528
528
  /**
529
529
  * The contents of the developer message.
530
530
  */
531
- export type DeploymentGetConfigMessagesContent = string | Array<components.TextContentPartSchema>;
532
- export type MessagesDeveloperMessage = {
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 MessagesContent = string | Array<components.TextContentPartSchema>;
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 MessagesSystemMessage = {
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 = MessagesSystemMessage | MessagesDeveloperMessage | MessagesUserMessage | MessagesAssistantMessage | MessagesToolMessage;
567
+ export type DeploymentGetConfigMessages = DeploymentGetConfigMessagesSystemMessage | DeploymentGetConfigMessagesDeveloperMessage | DeploymentGetConfigMessagesUserMessage | DeploymentGetConfigMessagesAssistantMessage | DeploymentGetConfigMessagesToolMessage;
568
568
  /**
569
569
  * Metadata about the document
570
570
  */
571
- export type Metadata = {
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 Documents = {
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?: Metadata | undefined;
593
+ metadata?: DeploymentGetConfigMetadata | undefined;
594
594
  };
595
- export type InvokeOptions = {
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 Thread = {
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 OrExists = {
622
+ export type DeploymentGetConfigOrExists = {
623
623
  exists: boolean;
624
624
  };
625
- export type DeploymentGetConfigOrNin = string | number | boolean;
625
+ export type DeploymentGetConfigOrDeploymentsNin = string | number | boolean;
626
626
  /**
627
627
  * Not in
628
628
  */
629
- export type OrNin = {
629
+ export type DeploymentGetConfigOrNin = {
630
630
  nin: Array<string | number | boolean>;
631
631
  };
632
- export type DeploymentGetConfigOrIn = string | number | boolean;
632
+ export type DeploymentGetConfigOrDeploymentsIn = string | number | boolean;
633
633
  /**
634
634
  * In
635
635
  */
636
- export type OrIn = {
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 OrLte = {
642
+ export type DeploymentGetConfigOrLte = {
643
643
  lte: number;
644
644
  };
645
645
  /**
646
646
  * Less than
647
647
  */
648
- export type OrLt = {
648
+ export type DeploymentGetConfigOrLt = {
649
649
  lt: number;
650
650
  };
651
651
  /**
652
652
  * Greater than or equal to
653
653
  */
654
- export type OrGte = {
654
+ export type DeploymentGetConfigOrGte = {
655
655
  gte: number;
656
656
  };
657
657
  /**
658
658
  * Greater than
659
659
  */
660
- export type OrGt = {
660
+ export type DeploymentGetConfigOrGt = {
661
661
  gt: number;
662
662
  };
663
- export type DeploymentGetConfigOrNe = string | number | boolean;
663
+ export type DeploymentGetConfigOrDeploymentsNe = string | number | boolean;
664
664
  /**
665
665
  * Not equal to
666
666
  */
667
- export type OrNe = {
667
+ export type DeploymentGetConfigOrNe = {
668
668
  ne: string | number | boolean;
669
669
  };
670
- export type DeploymentGetConfigOrEq = string | number | boolean;
670
+ export type DeploymentGetConfigOrDeploymentsEq = string | number | boolean;
671
671
  /**
672
672
  * Equal to
673
673
  */
674
- export type OrEq = {
674
+ export type DeploymentGetConfigOrEq = {
675
675
  eq: string | number | boolean;
676
676
  };
677
- export type KnowledgeFilterOr = OrEq | OrNe | OrGt | OrGte | OrLt | OrLte | OrIn | OrNin | OrExists;
677
+ export type DeploymentGetConfigKnowledgeFilterDeploymentsOr = DeploymentGetConfigOrEq | DeploymentGetConfigOrNe | DeploymentGetConfigOrGt | DeploymentGetConfigOrGte | DeploymentGetConfigOrLt | DeploymentGetConfigOrLte | DeploymentGetConfigOrIn | DeploymentGetConfigOrNin | DeploymentGetConfigOrExists;
678
678
  /**
679
679
  * Or
680
680
  */
681
- export type Or = {
681
+ export type DeploymentGetConfigKnowledgeFilterOr = {
682
682
  or: Array<{
683
- [k: string]: OrEq | OrNe | OrGt | OrGte | OrLt | OrLte | OrIn | OrNin | OrExists;
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 AndExists = {
689
+ export type DeploymentGetConfigAndExists = {
690
690
  exists: boolean;
691
691
  };
692
- export type DeploymentGetConfigAndNin = string | number | boolean;
692
+ export type DeploymentGetConfigAndDeploymentsNin = string | number | boolean;
693
693
  /**
694
694
  * Not in
695
695
  */
696
- export type AndNin = {
696
+ export type DeploymentGetConfigAndNin = {
697
697
  nin: Array<string | number | boolean>;
698
698
  };
699
- export type DeploymentGetConfigAndIn = string | number | boolean;
699
+ export type DeploymentGetConfigAndDeploymentsIn = string | number | boolean;
700
700
  /**
701
701
  * In
702
702
  */
703
- export type AndIn = {
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 AndLte = {
709
+ export type DeploymentGetConfigAndLte = {
710
710
  lte: number;
711
711
  };
712
712
  /**
713
713
  * Less than
714
714
  */
715
- export type AndLt = {
715
+ export type DeploymentGetConfigAndLt = {
716
716
  lt: number;
717
717
  };
718
718
  /**
719
719
  * Greater than or equal to
720
720
  */
721
- export type AndGte = {
721
+ export type DeploymentGetConfigAndGte = {
722
722
  gte: number;
723
723
  };
724
724
  /**
725
725
  * Greater than
726
726
  */
727
- export type AndGt = {
727
+ export type DeploymentGetConfigAndGt = {
728
728
  gt: number;
729
729
  };
730
- export type DeploymentGetConfigAndNe = string | number | boolean;
730
+ export type DeploymentGetConfigAndDeploymentsNe = string | number | boolean;
731
731
  /**
732
732
  * Not equal to
733
733
  */
734
- export type AndNe = {
734
+ export type DeploymentGetConfigAndNe = {
735
735
  ne: string | number | boolean;
736
736
  };
737
- export type DeploymentGetConfigAndEq = string | number | boolean;
737
+ export type DeploymentGetConfigAndDeploymentsEq = string | number | boolean;
738
738
  /**
739
739
  * Equal to
740
740
  */
741
- export type AndEq = {
741
+ export type DeploymentGetConfigAndEq = {
742
742
  eq: string | number | boolean;
743
743
  };
744
- export type KnowledgeFilterAnd = AndEq | AndNe | AndGt | AndGte | AndLt | AndLte | AndIn | AndNin | AndExists;
744
+ export type DeploymentGetConfigKnowledgeFilterDeploymentsAnd = DeploymentGetConfigAndEq | DeploymentGetConfigAndNe | DeploymentGetConfigAndGt | DeploymentGetConfigAndGte | DeploymentGetConfigAndLt | DeploymentGetConfigAndLte | DeploymentGetConfigAndIn | DeploymentGetConfigAndNin | DeploymentGetConfigAndExists;
745
745
  /**
746
746
  * And
747
747
  */
748
- export type And = {
748
+ export type DeploymentGetConfigKnowledgeFilterAnd = {
749
749
  and: Array<{
750
- [k: string]: AndEq | AndNe | AndGt | AndGte | AndLt | AndLte | AndIn | AndNin | AndExists;
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 Exists = {
756
+ export type OneExists = {
757
757
  exists: boolean;
758
758
  };
759
- export type OneNin = string | number | boolean;
759
+ export type DeploymentGetConfig1DeploymentsNin = string | number | boolean;
760
760
  /**
761
761
  * Not in
762
762
  */
763
- export type Nin = {
763
+ export type DeploymentGetConfig1Nin = {
764
764
  nin: Array<string | number | boolean>;
765
765
  };
766
- export type OneIn = string | number | boolean;
766
+ export type DeploymentGetConfig1DeploymentsIn = string | number | boolean;
767
767
  /**
768
768
  * In
769
769
  */
770
- export type In = {
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 Lte = {
776
+ export type OneLte = {
777
777
  lte: number;
778
778
  };
779
779
  /**
780
780
  * Less than
781
781
  */
782
- export type Lt = {
782
+ export type OneLt = {
783
783
  lt: number;
784
784
  };
785
785
  /**
786
786
  * Greater than or equal to
787
787
  */
788
- export type Gte = {
788
+ export type OneGte = {
789
789
  gte: number;
790
790
  };
791
791
  /**
792
792
  * Greater than
793
793
  */
794
- export type Gt = {
794
+ export type OneGt = {
795
795
  gt: number;
796
796
  };
797
- export type OneNe = string | number | boolean;
797
+ export type DeploymentGetConfig1DeploymentsNe = string | number | boolean;
798
798
  /**
799
799
  * Not equal to
800
800
  */
801
- export type Ne = {
801
+ export type DeploymentGetConfig1Ne = {
802
802
  ne: string | number | boolean;
803
803
  };
804
- export type OneEq = string | number | boolean;
804
+ export type DeploymentGetConfig1DeploymentsEq = string | number | boolean;
805
805
  /**
806
806
  * Equal to
807
807
  */
808
- export type Eq = {
808
+ export type DeploymentGetConfig1Eq = {
809
809
  eq: string | number | boolean;
810
810
  };
811
- export type KnowledgeFilter1 = Eq | Ne | Gt | Gte | Lt | Lte | In | Nin | Exists;
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 KnowledgeFilter = And | Or | {
816
- [k: string]: Eq | Ne | Gt | Gte | Lt | Lte | In | Nin | Exists;
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<SystemMessage | DeveloperMessage | UserMessage | AssistantMessage | ToolMessage> | undefined;
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<MessagesSystemMessage | MessagesDeveloperMessage | MessagesUserMessage | MessagesAssistantMessage | MessagesToolMessage> | undefined;
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<Documents> | undefined;
867
- invokeOptions?: InvokeOptions | undefined;
868
- thread?: Thread | undefined;
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?: And | Or | {
873
- [k: string]: Eq | Ne | Gt | Gte | Lt | Lte | In | Nin | Exists;
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 DeploymentGetConfigContentDeployments2$Outbound = components.TextContentPartSchema$Outbound;
1300
+ export type DeploymentGetConfigContentDeploymentsRequest2$Outbound = components.TextContentPartSchema$Outbound;
1301
1301
  /** @internal */
1302
- export declare const DeploymentGetConfigContentDeployments2$outboundSchema: z.ZodType<DeploymentGetConfigContentDeployments2$Outbound, z.ZodTypeDef, DeploymentGetConfigContentDeployments2>;
1303
- export declare function deploymentGetConfigContentDeployments2ToJSON(deploymentGetConfigContentDeployments2: DeploymentGetConfigContentDeployments2): string;
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 DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
1305
+ export type DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBody5Content$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
1306
1306
  /** @internal */
1307
- export declare const DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent$outboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent$Outbound, z.ZodTypeDef, DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent>;
1308
- export declare function deploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContentToJSON(deploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent: DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent): string;
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 DeploymentGetConfigPrefixMessagesType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigPrefixMessagesType>;
1310
+ export declare const DeploymentGetConfigPrefixMessagesDeploymentsType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigPrefixMessagesDeploymentsType>;
1311
1311
  /** @internal */
1312
- export declare const PrefixMessagesTtl$outboundSchema: z.ZodNativeEnum<typeof PrefixMessagesTtl>;
1312
+ export declare const DeploymentGetConfigPrefixMessagesTtl$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigPrefixMessagesTtl>;
1313
1313
  /** @internal */
1314
- export type PrefixMessagesCacheControl$Outbound = {
1314
+ export type DeploymentGetConfigPrefixMessagesCacheControl$Outbound = {
1315
1315
  type: string;
1316
1316
  ttl: string;
1317
1317
  };
1318
1318
  /** @internal */
1319
- export declare const PrefixMessagesCacheControl$outboundSchema: z.ZodType<PrefixMessagesCacheControl$Outbound, z.ZodTypeDef, PrefixMessagesCacheControl>;
1320
- export declare function prefixMessagesCacheControlToJSON(prefixMessagesCacheControl: PrefixMessagesCacheControl): string;
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 ToolMessage$Outbound = {
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?: PrefixMessagesCacheControl$Outbound | undefined;
1326
+ cache_control?: DeploymentGetConfigPrefixMessagesCacheControl$Outbound | undefined;
1327
1327
  };
1328
1328
  /** @internal */
1329
- export declare const ToolMessage$outboundSchema: z.ZodType<ToolMessage$Outbound, z.ZodTypeDef, ToolMessage>;
1330
- export declare function toolMessageToJSON(toolMessage: ToolMessage): string;
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 DeploymentGetConfigContent2$Outbound = (components.TextContentPartSchema$Outbound & {
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 DeploymentGetConfigContent2$outboundSchema: z.ZodType<DeploymentGetConfigContent2$Outbound, z.ZodTypeDef, DeploymentGetConfigContent2>;
1337
- export declare function deploymentGetConfigContent2ToJSON(deploymentGetConfigContent2: DeploymentGetConfigContent2): string;
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 DeploymentGetConfigPrefixMessagesDeploymentsRequestContent$Outbound = string | Array<(components.TextContentPartSchema$Outbound & {
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 DeploymentGetConfigPrefixMessagesDeploymentsRequestContent$outboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesDeploymentsRequestContent$Outbound, z.ZodTypeDef, DeploymentGetConfigPrefixMessagesDeploymentsRequestContent>;
1344
- export declare function deploymentGetConfigPrefixMessagesDeploymentsRequestContentToJSON(deploymentGetConfigPrefixMessagesDeploymentsRequestContent: DeploymentGetConfigPrefixMessagesDeploymentsRequestContent): string;
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 Audio$Outbound = {
1346
+ export type PrefixMessagesAudio$Outbound = {
1347
1347
  id: string;
1348
1348
  };
1349
1349
  /** @internal */
1350
- export declare const Audio$outboundSchema: z.ZodType<Audio$Outbound, z.ZodTypeDef, Audio>;
1351
- export declare function audioToJSON(audio: Audio): string;
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 PrefixMessagesType$outboundSchema: z.ZodNativeEnum<typeof PrefixMessagesType>;
1353
+ export declare const DeploymentGetConfigPrefixMessagesType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigPrefixMessagesType>;
1354
1354
  /** @internal */
1355
- export type PrefixMessagesFunction$Outbound = {
1355
+ export type DeploymentGetConfigPrefixMessagesFunction$Outbound = {
1356
1356
  name?: string | undefined;
1357
1357
  arguments?: string | undefined;
1358
1358
  };
1359
1359
  /** @internal */
1360
- export declare const PrefixMessagesFunction$outboundSchema: z.ZodType<PrefixMessagesFunction$Outbound, z.ZodTypeDef, PrefixMessagesFunction>;
1361
- export declare function prefixMessagesFunctionToJSON(prefixMessagesFunction: PrefixMessagesFunction): string;
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 PrefixMessagesToolCalls$Outbound = {
1363
+ export type DeploymentGetConfigPrefixMessagesToolCalls$Outbound = {
1364
1364
  id: string;
1365
1365
  type: string;
1366
- function: PrefixMessagesFunction$Outbound;
1366
+ function: DeploymentGetConfigPrefixMessagesFunction$Outbound;
1367
1367
  thought_signature?: string | undefined;
1368
1368
  };
1369
1369
  /** @internal */
1370
- export declare const PrefixMessagesToolCalls$outboundSchema: z.ZodType<PrefixMessagesToolCalls$Outbound, z.ZodTypeDef, PrefixMessagesToolCalls>;
1371
- export declare function prefixMessagesToolCallsToJSON(prefixMessagesToolCalls: PrefixMessagesToolCalls): string;
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 AssistantMessage$Outbound = {
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?: Audio$Outbound | null | undefined;
1381
- tool_calls?: Array<PrefixMessagesToolCalls$Outbound> | undefined;
1380
+ audio?: PrefixMessagesAudio$Outbound | null | undefined;
1381
+ tool_calls?: Array<DeploymentGetConfigPrefixMessagesToolCalls$Outbound> | undefined;
1382
1382
  };
1383
1383
  /** @internal */
1384
- export declare const AssistantMessage$outboundSchema: z.ZodType<AssistantMessage$Outbound, z.ZodTypeDef, AssistantMessage>;
1385
- export declare function assistantMessageToJSON(assistantMessage: AssistantMessage): string;
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 Ttl$outboundSchema: z.ZodNativeEnum<typeof Ttl>;
1389
+ export declare const DeploymentGetConfig2Ttl$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2Ttl>;
1390
1390
  /** @internal */
1391
- export type CacheControl$Outbound = {
1391
+ export type DeploymentGetConfig2CacheControl$Outbound = {
1392
1392
  type: string;
1393
1393
  ttl: string;
1394
1394
  };
1395
1395
  /** @internal */
1396
- export declare const CacheControl$outboundSchema: z.ZodType<CacheControl$Outbound, z.ZodTypeDef, CacheControl>;
1397
- export declare function cacheControlToJSON(cacheControl: CacheControl): string;
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 Four$Outbound = {
1399
+ export type DeploymentGetConfig24$Outbound = {
1400
1400
  type: "file";
1401
- cache_control?: CacheControl$Outbound | undefined;
1401
+ cache_control?: DeploymentGetConfig2CacheControl$Outbound | undefined;
1402
1402
  file: components.FileContentPartSchema$Outbound;
1403
1403
  };
1404
1404
  /** @internal */
1405
- export declare const Four$outboundSchema: z.ZodType<Four$Outbound, z.ZodTypeDef, Four>;
1406
- export declare function fourToJSON(four: Four): string;
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 Content2$Outbound = (components.TextContentPartSchema$Outbound & {
1408
+ export type DeploymentGetConfigContent2$Outbound = (components.TextContentPartSchema$Outbound & {
1409
1409
  type: "text";
1410
- }) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | Four$Outbound;
1410
+ }) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | DeploymentGetConfig24$Outbound;
1411
1411
  /** @internal */
1412
- export declare const Content2$outboundSchema: z.ZodType<Content2$Outbound, z.ZodTypeDef, Content2>;
1413
- export declare function content2ToJSON(content2: Content2): string;
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 DeploymentGetConfigPrefixMessagesDeploymentsContent$Outbound = string | Array<(components.TextContentPartSchema$Outbound & {
1415
+ export type DeploymentGetConfigPrefixMessagesDeploymentsRequestContent$Outbound = string | Array<(components.TextContentPartSchema$Outbound & {
1416
1416
  type: "text";
1417
- }) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | Four$Outbound>;
1417
+ }) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | DeploymentGetConfig24$Outbound>;
1418
1418
  /** @internal */
1419
- export declare const DeploymentGetConfigPrefixMessagesDeploymentsContent$outboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesDeploymentsContent$Outbound, z.ZodTypeDef, DeploymentGetConfigPrefixMessagesDeploymentsContent>;
1420
- export declare function deploymentGetConfigPrefixMessagesDeploymentsContentToJSON(deploymentGetConfigPrefixMessagesDeploymentsContent: DeploymentGetConfigPrefixMessagesDeploymentsContent): string;
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 UserMessage$Outbound = {
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 | Four$Outbound>;
1427
+ }) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | DeploymentGetConfig24$Outbound>;
1428
1428
  };
1429
1429
  /** @internal */
1430
- export declare const UserMessage$outboundSchema: z.ZodType<UserMessage$Outbound, z.ZodTypeDef, UserMessage>;
1431
- export declare function userMessageToJSON(userMessage: UserMessage): string;
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 DeploymentGetConfigPrefixMessagesContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
1433
+ export type DeploymentGetConfigPrefixMessagesDeploymentsContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
1434
1434
  /** @internal */
1435
- export declare const DeploymentGetConfigPrefixMessagesContent$outboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesContent$Outbound, z.ZodTypeDef, DeploymentGetConfigPrefixMessagesContent>;
1436
- export declare function deploymentGetConfigPrefixMessagesContentToJSON(deploymentGetConfigPrefixMessagesContent: DeploymentGetConfigPrefixMessagesContent): string;
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 DeveloperMessage$Outbound = {
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 DeveloperMessage$outboundSchema: z.ZodType<DeveloperMessage$Outbound, z.ZodTypeDef, DeveloperMessage>;
1445
- export declare function developerMessageToJSON(developerMessage: DeveloperMessage): string;
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 PrefixMessagesContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
1447
+ export type DeploymentGetConfigPrefixMessagesContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
1448
1448
  /** @internal */
1449
- export declare const PrefixMessagesContent$outboundSchema: z.ZodType<PrefixMessagesContent$Outbound, z.ZodTypeDef, PrefixMessagesContent>;
1450
- export declare function prefixMessagesContentToJSON(prefixMessagesContent: PrefixMessagesContent): string;
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 SystemMessage$Outbound = {
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 SystemMessage$outboundSchema: z.ZodType<SystemMessage$Outbound, z.ZodTypeDef, SystemMessage>;
1459
- export declare function systemMessageToJSON(systemMessage: SystemMessage): string;
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 PrefixMessages$Outbound = SystemMessage$Outbound | DeveloperMessage$Outbound | UserMessage$Outbound | AssistantMessage$Outbound | ToolMessage$Outbound;
1461
+ export type DeploymentGetConfigPrefixMessages$Outbound = PrefixMessagesSystemMessage$Outbound | PrefixMessagesDeveloperMessage$Outbound | PrefixMessagesUserMessage$Outbound | PrefixMessagesAssistantMessage$Outbound | PrefixMessagesToolMessage$Outbound;
1462
1462
  /** @internal */
1463
- export declare const PrefixMessages$outboundSchema: z.ZodType<PrefixMessages$Outbound, z.ZodTypeDef, PrefixMessages>;
1464
- export declare function prefixMessagesToJSON(prefixMessages: PrefixMessages): string;
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 DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2$Outbound = components.TextContentPartSchema$Outbound;
1466
+ export type DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages52$Outbound = components.TextContentPartSchema$Outbound;
1467
1467
  /** @internal */
1468
- export declare const DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2$outboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2$Outbound, z.ZodTypeDef, DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2>;
1469
- export declare function deploymentGetConfigContentDeploymentsRequestRequestBodyMessages2ToJSON(deploymentGetConfigContentDeploymentsRequestRequestBodyMessages2: DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2): string;
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 DeploymentGetConfigMessagesDeploymentsRequestRequestBodyContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
1471
+ export type DeploymentGetConfigMessagesDeploymentsRequestRequestBody5Content$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
1472
1472
  /** @internal */
1473
- export declare const DeploymentGetConfigMessagesDeploymentsRequestRequestBodyContent$outboundSchema: z.ZodType<DeploymentGetConfigMessagesDeploymentsRequestRequestBodyContent$Outbound, z.ZodTypeDef, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyContent>;
1474
- export declare function deploymentGetConfigMessagesDeploymentsRequestRequestBodyContentToJSON(deploymentGetConfigMessagesDeploymentsRequestRequestBodyContent: DeploymentGetConfigMessagesDeploymentsRequestRequestBodyContent): string;
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 DeploymentGetConfigMessagesType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigMessagesType>;
1476
+ export declare const DeploymentGetConfigMessagesDeploymentsType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigMessagesDeploymentsType>;
1477
1477
  /** @internal */
1478
- export declare const MessagesTtl$outboundSchema: z.ZodNativeEnum<typeof MessagesTtl>;
1478
+ export declare const DeploymentGetConfigMessagesTtl$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigMessagesTtl>;
1479
1479
  /** @internal */
1480
- export type MessagesCacheControl$Outbound = {
1480
+ export type DeploymentGetConfigMessagesCacheControl$Outbound = {
1481
1481
  type: string;
1482
1482
  ttl: string;
1483
1483
  };
1484
1484
  /** @internal */
1485
- export declare const MessagesCacheControl$outboundSchema: z.ZodType<MessagesCacheControl$Outbound, z.ZodTypeDef, MessagesCacheControl>;
1486
- export declare function messagesCacheControlToJSON(messagesCacheControl: MessagesCacheControl): string;
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 MessagesToolMessage$Outbound = {
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?: MessagesCacheControl$Outbound | undefined;
1492
+ cache_control?: DeploymentGetConfigMessagesCacheControl$Outbound | undefined;
1493
1493
  };
1494
1494
  /** @internal */
1495
- export declare const MessagesToolMessage$outboundSchema: z.ZodType<MessagesToolMessage$Outbound, z.ZodTypeDef, MessagesToolMessage>;
1496
- export declare function messagesToolMessageToJSON(messagesToolMessage: MessagesToolMessage): string;
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 DeploymentGetConfigContentDeploymentsRequestRequestBody2$Outbound = (components.TextContentPartSchema$Outbound & {
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 DeploymentGetConfigContentDeploymentsRequestRequestBody2$outboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsRequestRequestBody2$Outbound, z.ZodTypeDef, DeploymentGetConfigContentDeploymentsRequestRequestBody2>;
1503
- export declare function deploymentGetConfigContentDeploymentsRequestRequestBody2ToJSON(deploymentGetConfigContentDeploymentsRequestRequestBody2: DeploymentGetConfigContentDeploymentsRequestRequestBody2): string;
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 DeploymentGetConfigMessagesDeploymentsRequestContent$Outbound = string | Array<(components.TextContentPartSchema$Outbound & {
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 DeploymentGetConfigMessagesDeploymentsRequestContent$outboundSchema: z.ZodType<DeploymentGetConfigMessagesDeploymentsRequestContent$Outbound, z.ZodTypeDef, DeploymentGetConfigMessagesDeploymentsRequestContent>;
1510
- export declare function deploymentGetConfigMessagesDeploymentsRequestContentToJSON(deploymentGetConfigMessagesDeploymentsRequestContent: DeploymentGetConfigMessagesDeploymentsRequestContent): string;
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 MessagesAudio$Outbound = {
1512
+ export type DeploymentGetConfigMessagesAudio$Outbound = {
1513
1513
  id: string;
1514
1514
  };
1515
1515
  /** @internal */
1516
- export declare const MessagesAudio$outboundSchema: z.ZodType<MessagesAudio$Outbound, z.ZodTypeDef, MessagesAudio>;
1517
- export declare function messagesAudioToJSON(messagesAudio: MessagesAudio): string;
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 MessagesType$outboundSchema: z.ZodNativeEnum<typeof MessagesType>;
1519
+ export declare const DeploymentGetConfigMessagesType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigMessagesType>;
1520
1520
  /** @internal */
1521
- export type MessagesFunction$Outbound = {
1521
+ export type DeploymentGetConfigMessagesFunction$Outbound = {
1522
1522
  name?: string | undefined;
1523
1523
  arguments?: string | undefined;
1524
1524
  };
1525
1525
  /** @internal */
1526
- export declare const MessagesFunction$outboundSchema: z.ZodType<MessagesFunction$Outbound, z.ZodTypeDef, MessagesFunction>;
1527
- export declare function messagesFunctionToJSON(messagesFunction: MessagesFunction): string;
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 MessagesToolCalls$Outbound = {
1529
+ export type DeploymentGetConfigMessagesToolCalls$Outbound = {
1530
1530
  id: string;
1531
1531
  type: string;
1532
- function: MessagesFunction$Outbound;
1532
+ function: DeploymentGetConfigMessagesFunction$Outbound;
1533
1533
  thought_signature?: string | undefined;
1534
1534
  };
1535
1535
  /** @internal */
1536
- export declare const MessagesToolCalls$outboundSchema: z.ZodType<MessagesToolCalls$Outbound, z.ZodTypeDef, MessagesToolCalls>;
1537
- export declare function messagesToolCallsToJSON(messagesToolCalls: MessagesToolCalls): string;
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 MessagesAssistantMessage$Outbound = {
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?: MessagesAudio$Outbound | null | undefined;
1547
- tool_calls?: Array<MessagesToolCalls$Outbound> | undefined;
1546
+ audio?: DeploymentGetConfigMessagesAudio$Outbound | null | undefined;
1547
+ tool_calls?: Array<DeploymentGetConfigMessagesToolCalls$Outbound> | undefined;
1548
1548
  };
1549
1549
  /** @internal */
1550
- export declare const MessagesAssistantMessage$outboundSchema: z.ZodType<MessagesAssistantMessage$Outbound, z.ZodTypeDef, MessagesAssistantMessage>;
1551
- export declare function messagesAssistantMessageToJSON(messagesAssistantMessage: MessagesAssistantMessage): string;
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 TwoTtl$outboundSchema: z.ZodNativeEnum<typeof TwoTtl>;
1555
+ export declare const DeploymentGetConfig2DeploymentsTtl$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsTtl>;
1556
1556
  /** @internal */
1557
- export type TwoCacheControl$Outbound = {
1557
+ export type DeploymentGetConfig2DeploymentsCacheControl$Outbound = {
1558
1558
  type: string;
1559
1559
  ttl: string;
1560
1560
  };
1561
1561
  /** @internal */
1562
- export declare const TwoCacheControl$outboundSchema: z.ZodType<TwoCacheControl$Outbound, z.ZodTypeDef, TwoCacheControl>;
1563
- export declare function twoCacheControlToJSON(twoCacheControl: TwoCacheControl): string;
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 Two4$Outbound = {
1565
+ export type DeploymentGetConfig2Deployments4$Outbound = {
1566
1566
  type: "file";
1567
- cache_control?: TwoCacheControl$Outbound | undefined;
1567
+ cache_control?: DeploymentGetConfig2DeploymentsCacheControl$Outbound | undefined;
1568
1568
  file: components.FileContentPartSchema$Outbound;
1569
1569
  };
1570
1570
  /** @internal */
1571
- export declare const Two4$outboundSchema: z.ZodType<Two4$Outbound, z.ZodTypeDef, Two4>;
1572
- export declare function two4ToJSON(two4: Two4): string;
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 DeploymentGetConfigContentDeploymentsRequest2$Outbound = (components.TextContentPartSchema$Outbound & {
1574
+ export type DeploymentGetConfigContentDeploymentsRequestRequestBody2$Outbound = (components.TextContentPartSchema$Outbound & {
1575
1575
  type: "text";
1576
- }) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | Two4$Outbound;
1576
+ }) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | DeploymentGetConfig2Deployments4$Outbound;
1577
1577
  /** @internal */
1578
- export declare const DeploymentGetConfigContentDeploymentsRequest2$outboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsRequest2$Outbound, z.ZodTypeDef, DeploymentGetConfigContentDeploymentsRequest2>;
1579
- export declare function deploymentGetConfigContentDeploymentsRequest2ToJSON(deploymentGetConfigContentDeploymentsRequest2: DeploymentGetConfigContentDeploymentsRequest2): string;
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 DeploymentGetConfigMessagesDeploymentsContent$Outbound = string | Array<(components.TextContentPartSchema$Outbound & {
1581
+ export type DeploymentGetConfigMessagesDeploymentsRequestContent$Outbound = string | Array<(components.TextContentPartSchema$Outbound & {
1582
1582
  type: "text";
1583
- }) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | Two4$Outbound>;
1583
+ }) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | DeploymentGetConfig2Deployments4$Outbound>;
1584
1584
  /** @internal */
1585
- export declare const DeploymentGetConfigMessagesDeploymentsContent$outboundSchema: z.ZodType<DeploymentGetConfigMessagesDeploymentsContent$Outbound, z.ZodTypeDef, DeploymentGetConfigMessagesDeploymentsContent>;
1586
- export declare function deploymentGetConfigMessagesDeploymentsContentToJSON(deploymentGetConfigMessagesDeploymentsContent: DeploymentGetConfigMessagesDeploymentsContent): string;
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 MessagesUserMessage$Outbound = {
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 | Two4$Outbound>;
1593
+ }) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | DeploymentGetConfig2Deployments4$Outbound>;
1594
1594
  };
1595
1595
  /** @internal */
1596
- export declare const MessagesUserMessage$outboundSchema: z.ZodType<MessagesUserMessage$Outbound, z.ZodTypeDef, MessagesUserMessage>;
1597
- export declare function messagesUserMessageToJSON(messagesUserMessage: MessagesUserMessage): string;
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 DeploymentGetConfigMessagesContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
1599
+ export type DeploymentGetConfigMessagesDeploymentsContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
1600
1600
  /** @internal */
1601
- export declare const DeploymentGetConfigMessagesContent$outboundSchema: z.ZodType<DeploymentGetConfigMessagesContent$Outbound, z.ZodTypeDef, DeploymentGetConfigMessagesContent>;
1602
- export declare function deploymentGetConfigMessagesContentToJSON(deploymentGetConfigMessagesContent: DeploymentGetConfigMessagesContent): string;
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 MessagesDeveloperMessage$Outbound = {
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 MessagesDeveloperMessage$outboundSchema: z.ZodType<MessagesDeveloperMessage$Outbound, z.ZodTypeDef, MessagesDeveloperMessage>;
1611
- export declare function messagesDeveloperMessageToJSON(messagesDeveloperMessage: MessagesDeveloperMessage): string;
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 MessagesContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
1613
+ export type DeploymentGetConfigMessagesContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
1614
1614
  /** @internal */
1615
- export declare const MessagesContent$outboundSchema: z.ZodType<MessagesContent$Outbound, z.ZodTypeDef, MessagesContent>;
1616
- export declare function messagesContentToJSON(messagesContent: MessagesContent): string;
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 MessagesSystemMessage$Outbound = {
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 MessagesSystemMessage$outboundSchema: z.ZodType<MessagesSystemMessage$Outbound, z.ZodTypeDef, MessagesSystemMessage>;
1625
- export declare function messagesSystemMessageToJSON(messagesSystemMessage: MessagesSystemMessage): string;
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 = MessagesSystemMessage$Outbound | MessagesDeveloperMessage$Outbound | MessagesUserMessage$Outbound | MessagesAssistantMessage$Outbound | MessagesToolMessage$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 Metadata$Outbound = {
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 Metadata$outboundSchema: z.ZodType<Metadata$Outbound, z.ZodTypeDef, Metadata>;
1639
- export declare function metadataToJSON(metadata: Metadata): string;
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 Documents$Outbound = {
1641
+ export type DeploymentGetConfigDocuments$Outbound = {
1642
1642
  text: string;
1643
- metadata?: Metadata$Outbound | undefined;
1643
+ metadata?: DeploymentGetConfigMetadata$Outbound | undefined;
1644
1644
  };
1645
1645
  /** @internal */
1646
- export declare const Documents$outboundSchema: z.ZodType<Documents$Outbound, z.ZodTypeDef, Documents>;
1647
- export declare function documentsToJSON(documents: Documents): string;
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 InvokeOptions$Outbound = {
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 InvokeOptions$outboundSchema: z.ZodType<InvokeOptions$Outbound, z.ZodTypeDef, InvokeOptions>;
1656
- export declare function invokeOptionsToJSON(invokeOptions: InvokeOptions): string;
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 Thread$Outbound = {
1658
+ export type DeploymentGetConfigThread$Outbound = {
1659
1659
  id: string;
1660
1660
  tags?: Array<string> | undefined;
1661
1661
  };
1662
1662
  /** @internal */
1663
- export declare const Thread$outboundSchema: z.ZodType<Thread$Outbound, z.ZodTypeDef, Thread>;
1664
- export declare function threadToJSON(thread: Thread): string;
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 OrExists$Outbound = {
1666
+ export type DeploymentGetConfigOrExists$Outbound = {
1667
1667
  exists: boolean;
1668
1668
  };
1669
1669
  /** @internal */
1670
- export declare const OrExists$outboundSchema: z.ZodType<OrExists$Outbound, z.ZodTypeDef, OrExists>;
1671
- export declare function orExistsToJSON(orExists: OrExists): string;
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 DeploymentGetConfigOrNin$Outbound = string | number | boolean;
1673
+ export type DeploymentGetConfigOrDeploymentsNin$Outbound = string | number | boolean;
1674
1674
  /** @internal */
1675
- export declare const DeploymentGetConfigOrNin$outboundSchema: z.ZodType<DeploymentGetConfigOrNin$Outbound, z.ZodTypeDef, DeploymentGetConfigOrNin>;
1676
- export declare function deploymentGetConfigOrNinToJSON(deploymentGetConfigOrNin: DeploymentGetConfigOrNin): string;
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 OrNin$Outbound = {
1678
+ export type DeploymentGetConfigOrNin$Outbound = {
1679
1679
  nin: Array<string | number | boolean>;
1680
1680
  };
1681
1681
  /** @internal */
1682
- export declare const OrNin$outboundSchema: z.ZodType<OrNin$Outbound, z.ZodTypeDef, OrNin>;
1683
- export declare function orNinToJSON(orNin: OrNin): string;
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 DeploymentGetConfigOrIn$Outbound = string | number | boolean;
1685
+ export type DeploymentGetConfigOrDeploymentsIn$Outbound = string | number | boolean;
1686
1686
  /** @internal */
1687
- export declare const DeploymentGetConfigOrIn$outboundSchema: z.ZodType<DeploymentGetConfigOrIn$Outbound, z.ZodTypeDef, DeploymentGetConfigOrIn>;
1688
- export declare function deploymentGetConfigOrInToJSON(deploymentGetConfigOrIn: DeploymentGetConfigOrIn): string;
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 OrIn$Outbound = {
1690
+ export type DeploymentGetConfigOrIn$Outbound = {
1691
1691
  in: Array<string | number | boolean>;
1692
1692
  };
1693
1693
  /** @internal */
1694
- export declare const OrIn$outboundSchema: z.ZodType<OrIn$Outbound, z.ZodTypeDef, OrIn>;
1695
- export declare function orInToJSON(orIn: OrIn): string;
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 OrLte$Outbound = {
1697
+ export type DeploymentGetConfigOrLte$Outbound = {
1698
1698
  lte: number;
1699
1699
  };
1700
1700
  /** @internal */
1701
- export declare const OrLte$outboundSchema: z.ZodType<OrLte$Outbound, z.ZodTypeDef, OrLte>;
1702
- export declare function orLteToJSON(orLte: OrLte): string;
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 OrLt$Outbound = {
1704
+ export type DeploymentGetConfigOrLt$Outbound = {
1705
1705
  lt: number;
1706
1706
  };
1707
1707
  /** @internal */
1708
- export declare const OrLt$outboundSchema: z.ZodType<OrLt$Outbound, z.ZodTypeDef, OrLt>;
1709
- export declare function orLtToJSON(orLt: OrLt): string;
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 OrGte$Outbound = {
1711
+ export type DeploymentGetConfigOrGte$Outbound = {
1712
1712
  gte: number;
1713
1713
  };
1714
1714
  /** @internal */
1715
- export declare const OrGte$outboundSchema: z.ZodType<OrGte$Outbound, z.ZodTypeDef, OrGte>;
1716
- export declare function orGteToJSON(orGte: OrGte): string;
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 OrGt$Outbound = {
1718
+ export type DeploymentGetConfigOrGt$Outbound = {
1719
1719
  gt: number;
1720
1720
  };
1721
1721
  /** @internal */
1722
- export declare const OrGt$outboundSchema: z.ZodType<OrGt$Outbound, z.ZodTypeDef, OrGt>;
1723
- export declare function orGtToJSON(orGt: OrGt): string;
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 DeploymentGetConfigOrNe$Outbound = string | number | boolean;
1725
+ export type DeploymentGetConfigOrDeploymentsNe$Outbound = string | number | boolean;
1726
1726
  /** @internal */
1727
- export declare const DeploymentGetConfigOrNe$outboundSchema: z.ZodType<DeploymentGetConfigOrNe$Outbound, z.ZodTypeDef, DeploymentGetConfigOrNe>;
1728
- export declare function deploymentGetConfigOrNeToJSON(deploymentGetConfigOrNe: DeploymentGetConfigOrNe): string;
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 OrNe$Outbound = {
1730
+ export type DeploymentGetConfigOrNe$Outbound = {
1731
1731
  ne: string | number | boolean;
1732
1732
  };
1733
1733
  /** @internal */
1734
- export declare const OrNe$outboundSchema: z.ZodType<OrNe$Outbound, z.ZodTypeDef, OrNe>;
1735
- export declare function orNeToJSON(orNe: OrNe): string;
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 DeploymentGetConfigOrEq$Outbound = string | number | boolean;
1737
+ export type DeploymentGetConfigOrDeploymentsEq$Outbound = string | number | boolean;
1738
1738
  /** @internal */
1739
- export declare const DeploymentGetConfigOrEq$outboundSchema: z.ZodType<DeploymentGetConfigOrEq$Outbound, z.ZodTypeDef, DeploymentGetConfigOrEq>;
1740
- export declare function deploymentGetConfigOrEqToJSON(deploymentGetConfigOrEq: DeploymentGetConfigOrEq): string;
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 OrEq$Outbound = {
1742
+ export type DeploymentGetConfigOrEq$Outbound = {
1743
1743
  eq: string | number | boolean;
1744
1744
  };
1745
1745
  /** @internal */
1746
- export declare const OrEq$outboundSchema: z.ZodType<OrEq$Outbound, z.ZodTypeDef, OrEq>;
1747
- export declare function orEqToJSON(orEq: OrEq): string;
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 KnowledgeFilterOr$Outbound = OrEq$Outbound | OrNe$Outbound | OrGt$Outbound | OrGte$Outbound | OrLt$Outbound | OrLte$Outbound | OrIn$Outbound | OrNin$Outbound | OrExists$Outbound;
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 KnowledgeFilterOr$outboundSchema: z.ZodType<KnowledgeFilterOr$Outbound, z.ZodTypeDef, KnowledgeFilterOr>;
1752
- export declare function knowledgeFilterOrToJSON(knowledgeFilterOr: KnowledgeFilterOr): string;
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 Or$Outbound = {
1754
+ export type DeploymentGetConfigKnowledgeFilterOr$Outbound = {
1755
1755
  or: Array<{
1756
- [k: string]: OrEq$Outbound | OrNe$Outbound | OrGt$Outbound | OrGte$Outbound | OrLt$Outbound | OrLte$Outbound | OrIn$Outbound | OrNin$Outbound | OrExists$Outbound;
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 Or$outboundSchema: z.ZodType<Or$Outbound, z.ZodTypeDef, Or>;
1761
- export declare function orToJSON(or: Or): string;
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 AndExists$Outbound = {
1763
+ export type DeploymentGetConfigAndExists$Outbound = {
1764
1764
  exists: boolean;
1765
1765
  };
1766
1766
  /** @internal */
1767
- export declare const AndExists$outboundSchema: z.ZodType<AndExists$Outbound, z.ZodTypeDef, AndExists>;
1768
- export declare function andExistsToJSON(andExists: AndExists): string;
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 DeploymentGetConfigAndNin$Outbound = string | number | boolean;
1770
+ export type DeploymentGetConfigAndDeploymentsNin$Outbound = string | number | boolean;
1771
1771
  /** @internal */
1772
- export declare const DeploymentGetConfigAndNin$outboundSchema: z.ZodType<DeploymentGetConfigAndNin$Outbound, z.ZodTypeDef, DeploymentGetConfigAndNin>;
1773
- export declare function deploymentGetConfigAndNinToJSON(deploymentGetConfigAndNin: DeploymentGetConfigAndNin): string;
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 AndNin$Outbound = {
1775
+ export type DeploymentGetConfigAndNin$Outbound = {
1776
1776
  nin: Array<string | number | boolean>;
1777
1777
  };
1778
1778
  /** @internal */
1779
- export declare const AndNin$outboundSchema: z.ZodType<AndNin$Outbound, z.ZodTypeDef, AndNin>;
1780
- export declare function andNinToJSON(andNin: AndNin): string;
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 DeploymentGetConfigAndIn$Outbound = string | number | boolean;
1782
+ export type DeploymentGetConfigAndDeploymentsIn$Outbound = string | number | boolean;
1783
1783
  /** @internal */
1784
- export declare const DeploymentGetConfigAndIn$outboundSchema: z.ZodType<DeploymentGetConfigAndIn$Outbound, z.ZodTypeDef, DeploymentGetConfigAndIn>;
1785
- export declare function deploymentGetConfigAndInToJSON(deploymentGetConfigAndIn: DeploymentGetConfigAndIn): string;
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 AndIn$Outbound = {
1787
+ export type DeploymentGetConfigAndIn$Outbound = {
1788
1788
  in: Array<string | number | boolean>;
1789
1789
  };
1790
1790
  /** @internal */
1791
- export declare const AndIn$outboundSchema: z.ZodType<AndIn$Outbound, z.ZodTypeDef, AndIn>;
1792
- export declare function andInToJSON(andIn: AndIn): string;
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 AndLte$Outbound = {
1794
+ export type DeploymentGetConfigAndLte$Outbound = {
1795
1795
  lte: number;
1796
1796
  };
1797
1797
  /** @internal */
1798
- export declare const AndLte$outboundSchema: z.ZodType<AndLte$Outbound, z.ZodTypeDef, AndLte>;
1799
- export declare function andLteToJSON(andLte: AndLte): string;
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 AndLt$Outbound = {
1801
+ export type DeploymentGetConfigAndLt$Outbound = {
1802
1802
  lt: number;
1803
1803
  };
1804
1804
  /** @internal */
1805
- export declare const AndLt$outboundSchema: z.ZodType<AndLt$Outbound, z.ZodTypeDef, AndLt>;
1806
- export declare function andLtToJSON(andLt: AndLt): string;
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 AndGte$Outbound = {
1808
+ export type DeploymentGetConfigAndGte$Outbound = {
1809
1809
  gte: number;
1810
1810
  };
1811
1811
  /** @internal */
1812
- export declare const AndGte$outboundSchema: z.ZodType<AndGte$Outbound, z.ZodTypeDef, AndGte>;
1813
- export declare function andGteToJSON(andGte: AndGte): string;
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 AndGt$Outbound = {
1815
+ export type DeploymentGetConfigAndGt$Outbound = {
1816
1816
  gt: number;
1817
1817
  };
1818
1818
  /** @internal */
1819
- export declare const AndGt$outboundSchema: z.ZodType<AndGt$Outbound, z.ZodTypeDef, AndGt>;
1820
- export declare function andGtToJSON(andGt: AndGt): string;
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 DeploymentGetConfigAndNe$Outbound = string | number | boolean;
1822
+ export type DeploymentGetConfigAndDeploymentsNe$Outbound = string | number | boolean;
1823
1823
  /** @internal */
1824
- export declare const DeploymentGetConfigAndNe$outboundSchema: z.ZodType<DeploymentGetConfigAndNe$Outbound, z.ZodTypeDef, DeploymentGetConfigAndNe>;
1825
- export declare function deploymentGetConfigAndNeToJSON(deploymentGetConfigAndNe: DeploymentGetConfigAndNe): string;
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 AndNe$Outbound = {
1827
+ export type DeploymentGetConfigAndNe$Outbound = {
1828
1828
  ne: string | number | boolean;
1829
1829
  };
1830
1830
  /** @internal */
1831
- export declare const AndNe$outboundSchema: z.ZodType<AndNe$Outbound, z.ZodTypeDef, AndNe>;
1832
- export declare function andNeToJSON(andNe: AndNe): string;
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 DeploymentGetConfigAndEq$Outbound = string | number | boolean;
1834
+ export type DeploymentGetConfigAndDeploymentsEq$Outbound = string | number | boolean;
1835
1835
  /** @internal */
1836
- export declare const DeploymentGetConfigAndEq$outboundSchema: z.ZodType<DeploymentGetConfigAndEq$Outbound, z.ZodTypeDef, DeploymentGetConfigAndEq>;
1837
- export declare function deploymentGetConfigAndEqToJSON(deploymentGetConfigAndEq: DeploymentGetConfigAndEq): string;
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 AndEq$Outbound = {
1839
+ export type DeploymentGetConfigAndEq$Outbound = {
1840
1840
  eq: string | number | boolean;
1841
1841
  };
1842
1842
  /** @internal */
1843
- export declare const AndEq$outboundSchema: z.ZodType<AndEq$Outbound, z.ZodTypeDef, AndEq>;
1844
- export declare function andEqToJSON(andEq: AndEq): string;
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 KnowledgeFilterAnd$Outbound = AndEq$Outbound | AndNe$Outbound | AndGt$Outbound | AndGte$Outbound | AndLt$Outbound | AndLte$Outbound | AndIn$Outbound | AndNin$Outbound | AndExists$Outbound;
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 KnowledgeFilterAnd$outboundSchema: z.ZodType<KnowledgeFilterAnd$Outbound, z.ZodTypeDef, KnowledgeFilterAnd>;
1849
- export declare function knowledgeFilterAndToJSON(knowledgeFilterAnd: KnowledgeFilterAnd): string;
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 And$Outbound = {
1851
+ export type DeploymentGetConfigKnowledgeFilterAnd$Outbound = {
1852
1852
  and: Array<{
1853
- [k: string]: AndEq$Outbound | AndNe$Outbound | AndGt$Outbound | AndGte$Outbound | AndLt$Outbound | AndLte$Outbound | AndIn$Outbound | AndNin$Outbound | AndExists$Outbound;
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 And$outboundSchema: z.ZodType<And$Outbound, z.ZodTypeDef, And>;
1858
- export declare function andToJSON(and: And): string;
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 Exists$Outbound = {
1860
+ export type OneExists$Outbound = {
1861
1861
  exists: boolean;
1862
1862
  };
1863
1863
  /** @internal */
1864
- export declare const Exists$outboundSchema: z.ZodType<Exists$Outbound, z.ZodTypeDef, Exists>;
1865
- export declare function existsToJSON(exists: Exists): string;
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 OneNin$Outbound = string | number | boolean;
1867
+ export type DeploymentGetConfig1DeploymentsNin$Outbound = string | number | boolean;
1868
1868
  /** @internal */
1869
- export declare const OneNin$outboundSchema: z.ZodType<OneNin$Outbound, z.ZodTypeDef, OneNin>;
1870
- export declare function oneNinToJSON(oneNin: OneNin): string;
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 Nin$Outbound = {
1872
+ export type DeploymentGetConfig1Nin$Outbound = {
1873
1873
  nin: Array<string | number | boolean>;
1874
1874
  };
1875
1875
  /** @internal */
1876
- export declare const Nin$outboundSchema: z.ZodType<Nin$Outbound, z.ZodTypeDef, Nin>;
1877
- export declare function ninToJSON(nin: Nin): string;
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 OneIn$Outbound = string | number | boolean;
1879
+ export type DeploymentGetConfig1DeploymentsIn$Outbound = string | number | boolean;
1880
1880
  /** @internal */
1881
- export declare const OneIn$outboundSchema: z.ZodType<OneIn$Outbound, z.ZodTypeDef, OneIn>;
1882
- export declare function oneInToJSON(oneIn: OneIn): string;
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 In$Outbound = {
1884
+ export type DeploymentGetConfig1In$Outbound = {
1885
1885
  in: Array<string | number | boolean>;
1886
1886
  };
1887
1887
  /** @internal */
1888
- export declare const In$outboundSchema: z.ZodType<In$Outbound, z.ZodTypeDef, In>;
1889
- export declare function inToJSON(value: In): string;
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 Lte$Outbound = {
1891
+ export type OneLte$Outbound = {
1892
1892
  lte: number;
1893
1893
  };
1894
1894
  /** @internal */
1895
- export declare const Lte$outboundSchema: z.ZodType<Lte$Outbound, z.ZodTypeDef, Lte>;
1896
- export declare function lteToJSON(lte: Lte): string;
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 Lt$Outbound = {
1898
+ export type OneLt$Outbound = {
1899
1899
  lt: number;
1900
1900
  };
1901
1901
  /** @internal */
1902
- export declare const Lt$outboundSchema: z.ZodType<Lt$Outbound, z.ZodTypeDef, Lt>;
1903
- export declare function ltToJSON(lt: Lt): string;
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 Gte$Outbound = {
1905
+ export type OneGte$Outbound = {
1906
1906
  gte: number;
1907
1907
  };
1908
1908
  /** @internal */
1909
- export declare const Gte$outboundSchema: z.ZodType<Gte$Outbound, z.ZodTypeDef, Gte>;
1910
- export declare function gteToJSON(gte: Gte): string;
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 Gt$Outbound = {
1912
+ export type OneGt$Outbound = {
1913
1913
  gt: number;
1914
1914
  };
1915
1915
  /** @internal */
1916
- export declare const Gt$outboundSchema: z.ZodType<Gt$Outbound, z.ZodTypeDef, Gt>;
1917
- export declare function gtToJSON(gt: Gt): string;
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 OneNe$Outbound = string | number | boolean;
1919
+ export type DeploymentGetConfig1DeploymentsNe$Outbound = string | number | boolean;
1920
1920
  /** @internal */
1921
- export declare const OneNe$outboundSchema: z.ZodType<OneNe$Outbound, z.ZodTypeDef, OneNe>;
1922
- export declare function oneNeToJSON(oneNe: OneNe): string;
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 Ne$Outbound = {
1924
+ export type DeploymentGetConfig1Ne$Outbound = {
1925
1925
  ne: string | number | boolean;
1926
1926
  };
1927
1927
  /** @internal */
1928
- export declare const Ne$outboundSchema: z.ZodType<Ne$Outbound, z.ZodTypeDef, Ne>;
1929
- export declare function neToJSON(ne: Ne): string;
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 OneEq$Outbound = string | number | boolean;
1931
+ export type DeploymentGetConfig1DeploymentsEq$Outbound = string | number | boolean;
1932
1932
  /** @internal */
1933
- export declare const OneEq$outboundSchema: z.ZodType<OneEq$Outbound, z.ZodTypeDef, OneEq>;
1934
- export declare function oneEqToJSON(oneEq: OneEq): string;
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 Eq$Outbound = {
1936
+ export type DeploymentGetConfig1Eq$Outbound = {
1937
1937
  eq: string | number | boolean;
1938
1938
  };
1939
1939
  /** @internal */
1940
- export declare const Eq$outboundSchema: z.ZodType<Eq$Outbound, z.ZodTypeDef, Eq>;
1941
- export declare function eqToJSON(eq: Eq): string;
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 KnowledgeFilter1$Outbound = Eq$Outbound | Ne$Outbound | Gt$Outbound | Gte$Outbound | Lt$Outbound | Lte$Outbound | In$Outbound | Nin$Outbound | Exists$Outbound;
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 KnowledgeFilter1$outboundSchema: z.ZodType<KnowledgeFilter1$Outbound, z.ZodTypeDef, KnowledgeFilter1>;
1946
- export declare function knowledgeFilter1ToJSON(knowledgeFilter1: KnowledgeFilter1): string;
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 KnowledgeFilter$Outbound = And$Outbound | Or$Outbound | {
1949
- [k: string]: Eq$Outbound | Ne$Outbound | Gt$Outbound | Gte$Outbound | Lt$Outbound | Lte$Outbound | In$Outbound | Nin$Outbound | Exists$Outbound;
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 KnowledgeFilter$outboundSchema: z.ZodType<KnowledgeFilter$Outbound, z.ZodTypeDef, KnowledgeFilter>;
1953
- export declare function knowledgeFilterToJSON(knowledgeFilter: KnowledgeFilter): string;
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<SystemMessage$Outbound | DeveloperMessage$Outbound | UserMessage$Outbound | AssistantMessage$Outbound | ToolMessage$Outbound> | undefined;
1964
- messages?: Array<MessagesSystemMessage$Outbound | MessagesDeveloperMessage$Outbound | MessagesUserMessage$Outbound | MessagesAssistantMessage$Outbound | MessagesToolMessage$Outbound> | undefined;
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<Documents$Outbound> | undefined;
1974
- invoke_options?: InvokeOptions$Outbound | undefined;
1975
- thread?: Thread$Outbound | undefined;
1976
- knowledge_filter?: And$Outbound | Or$Outbound | {
1977
- [k: string]: Eq$Outbound | Ne$Outbound | Gt$Outbound | Gte$Outbound | Lt$Outbound | Lte$Outbound | In$Outbound | Nin$Outbound | Exists$Outbound;
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 */