@orq-ai/node 4.11.0-rc.27 → 4.11.0-rc.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/funcs/agentsInvoke.d.ts +1 -1
- package/funcs/agentsInvoke.d.ts.map +1 -1
- package/funcs/agentsInvoke.js.map +1 -1
- package/funcs/agentsResponsesCreate.d.ts +2 -1
- package/funcs/agentsResponsesCreate.d.ts.map +1 -1
- package/funcs/agentsResponsesCreate.js +7 -5
- package/funcs/agentsResponsesCreate.js.map +1 -1
- package/funcs/agentsStream.d.ts +1 -1
- package/funcs/agentsStream.d.ts.map +1 -1
- package/funcs/agentsStream.js.map +1 -1
- package/funcs/annotationsCreate.d.ts +1 -1
- package/funcs/annotationsCreate.js +1 -1
- package/funcs/annotationsDelete.d.ts +1 -1
- package/funcs/annotationsDelete.js +1 -1
- package/funcs/budgetsList.js +1 -0
- package/funcs/budgetsList.js.map +1 -1
- package/funcs/deploymentsInvoke.d.ts +2 -1
- package/funcs/deploymentsInvoke.d.ts.map +1 -1
- package/funcs/deploymentsInvoke.js +2 -1
- package/funcs/deploymentsInvoke.js.map +1 -1
- package/funcs/promptsCreate.d.ts +1 -1
- package/funcs/promptsCreate.d.ts.map +1 -1
- package/funcs/promptsCreate.js +2 -1
- package/funcs/promptsCreate.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/models/components/agentresponserequest.d.ts +336 -0
- package/models/components/agentresponserequest.d.ts.map +1 -0
- package/models/components/agentresponserequest.js +210 -0
- package/models/components/agentresponserequest.js.map +1 -0
- package/models/components/agentthoughtstreamingevent.d.ts +12 -12
- package/models/components/agentthoughtstreamingevent.d.ts.map +1 -1
- package/models/components/agentthoughtstreamingevent.js +17 -17
- package/models/components/agentthoughtstreamingevent.js.map +1 -1
- package/models/components/azurefoundrydeployment.d.ts +3 -0
- package/models/components/azurefoundrydeployment.d.ts.map +1 -1
- package/models/components/azurefoundrydeployment.js +4 -0
- package/models/components/azurefoundrydeployment.js.map +1 -1
- package/models/components/budgetsortfield.d.ts +12 -0
- package/models/components/budgetsortfield.d.ts.map +1 -0
- package/models/components/budgetsortfield.js +49 -0
- package/models/components/budgetsortfield.js.map +1 -0
- package/models/components/index.d.ts +3 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +3 -0
- package/models/components/index.js.map +1 -1
- package/models/components/invokedeploymentrequest.d.ts +1573 -0
- package/models/components/invokedeploymentrequest.d.ts.map +1 -0
- package/models/components/invokedeploymentrequest.js +1137 -0
- package/models/components/invokedeploymentrequest.js.map +1 -0
- package/models/components/reasoningpart.js +1 -1
- package/models/components/toolexecutionstartedstreamingevent.d.ts +4 -4
- package/models/components/toolexecutionstartedstreamingevent.d.ts.map +1 -1
- package/models/components/toolexecutionstartedstreamingevent.js +7 -7
- package/models/components/toolexecutionstartedstreamingevent.js.map +1 -1
- package/models/operations/budgetlist.d.ts +5 -0
- package/models/operations/budgetlist.d.ts.map +1 -1
- package/models/operations/budgetlist.js +2 -0
- package/models/operations/budgetlist.js.map +1 -1
- package/models/operations/createagentresponserequest.d.ts +2 -329
- package/models/operations/createagentresponserequest.d.ts.map +1 -1
- package/models/operations/createagentresponserequest.js +3 -166
- package/models/operations/createagentresponserequest.js.map +1 -1
- package/models/operations/createannotation.d.ts +48 -10
- package/models/operations/createannotation.d.ts.map +1 -1
- package/models/operations/createannotation.js +37 -5
- package/models/operations/createannotation.js.map +1 -1
- package/models/operations/createdataset.js +1 -1
- package/models/operations/createdatasetitem.d.ts +210 -12
- package/models/operations/createdatasetitem.d.ts.map +1 -1
- package/models/operations/createdatasetitem.js +136 -9
- package/models/operations/createdatasetitem.js.map +1 -1
- package/models/operations/createdatasource.d.ts +3 -0
- package/models/operations/createdatasource.d.ts.map +1 -1
- package/models/operations/createdatasource.js +1 -1
- package/models/operations/createdatasource.js.map +1 -1
- package/models/operations/createeval.js +16 -16
- package/models/operations/createprompt.d.ts +7 -4
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +5 -5
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/createtool.js +6 -6
- package/models/operations/deleteannotation.d.ts +19 -2
- package/models/operations/deleteannotation.d.ts.map +1 -1
- package/models/operations/deleteannotation.js +20 -2
- package/models/operations/deleteannotation.js.map +1 -1
- package/models/operations/deploymentgetconfig.d.ts +440 -440
- package/models/operations/deploymentgetconfig.d.ts.map +1 -1
- package/models/operations/deploymentgetconfig.js +484 -479
- package/models/operations/deploymentgetconfig.js.map +1 -1
- package/models/operations/deploymentinvoke.d.ts +0 -1560
- package/models/operations/deploymentinvoke.d.ts.map +1 -1
- package/models/operations/deploymentinvoke.js +1 -1126
- package/models/operations/deploymentinvoke.js.map +1 -1
- package/models/operations/deploymentstream.d.ts +56 -56
- package/models/operations/deploymentstream.d.ts.map +1 -1
- package/models/operations/deploymentstream.js +73 -72
- package/models/operations/deploymentstream.js.map +1 -1
- package/models/operations/getalltools.js +6 -6
- package/models/operations/getevals.js +16 -16
- package/models/operations/getv2humanevalsets.js +2 -2
- package/models/operations/getv2humanevalsetsid.js +2 -2
- package/models/operations/invokeagent.d.ts +51 -48
- package/models/operations/invokeagent.d.ts.map +1 -1
- package/models/operations/invokeagent.js +43 -46
- package/models/operations/invokeagent.js.map +1 -1
- package/models/operations/listdatasetdatapoints.d.ts +210 -12
- package/models/operations/listdatasetdatapoints.d.ts.map +1 -1
- package/models/operations/listdatasetdatapoints.js +138 -9
- package/models/operations/listdatasetdatapoints.js.map +1 -1
- package/models/operations/listdatasets.js +1 -1
- package/models/operations/listdatasources.js +1 -1
- package/models/operations/patchv2humanevalsetsid.js +2 -2
- package/models/operations/postv2feedbackevaluation.d.ts +33 -12
- package/models/operations/postv2feedbackevaluation.d.ts.map +1 -1
- package/models/operations/postv2feedbackevaluation.js +9 -6
- package/models/operations/postv2feedbackevaluation.js.map +1 -1
- package/models/operations/postv2humanevalsets.js +2 -2
- package/models/operations/retrievedatapoint.d.ts +210 -12
- package/models/operations/retrievedatapoint.d.ts.map +1 -1
- package/models/operations/retrievedatapoint.js +140 -8
- package/models/operations/retrievedatapoint.js.map +1 -1
- package/models/operations/retrievedataset.js +1 -1
- package/models/operations/retrievedatasource.js +1 -1
- package/models/operations/retrievetool.js +6 -6
- package/models/operations/runagent.js +1 -1
- package/models/operations/streamagent.d.ts +9 -6
- package/models/operations/streamagent.d.ts.map +1 -1
- package/models/operations/streamagent.js +6 -6
- package/models/operations/streamagent.js.map +1 -1
- package/models/operations/streamrunagent.js +1 -1
- package/models/operations/updatedatapoint.d.ts +210 -12
- package/models/operations/updatedatapoint.d.ts.map +1 -1
- package/models/operations/updatedatapoint.js +138 -9
- package/models/operations/updatedatapoint.js.map +1 -1
- package/models/operations/updatedataset.js +1 -1
- package/models/operations/updatedatasource.js +1 -1
- package/models/operations/updateeval.js +16 -16
- package/models/operations/updateprompt.d.ts +9 -6
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +7 -6
- package/models/operations/updateprompt.js.map +1 -1
- package/models/operations/updatetool.js +7 -7
- package/package.json +1 -1
- package/sdk/agents.d.ts +2 -2
- package/sdk/agents.d.ts.map +1 -1
- package/sdk/agents.js.map +1 -1
- package/sdk/annotations.d.ts +2 -2
- package/sdk/annotations.js +2 -2
- package/sdk/deployments.d.ts +2 -1
- package/sdk/deployments.d.ts.map +1 -1
- package/sdk/deployments.js.map +1 -1
- package/sdk/feedback.d.ts +1 -4
- package/sdk/feedback.d.ts.map +1 -1
- package/sdk/feedback.js +1 -4
- package/sdk/feedback.js.map +1 -1
- package/sdk/orqresponses.d.ts +1 -1
- package/sdk/orqresponses.d.ts.map +1 -1
- package/sdk/orqresponses.js +2 -2
- package/sdk/orqresponses.js.map +1 -1
- package/sdk/prompts.d.ts +1 -1
- package/sdk/prompts.d.ts.map +1 -1
- package/sdk/prompts.js.map +1 -1
- package/src/funcs/agentsInvoke.ts +2 -2
- package/src/funcs/agentsResponsesCreate.ts +8 -5
- package/src/funcs/agentsStream.ts +2 -2
- package/src/funcs/annotationsCreate.ts +1 -1
- package/src/funcs/annotationsDelete.ts +1 -1
- package/src/funcs/budgetsList.ts +1 -0
- package/src/funcs/deploymentsInvoke.ts +4 -4
- package/src/funcs/promptsCreate.ts +4 -3
- package/src/lib/config.ts +2 -2
- package/src/models/components/agentresponserequest.ts +565 -0
- package/src/models/components/agentthoughtstreamingevent.ts +55 -43
- package/src/models/components/azurefoundrydeployment.ts +7 -0
- package/src/models/components/budgetsortfield.ts +19 -0
- package/src/models/components/index.ts +3 -0
- package/src/models/components/invokedeploymentrequest.ts +3457 -0
- package/src/models/components/reasoningpart.ts +1 -1
- package/src/models/components/toolexecutionstartedstreamingevent.ts +24 -14
- package/src/models/operations/budgetlist.ts +7 -0
- package/src/models/operations/createagentresponserequest.ts +4 -550
- package/src/models/operations/createannotation.ts +110 -16
- package/src/models/operations/createdataset.ts +1 -1
- package/src/models/operations/createdatasetitem.ts +335 -19
- package/src/models/operations/createdatasource.ts +4 -1
- package/src/models/operations/createeval.ts +16 -16
- package/src/models/operations/createprompt.ts +13 -8
- package/src/models/operations/createtool.ts +6 -6
- package/src/models/operations/deleteannotation.ts +46 -3
- package/src/models/operations/deploymentgetconfig.ts +1156 -1606
- package/src/models/operations/deploymentinvoke.ts +222 -3675
- package/src/models/operations/deploymentstream.ts +244 -285
- package/src/models/operations/getalltools.ts +6 -6
- package/src/models/operations/getevals.ts +16 -16
- package/src/models/operations/getv2humanevalsets.ts +2 -2
- package/src/models/operations/getv2humanevalsetsid.ts +2 -2
- package/src/models/operations/invokeagent.ts +90 -116
- package/src/models/operations/listdatasetdatapoints.ts +378 -19
- package/src/models/operations/listdatasets.ts +1 -1
- package/src/models/operations/listdatasources.ts +1 -1
- package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
- package/src/models/operations/postv2feedbackevaluation.ts +42 -18
- package/src/models/operations/postv2humanevalsets.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +363 -19
- package/src/models/operations/retrievedataset.ts +1 -1
- package/src/models/operations/retrievedatasource.ts +1 -1
- package/src/models/operations/retrievetool.ts +6 -6
- package/src/models/operations/runagent.ts +1 -1
- package/src/models/operations/streamagent.ts +16 -11
- package/src/models/operations/streamrunagent.ts +1 -1
- package/src/models/operations/updatedatapoint.ts +366 -19
- package/src/models/operations/updatedataset.ts +1 -1
- package/src/models/operations/updatedatasource.ts +1 -1
- package/src/models/operations/updateeval.ts +16 -16
- package/src/models/operations/updateprompt.ts +17 -11
- package/src/models/operations/updatetool.ts +7 -7
- package/src/sdk/agents.ts +2 -2
- package/src/sdk/annotations.ts +2 -2
- package/src/sdk/deployments.ts +2 -1
- package/src/sdk/feedback.ts +1 -4
- package/src/sdk/orqresponses.ts +2 -2
- package/src/sdk/prompts.ts +1 -1
|
@@ -3,21 +3,21 @@ import { ClosedEnum } from "../../types/enums.js";
|
|
|
3
3
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
4
|
import * as components from "../components/index.js";
|
|
5
5
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
6
|
-
export type
|
|
6
|
+
export type DeploymentGetConfigContentDeployments2 = components.TextContentPartSchema;
|
|
7
7
|
/**
|
|
8
8
|
* The contents of the tool message.
|
|
9
9
|
*/
|
|
10
|
-
export type
|
|
10
|
+
export type DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent = string | Array<components.TextContentPartSchema>;
|
|
11
11
|
/**
|
|
12
12
|
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
13
13
|
*/
|
|
14
|
-
export declare const
|
|
14
|
+
export declare const DeploymentGetConfigPrefixMessagesType: {
|
|
15
15
|
readonly Ephemeral: "ephemeral";
|
|
16
16
|
};
|
|
17
17
|
/**
|
|
18
18
|
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
19
19
|
*/
|
|
20
|
-
export type
|
|
20
|
+
export type DeploymentGetConfigPrefixMessagesType = ClosedEnum<typeof DeploymentGetConfigPrefixMessagesType>;
|
|
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 DeploymentGetConfigPrefixMessagesDeploymentsType = ClosedEnum<typeof
|
|
|
28
28
|
*
|
|
29
29
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
30
30
|
*/
|
|
31
|
-
export declare const
|
|
31
|
+
export declare const PrefixMessagesTtl: {
|
|
32
32
|
readonly Fivem: "5m";
|
|
33
33
|
readonly Oneh: "1h";
|
|
34
34
|
};
|
|
@@ -42,12 +42,12 @@ export declare const DeploymentGetConfigPrefixMessagesTtl: {
|
|
|
42
42
|
*
|
|
43
43
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
44
44
|
*/
|
|
45
|
-
export type
|
|
46
|
-
export type
|
|
45
|
+
export type PrefixMessagesTtl = ClosedEnum<typeof PrefixMessagesTtl>;
|
|
46
|
+
export type PrefixMessagesCacheControl = {
|
|
47
47
|
/**
|
|
48
48
|
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
49
49
|
*/
|
|
50
|
-
type:
|
|
50
|
+
type: DeploymentGetConfigPrefixMessagesType;
|
|
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 DeploymentGetConfigPrefixMessagesCacheControl = {
|
|
|
58
58
|
*
|
|
59
59
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
60
60
|
*/
|
|
61
|
-
ttl?:
|
|
61
|
+
ttl?: PrefixMessagesTtl | undefined;
|
|
62
62
|
};
|
|
63
|
-
export type
|
|
63
|
+
export type ToolMessage = {
|
|
64
64
|
/**
|
|
65
65
|
* The role of the messages author, in this case tool.
|
|
66
66
|
*/
|
|
@@ -73,21 +73,21 @@ export type PrefixMessagesToolMessage = {
|
|
|
73
73
|
* Tool call that this message is responding to.
|
|
74
74
|
*/
|
|
75
75
|
toolCallId: string | null;
|
|
76
|
-
cacheControl?:
|
|
76
|
+
cacheControl?: PrefixMessagesCacheControl | undefined;
|
|
77
77
|
};
|
|
78
|
-
export type
|
|
78
|
+
export type DeploymentGetConfigContent2 = (components.TextContentPartSchema & {
|
|
79
79
|
type: "text";
|
|
80
80
|
}) | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema;
|
|
81
81
|
/**
|
|
82
82
|
* The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
|
|
83
83
|
*/
|
|
84
|
-
export type
|
|
84
|
+
export type DeploymentGetConfigPrefixMessagesDeploymentsRequestContent = string | Array<(components.TextContentPartSchema & {
|
|
85
85
|
type: "text";
|
|
86
86
|
}) | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema>;
|
|
87
87
|
/**
|
|
88
88
|
* Data about a previous audio response from the model.
|
|
89
89
|
*/
|
|
90
|
-
export type
|
|
90
|
+
export type Audio = {
|
|
91
91
|
/**
|
|
92
92
|
* Unique identifier for a previous audio response from the model.
|
|
93
93
|
*/
|
|
@@ -96,14 +96,14 @@ export type PrefixMessagesAudio = {
|
|
|
96
96
|
/**
|
|
97
97
|
* The type of the tool. Currently, only `function` is supported.
|
|
98
98
|
*/
|
|
99
|
-
export declare const
|
|
99
|
+
export declare const PrefixMessagesType: {
|
|
100
100
|
readonly Function: "function";
|
|
101
101
|
};
|
|
102
102
|
/**
|
|
103
103
|
* The type of the tool. Currently, only `function` is supported.
|
|
104
104
|
*/
|
|
105
|
-
export type
|
|
106
|
-
export type
|
|
105
|
+
export type PrefixMessagesType = ClosedEnum<typeof PrefixMessagesType>;
|
|
106
|
+
export type PrefixMessagesFunction = {
|
|
107
107
|
/**
|
|
108
108
|
* The name of the function to call.
|
|
109
109
|
*/
|
|
@@ -113,7 +113,7 @@ export type DeploymentGetConfigPrefixMessagesFunction = {
|
|
|
113
113
|
*/
|
|
114
114
|
arguments?: string | undefined;
|
|
115
115
|
};
|
|
116
|
-
export type
|
|
116
|
+
export type PrefixMessagesToolCalls = {
|
|
117
117
|
/**
|
|
118
118
|
* The ID of the tool call.
|
|
119
119
|
*/
|
|
@@ -121,14 +121,14 @@ export type DeploymentGetConfigPrefixMessagesToolCalls = {
|
|
|
121
121
|
/**
|
|
122
122
|
* The type of the tool. Currently, only `function` is supported.
|
|
123
123
|
*/
|
|
124
|
-
type:
|
|
125
|
-
function:
|
|
124
|
+
type: PrefixMessagesType;
|
|
125
|
+
function: PrefixMessagesFunction;
|
|
126
126
|
/**
|
|
127
127
|
* Encrypted representation of the model internal reasoning state during function calling. Required by Gemini 3 models when continuing a conversation after a tool call.
|
|
128
128
|
*/
|
|
129
129
|
thoughtSignature?: string | undefined;
|
|
130
130
|
};
|
|
131
|
-
export type
|
|
131
|
+
export type AssistantMessage = {
|
|
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 PrefixMessagesAssistantMessage = {
|
|
|
150
150
|
/**
|
|
151
151
|
* Data about a previous audio response from the model.
|
|
152
152
|
*/
|
|
153
|
-
audio?:
|
|
153
|
+
audio?: Audio | null | undefined;
|
|
154
154
|
/**
|
|
155
155
|
* The tool calls generated by the model, such as function calls.
|
|
156
156
|
*/
|
|
157
|
-
toolCalls?: Array<
|
|
157
|
+
toolCalls?: Array<PrefixMessagesToolCalls> | undefined;
|
|
158
158
|
};
|
|
159
159
|
/**
|
|
160
160
|
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
@@ -176,7 +176,7 @@ export type DeploymentGetConfig2DeploymentsType = ClosedEnum<typeof DeploymentGe
|
|
|
176
176
|
*
|
|
177
177
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
178
178
|
*/
|
|
179
|
-
export declare const
|
|
179
|
+
export declare const Ttl: {
|
|
180
180
|
readonly Fivem: "5m";
|
|
181
181
|
readonly Oneh: "1h";
|
|
182
182
|
};
|
|
@@ -190,8 +190,8 @@ export declare const DeploymentGetConfig2Ttl: {
|
|
|
190
190
|
*
|
|
191
191
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
192
192
|
*/
|
|
193
|
-
export type
|
|
194
|
-
export type
|
|
193
|
+
export type Ttl = ClosedEnum<typeof Ttl>;
|
|
194
|
+
export type CacheControl = {
|
|
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 DeploymentGetConfig2CacheControl = {
|
|
|
206
206
|
*
|
|
207
207
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
208
208
|
*/
|
|
209
|
-
ttl?:
|
|
209
|
+
ttl?: Ttl | undefined;
|
|
210
210
|
};
|
|
211
|
-
export type
|
|
211
|
+
export type Four = {
|
|
212
212
|
/**
|
|
213
213
|
* The type of the content part. Always `file`.
|
|
214
214
|
*/
|
|
215
215
|
type: "file";
|
|
216
|
-
cacheControl?:
|
|
216
|
+
cacheControl?: CacheControl | undefined;
|
|
217
217
|
/**
|
|
218
218
|
* File data for the content part. Must contain either file_data or uri, but not both.
|
|
219
219
|
*/
|
|
220
220
|
file: components.FileContentPartSchema;
|
|
221
221
|
};
|
|
222
|
-
export type
|
|
222
|
+
export type Content2 = (components.TextContentPartSchema & {
|
|
223
223
|
type: "text";
|
|
224
|
-
}) | components.ImageContentPartSchema | components.AudioContentPartSchema |
|
|
224
|
+
}) | components.ImageContentPartSchema | components.AudioContentPartSchema | Four;
|
|
225
225
|
/**
|
|
226
226
|
* The contents of the user message.
|
|
227
227
|
*/
|
|
228
|
-
export type
|
|
228
|
+
export type DeploymentGetConfigPrefixMessagesDeploymentsContent = string | Array<(components.TextContentPartSchema & {
|
|
229
229
|
type: "text";
|
|
230
|
-
}) | components.ImageContentPartSchema | components.AudioContentPartSchema |
|
|
231
|
-
export type
|
|
230
|
+
}) | components.ImageContentPartSchema | components.AudioContentPartSchema | Four>;
|
|
231
|
+
export type UserMessage = {
|
|
232
232
|
/**
|
|
233
233
|
* The role of the messages author, in this case `user`.
|
|
234
234
|
*/
|
|
@@ -242,13 +242,13 @@ export type PrefixMessagesUserMessage = {
|
|
|
242
242
|
*/
|
|
243
243
|
content: string | Array<(components.TextContentPartSchema & {
|
|
244
244
|
type: "text";
|
|
245
|
-
}) | components.ImageContentPartSchema | components.AudioContentPartSchema |
|
|
245
|
+
}) | components.ImageContentPartSchema | components.AudioContentPartSchema | Four>;
|
|
246
246
|
};
|
|
247
247
|
/**
|
|
248
248
|
* The contents of the developer message.
|
|
249
249
|
*/
|
|
250
|
-
export type
|
|
251
|
-
export type
|
|
250
|
+
export type DeploymentGetConfigPrefixMessagesContent = string | Array<components.TextContentPartSchema>;
|
|
251
|
+
export type DeveloperMessage = {
|
|
252
252
|
/**
|
|
253
253
|
* The role of the messages author, in this case `developer`.
|
|
254
254
|
*/
|
|
@@ -265,11 +265,11 @@ export type PrefixMessagesDeveloperMessage = {
|
|
|
265
265
|
/**
|
|
266
266
|
* The contents of the system message.
|
|
267
267
|
*/
|
|
268
|
-
export type
|
|
268
|
+
export type PrefixMessagesContent = string | Array<components.TextContentPartSchema>;
|
|
269
269
|
/**
|
|
270
270
|
* Developer-provided instructions that the model should follow, regardless of messages sent by the user.
|
|
271
271
|
*/
|
|
272
|
-
export type
|
|
272
|
+
export type SystemMessage = {
|
|
273
273
|
/**
|
|
274
274
|
* The role of the messages author, in this case `system`.
|
|
275
275
|
*/
|
|
@@ -283,22 +283,22 @@ export type PrefixMessagesSystemMessage = {
|
|
|
283
283
|
*/
|
|
284
284
|
name?: string | undefined;
|
|
285
285
|
};
|
|
286
|
-
export type
|
|
287
|
-
export type
|
|
286
|
+
export type PrefixMessages = SystemMessage | DeveloperMessage | UserMessage | AssistantMessage | ToolMessage;
|
|
287
|
+
export type DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2 = components.TextContentPartSchema;
|
|
288
288
|
/**
|
|
289
289
|
* The contents of the tool message.
|
|
290
290
|
*/
|
|
291
|
-
export type
|
|
291
|
+
export type DeploymentGetConfigMessagesDeploymentsRequestRequestBodyContent = string | Array<components.TextContentPartSchema>;
|
|
292
292
|
/**
|
|
293
293
|
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
294
294
|
*/
|
|
295
|
-
export declare const
|
|
295
|
+
export declare const DeploymentGetConfigMessagesType: {
|
|
296
296
|
readonly Ephemeral: "ephemeral";
|
|
297
297
|
};
|
|
298
298
|
/**
|
|
299
299
|
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
300
300
|
*/
|
|
301
|
-
export type
|
|
301
|
+
export type DeploymentGetConfigMessagesType = ClosedEnum<typeof DeploymentGetConfigMessagesType>;
|
|
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 DeploymentGetConfigMessagesDeploymentsType = ClosedEnum<typeof Deplo
|
|
|
309
309
|
*
|
|
310
310
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
311
311
|
*/
|
|
312
|
-
export declare const
|
|
312
|
+
export declare const MessagesTtl: {
|
|
313
313
|
readonly Fivem: "5m";
|
|
314
314
|
readonly Oneh: "1h";
|
|
315
315
|
};
|
|
@@ -323,12 +323,12 @@ export declare const DeploymentGetConfigMessagesTtl: {
|
|
|
323
323
|
*
|
|
324
324
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
325
325
|
*/
|
|
326
|
-
export type
|
|
327
|
-
export type
|
|
326
|
+
export type MessagesTtl = ClosedEnum<typeof MessagesTtl>;
|
|
327
|
+
export type MessagesCacheControl = {
|
|
328
328
|
/**
|
|
329
329
|
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
330
330
|
*/
|
|
331
|
-
type:
|
|
331
|
+
type: DeploymentGetConfigMessagesType;
|
|
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 DeploymentGetConfigMessagesCacheControl = {
|
|
|
339
339
|
*
|
|
340
340
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
341
341
|
*/
|
|
342
|
-
ttl?:
|
|
342
|
+
ttl?: MessagesTtl | undefined;
|
|
343
343
|
};
|
|
344
|
-
export type
|
|
344
|
+
export type MessagesToolMessage = {
|
|
345
345
|
/**
|
|
346
346
|
* The role of the messages author, in this case tool.
|
|
347
347
|
*/
|
|
@@ -354,21 +354,21 @@ export type DeploymentGetConfigMessagesToolMessage = {
|
|
|
354
354
|
* Tool call that this message is responding to.
|
|
355
355
|
*/
|
|
356
356
|
toolCallId: string | null;
|
|
357
|
-
cacheControl?:
|
|
357
|
+
cacheControl?: MessagesCacheControl | undefined;
|
|
358
358
|
};
|
|
359
|
-
export type
|
|
359
|
+
export type DeploymentGetConfigContentDeploymentsRequestRequestBody2 = (components.TextContentPartSchema & {
|
|
360
360
|
type: "text";
|
|
361
361
|
}) | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema;
|
|
362
362
|
/**
|
|
363
363
|
* The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
|
|
364
364
|
*/
|
|
365
|
-
export type
|
|
365
|
+
export type DeploymentGetConfigMessagesDeploymentsRequestContent = string | Array<(components.TextContentPartSchema & {
|
|
366
366
|
type: "text";
|
|
367
367
|
}) | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema>;
|
|
368
368
|
/**
|
|
369
369
|
* Data about a previous audio response from the model.
|
|
370
370
|
*/
|
|
371
|
-
export type
|
|
371
|
+
export type MessagesAudio = {
|
|
372
372
|
/**
|
|
373
373
|
* Unique identifier for a previous audio response from the model.
|
|
374
374
|
*/
|
|
@@ -377,14 +377,14 @@ export type DeploymentGetConfigMessagesAudio = {
|
|
|
377
377
|
/**
|
|
378
378
|
* The type of the tool. Currently, only `function` is supported.
|
|
379
379
|
*/
|
|
380
|
-
export declare const
|
|
380
|
+
export declare const MessagesType: {
|
|
381
381
|
readonly Function: "function";
|
|
382
382
|
};
|
|
383
383
|
/**
|
|
384
384
|
* The type of the tool. Currently, only `function` is supported.
|
|
385
385
|
*/
|
|
386
|
-
export type
|
|
387
|
-
export type
|
|
386
|
+
export type MessagesType = ClosedEnum<typeof MessagesType>;
|
|
387
|
+
export type MessagesFunction = {
|
|
388
388
|
/**
|
|
389
389
|
* The name of the function to call.
|
|
390
390
|
*/
|
|
@@ -394,7 +394,7 @@ export type DeploymentGetConfigMessagesFunction = {
|
|
|
394
394
|
*/
|
|
395
395
|
arguments?: string | undefined;
|
|
396
396
|
};
|
|
397
|
-
export type
|
|
397
|
+
export type MessagesToolCalls = {
|
|
398
398
|
/**
|
|
399
399
|
* The ID of the tool call.
|
|
400
400
|
*/
|
|
@@ -402,14 +402,14 @@ export type DeploymentGetConfigMessagesToolCalls = {
|
|
|
402
402
|
/**
|
|
403
403
|
* The type of the tool. Currently, only `function` is supported.
|
|
404
404
|
*/
|
|
405
|
-
type:
|
|
406
|
-
function:
|
|
405
|
+
type: MessagesType;
|
|
406
|
+
function: MessagesFunction;
|
|
407
407
|
/**
|
|
408
408
|
* Encrypted representation of the model internal reasoning state during function calling. Required by Gemini 3 models when continuing a conversation after a tool call.
|
|
409
409
|
*/
|
|
410
410
|
thoughtSignature?: string | undefined;
|
|
411
411
|
};
|
|
412
|
-
export type
|
|
412
|
+
export type MessagesAssistantMessage = {
|
|
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 DeploymentGetConfigMessagesAssistantMessage = {
|
|
|
431
431
|
/**
|
|
432
432
|
* Data about a previous audio response from the model.
|
|
433
433
|
*/
|
|
434
|
-
audio?:
|
|
434
|
+
audio?: MessagesAudio | null | undefined;
|
|
435
435
|
/**
|
|
436
436
|
* The tool calls generated by the model, such as function calls.
|
|
437
437
|
*/
|
|
438
|
-
toolCalls?: Array<
|
|
438
|
+
toolCalls?: Array<MessagesToolCalls> | undefined;
|
|
439
439
|
};
|
|
440
440
|
/**
|
|
441
441
|
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
@@ -457,7 +457,7 @@ export type DeploymentGetConfig2DeploymentsRequestRequestBodyType = ClosedEnum<t
|
|
|
457
457
|
*
|
|
458
458
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
459
459
|
*/
|
|
460
|
-
export declare const
|
|
460
|
+
export declare const TwoTtl: {
|
|
461
461
|
readonly Fivem: "5m";
|
|
462
462
|
readonly Oneh: "1h";
|
|
463
463
|
};
|
|
@@ -471,8 +471,8 @@ export declare const DeploymentGetConfig2DeploymentsTtl: {
|
|
|
471
471
|
*
|
|
472
472
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
473
473
|
*/
|
|
474
|
-
export type
|
|
475
|
-
export type
|
|
474
|
+
export type TwoTtl = ClosedEnum<typeof TwoTtl>;
|
|
475
|
+
export type TwoCacheControl = {
|
|
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 DeploymentGetConfig2DeploymentsCacheControl = {
|
|
|
487
487
|
*
|
|
488
488
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
489
489
|
*/
|
|
490
|
-
ttl?:
|
|
490
|
+
ttl?: TwoTtl | undefined;
|
|
491
491
|
};
|
|
492
|
-
export type
|
|
492
|
+
export type Two4 = {
|
|
493
493
|
/**
|
|
494
494
|
* The type of the content part. Always `file`.
|
|
495
495
|
*/
|
|
496
496
|
type: "file";
|
|
497
|
-
cacheControl?:
|
|
497
|
+
cacheControl?: TwoCacheControl | undefined;
|
|
498
498
|
/**
|
|
499
499
|
* File data for the content part. Must contain either file_data or uri, but not both.
|
|
500
500
|
*/
|
|
501
501
|
file: components.FileContentPartSchema;
|
|
502
502
|
};
|
|
503
|
-
export type
|
|
503
|
+
export type DeploymentGetConfigContentDeploymentsRequest2 = (components.TextContentPartSchema & {
|
|
504
504
|
type: "text";
|
|
505
|
-
}) | components.ImageContentPartSchema | components.AudioContentPartSchema |
|
|
505
|
+
}) | components.ImageContentPartSchema | components.AudioContentPartSchema | Two4;
|
|
506
506
|
/**
|
|
507
507
|
* The contents of the user message.
|
|
508
508
|
*/
|
|
509
|
-
export type
|
|
509
|
+
export type DeploymentGetConfigMessagesDeploymentsContent = string | Array<(components.TextContentPartSchema & {
|
|
510
510
|
type: "text";
|
|
511
|
-
}) | components.ImageContentPartSchema | components.AudioContentPartSchema |
|
|
512
|
-
export type
|
|
511
|
+
}) | components.ImageContentPartSchema | components.AudioContentPartSchema | Two4>;
|
|
512
|
+
export type MessagesUserMessage = {
|
|
513
513
|
/**
|
|
514
514
|
* The role of the messages author, in this case `user`.
|
|
515
515
|
*/
|
|
@@ -523,13 +523,13 @@ export type DeploymentGetConfigMessagesUserMessage = {
|
|
|
523
523
|
*/
|
|
524
524
|
content: string | Array<(components.TextContentPartSchema & {
|
|
525
525
|
type: "text";
|
|
526
|
-
}) | components.ImageContentPartSchema | components.AudioContentPartSchema |
|
|
526
|
+
}) | components.ImageContentPartSchema | components.AudioContentPartSchema | Two4>;
|
|
527
527
|
};
|
|
528
528
|
/**
|
|
529
529
|
* The contents of the developer message.
|
|
530
530
|
*/
|
|
531
|
-
export type
|
|
532
|
-
export type
|
|
531
|
+
export type DeploymentGetConfigMessagesContent = string | Array<components.TextContentPartSchema>;
|
|
532
|
+
export type MessagesDeveloperMessage = {
|
|
533
533
|
/**
|
|
534
534
|
* The role of the messages author, in this case `developer`.
|
|
535
535
|
*/
|
|
@@ -546,11 +546,11 @@ export type DeploymentGetConfigMessagesDeveloperMessage = {
|
|
|
546
546
|
/**
|
|
547
547
|
* The contents of the system message.
|
|
548
548
|
*/
|
|
549
|
-
export type
|
|
549
|
+
export type MessagesContent = string | Array<components.TextContentPartSchema>;
|
|
550
550
|
/**
|
|
551
551
|
* Developer-provided instructions that the model should follow, regardless of messages sent by the user.
|
|
552
552
|
*/
|
|
553
|
-
export type
|
|
553
|
+
export type MessagesSystemMessage = {
|
|
554
554
|
/**
|
|
555
555
|
* The role of the messages author, in this case `system`.
|
|
556
556
|
*/
|
|
@@ -564,11 +564,11 @@ export type DeploymentGetConfigMessagesSystemMessage = {
|
|
|
564
564
|
*/
|
|
565
565
|
name?: string | undefined;
|
|
566
566
|
};
|
|
567
|
-
export type DeploymentGetConfigMessages =
|
|
567
|
+
export type DeploymentGetConfigMessages = MessagesSystemMessage | MessagesDeveloperMessage | MessagesUserMessage | MessagesAssistantMessage | MessagesToolMessage;
|
|
568
568
|
/**
|
|
569
569
|
* Metadata about the document
|
|
570
570
|
*/
|
|
571
|
-
export type
|
|
571
|
+
export type Metadata = {
|
|
572
572
|
/**
|
|
573
573
|
* Name of the file the text is from.
|
|
574
574
|
*/
|
|
@@ -582,7 +582,7 @@ export type DeploymentGetConfigMetadata = {
|
|
|
582
582
|
*/
|
|
583
583
|
pageNumber?: number | undefined;
|
|
584
584
|
};
|
|
585
|
-
export type
|
|
585
|
+
export type Documents = {
|
|
586
586
|
/**
|
|
587
587
|
* The text content of the document
|
|
588
588
|
*/
|
|
@@ -590,9 +590,9 @@ export type DeploymentGetConfigDocuments = {
|
|
|
590
590
|
/**
|
|
591
591
|
* Metadata about the document
|
|
592
592
|
*/
|
|
593
|
-
metadata?:
|
|
593
|
+
metadata?: Metadata | undefined;
|
|
594
594
|
};
|
|
595
|
-
export type
|
|
595
|
+
export type InvokeOptions = {
|
|
596
596
|
/**
|
|
597
597
|
* Whether to include the retrieved knowledge chunks in the response.
|
|
598
598
|
*/
|
|
@@ -606,7 +606,7 @@ export type DeploymentGetConfigInvokeOptions = {
|
|
|
606
606
|
*/
|
|
607
607
|
mockResponse?: string | undefined;
|
|
608
608
|
};
|
|
609
|
-
export type
|
|
609
|
+
export type Thread = {
|
|
610
610
|
/**
|
|
611
611
|
* Unique thread identifier to group related invocations.
|
|
612
612
|
*/
|
|
@@ -619,201 +619,201 @@ export type DeploymentGetConfigThread = {
|
|
|
619
619
|
/**
|
|
620
620
|
* Exists
|
|
621
621
|
*/
|
|
622
|
-
export type
|
|
622
|
+
export type OrExists = {
|
|
623
623
|
exists: boolean;
|
|
624
624
|
};
|
|
625
|
-
export type
|
|
625
|
+
export type DeploymentGetConfigOrNin = string | number | boolean;
|
|
626
626
|
/**
|
|
627
627
|
* Not in
|
|
628
628
|
*/
|
|
629
|
-
export type
|
|
629
|
+
export type OrNin = {
|
|
630
630
|
nin: Array<string | number | boolean>;
|
|
631
631
|
};
|
|
632
|
-
export type
|
|
632
|
+
export type DeploymentGetConfigOrIn = string | number | boolean;
|
|
633
633
|
/**
|
|
634
634
|
* In
|
|
635
635
|
*/
|
|
636
|
-
export type
|
|
636
|
+
export type OrIn = {
|
|
637
637
|
in: Array<string | number | boolean>;
|
|
638
638
|
};
|
|
639
639
|
/**
|
|
640
640
|
* Less than or equal to
|
|
641
641
|
*/
|
|
642
|
-
export type
|
|
642
|
+
export type OrLte = {
|
|
643
643
|
lte: number;
|
|
644
644
|
};
|
|
645
645
|
/**
|
|
646
646
|
* Less than
|
|
647
647
|
*/
|
|
648
|
-
export type
|
|
648
|
+
export type OrLt = {
|
|
649
649
|
lt: number;
|
|
650
650
|
};
|
|
651
651
|
/**
|
|
652
652
|
* Greater than or equal to
|
|
653
653
|
*/
|
|
654
|
-
export type
|
|
654
|
+
export type OrGte = {
|
|
655
655
|
gte: number;
|
|
656
656
|
};
|
|
657
657
|
/**
|
|
658
658
|
* Greater than
|
|
659
659
|
*/
|
|
660
|
-
export type
|
|
660
|
+
export type OrGt = {
|
|
661
661
|
gt: number;
|
|
662
662
|
};
|
|
663
|
-
export type
|
|
663
|
+
export type DeploymentGetConfigOrNe = string | number | boolean;
|
|
664
664
|
/**
|
|
665
665
|
* Not equal to
|
|
666
666
|
*/
|
|
667
|
-
export type
|
|
667
|
+
export type OrNe = {
|
|
668
668
|
ne: string | number | boolean;
|
|
669
669
|
};
|
|
670
|
-
export type
|
|
670
|
+
export type DeploymentGetConfigOrEq = string | number | boolean;
|
|
671
671
|
/**
|
|
672
672
|
* Equal to
|
|
673
673
|
*/
|
|
674
|
-
export type
|
|
674
|
+
export type OrEq = {
|
|
675
675
|
eq: string | number | boolean;
|
|
676
676
|
};
|
|
677
|
-
export type
|
|
677
|
+
export type KnowledgeFilterOr = OrEq | OrNe | OrGt | OrGte | OrLt | OrLte | OrIn | OrNin | OrExists;
|
|
678
678
|
/**
|
|
679
679
|
* Or
|
|
680
680
|
*/
|
|
681
|
-
export type
|
|
681
|
+
export type Or = {
|
|
682
682
|
or: Array<{
|
|
683
|
-
[k: string]:
|
|
683
|
+
[k: string]: OrEq | OrNe | OrGt | OrGte | OrLt | OrLte | OrIn | OrNin | OrExists;
|
|
684
684
|
}>;
|
|
685
685
|
};
|
|
686
686
|
/**
|
|
687
687
|
* Exists
|
|
688
688
|
*/
|
|
689
|
-
export type
|
|
689
|
+
export type AndExists = {
|
|
690
690
|
exists: boolean;
|
|
691
691
|
};
|
|
692
|
-
export type
|
|
692
|
+
export type DeploymentGetConfigAndNin = string | number | boolean;
|
|
693
693
|
/**
|
|
694
694
|
* Not in
|
|
695
695
|
*/
|
|
696
|
-
export type
|
|
696
|
+
export type AndNin = {
|
|
697
697
|
nin: Array<string | number | boolean>;
|
|
698
698
|
};
|
|
699
|
-
export type
|
|
699
|
+
export type DeploymentGetConfigAndIn = string | number | boolean;
|
|
700
700
|
/**
|
|
701
701
|
* In
|
|
702
702
|
*/
|
|
703
|
-
export type
|
|
703
|
+
export type AndIn = {
|
|
704
704
|
in: Array<string | number | boolean>;
|
|
705
705
|
};
|
|
706
706
|
/**
|
|
707
707
|
* Less than or equal to
|
|
708
708
|
*/
|
|
709
|
-
export type
|
|
709
|
+
export type AndLte = {
|
|
710
710
|
lte: number;
|
|
711
711
|
};
|
|
712
712
|
/**
|
|
713
713
|
* Less than
|
|
714
714
|
*/
|
|
715
|
-
export type
|
|
715
|
+
export type AndLt = {
|
|
716
716
|
lt: number;
|
|
717
717
|
};
|
|
718
718
|
/**
|
|
719
719
|
* Greater than or equal to
|
|
720
720
|
*/
|
|
721
|
-
export type
|
|
721
|
+
export type AndGte = {
|
|
722
722
|
gte: number;
|
|
723
723
|
};
|
|
724
724
|
/**
|
|
725
725
|
* Greater than
|
|
726
726
|
*/
|
|
727
|
-
export type
|
|
727
|
+
export type AndGt = {
|
|
728
728
|
gt: number;
|
|
729
729
|
};
|
|
730
|
-
export type
|
|
730
|
+
export type DeploymentGetConfigAndNe = string | number | boolean;
|
|
731
731
|
/**
|
|
732
732
|
* Not equal to
|
|
733
733
|
*/
|
|
734
|
-
export type
|
|
734
|
+
export type AndNe = {
|
|
735
735
|
ne: string | number | boolean;
|
|
736
736
|
};
|
|
737
|
-
export type
|
|
737
|
+
export type DeploymentGetConfigAndEq = string | number | boolean;
|
|
738
738
|
/**
|
|
739
739
|
* Equal to
|
|
740
740
|
*/
|
|
741
|
-
export type
|
|
741
|
+
export type AndEq = {
|
|
742
742
|
eq: string | number | boolean;
|
|
743
743
|
};
|
|
744
|
-
export type
|
|
744
|
+
export type KnowledgeFilterAnd = AndEq | AndNe | AndGt | AndGte | AndLt | AndLte | AndIn | AndNin | AndExists;
|
|
745
745
|
/**
|
|
746
746
|
* And
|
|
747
747
|
*/
|
|
748
|
-
export type
|
|
748
|
+
export type And = {
|
|
749
749
|
and: Array<{
|
|
750
|
-
[k: string]:
|
|
750
|
+
[k: string]: AndEq | AndNe | AndGt | AndGte | AndLt | AndLte | AndIn | AndNin | AndExists;
|
|
751
751
|
}>;
|
|
752
752
|
};
|
|
753
753
|
/**
|
|
754
754
|
* Exists
|
|
755
755
|
*/
|
|
756
|
-
export type
|
|
756
|
+
export type Exists = {
|
|
757
757
|
exists: boolean;
|
|
758
758
|
};
|
|
759
|
-
export type
|
|
759
|
+
export type OneNin = string | number | boolean;
|
|
760
760
|
/**
|
|
761
761
|
* Not in
|
|
762
762
|
*/
|
|
763
|
-
export type
|
|
763
|
+
export type Nin = {
|
|
764
764
|
nin: Array<string | number | boolean>;
|
|
765
765
|
};
|
|
766
|
-
export type
|
|
766
|
+
export type OneIn = string | number | boolean;
|
|
767
767
|
/**
|
|
768
768
|
* In
|
|
769
769
|
*/
|
|
770
|
-
export type
|
|
770
|
+
export type In = {
|
|
771
771
|
in: Array<string | number | boolean>;
|
|
772
772
|
};
|
|
773
773
|
/**
|
|
774
774
|
* Less than or equal to
|
|
775
775
|
*/
|
|
776
|
-
export type
|
|
776
|
+
export type Lte = {
|
|
777
777
|
lte: number;
|
|
778
778
|
};
|
|
779
779
|
/**
|
|
780
780
|
* Less than
|
|
781
781
|
*/
|
|
782
|
-
export type
|
|
782
|
+
export type Lt = {
|
|
783
783
|
lt: number;
|
|
784
784
|
};
|
|
785
785
|
/**
|
|
786
786
|
* Greater than or equal to
|
|
787
787
|
*/
|
|
788
|
-
export type
|
|
788
|
+
export type Gte = {
|
|
789
789
|
gte: number;
|
|
790
790
|
};
|
|
791
791
|
/**
|
|
792
792
|
* Greater than
|
|
793
793
|
*/
|
|
794
|
-
export type
|
|
794
|
+
export type Gt = {
|
|
795
795
|
gt: number;
|
|
796
796
|
};
|
|
797
|
-
export type
|
|
797
|
+
export type OneNe = string | number | boolean;
|
|
798
798
|
/**
|
|
799
799
|
* Not equal to
|
|
800
800
|
*/
|
|
801
|
-
export type
|
|
801
|
+
export type Ne = {
|
|
802
802
|
ne: string | number | boolean;
|
|
803
803
|
};
|
|
804
|
-
export type
|
|
804
|
+
export type OneEq = string | number | boolean;
|
|
805
805
|
/**
|
|
806
806
|
* Equal to
|
|
807
807
|
*/
|
|
808
|
-
export type
|
|
808
|
+
export type Eq = {
|
|
809
809
|
eq: string | number | boolean;
|
|
810
810
|
};
|
|
811
|
-
export type
|
|
811
|
+
export type KnowledgeFilter1 = Eq | Ne | Gt | Gte | Lt | Lte | In | Nin | Exists;
|
|
812
812
|
/**
|
|
813
813
|
* A filter to apply to the knowledge base chunk metadata when using knowledge bases in the deployment.
|
|
814
814
|
*/
|
|
815
|
-
export type
|
|
816
|
-
[k: string]:
|
|
815
|
+
export type KnowledgeFilter = And | Or | {
|
|
816
|
+
[k: string]: Eq | Ne | Gt | Gte | Lt | Lte | In | Nin | Exists;
|
|
817
817
|
};
|
|
818
818
|
export type DeploymentGetConfigRequestBody = {
|
|
819
819
|
/**
|
|
@@ -835,11 +835,11 @@ export type DeploymentGetConfigRequestBody = {
|
|
|
835
835
|
/**
|
|
836
836
|
* A list of messages to include after the `System` message, but before the `User` and `Assistant` pairs configured in your deployment.
|
|
837
837
|
*/
|
|
838
|
-
prefixMessages?: Array<
|
|
838
|
+
prefixMessages?: Array<SystemMessage | DeveloperMessage | UserMessage | AssistantMessage | ToolMessage> | undefined;
|
|
839
839
|
/**
|
|
840
840
|
* A list of messages to send to the deployment.
|
|
841
841
|
*/
|
|
842
|
-
messages?: Array<
|
|
842
|
+
messages?: Array<MessagesSystemMessage | MessagesDeveloperMessage | MessagesUserMessage | MessagesAssistantMessage | MessagesToolMessage> | undefined;
|
|
843
843
|
/**
|
|
844
844
|
* Information about the identity making the request. If the identity does not exist, it will be created automatically.
|
|
845
845
|
*/
|
|
@@ -863,14 +863,14 @@ export type DeploymentGetConfigRequestBody = {
|
|
|
863
863
|
/**
|
|
864
864
|
* A list of documents from your external knowledge base (e.g., chunks retrieved from your own vector database or RAG pipeline) that provide context for the model response. These documents can be used by evaluators and guardrails to assess the relevance and accuracy of the model output against the provided context.
|
|
865
865
|
*/
|
|
866
|
-
documents?: Array<
|
|
867
|
-
invokeOptions?:
|
|
868
|
-
thread?:
|
|
866
|
+
documents?: Array<Documents> | undefined;
|
|
867
|
+
invokeOptions?: InvokeOptions | undefined;
|
|
868
|
+
thread?: Thread | undefined;
|
|
869
869
|
/**
|
|
870
870
|
* A filter to apply to the knowledge base chunk metadata when using knowledge bases in the deployment.
|
|
871
871
|
*/
|
|
872
|
-
knowledgeFilter?:
|
|
873
|
-
[k: string]:
|
|
872
|
+
knowledgeFilter?: And | Or | {
|
|
873
|
+
[k: string]: Eq | Ne | Gt | Gte | Lt | Lte | In | Nin | Exists;
|
|
874
874
|
} | undefined;
|
|
875
875
|
};
|
|
876
876
|
/**
|
|
@@ -1356,660 +1356,660 @@ export type DeploymentGetConfigResponseBody = {
|
|
|
1356
1356
|
tools?: Array<DeploymentGetConfigTools> | undefined;
|
|
1357
1357
|
};
|
|
1358
1358
|
/** @internal */
|
|
1359
|
-
export type
|
|
1359
|
+
export type DeploymentGetConfigContentDeployments2$Outbound = components.TextContentPartSchema$Outbound;
|
|
1360
1360
|
/** @internal */
|
|
1361
|
-
export declare const
|
|
1362
|
-
export declare function
|
|
1361
|
+
export declare const DeploymentGetConfigContentDeployments2$outboundSchema: z.ZodType<DeploymentGetConfigContentDeployments2$Outbound, z.ZodTypeDef, DeploymentGetConfigContentDeployments2>;
|
|
1362
|
+
export declare function deploymentGetConfigContentDeployments2ToJSON(deploymentGetConfigContentDeployments2: DeploymentGetConfigContentDeployments2): string;
|
|
1363
1363
|
/** @internal */
|
|
1364
|
-
export type
|
|
1364
|
+
export type DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
|
|
1365
1365
|
/** @internal */
|
|
1366
|
-
export declare const
|
|
1367
|
-
export declare function
|
|
1366
|
+
export declare const DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent$outboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent$Outbound, z.ZodTypeDef, DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent>;
|
|
1367
|
+
export declare function deploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContentToJSON(deploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent: DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent): string;
|
|
1368
1368
|
/** @internal */
|
|
1369
|
-
export declare const
|
|
1369
|
+
export declare const DeploymentGetConfigPrefixMessagesType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigPrefixMessagesType>;
|
|
1370
1370
|
/** @internal */
|
|
1371
|
-
export declare const
|
|
1371
|
+
export declare const PrefixMessagesTtl$outboundSchema: z.ZodNativeEnum<typeof PrefixMessagesTtl>;
|
|
1372
1372
|
/** @internal */
|
|
1373
|
-
export type
|
|
1373
|
+
export type PrefixMessagesCacheControl$Outbound = {
|
|
1374
1374
|
type: string;
|
|
1375
1375
|
ttl: string;
|
|
1376
1376
|
};
|
|
1377
1377
|
/** @internal */
|
|
1378
|
-
export declare const
|
|
1379
|
-
export declare function
|
|
1378
|
+
export declare const PrefixMessagesCacheControl$outboundSchema: z.ZodType<PrefixMessagesCacheControl$Outbound, z.ZodTypeDef, PrefixMessagesCacheControl>;
|
|
1379
|
+
export declare function prefixMessagesCacheControlToJSON(prefixMessagesCacheControl: PrefixMessagesCacheControl): string;
|
|
1380
1380
|
/** @internal */
|
|
1381
|
-
export type
|
|
1381
|
+
export type ToolMessage$Outbound = {
|
|
1382
1382
|
role: "tool";
|
|
1383
1383
|
content: string | Array<components.TextContentPartSchema$Outbound>;
|
|
1384
1384
|
tool_call_id: string | null;
|
|
1385
|
-
cache_control?:
|
|
1385
|
+
cache_control?: PrefixMessagesCacheControl$Outbound | undefined;
|
|
1386
1386
|
};
|
|
1387
1387
|
/** @internal */
|
|
1388
|
-
export declare const
|
|
1389
|
-
export declare function
|
|
1388
|
+
export declare const ToolMessage$outboundSchema: z.ZodType<ToolMessage$Outbound, z.ZodTypeDef, ToolMessage>;
|
|
1389
|
+
export declare function toolMessageToJSON(toolMessage: ToolMessage): string;
|
|
1390
1390
|
/** @internal */
|
|
1391
|
-
export type
|
|
1391
|
+
export type DeploymentGetConfigContent2$Outbound = (components.TextContentPartSchema$Outbound & {
|
|
1392
1392
|
type: "text";
|
|
1393
1393
|
}) | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound;
|
|
1394
1394
|
/** @internal */
|
|
1395
|
-
export declare const
|
|
1396
|
-
export declare function
|
|
1395
|
+
export declare const DeploymentGetConfigContent2$outboundSchema: z.ZodType<DeploymentGetConfigContent2$Outbound, z.ZodTypeDef, DeploymentGetConfigContent2>;
|
|
1396
|
+
export declare function deploymentGetConfigContent2ToJSON(deploymentGetConfigContent2: DeploymentGetConfigContent2): string;
|
|
1397
1397
|
/** @internal */
|
|
1398
|
-
export type
|
|
1398
|
+
export type DeploymentGetConfigPrefixMessagesDeploymentsRequestContent$Outbound = string | Array<(components.TextContentPartSchema$Outbound & {
|
|
1399
1399
|
type: "text";
|
|
1400
1400
|
}) | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound>;
|
|
1401
1401
|
/** @internal */
|
|
1402
|
-
export declare const
|
|
1403
|
-
export declare function
|
|
1402
|
+
export declare const DeploymentGetConfigPrefixMessagesDeploymentsRequestContent$outboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesDeploymentsRequestContent$Outbound, z.ZodTypeDef, DeploymentGetConfigPrefixMessagesDeploymentsRequestContent>;
|
|
1403
|
+
export declare function deploymentGetConfigPrefixMessagesDeploymentsRequestContentToJSON(deploymentGetConfigPrefixMessagesDeploymentsRequestContent: DeploymentGetConfigPrefixMessagesDeploymentsRequestContent): string;
|
|
1404
1404
|
/** @internal */
|
|
1405
|
-
export type
|
|
1405
|
+
export type Audio$Outbound = {
|
|
1406
1406
|
id: string;
|
|
1407
1407
|
};
|
|
1408
1408
|
/** @internal */
|
|
1409
|
-
export declare const
|
|
1410
|
-
export declare function
|
|
1409
|
+
export declare const Audio$outboundSchema: z.ZodType<Audio$Outbound, z.ZodTypeDef, Audio>;
|
|
1410
|
+
export declare function audioToJSON(audio: Audio): string;
|
|
1411
1411
|
/** @internal */
|
|
1412
|
-
export declare const
|
|
1412
|
+
export declare const PrefixMessagesType$outboundSchema: z.ZodNativeEnum<typeof PrefixMessagesType>;
|
|
1413
1413
|
/** @internal */
|
|
1414
|
-
export type
|
|
1414
|
+
export type PrefixMessagesFunction$Outbound = {
|
|
1415
1415
|
name?: string | undefined;
|
|
1416
1416
|
arguments?: string | undefined;
|
|
1417
1417
|
};
|
|
1418
1418
|
/** @internal */
|
|
1419
|
-
export declare const
|
|
1420
|
-
export declare function
|
|
1419
|
+
export declare const PrefixMessagesFunction$outboundSchema: z.ZodType<PrefixMessagesFunction$Outbound, z.ZodTypeDef, PrefixMessagesFunction>;
|
|
1420
|
+
export declare function prefixMessagesFunctionToJSON(prefixMessagesFunction: PrefixMessagesFunction): string;
|
|
1421
1421
|
/** @internal */
|
|
1422
|
-
export type
|
|
1422
|
+
export type PrefixMessagesToolCalls$Outbound = {
|
|
1423
1423
|
id: string;
|
|
1424
1424
|
type: string;
|
|
1425
|
-
function:
|
|
1425
|
+
function: PrefixMessagesFunction$Outbound;
|
|
1426
1426
|
thought_signature?: string | undefined;
|
|
1427
1427
|
};
|
|
1428
1428
|
/** @internal */
|
|
1429
|
-
export declare const
|
|
1430
|
-
export declare function
|
|
1429
|
+
export declare const PrefixMessagesToolCalls$outboundSchema: z.ZodType<PrefixMessagesToolCalls$Outbound, z.ZodTypeDef, PrefixMessagesToolCalls>;
|
|
1430
|
+
export declare function prefixMessagesToolCallsToJSON(prefixMessagesToolCalls: PrefixMessagesToolCalls): string;
|
|
1431
1431
|
/** @internal */
|
|
1432
|
-
export type
|
|
1432
|
+
export type AssistantMessage$Outbound = {
|
|
1433
1433
|
content?: string | Array<(components.TextContentPartSchema$Outbound & {
|
|
1434
1434
|
type: "text";
|
|
1435
1435
|
}) | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound> | null | undefined;
|
|
1436
1436
|
refusal?: string | null | undefined;
|
|
1437
1437
|
role: "assistant";
|
|
1438
1438
|
name?: string | undefined;
|
|
1439
|
-
audio?:
|
|
1440
|
-
tool_calls?: Array<
|
|
1439
|
+
audio?: Audio$Outbound | null | undefined;
|
|
1440
|
+
tool_calls?: Array<PrefixMessagesToolCalls$Outbound> | undefined;
|
|
1441
1441
|
};
|
|
1442
1442
|
/** @internal */
|
|
1443
|
-
export declare const
|
|
1444
|
-
export declare function
|
|
1443
|
+
export declare const AssistantMessage$outboundSchema: z.ZodType<AssistantMessage$Outbound, z.ZodTypeDef, AssistantMessage>;
|
|
1444
|
+
export declare function assistantMessageToJSON(assistantMessage: AssistantMessage): string;
|
|
1445
1445
|
/** @internal */
|
|
1446
1446
|
export declare const DeploymentGetConfig2DeploymentsType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsType>;
|
|
1447
1447
|
/** @internal */
|
|
1448
|
-
export declare const
|
|
1448
|
+
export declare const Ttl$outboundSchema: z.ZodNativeEnum<typeof Ttl>;
|
|
1449
1449
|
/** @internal */
|
|
1450
|
-
export type
|
|
1450
|
+
export type CacheControl$Outbound = {
|
|
1451
1451
|
type: string;
|
|
1452
1452
|
ttl: string;
|
|
1453
1453
|
};
|
|
1454
1454
|
/** @internal */
|
|
1455
|
-
export declare const
|
|
1456
|
-
export declare function
|
|
1455
|
+
export declare const CacheControl$outboundSchema: z.ZodType<CacheControl$Outbound, z.ZodTypeDef, CacheControl>;
|
|
1456
|
+
export declare function cacheControlToJSON(cacheControl: CacheControl): string;
|
|
1457
1457
|
/** @internal */
|
|
1458
|
-
export type
|
|
1458
|
+
export type Four$Outbound = {
|
|
1459
1459
|
type: "file";
|
|
1460
|
-
cache_control?:
|
|
1460
|
+
cache_control?: CacheControl$Outbound | undefined;
|
|
1461
1461
|
file: components.FileContentPartSchema$Outbound;
|
|
1462
1462
|
};
|
|
1463
1463
|
/** @internal */
|
|
1464
|
-
export declare const
|
|
1465
|
-
export declare function
|
|
1464
|
+
export declare const Four$outboundSchema: z.ZodType<Four$Outbound, z.ZodTypeDef, Four>;
|
|
1465
|
+
export declare function fourToJSON(four: Four): string;
|
|
1466
1466
|
/** @internal */
|
|
1467
|
-
export type
|
|
1467
|
+
export type Content2$Outbound = (components.TextContentPartSchema$Outbound & {
|
|
1468
1468
|
type: "text";
|
|
1469
|
-
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound |
|
|
1469
|
+
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | Four$Outbound;
|
|
1470
1470
|
/** @internal */
|
|
1471
|
-
export declare const
|
|
1472
|
-
export declare function
|
|
1471
|
+
export declare const Content2$outboundSchema: z.ZodType<Content2$Outbound, z.ZodTypeDef, Content2>;
|
|
1472
|
+
export declare function content2ToJSON(content2: Content2): string;
|
|
1473
1473
|
/** @internal */
|
|
1474
|
-
export type
|
|
1474
|
+
export type DeploymentGetConfigPrefixMessagesDeploymentsContent$Outbound = string | Array<(components.TextContentPartSchema$Outbound & {
|
|
1475
1475
|
type: "text";
|
|
1476
|
-
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound |
|
|
1476
|
+
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | Four$Outbound>;
|
|
1477
1477
|
/** @internal */
|
|
1478
|
-
export declare const
|
|
1479
|
-
export declare function
|
|
1478
|
+
export declare const DeploymentGetConfigPrefixMessagesDeploymentsContent$outboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesDeploymentsContent$Outbound, z.ZodTypeDef, DeploymentGetConfigPrefixMessagesDeploymentsContent>;
|
|
1479
|
+
export declare function deploymentGetConfigPrefixMessagesDeploymentsContentToJSON(deploymentGetConfigPrefixMessagesDeploymentsContent: DeploymentGetConfigPrefixMessagesDeploymentsContent): string;
|
|
1480
1480
|
/** @internal */
|
|
1481
|
-
export type
|
|
1481
|
+
export type UserMessage$Outbound = {
|
|
1482
1482
|
role: "user";
|
|
1483
1483
|
name?: string | undefined;
|
|
1484
1484
|
content: string | Array<(components.TextContentPartSchema$Outbound & {
|
|
1485
1485
|
type: "text";
|
|
1486
|
-
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound |
|
|
1486
|
+
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | Four$Outbound>;
|
|
1487
1487
|
};
|
|
1488
1488
|
/** @internal */
|
|
1489
|
-
export declare const
|
|
1490
|
-
export declare function
|
|
1489
|
+
export declare const UserMessage$outboundSchema: z.ZodType<UserMessage$Outbound, z.ZodTypeDef, UserMessage>;
|
|
1490
|
+
export declare function userMessageToJSON(userMessage: UserMessage): string;
|
|
1491
1491
|
/** @internal */
|
|
1492
|
-
export type
|
|
1492
|
+
export type DeploymentGetConfigPrefixMessagesContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
|
|
1493
1493
|
/** @internal */
|
|
1494
|
-
export declare const
|
|
1495
|
-
export declare function
|
|
1494
|
+
export declare const DeploymentGetConfigPrefixMessagesContent$outboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesContent$Outbound, z.ZodTypeDef, DeploymentGetConfigPrefixMessagesContent>;
|
|
1495
|
+
export declare function deploymentGetConfigPrefixMessagesContentToJSON(deploymentGetConfigPrefixMessagesContent: DeploymentGetConfigPrefixMessagesContent): string;
|
|
1496
1496
|
/** @internal */
|
|
1497
|
-
export type
|
|
1497
|
+
export type DeveloperMessage$Outbound = {
|
|
1498
1498
|
role: "developer";
|
|
1499
1499
|
content: string | Array<components.TextContentPartSchema$Outbound>;
|
|
1500
1500
|
name?: string | undefined;
|
|
1501
1501
|
};
|
|
1502
1502
|
/** @internal */
|
|
1503
|
-
export declare const
|
|
1504
|
-
export declare function
|
|
1503
|
+
export declare const DeveloperMessage$outboundSchema: z.ZodType<DeveloperMessage$Outbound, z.ZodTypeDef, DeveloperMessage>;
|
|
1504
|
+
export declare function developerMessageToJSON(developerMessage: DeveloperMessage): string;
|
|
1505
1505
|
/** @internal */
|
|
1506
|
-
export type
|
|
1506
|
+
export type PrefixMessagesContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
|
|
1507
1507
|
/** @internal */
|
|
1508
|
-
export declare const
|
|
1509
|
-
export declare function
|
|
1508
|
+
export declare const PrefixMessagesContent$outboundSchema: z.ZodType<PrefixMessagesContent$Outbound, z.ZodTypeDef, PrefixMessagesContent>;
|
|
1509
|
+
export declare function prefixMessagesContentToJSON(prefixMessagesContent: PrefixMessagesContent): string;
|
|
1510
1510
|
/** @internal */
|
|
1511
|
-
export type
|
|
1511
|
+
export type SystemMessage$Outbound = {
|
|
1512
1512
|
role: "system";
|
|
1513
1513
|
content: string | Array<components.TextContentPartSchema$Outbound>;
|
|
1514
1514
|
name?: string | undefined;
|
|
1515
1515
|
};
|
|
1516
1516
|
/** @internal */
|
|
1517
|
-
export declare const
|
|
1518
|
-
export declare function
|
|
1517
|
+
export declare const SystemMessage$outboundSchema: z.ZodType<SystemMessage$Outbound, z.ZodTypeDef, SystemMessage>;
|
|
1518
|
+
export declare function systemMessageToJSON(systemMessage: SystemMessage): string;
|
|
1519
1519
|
/** @internal */
|
|
1520
|
-
export type
|
|
1520
|
+
export type PrefixMessages$Outbound = SystemMessage$Outbound | DeveloperMessage$Outbound | UserMessage$Outbound | AssistantMessage$Outbound | ToolMessage$Outbound;
|
|
1521
1521
|
/** @internal */
|
|
1522
|
-
export declare const
|
|
1523
|
-
export declare function
|
|
1522
|
+
export declare const PrefixMessages$outboundSchema: z.ZodType<PrefixMessages$Outbound, z.ZodTypeDef, PrefixMessages>;
|
|
1523
|
+
export declare function prefixMessagesToJSON(prefixMessages: PrefixMessages): string;
|
|
1524
1524
|
/** @internal */
|
|
1525
|
-
export type
|
|
1525
|
+
export type DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2$Outbound = components.TextContentPartSchema$Outbound;
|
|
1526
1526
|
/** @internal */
|
|
1527
|
-
export declare const
|
|
1528
|
-
export declare function
|
|
1527
|
+
export declare const DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2$outboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2$Outbound, z.ZodTypeDef, DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2>;
|
|
1528
|
+
export declare function deploymentGetConfigContentDeploymentsRequestRequestBodyMessages2ToJSON(deploymentGetConfigContentDeploymentsRequestRequestBodyMessages2: DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2): string;
|
|
1529
1529
|
/** @internal */
|
|
1530
|
-
export type
|
|
1530
|
+
export type DeploymentGetConfigMessagesDeploymentsRequestRequestBodyContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
|
|
1531
1531
|
/** @internal */
|
|
1532
|
-
export declare const
|
|
1533
|
-
export declare function
|
|
1532
|
+
export declare const DeploymentGetConfigMessagesDeploymentsRequestRequestBodyContent$outboundSchema: z.ZodType<DeploymentGetConfigMessagesDeploymentsRequestRequestBodyContent$Outbound, z.ZodTypeDef, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyContent>;
|
|
1533
|
+
export declare function deploymentGetConfigMessagesDeploymentsRequestRequestBodyContentToJSON(deploymentGetConfigMessagesDeploymentsRequestRequestBodyContent: DeploymentGetConfigMessagesDeploymentsRequestRequestBodyContent): string;
|
|
1534
1534
|
/** @internal */
|
|
1535
|
-
export declare const
|
|
1535
|
+
export declare const DeploymentGetConfigMessagesType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigMessagesType>;
|
|
1536
1536
|
/** @internal */
|
|
1537
|
-
export declare const
|
|
1537
|
+
export declare const MessagesTtl$outboundSchema: z.ZodNativeEnum<typeof MessagesTtl>;
|
|
1538
1538
|
/** @internal */
|
|
1539
|
-
export type
|
|
1539
|
+
export type MessagesCacheControl$Outbound = {
|
|
1540
1540
|
type: string;
|
|
1541
1541
|
ttl: string;
|
|
1542
1542
|
};
|
|
1543
1543
|
/** @internal */
|
|
1544
|
-
export declare const
|
|
1545
|
-
export declare function
|
|
1544
|
+
export declare const MessagesCacheControl$outboundSchema: z.ZodType<MessagesCacheControl$Outbound, z.ZodTypeDef, MessagesCacheControl>;
|
|
1545
|
+
export declare function messagesCacheControlToJSON(messagesCacheControl: MessagesCacheControl): string;
|
|
1546
1546
|
/** @internal */
|
|
1547
|
-
export type
|
|
1547
|
+
export type MessagesToolMessage$Outbound = {
|
|
1548
1548
|
role: "tool";
|
|
1549
1549
|
content: string | Array<components.TextContentPartSchema$Outbound>;
|
|
1550
1550
|
tool_call_id: string | null;
|
|
1551
|
-
cache_control?:
|
|
1551
|
+
cache_control?: MessagesCacheControl$Outbound | undefined;
|
|
1552
1552
|
};
|
|
1553
1553
|
/** @internal */
|
|
1554
|
-
export declare const
|
|
1555
|
-
export declare function
|
|
1554
|
+
export declare const MessagesToolMessage$outboundSchema: z.ZodType<MessagesToolMessage$Outbound, z.ZodTypeDef, MessagesToolMessage>;
|
|
1555
|
+
export declare function messagesToolMessageToJSON(messagesToolMessage: MessagesToolMessage): string;
|
|
1556
1556
|
/** @internal */
|
|
1557
|
-
export type
|
|
1557
|
+
export type DeploymentGetConfigContentDeploymentsRequestRequestBody2$Outbound = (components.TextContentPartSchema$Outbound & {
|
|
1558
1558
|
type: "text";
|
|
1559
1559
|
}) | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound;
|
|
1560
1560
|
/** @internal */
|
|
1561
|
-
export declare const
|
|
1562
|
-
export declare function
|
|
1561
|
+
export declare const DeploymentGetConfigContentDeploymentsRequestRequestBody2$outboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsRequestRequestBody2$Outbound, z.ZodTypeDef, DeploymentGetConfigContentDeploymentsRequestRequestBody2>;
|
|
1562
|
+
export declare function deploymentGetConfigContentDeploymentsRequestRequestBody2ToJSON(deploymentGetConfigContentDeploymentsRequestRequestBody2: DeploymentGetConfigContentDeploymentsRequestRequestBody2): string;
|
|
1563
1563
|
/** @internal */
|
|
1564
|
-
export type
|
|
1564
|
+
export type DeploymentGetConfigMessagesDeploymentsRequestContent$Outbound = string | Array<(components.TextContentPartSchema$Outbound & {
|
|
1565
1565
|
type: "text";
|
|
1566
1566
|
}) | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound>;
|
|
1567
1567
|
/** @internal */
|
|
1568
|
-
export declare const
|
|
1569
|
-
export declare function
|
|
1568
|
+
export declare const DeploymentGetConfigMessagesDeploymentsRequestContent$outboundSchema: z.ZodType<DeploymentGetConfigMessagesDeploymentsRequestContent$Outbound, z.ZodTypeDef, DeploymentGetConfigMessagesDeploymentsRequestContent>;
|
|
1569
|
+
export declare function deploymentGetConfigMessagesDeploymentsRequestContentToJSON(deploymentGetConfigMessagesDeploymentsRequestContent: DeploymentGetConfigMessagesDeploymentsRequestContent): string;
|
|
1570
1570
|
/** @internal */
|
|
1571
|
-
export type
|
|
1571
|
+
export type MessagesAudio$Outbound = {
|
|
1572
1572
|
id: string;
|
|
1573
1573
|
};
|
|
1574
1574
|
/** @internal */
|
|
1575
|
-
export declare const
|
|
1576
|
-
export declare function
|
|
1575
|
+
export declare const MessagesAudio$outboundSchema: z.ZodType<MessagesAudio$Outbound, z.ZodTypeDef, MessagesAudio>;
|
|
1576
|
+
export declare function messagesAudioToJSON(messagesAudio: MessagesAudio): string;
|
|
1577
1577
|
/** @internal */
|
|
1578
|
-
export declare const
|
|
1578
|
+
export declare const MessagesType$outboundSchema: z.ZodNativeEnum<typeof MessagesType>;
|
|
1579
1579
|
/** @internal */
|
|
1580
|
-
export type
|
|
1580
|
+
export type MessagesFunction$Outbound = {
|
|
1581
1581
|
name?: string | undefined;
|
|
1582
1582
|
arguments?: string | undefined;
|
|
1583
1583
|
};
|
|
1584
1584
|
/** @internal */
|
|
1585
|
-
export declare const
|
|
1586
|
-
export declare function
|
|
1585
|
+
export declare const MessagesFunction$outboundSchema: z.ZodType<MessagesFunction$Outbound, z.ZodTypeDef, MessagesFunction>;
|
|
1586
|
+
export declare function messagesFunctionToJSON(messagesFunction: MessagesFunction): string;
|
|
1587
1587
|
/** @internal */
|
|
1588
|
-
export type
|
|
1588
|
+
export type MessagesToolCalls$Outbound = {
|
|
1589
1589
|
id: string;
|
|
1590
1590
|
type: string;
|
|
1591
|
-
function:
|
|
1591
|
+
function: MessagesFunction$Outbound;
|
|
1592
1592
|
thought_signature?: string | undefined;
|
|
1593
1593
|
};
|
|
1594
1594
|
/** @internal */
|
|
1595
|
-
export declare const
|
|
1596
|
-
export declare function
|
|
1595
|
+
export declare const MessagesToolCalls$outboundSchema: z.ZodType<MessagesToolCalls$Outbound, z.ZodTypeDef, MessagesToolCalls>;
|
|
1596
|
+
export declare function messagesToolCallsToJSON(messagesToolCalls: MessagesToolCalls): string;
|
|
1597
1597
|
/** @internal */
|
|
1598
|
-
export type
|
|
1598
|
+
export type MessagesAssistantMessage$Outbound = {
|
|
1599
1599
|
content?: string | Array<(components.TextContentPartSchema$Outbound & {
|
|
1600
1600
|
type: "text";
|
|
1601
1601
|
}) | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound> | null | undefined;
|
|
1602
1602
|
refusal?: string | null | undefined;
|
|
1603
1603
|
role: "assistant";
|
|
1604
1604
|
name?: string | undefined;
|
|
1605
|
-
audio?:
|
|
1606
|
-
tool_calls?: Array<
|
|
1605
|
+
audio?: MessagesAudio$Outbound | null | undefined;
|
|
1606
|
+
tool_calls?: Array<MessagesToolCalls$Outbound> | undefined;
|
|
1607
1607
|
};
|
|
1608
1608
|
/** @internal */
|
|
1609
|
-
export declare const
|
|
1610
|
-
export declare function
|
|
1609
|
+
export declare const MessagesAssistantMessage$outboundSchema: z.ZodType<MessagesAssistantMessage$Outbound, z.ZodTypeDef, MessagesAssistantMessage>;
|
|
1610
|
+
export declare function messagesAssistantMessageToJSON(messagesAssistantMessage: MessagesAssistantMessage): string;
|
|
1611
1611
|
/** @internal */
|
|
1612
1612
|
export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyType>;
|
|
1613
1613
|
/** @internal */
|
|
1614
|
-
export declare const
|
|
1614
|
+
export declare const TwoTtl$outboundSchema: z.ZodNativeEnum<typeof TwoTtl>;
|
|
1615
1615
|
/** @internal */
|
|
1616
|
-
export type
|
|
1616
|
+
export type TwoCacheControl$Outbound = {
|
|
1617
1617
|
type: string;
|
|
1618
1618
|
ttl: string;
|
|
1619
1619
|
};
|
|
1620
1620
|
/** @internal */
|
|
1621
|
-
export declare const
|
|
1622
|
-
export declare function
|
|
1621
|
+
export declare const TwoCacheControl$outboundSchema: z.ZodType<TwoCacheControl$Outbound, z.ZodTypeDef, TwoCacheControl>;
|
|
1622
|
+
export declare function twoCacheControlToJSON(twoCacheControl: TwoCacheControl): string;
|
|
1623
1623
|
/** @internal */
|
|
1624
|
-
export type
|
|
1624
|
+
export type Two4$Outbound = {
|
|
1625
1625
|
type: "file";
|
|
1626
|
-
cache_control?:
|
|
1626
|
+
cache_control?: TwoCacheControl$Outbound | undefined;
|
|
1627
1627
|
file: components.FileContentPartSchema$Outbound;
|
|
1628
1628
|
};
|
|
1629
1629
|
/** @internal */
|
|
1630
|
-
export declare const
|
|
1631
|
-
export declare function
|
|
1630
|
+
export declare const Two4$outboundSchema: z.ZodType<Two4$Outbound, z.ZodTypeDef, Two4>;
|
|
1631
|
+
export declare function two4ToJSON(two4: Two4): string;
|
|
1632
1632
|
/** @internal */
|
|
1633
|
-
export type
|
|
1633
|
+
export type DeploymentGetConfigContentDeploymentsRequest2$Outbound = (components.TextContentPartSchema$Outbound & {
|
|
1634
1634
|
type: "text";
|
|
1635
|
-
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound |
|
|
1635
|
+
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | Two4$Outbound;
|
|
1636
1636
|
/** @internal */
|
|
1637
|
-
export declare const
|
|
1638
|
-
export declare function
|
|
1637
|
+
export declare const DeploymentGetConfigContentDeploymentsRequest2$outboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsRequest2$Outbound, z.ZodTypeDef, DeploymentGetConfigContentDeploymentsRequest2>;
|
|
1638
|
+
export declare function deploymentGetConfigContentDeploymentsRequest2ToJSON(deploymentGetConfigContentDeploymentsRequest2: DeploymentGetConfigContentDeploymentsRequest2): string;
|
|
1639
1639
|
/** @internal */
|
|
1640
|
-
export type
|
|
1640
|
+
export type DeploymentGetConfigMessagesDeploymentsContent$Outbound = string | Array<(components.TextContentPartSchema$Outbound & {
|
|
1641
1641
|
type: "text";
|
|
1642
|
-
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound |
|
|
1642
|
+
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | Two4$Outbound>;
|
|
1643
1643
|
/** @internal */
|
|
1644
|
-
export declare const
|
|
1645
|
-
export declare function
|
|
1644
|
+
export declare const DeploymentGetConfigMessagesDeploymentsContent$outboundSchema: z.ZodType<DeploymentGetConfigMessagesDeploymentsContent$Outbound, z.ZodTypeDef, DeploymentGetConfigMessagesDeploymentsContent>;
|
|
1645
|
+
export declare function deploymentGetConfigMessagesDeploymentsContentToJSON(deploymentGetConfigMessagesDeploymentsContent: DeploymentGetConfigMessagesDeploymentsContent): string;
|
|
1646
1646
|
/** @internal */
|
|
1647
|
-
export type
|
|
1647
|
+
export type MessagesUserMessage$Outbound = {
|
|
1648
1648
|
role: "user";
|
|
1649
1649
|
name?: string | undefined;
|
|
1650
1650
|
content: string | Array<(components.TextContentPartSchema$Outbound & {
|
|
1651
1651
|
type: "text";
|
|
1652
|
-
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound |
|
|
1652
|
+
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | Two4$Outbound>;
|
|
1653
1653
|
};
|
|
1654
1654
|
/** @internal */
|
|
1655
|
-
export declare const
|
|
1656
|
-
export declare function
|
|
1655
|
+
export declare const MessagesUserMessage$outboundSchema: z.ZodType<MessagesUserMessage$Outbound, z.ZodTypeDef, MessagesUserMessage>;
|
|
1656
|
+
export declare function messagesUserMessageToJSON(messagesUserMessage: MessagesUserMessage): string;
|
|
1657
1657
|
/** @internal */
|
|
1658
|
-
export type
|
|
1658
|
+
export type DeploymentGetConfigMessagesContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
|
|
1659
1659
|
/** @internal */
|
|
1660
|
-
export declare const
|
|
1661
|
-
export declare function
|
|
1660
|
+
export declare const DeploymentGetConfigMessagesContent$outboundSchema: z.ZodType<DeploymentGetConfigMessagesContent$Outbound, z.ZodTypeDef, DeploymentGetConfigMessagesContent>;
|
|
1661
|
+
export declare function deploymentGetConfigMessagesContentToJSON(deploymentGetConfigMessagesContent: DeploymentGetConfigMessagesContent): string;
|
|
1662
1662
|
/** @internal */
|
|
1663
|
-
export type
|
|
1663
|
+
export type MessagesDeveloperMessage$Outbound = {
|
|
1664
1664
|
role: "developer";
|
|
1665
1665
|
content: string | Array<components.TextContentPartSchema$Outbound>;
|
|
1666
1666
|
name?: string | undefined;
|
|
1667
1667
|
};
|
|
1668
1668
|
/** @internal */
|
|
1669
|
-
export declare const
|
|
1670
|
-
export declare function
|
|
1669
|
+
export declare const MessagesDeveloperMessage$outboundSchema: z.ZodType<MessagesDeveloperMessage$Outbound, z.ZodTypeDef, MessagesDeveloperMessage>;
|
|
1670
|
+
export declare function messagesDeveloperMessageToJSON(messagesDeveloperMessage: MessagesDeveloperMessage): string;
|
|
1671
1671
|
/** @internal */
|
|
1672
|
-
export type
|
|
1672
|
+
export type MessagesContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
|
|
1673
1673
|
/** @internal */
|
|
1674
|
-
export declare const
|
|
1675
|
-
export declare function
|
|
1674
|
+
export declare const MessagesContent$outboundSchema: z.ZodType<MessagesContent$Outbound, z.ZodTypeDef, MessagesContent>;
|
|
1675
|
+
export declare function messagesContentToJSON(messagesContent: MessagesContent): string;
|
|
1676
1676
|
/** @internal */
|
|
1677
|
-
export type
|
|
1677
|
+
export type MessagesSystemMessage$Outbound = {
|
|
1678
1678
|
role: "system";
|
|
1679
1679
|
content: string | Array<components.TextContentPartSchema$Outbound>;
|
|
1680
1680
|
name?: string | undefined;
|
|
1681
1681
|
};
|
|
1682
1682
|
/** @internal */
|
|
1683
|
-
export declare const
|
|
1684
|
-
export declare function
|
|
1683
|
+
export declare const MessagesSystemMessage$outboundSchema: z.ZodType<MessagesSystemMessage$Outbound, z.ZodTypeDef, MessagesSystemMessage>;
|
|
1684
|
+
export declare function messagesSystemMessageToJSON(messagesSystemMessage: MessagesSystemMessage): string;
|
|
1685
1685
|
/** @internal */
|
|
1686
|
-
export type DeploymentGetConfigMessages$Outbound =
|
|
1686
|
+
export type DeploymentGetConfigMessages$Outbound = MessagesSystemMessage$Outbound | MessagesDeveloperMessage$Outbound | MessagesUserMessage$Outbound | MessagesAssistantMessage$Outbound | MessagesToolMessage$Outbound;
|
|
1687
1687
|
/** @internal */
|
|
1688
1688
|
export declare const DeploymentGetConfigMessages$outboundSchema: z.ZodType<DeploymentGetConfigMessages$Outbound, z.ZodTypeDef, DeploymentGetConfigMessages>;
|
|
1689
1689
|
export declare function deploymentGetConfigMessagesToJSON(deploymentGetConfigMessages: DeploymentGetConfigMessages): string;
|
|
1690
1690
|
/** @internal */
|
|
1691
|
-
export type
|
|
1691
|
+
export type Metadata$Outbound = {
|
|
1692
1692
|
file_name?: string | undefined;
|
|
1693
1693
|
file_type?: string | undefined;
|
|
1694
1694
|
page_number?: number | undefined;
|
|
1695
1695
|
};
|
|
1696
1696
|
/** @internal */
|
|
1697
|
-
export declare const
|
|
1698
|
-
export declare function
|
|
1697
|
+
export declare const Metadata$outboundSchema: z.ZodType<Metadata$Outbound, z.ZodTypeDef, Metadata>;
|
|
1698
|
+
export declare function metadataToJSON(metadata: Metadata): string;
|
|
1699
1699
|
/** @internal */
|
|
1700
|
-
export type
|
|
1700
|
+
export type Documents$Outbound = {
|
|
1701
1701
|
text: string;
|
|
1702
|
-
metadata?:
|
|
1702
|
+
metadata?: Metadata$Outbound | undefined;
|
|
1703
1703
|
};
|
|
1704
1704
|
/** @internal */
|
|
1705
|
-
export declare const
|
|
1706
|
-
export declare function
|
|
1705
|
+
export declare const Documents$outboundSchema: z.ZodType<Documents$Outbound, z.ZodTypeDef, Documents>;
|
|
1706
|
+
export declare function documentsToJSON(documents: Documents): string;
|
|
1707
1707
|
/** @internal */
|
|
1708
|
-
export type
|
|
1708
|
+
export type InvokeOptions$Outbound = {
|
|
1709
1709
|
include_retrievals: boolean;
|
|
1710
1710
|
include_usage: boolean;
|
|
1711
1711
|
mock_response?: string | undefined;
|
|
1712
1712
|
};
|
|
1713
1713
|
/** @internal */
|
|
1714
|
-
export declare const
|
|
1715
|
-
export declare function
|
|
1714
|
+
export declare const InvokeOptions$outboundSchema: z.ZodType<InvokeOptions$Outbound, z.ZodTypeDef, InvokeOptions>;
|
|
1715
|
+
export declare function invokeOptionsToJSON(invokeOptions: InvokeOptions): string;
|
|
1716
1716
|
/** @internal */
|
|
1717
|
-
export type
|
|
1717
|
+
export type Thread$Outbound = {
|
|
1718
1718
|
id: string;
|
|
1719
1719
|
tags?: Array<string> | undefined;
|
|
1720
1720
|
};
|
|
1721
1721
|
/** @internal */
|
|
1722
|
-
export declare const
|
|
1723
|
-
export declare function
|
|
1722
|
+
export declare const Thread$outboundSchema: z.ZodType<Thread$Outbound, z.ZodTypeDef, Thread>;
|
|
1723
|
+
export declare function threadToJSON(thread: Thread): string;
|
|
1724
1724
|
/** @internal */
|
|
1725
|
-
export type
|
|
1725
|
+
export type OrExists$Outbound = {
|
|
1726
1726
|
exists: boolean;
|
|
1727
1727
|
};
|
|
1728
1728
|
/** @internal */
|
|
1729
|
-
export declare const
|
|
1730
|
-
export declare function
|
|
1729
|
+
export declare const OrExists$outboundSchema: z.ZodType<OrExists$Outbound, z.ZodTypeDef, OrExists>;
|
|
1730
|
+
export declare function orExistsToJSON(orExists: OrExists): string;
|
|
1731
1731
|
/** @internal */
|
|
1732
|
-
export type
|
|
1732
|
+
export type DeploymentGetConfigOrNin$Outbound = string | number | boolean;
|
|
1733
1733
|
/** @internal */
|
|
1734
|
-
export declare const
|
|
1735
|
-
export declare function
|
|
1734
|
+
export declare const DeploymentGetConfigOrNin$outboundSchema: z.ZodType<DeploymentGetConfigOrNin$Outbound, z.ZodTypeDef, DeploymentGetConfigOrNin>;
|
|
1735
|
+
export declare function deploymentGetConfigOrNinToJSON(deploymentGetConfigOrNin: DeploymentGetConfigOrNin): string;
|
|
1736
1736
|
/** @internal */
|
|
1737
|
-
export type
|
|
1737
|
+
export type OrNin$Outbound = {
|
|
1738
1738
|
nin: Array<string | number | boolean>;
|
|
1739
1739
|
};
|
|
1740
1740
|
/** @internal */
|
|
1741
|
-
export declare const
|
|
1742
|
-
export declare function
|
|
1741
|
+
export declare const OrNin$outboundSchema: z.ZodType<OrNin$Outbound, z.ZodTypeDef, OrNin>;
|
|
1742
|
+
export declare function orNinToJSON(orNin: OrNin): string;
|
|
1743
1743
|
/** @internal */
|
|
1744
|
-
export type
|
|
1744
|
+
export type DeploymentGetConfigOrIn$Outbound = string | number | boolean;
|
|
1745
1745
|
/** @internal */
|
|
1746
|
-
export declare const
|
|
1747
|
-
export declare function
|
|
1746
|
+
export declare const DeploymentGetConfigOrIn$outboundSchema: z.ZodType<DeploymentGetConfigOrIn$Outbound, z.ZodTypeDef, DeploymentGetConfigOrIn>;
|
|
1747
|
+
export declare function deploymentGetConfigOrInToJSON(deploymentGetConfigOrIn: DeploymentGetConfigOrIn): string;
|
|
1748
1748
|
/** @internal */
|
|
1749
|
-
export type
|
|
1749
|
+
export type OrIn$Outbound = {
|
|
1750
1750
|
in: Array<string | number | boolean>;
|
|
1751
1751
|
};
|
|
1752
1752
|
/** @internal */
|
|
1753
|
-
export declare const
|
|
1754
|
-
export declare function
|
|
1753
|
+
export declare const OrIn$outboundSchema: z.ZodType<OrIn$Outbound, z.ZodTypeDef, OrIn>;
|
|
1754
|
+
export declare function orInToJSON(orIn: OrIn): string;
|
|
1755
1755
|
/** @internal */
|
|
1756
|
-
export type
|
|
1756
|
+
export type OrLte$Outbound = {
|
|
1757
1757
|
lte: number;
|
|
1758
1758
|
};
|
|
1759
1759
|
/** @internal */
|
|
1760
|
-
export declare const
|
|
1761
|
-
export declare function
|
|
1760
|
+
export declare const OrLte$outboundSchema: z.ZodType<OrLte$Outbound, z.ZodTypeDef, OrLte>;
|
|
1761
|
+
export declare function orLteToJSON(orLte: OrLte): string;
|
|
1762
1762
|
/** @internal */
|
|
1763
|
-
export type
|
|
1763
|
+
export type OrLt$Outbound = {
|
|
1764
1764
|
lt: number;
|
|
1765
1765
|
};
|
|
1766
1766
|
/** @internal */
|
|
1767
|
-
export declare const
|
|
1768
|
-
export declare function
|
|
1767
|
+
export declare const OrLt$outboundSchema: z.ZodType<OrLt$Outbound, z.ZodTypeDef, OrLt>;
|
|
1768
|
+
export declare function orLtToJSON(orLt: OrLt): string;
|
|
1769
1769
|
/** @internal */
|
|
1770
|
-
export type
|
|
1770
|
+
export type OrGte$Outbound = {
|
|
1771
1771
|
gte: number;
|
|
1772
1772
|
};
|
|
1773
1773
|
/** @internal */
|
|
1774
|
-
export declare const
|
|
1775
|
-
export declare function
|
|
1774
|
+
export declare const OrGte$outboundSchema: z.ZodType<OrGte$Outbound, z.ZodTypeDef, OrGte>;
|
|
1775
|
+
export declare function orGteToJSON(orGte: OrGte): string;
|
|
1776
1776
|
/** @internal */
|
|
1777
|
-
export type
|
|
1777
|
+
export type OrGt$Outbound = {
|
|
1778
1778
|
gt: number;
|
|
1779
1779
|
};
|
|
1780
1780
|
/** @internal */
|
|
1781
|
-
export declare const
|
|
1782
|
-
export declare function
|
|
1781
|
+
export declare const OrGt$outboundSchema: z.ZodType<OrGt$Outbound, z.ZodTypeDef, OrGt>;
|
|
1782
|
+
export declare function orGtToJSON(orGt: OrGt): string;
|
|
1783
1783
|
/** @internal */
|
|
1784
|
-
export type
|
|
1784
|
+
export type DeploymentGetConfigOrNe$Outbound = string | number | boolean;
|
|
1785
1785
|
/** @internal */
|
|
1786
|
-
export declare const
|
|
1787
|
-
export declare function
|
|
1786
|
+
export declare const DeploymentGetConfigOrNe$outboundSchema: z.ZodType<DeploymentGetConfigOrNe$Outbound, z.ZodTypeDef, DeploymentGetConfigOrNe>;
|
|
1787
|
+
export declare function deploymentGetConfigOrNeToJSON(deploymentGetConfigOrNe: DeploymentGetConfigOrNe): string;
|
|
1788
1788
|
/** @internal */
|
|
1789
|
-
export type
|
|
1789
|
+
export type OrNe$Outbound = {
|
|
1790
1790
|
ne: string | number | boolean;
|
|
1791
1791
|
};
|
|
1792
1792
|
/** @internal */
|
|
1793
|
-
export declare const
|
|
1794
|
-
export declare function
|
|
1793
|
+
export declare const OrNe$outboundSchema: z.ZodType<OrNe$Outbound, z.ZodTypeDef, OrNe>;
|
|
1794
|
+
export declare function orNeToJSON(orNe: OrNe): string;
|
|
1795
1795
|
/** @internal */
|
|
1796
|
-
export type
|
|
1796
|
+
export type DeploymentGetConfigOrEq$Outbound = string | number | boolean;
|
|
1797
1797
|
/** @internal */
|
|
1798
|
-
export declare const
|
|
1799
|
-
export declare function
|
|
1798
|
+
export declare const DeploymentGetConfigOrEq$outboundSchema: z.ZodType<DeploymentGetConfigOrEq$Outbound, z.ZodTypeDef, DeploymentGetConfigOrEq>;
|
|
1799
|
+
export declare function deploymentGetConfigOrEqToJSON(deploymentGetConfigOrEq: DeploymentGetConfigOrEq): string;
|
|
1800
1800
|
/** @internal */
|
|
1801
|
-
export type
|
|
1801
|
+
export type OrEq$Outbound = {
|
|
1802
1802
|
eq: string | number | boolean;
|
|
1803
1803
|
};
|
|
1804
1804
|
/** @internal */
|
|
1805
|
-
export declare const
|
|
1806
|
-
export declare function
|
|
1805
|
+
export declare const OrEq$outboundSchema: z.ZodType<OrEq$Outbound, z.ZodTypeDef, OrEq>;
|
|
1806
|
+
export declare function orEqToJSON(orEq: OrEq): string;
|
|
1807
1807
|
/** @internal */
|
|
1808
|
-
export type
|
|
1808
|
+
export type KnowledgeFilterOr$Outbound = OrEq$Outbound | OrNe$Outbound | OrGt$Outbound | OrGte$Outbound | OrLt$Outbound | OrLte$Outbound | OrIn$Outbound | OrNin$Outbound | OrExists$Outbound;
|
|
1809
1809
|
/** @internal */
|
|
1810
|
-
export declare const
|
|
1811
|
-
export declare function
|
|
1810
|
+
export declare const KnowledgeFilterOr$outboundSchema: z.ZodType<KnowledgeFilterOr$Outbound, z.ZodTypeDef, KnowledgeFilterOr>;
|
|
1811
|
+
export declare function knowledgeFilterOrToJSON(knowledgeFilterOr: KnowledgeFilterOr): string;
|
|
1812
1812
|
/** @internal */
|
|
1813
|
-
export type
|
|
1813
|
+
export type Or$Outbound = {
|
|
1814
1814
|
or: Array<{
|
|
1815
|
-
[k: string]:
|
|
1815
|
+
[k: string]: OrEq$Outbound | OrNe$Outbound | OrGt$Outbound | OrGte$Outbound | OrLt$Outbound | OrLte$Outbound | OrIn$Outbound | OrNin$Outbound | OrExists$Outbound;
|
|
1816
1816
|
}>;
|
|
1817
1817
|
};
|
|
1818
1818
|
/** @internal */
|
|
1819
|
-
export declare const
|
|
1820
|
-
export declare function
|
|
1819
|
+
export declare const Or$outboundSchema: z.ZodType<Or$Outbound, z.ZodTypeDef, Or>;
|
|
1820
|
+
export declare function orToJSON(or: Or): string;
|
|
1821
1821
|
/** @internal */
|
|
1822
|
-
export type
|
|
1822
|
+
export type AndExists$Outbound = {
|
|
1823
1823
|
exists: boolean;
|
|
1824
1824
|
};
|
|
1825
1825
|
/** @internal */
|
|
1826
|
-
export declare const
|
|
1827
|
-
export declare function
|
|
1826
|
+
export declare const AndExists$outboundSchema: z.ZodType<AndExists$Outbound, z.ZodTypeDef, AndExists>;
|
|
1827
|
+
export declare function andExistsToJSON(andExists: AndExists): string;
|
|
1828
1828
|
/** @internal */
|
|
1829
|
-
export type
|
|
1829
|
+
export type DeploymentGetConfigAndNin$Outbound = string | number | boolean;
|
|
1830
1830
|
/** @internal */
|
|
1831
|
-
export declare const
|
|
1832
|
-
export declare function
|
|
1831
|
+
export declare const DeploymentGetConfigAndNin$outboundSchema: z.ZodType<DeploymentGetConfigAndNin$Outbound, z.ZodTypeDef, DeploymentGetConfigAndNin>;
|
|
1832
|
+
export declare function deploymentGetConfigAndNinToJSON(deploymentGetConfigAndNin: DeploymentGetConfigAndNin): string;
|
|
1833
1833
|
/** @internal */
|
|
1834
|
-
export type
|
|
1834
|
+
export type AndNin$Outbound = {
|
|
1835
1835
|
nin: Array<string | number | boolean>;
|
|
1836
1836
|
};
|
|
1837
1837
|
/** @internal */
|
|
1838
|
-
export declare const
|
|
1839
|
-
export declare function
|
|
1838
|
+
export declare const AndNin$outboundSchema: z.ZodType<AndNin$Outbound, z.ZodTypeDef, AndNin>;
|
|
1839
|
+
export declare function andNinToJSON(andNin: AndNin): string;
|
|
1840
1840
|
/** @internal */
|
|
1841
|
-
export type
|
|
1841
|
+
export type DeploymentGetConfigAndIn$Outbound = string | number | boolean;
|
|
1842
1842
|
/** @internal */
|
|
1843
|
-
export declare const
|
|
1844
|
-
export declare function
|
|
1843
|
+
export declare const DeploymentGetConfigAndIn$outboundSchema: z.ZodType<DeploymentGetConfigAndIn$Outbound, z.ZodTypeDef, DeploymentGetConfigAndIn>;
|
|
1844
|
+
export declare function deploymentGetConfigAndInToJSON(deploymentGetConfigAndIn: DeploymentGetConfigAndIn): string;
|
|
1845
1845
|
/** @internal */
|
|
1846
|
-
export type
|
|
1846
|
+
export type AndIn$Outbound = {
|
|
1847
1847
|
in: Array<string | number | boolean>;
|
|
1848
1848
|
};
|
|
1849
1849
|
/** @internal */
|
|
1850
|
-
export declare const
|
|
1851
|
-
export declare function
|
|
1850
|
+
export declare const AndIn$outboundSchema: z.ZodType<AndIn$Outbound, z.ZodTypeDef, AndIn>;
|
|
1851
|
+
export declare function andInToJSON(andIn: AndIn): string;
|
|
1852
1852
|
/** @internal */
|
|
1853
|
-
export type
|
|
1853
|
+
export type AndLte$Outbound = {
|
|
1854
1854
|
lte: number;
|
|
1855
1855
|
};
|
|
1856
1856
|
/** @internal */
|
|
1857
|
-
export declare const
|
|
1858
|
-
export declare function
|
|
1857
|
+
export declare const AndLte$outboundSchema: z.ZodType<AndLte$Outbound, z.ZodTypeDef, AndLte>;
|
|
1858
|
+
export declare function andLteToJSON(andLte: AndLte): string;
|
|
1859
1859
|
/** @internal */
|
|
1860
|
-
export type
|
|
1860
|
+
export type AndLt$Outbound = {
|
|
1861
1861
|
lt: number;
|
|
1862
1862
|
};
|
|
1863
1863
|
/** @internal */
|
|
1864
|
-
export declare const
|
|
1865
|
-
export declare function
|
|
1864
|
+
export declare const AndLt$outboundSchema: z.ZodType<AndLt$Outbound, z.ZodTypeDef, AndLt>;
|
|
1865
|
+
export declare function andLtToJSON(andLt: AndLt): string;
|
|
1866
1866
|
/** @internal */
|
|
1867
|
-
export type
|
|
1867
|
+
export type AndGte$Outbound = {
|
|
1868
1868
|
gte: number;
|
|
1869
1869
|
};
|
|
1870
1870
|
/** @internal */
|
|
1871
|
-
export declare const
|
|
1872
|
-
export declare function
|
|
1871
|
+
export declare const AndGte$outboundSchema: z.ZodType<AndGte$Outbound, z.ZodTypeDef, AndGte>;
|
|
1872
|
+
export declare function andGteToJSON(andGte: AndGte): string;
|
|
1873
1873
|
/** @internal */
|
|
1874
|
-
export type
|
|
1874
|
+
export type AndGt$Outbound = {
|
|
1875
1875
|
gt: number;
|
|
1876
1876
|
};
|
|
1877
1877
|
/** @internal */
|
|
1878
|
-
export declare const
|
|
1879
|
-
export declare function
|
|
1878
|
+
export declare const AndGt$outboundSchema: z.ZodType<AndGt$Outbound, z.ZodTypeDef, AndGt>;
|
|
1879
|
+
export declare function andGtToJSON(andGt: AndGt): string;
|
|
1880
1880
|
/** @internal */
|
|
1881
|
-
export type
|
|
1881
|
+
export type DeploymentGetConfigAndNe$Outbound = string | number | boolean;
|
|
1882
1882
|
/** @internal */
|
|
1883
|
-
export declare const
|
|
1884
|
-
export declare function
|
|
1883
|
+
export declare const DeploymentGetConfigAndNe$outboundSchema: z.ZodType<DeploymentGetConfigAndNe$Outbound, z.ZodTypeDef, DeploymentGetConfigAndNe>;
|
|
1884
|
+
export declare function deploymentGetConfigAndNeToJSON(deploymentGetConfigAndNe: DeploymentGetConfigAndNe): string;
|
|
1885
1885
|
/** @internal */
|
|
1886
|
-
export type
|
|
1886
|
+
export type AndNe$Outbound = {
|
|
1887
1887
|
ne: string | number | boolean;
|
|
1888
1888
|
};
|
|
1889
1889
|
/** @internal */
|
|
1890
|
-
export declare const
|
|
1891
|
-
export declare function
|
|
1890
|
+
export declare const AndNe$outboundSchema: z.ZodType<AndNe$Outbound, z.ZodTypeDef, AndNe>;
|
|
1891
|
+
export declare function andNeToJSON(andNe: AndNe): string;
|
|
1892
1892
|
/** @internal */
|
|
1893
|
-
export type
|
|
1893
|
+
export type DeploymentGetConfigAndEq$Outbound = string | number | boolean;
|
|
1894
1894
|
/** @internal */
|
|
1895
|
-
export declare const
|
|
1896
|
-
export declare function
|
|
1895
|
+
export declare const DeploymentGetConfigAndEq$outboundSchema: z.ZodType<DeploymentGetConfigAndEq$Outbound, z.ZodTypeDef, DeploymentGetConfigAndEq>;
|
|
1896
|
+
export declare function deploymentGetConfigAndEqToJSON(deploymentGetConfigAndEq: DeploymentGetConfigAndEq): string;
|
|
1897
1897
|
/** @internal */
|
|
1898
|
-
export type
|
|
1898
|
+
export type AndEq$Outbound = {
|
|
1899
1899
|
eq: string | number | boolean;
|
|
1900
1900
|
};
|
|
1901
1901
|
/** @internal */
|
|
1902
|
-
export declare const
|
|
1903
|
-
export declare function
|
|
1902
|
+
export declare const AndEq$outboundSchema: z.ZodType<AndEq$Outbound, z.ZodTypeDef, AndEq>;
|
|
1903
|
+
export declare function andEqToJSON(andEq: AndEq): string;
|
|
1904
1904
|
/** @internal */
|
|
1905
|
-
export type
|
|
1905
|
+
export type KnowledgeFilterAnd$Outbound = AndEq$Outbound | AndNe$Outbound | AndGt$Outbound | AndGte$Outbound | AndLt$Outbound | AndLte$Outbound | AndIn$Outbound | AndNin$Outbound | AndExists$Outbound;
|
|
1906
1906
|
/** @internal */
|
|
1907
|
-
export declare const
|
|
1908
|
-
export declare function
|
|
1907
|
+
export declare const KnowledgeFilterAnd$outboundSchema: z.ZodType<KnowledgeFilterAnd$Outbound, z.ZodTypeDef, KnowledgeFilterAnd>;
|
|
1908
|
+
export declare function knowledgeFilterAndToJSON(knowledgeFilterAnd: KnowledgeFilterAnd): string;
|
|
1909
1909
|
/** @internal */
|
|
1910
|
-
export type
|
|
1910
|
+
export type And$Outbound = {
|
|
1911
1911
|
and: Array<{
|
|
1912
|
-
[k: string]:
|
|
1912
|
+
[k: string]: AndEq$Outbound | AndNe$Outbound | AndGt$Outbound | AndGte$Outbound | AndLt$Outbound | AndLte$Outbound | AndIn$Outbound | AndNin$Outbound | AndExists$Outbound;
|
|
1913
1913
|
}>;
|
|
1914
1914
|
};
|
|
1915
1915
|
/** @internal */
|
|
1916
|
-
export declare const
|
|
1917
|
-
export declare function
|
|
1916
|
+
export declare const And$outboundSchema: z.ZodType<And$Outbound, z.ZodTypeDef, And>;
|
|
1917
|
+
export declare function andToJSON(and: And): string;
|
|
1918
1918
|
/** @internal */
|
|
1919
|
-
export type
|
|
1919
|
+
export type Exists$Outbound = {
|
|
1920
1920
|
exists: boolean;
|
|
1921
1921
|
};
|
|
1922
1922
|
/** @internal */
|
|
1923
|
-
export declare const
|
|
1924
|
-
export declare function
|
|
1923
|
+
export declare const Exists$outboundSchema: z.ZodType<Exists$Outbound, z.ZodTypeDef, Exists>;
|
|
1924
|
+
export declare function existsToJSON(exists: Exists): string;
|
|
1925
1925
|
/** @internal */
|
|
1926
|
-
export type
|
|
1926
|
+
export type OneNin$Outbound = string | number | boolean;
|
|
1927
1927
|
/** @internal */
|
|
1928
|
-
export declare const
|
|
1929
|
-
export declare function
|
|
1928
|
+
export declare const OneNin$outboundSchema: z.ZodType<OneNin$Outbound, z.ZodTypeDef, OneNin>;
|
|
1929
|
+
export declare function oneNinToJSON(oneNin: OneNin): string;
|
|
1930
1930
|
/** @internal */
|
|
1931
|
-
export type
|
|
1931
|
+
export type Nin$Outbound = {
|
|
1932
1932
|
nin: Array<string | number | boolean>;
|
|
1933
1933
|
};
|
|
1934
1934
|
/** @internal */
|
|
1935
|
-
export declare const
|
|
1936
|
-
export declare function
|
|
1935
|
+
export declare const Nin$outboundSchema: z.ZodType<Nin$Outbound, z.ZodTypeDef, Nin>;
|
|
1936
|
+
export declare function ninToJSON(nin: Nin): string;
|
|
1937
1937
|
/** @internal */
|
|
1938
|
-
export type
|
|
1938
|
+
export type OneIn$Outbound = string | number | boolean;
|
|
1939
1939
|
/** @internal */
|
|
1940
|
-
export declare const
|
|
1941
|
-
export declare function
|
|
1940
|
+
export declare const OneIn$outboundSchema: z.ZodType<OneIn$Outbound, z.ZodTypeDef, OneIn>;
|
|
1941
|
+
export declare function oneInToJSON(oneIn: OneIn): string;
|
|
1942
1942
|
/** @internal */
|
|
1943
|
-
export type
|
|
1943
|
+
export type In$Outbound = {
|
|
1944
1944
|
in: Array<string | number | boolean>;
|
|
1945
1945
|
};
|
|
1946
1946
|
/** @internal */
|
|
1947
|
-
export declare const
|
|
1948
|
-
export declare function
|
|
1947
|
+
export declare const In$outboundSchema: z.ZodType<In$Outbound, z.ZodTypeDef, In>;
|
|
1948
|
+
export declare function inToJSON(value: In): string;
|
|
1949
1949
|
/** @internal */
|
|
1950
|
-
export type
|
|
1950
|
+
export type Lte$Outbound = {
|
|
1951
1951
|
lte: number;
|
|
1952
1952
|
};
|
|
1953
1953
|
/** @internal */
|
|
1954
|
-
export declare const
|
|
1955
|
-
export declare function
|
|
1954
|
+
export declare const Lte$outboundSchema: z.ZodType<Lte$Outbound, z.ZodTypeDef, Lte>;
|
|
1955
|
+
export declare function lteToJSON(lte: Lte): string;
|
|
1956
1956
|
/** @internal */
|
|
1957
|
-
export type
|
|
1957
|
+
export type Lt$Outbound = {
|
|
1958
1958
|
lt: number;
|
|
1959
1959
|
};
|
|
1960
1960
|
/** @internal */
|
|
1961
|
-
export declare const
|
|
1962
|
-
export declare function
|
|
1961
|
+
export declare const Lt$outboundSchema: z.ZodType<Lt$Outbound, z.ZodTypeDef, Lt>;
|
|
1962
|
+
export declare function ltToJSON(lt: Lt): string;
|
|
1963
1963
|
/** @internal */
|
|
1964
|
-
export type
|
|
1964
|
+
export type Gte$Outbound = {
|
|
1965
1965
|
gte: number;
|
|
1966
1966
|
};
|
|
1967
1967
|
/** @internal */
|
|
1968
|
-
export declare const
|
|
1969
|
-
export declare function
|
|
1968
|
+
export declare const Gte$outboundSchema: z.ZodType<Gte$Outbound, z.ZodTypeDef, Gte>;
|
|
1969
|
+
export declare function gteToJSON(gte: Gte): string;
|
|
1970
1970
|
/** @internal */
|
|
1971
|
-
export type
|
|
1971
|
+
export type Gt$Outbound = {
|
|
1972
1972
|
gt: number;
|
|
1973
1973
|
};
|
|
1974
1974
|
/** @internal */
|
|
1975
|
-
export declare const
|
|
1976
|
-
export declare function
|
|
1975
|
+
export declare const Gt$outboundSchema: z.ZodType<Gt$Outbound, z.ZodTypeDef, Gt>;
|
|
1976
|
+
export declare function gtToJSON(gt: Gt): string;
|
|
1977
1977
|
/** @internal */
|
|
1978
|
-
export type
|
|
1978
|
+
export type OneNe$Outbound = string | number | boolean;
|
|
1979
1979
|
/** @internal */
|
|
1980
|
-
export declare const
|
|
1981
|
-
export declare function
|
|
1980
|
+
export declare const OneNe$outboundSchema: z.ZodType<OneNe$Outbound, z.ZodTypeDef, OneNe>;
|
|
1981
|
+
export declare function oneNeToJSON(oneNe: OneNe): string;
|
|
1982
1982
|
/** @internal */
|
|
1983
|
-
export type
|
|
1983
|
+
export type Ne$Outbound = {
|
|
1984
1984
|
ne: string | number | boolean;
|
|
1985
1985
|
};
|
|
1986
1986
|
/** @internal */
|
|
1987
|
-
export declare const
|
|
1988
|
-
export declare function
|
|
1987
|
+
export declare const Ne$outboundSchema: z.ZodType<Ne$Outbound, z.ZodTypeDef, Ne>;
|
|
1988
|
+
export declare function neToJSON(ne: Ne): string;
|
|
1989
1989
|
/** @internal */
|
|
1990
|
-
export type
|
|
1990
|
+
export type OneEq$Outbound = string | number | boolean;
|
|
1991
1991
|
/** @internal */
|
|
1992
|
-
export declare const
|
|
1993
|
-
export declare function
|
|
1992
|
+
export declare const OneEq$outboundSchema: z.ZodType<OneEq$Outbound, z.ZodTypeDef, OneEq>;
|
|
1993
|
+
export declare function oneEqToJSON(oneEq: OneEq): string;
|
|
1994
1994
|
/** @internal */
|
|
1995
|
-
export type
|
|
1995
|
+
export type Eq$Outbound = {
|
|
1996
1996
|
eq: string | number | boolean;
|
|
1997
1997
|
};
|
|
1998
1998
|
/** @internal */
|
|
1999
|
-
export declare const
|
|
2000
|
-
export declare function
|
|
1999
|
+
export declare const Eq$outboundSchema: z.ZodType<Eq$Outbound, z.ZodTypeDef, Eq>;
|
|
2000
|
+
export declare function eqToJSON(eq: Eq): string;
|
|
2001
2001
|
/** @internal */
|
|
2002
|
-
export type
|
|
2002
|
+
export type KnowledgeFilter1$Outbound = Eq$Outbound | Ne$Outbound | Gt$Outbound | Gte$Outbound | Lt$Outbound | Lte$Outbound | In$Outbound | Nin$Outbound | Exists$Outbound;
|
|
2003
2003
|
/** @internal */
|
|
2004
|
-
export declare const
|
|
2005
|
-
export declare function
|
|
2004
|
+
export declare const KnowledgeFilter1$outboundSchema: z.ZodType<KnowledgeFilter1$Outbound, z.ZodTypeDef, KnowledgeFilter1>;
|
|
2005
|
+
export declare function knowledgeFilter1ToJSON(knowledgeFilter1: KnowledgeFilter1): string;
|
|
2006
2006
|
/** @internal */
|
|
2007
|
-
export type
|
|
2008
|
-
[k: string]:
|
|
2007
|
+
export type KnowledgeFilter$Outbound = And$Outbound | Or$Outbound | {
|
|
2008
|
+
[k: string]: Eq$Outbound | Ne$Outbound | Gt$Outbound | Gte$Outbound | Lt$Outbound | Lte$Outbound | In$Outbound | Nin$Outbound | Exists$Outbound;
|
|
2009
2009
|
};
|
|
2010
2010
|
/** @internal */
|
|
2011
|
-
export declare const
|
|
2012
|
-
export declare function
|
|
2011
|
+
export declare const KnowledgeFilter$outboundSchema: z.ZodType<KnowledgeFilter$Outbound, z.ZodTypeDef, KnowledgeFilter>;
|
|
2012
|
+
export declare function knowledgeFilterToJSON(knowledgeFilter: KnowledgeFilter): string;
|
|
2013
2013
|
/** @internal */
|
|
2014
2014
|
export type DeploymentGetConfigRequestBody$Outbound = {
|
|
2015
2015
|
key: string;
|
|
@@ -2019,8 +2019,8 @@ export type DeploymentGetConfigRequestBody$Outbound = {
|
|
|
2019
2019
|
context?: {
|
|
2020
2020
|
[k: string]: any;
|
|
2021
2021
|
} | undefined;
|
|
2022
|
-
prefix_messages?: Array<
|
|
2023
|
-
messages?: Array<
|
|
2022
|
+
prefix_messages?: Array<SystemMessage$Outbound | DeveloperMessage$Outbound | UserMessage$Outbound | AssistantMessage$Outbound | ToolMessage$Outbound> | undefined;
|
|
2023
|
+
messages?: Array<MessagesSystemMessage$Outbound | MessagesDeveloperMessage$Outbound | MessagesUserMessage$Outbound | MessagesAssistantMessage$Outbound | MessagesToolMessage$Outbound> | undefined;
|
|
2024
2024
|
identity?: components.PublicIdentity$Outbound | undefined;
|
|
2025
2025
|
file_ids?: Array<string> | undefined;
|
|
2026
2026
|
metadata?: {
|
|
@@ -2029,11 +2029,11 @@ export type DeploymentGetConfigRequestBody$Outbound = {
|
|
|
2029
2029
|
extra_params?: {
|
|
2030
2030
|
[k: string]: any;
|
|
2031
2031
|
} | undefined;
|
|
2032
|
-
documents?: Array<
|
|
2033
|
-
invoke_options?:
|
|
2034
|
-
thread?:
|
|
2035
|
-
knowledge_filter?:
|
|
2036
|
-
[k: string]:
|
|
2032
|
+
documents?: Array<Documents$Outbound> | undefined;
|
|
2033
|
+
invoke_options?: InvokeOptions$Outbound | undefined;
|
|
2034
|
+
thread?: Thread$Outbound | undefined;
|
|
2035
|
+
knowledge_filter?: And$Outbound | Or$Outbound | {
|
|
2036
|
+
[k: string]: Eq$Outbound | Ne$Outbound | Gt$Outbound | Gte$Outbound | Lt$Outbound | Lte$Outbound | In$Outbound | Nin$Outbound | Exists$Outbound;
|
|
2037
2037
|
} | undefined;
|
|
2038
2038
|
};
|
|
2039
2039
|
/** @internal */
|