@orq-ai/node 3.10.0-rc.23 → 3.10.0-rc.25
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/bin/mcp-server.js +113 -131
- package/bin/mcp-server.js.map +30 -30
- package/docs/sdks/chunking/README.md +1 -0
- package/docs/sdks/contacts/README.md +5 -0
- package/docs/sdks/datasets/README.md +11 -0
- package/docs/sdks/deployments/README.md +4 -0
- package/docs/sdks/evals/README.md +42 -0
- package/docs/sdks/feedback/README.md +1 -0
- package/docs/sdks/files/README.md +4 -0
- package/docs/sdks/knowledge/README.md +16 -0
- package/docs/sdks/metrics/README.md +1 -0
- package/docs/sdks/models/README.md +1 -0
- package/docs/sdks/prompts/README.md +7 -0
- package/docs/sdks/remoteconfigs/README.md +1 -0
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/components/deployments.d.ts +2 -23
- package/models/components/deployments.d.ts.map +1 -1
- package/models/components/deployments.js +10 -35
- package/models/components/deployments.js.map +1 -1
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.js +2 -2
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.js +16 -16
- package/models/operations/deploymentgetconfig.d.ts +2 -23
- package/models/operations/deploymentgetconfig.d.ts.map +1 -1
- package/models/operations/deploymentgetconfig.js +13 -37
- package/models/operations/deploymentgetconfig.js.map +1 -1
- package/models/operations/deploymentstream.d.ts +2 -23
- package/models/operations/deploymentstream.d.ts.map +1 -1
- package/models/operations/deploymentstream.js +12 -35
- package/models/operations/deploymentstream.js.map +1 -1
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/getevals.js +28 -28
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.js +2 -2
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrievedatapoint.js +2 -2
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updatedatapoint.js +2 -2
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.js +16 -16
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/components/deployments.ts +4 -47
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +2 -2
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +16 -16
- package/src/models/operations/deploymentgetconfig.ts +4 -47
- package/src/models/operations/deploymentstream.ts +4 -54
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/getevals.ts +28 -28
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +2 -2
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +2 -2
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +2 -2
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +16 -16
package/bin/mcp-server.js
CHANGED
|
@@ -34203,9 +34203,9 @@ var init_config = __esm(() => {
|
|
|
34203
34203
|
SDK_METADATA = {
|
|
34204
34204
|
language: "typescript",
|
|
34205
34205
|
openapiDocVersion: "2.0",
|
|
34206
|
-
sdkVersion: "3.10.0-rc.
|
|
34207
|
-
genVersion: "2.
|
|
34208
|
-
userAgent: "speakeasy-sdk/typescript 3.10.0-rc.
|
|
34206
|
+
sdkVersion: "3.10.0-rc.25",
|
|
34207
|
+
genVersion: "2.667.0",
|
|
34208
|
+
userAgent: "speakeasy-sdk/typescript 3.10.0-rc.25 2.667.0 2.0 @orq-ai/node"
|
|
34209
34209
|
};
|
|
34210
34210
|
});
|
|
34211
34211
|
|
|
@@ -35878,7 +35878,7 @@ var init_createcontact = __esm(() => {
|
|
|
35878
35878
|
tags: arrayType(stringType()).optional(),
|
|
35879
35879
|
metadata: recordType(anyType()).optional(),
|
|
35880
35880
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
35881
|
-
updated: stringType().datetime({ offset: true }).default("2025-07-
|
|
35881
|
+
updated: stringType().datetime({ offset: true }).default("2025-07-29T10:30:09.739Z").transform((v2) => new Date(v2))
|
|
35882
35882
|
}).transform((v2) => {
|
|
35883
35883
|
return remap(v2, {
|
|
35884
35884
|
_id: "id",
|
|
@@ -35898,7 +35898,7 @@ var init_createcontact = __esm(() => {
|
|
|
35898
35898
|
tags: arrayType(stringType()).optional(),
|
|
35899
35899
|
metadata: recordType(anyType()).optional(),
|
|
35900
35900
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
35901
|
-
updated: dateType().default(() => new Date("2025-07-
|
|
35901
|
+
updated: dateType().default(() => new Date("2025-07-29T10:30:09.739Z")).transform((v2) => v2.toISOString())
|
|
35902
35902
|
}).transform((v2) => {
|
|
35903
35903
|
return remap(v2, {
|
|
35904
35904
|
id: "_id",
|
|
@@ -35970,7 +35970,7 @@ var init_createdataset = __esm(() => {
|
|
|
35970
35970
|
updated_by_id: stringType().optional(),
|
|
35971
35971
|
metadata: lazyType(() => CreateDatasetMetadata$inboundSchema),
|
|
35972
35972
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
35973
|
-
updated: stringType().datetime({ offset: true }).default("2025-07-
|
|
35973
|
+
updated: stringType().datetime({ offset: true }).default("2025-07-29T10:30:09.739Z").transform((v2) => new Date(v2))
|
|
35974
35974
|
}).transform((v2) => {
|
|
35975
35975
|
return remap(v2, {
|
|
35976
35976
|
_id: "id",
|
|
@@ -35990,7 +35990,7 @@ var init_createdataset = __esm(() => {
|
|
|
35990
35990
|
updatedById: stringType().optional(),
|
|
35991
35991
|
metadata: lazyType(() => CreateDatasetMetadata$outboundSchema),
|
|
35992
35992
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
35993
|
-
updated: dateType().default(() => new Date("2025-07-
|
|
35993
|
+
updated: dateType().default(() => new Date("2025-07-29T10:30:09.739Z")).transform((v2) => v2.toISOString())
|
|
35994
35994
|
}).transform((v2) => {
|
|
35995
35995
|
return remap(v2, {
|
|
35996
35996
|
id: "_id",
|
|
@@ -37122,7 +37122,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37122
37122
|
created_by_id: stringType().optional(),
|
|
37123
37123
|
updated_by_id: stringType().optional(),
|
|
37124
37124
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
37125
|
-
updated: stringType().datetime({ offset: true }).default("2025-07-
|
|
37125
|
+
updated: stringType().datetime({ offset: true }).default("2025-07-29T10:30:09.739Z").transform((v2) => new Date(v2))
|
|
37126
37126
|
}).transform((v2) => {
|
|
37127
37127
|
return remap(v2, {
|
|
37128
37128
|
_id: "id",
|
|
@@ -37149,7 +37149,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37149
37149
|
createdById: stringType().optional(),
|
|
37150
37150
|
updatedById: stringType().optional(),
|
|
37151
37151
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
37152
|
-
updated: dateType().default(() => new Date("2025-07-
|
|
37152
|
+
updated: dateType().default(() => new Date("2025-07-29T10:30:09.739Z")).transform((v2) => v2.toISOString())
|
|
37153
37153
|
}).transform((v2) => {
|
|
37154
37154
|
return remap(v2, {
|
|
37155
37155
|
id: "_id",
|
|
@@ -37371,7 +37371,7 @@ var init_createdatasource = __esm(() => {
|
|
|
37371
37371
|
CreateDatasourceStatus$.outboundSchema = CreateDatasourceStatus$outboundSchema;
|
|
37372
37372
|
})(CreateDatasourceStatus$ ||= {});
|
|
37373
37373
|
CreateDatasourceResponseBody$inboundSchema = objectType({
|
|
37374
|
-
_id: stringType().default("
|
|
37374
|
+
_id: stringType().default("01K1AVQ9WBG6A96P5TBG2BTNW0"),
|
|
37375
37375
|
display_name: stringType(),
|
|
37376
37376
|
description: stringType().optional(),
|
|
37377
37377
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -37394,7 +37394,7 @@ var init_createdatasource = __esm(() => {
|
|
|
37394
37394
|
});
|
|
37395
37395
|
});
|
|
37396
37396
|
CreateDatasourceResponseBody$outboundSchema = objectType({
|
|
37397
|
-
id: stringType().default("
|
|
37397
|
+
id: stringType().default("01K1AVQ9WBG6A96P5TBG2BTNW0"),
|
|
37398
37398
|
displayName: stringType(),
|
|
37399
37399
|
description: stringType().optional(),
|
|
37400
37400
|
status: CreateDatasourceStatus$outboundSchema,
|
|
@@ -38070,8 +38070,8 @@ var init_createeval = __esm(() => {
|
|
|
38070
38070
|
ResponseBodyPython$inboundSchema = objectType({
|
|
38071
38071
|
_id: stringType(),
|
|
38072
38072
|
description: stringType(),
|
|
38073
|
-
created: stringType().default("2025-07-
|
|
38074
|
-
updated: stringType().default("2025-07-
|
|
38073
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
38074
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
38075
38075
|
guardrail_config: unionType([
|
|
38076
38076
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
|
|
38077
38077
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
|
|
@@ -38088,8 +38088,8 @@ var init_createeval = __esm(() => {
|
|
|
38088
38088
|
ResponseBodyPython$outboundSchema = objectType({
|
|
38089
38089
|
id: stringType(),
|
|
38090
38090
|
description: stringType(),
|
|
38091
|
-
created: stringType().default("2025-07-
|
|
38092
|
-
updated: stringType().default("2025-07-
|
|
38091
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
38092
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
38093
38093
|
guardrailConfig: unionType([
|
|
38094
38094
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
|
|
38095
38095
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
|
|
@@ -38182,8 +38182,8 @@ var init_createeval = __esm(() => {
|
|
|
38182
38182
|
ResponseBodyHTTP$inboundSchema = objectType({
|
|
38183
38183
|
_id: stringType(),
|
|
38184
38184
|
description: stringType(),
|
|
38185
|
-
created: stringType().default("2025-07-
|
|
38186
|
-
updated: stringType().default("2025-07-
|
|
38185
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
38186
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
38187
38187
|
guardrail_config: unionType([
|
|
38188
38188
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
|
|
38189
38189
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
|
|
@@ -38203,8 +38203,8 @@ var init_createeval = __esm(() => {
|
|
|
38203
38203
|
ResponseBodyHTTP$outboundSchema = objectType({
|
|
38204
38204
|
id: stringType(),
|
|
38205
38205
|
description: stringType(),
|
|
38206
|
-
created: stringType().default("2025-07-
|
|
38207
|
-
updated: stringType().default("2025-07-
|
|
38206
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
38207
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
38208
38208
|
guardrailConfig: unionType([
|
|
38209
38209
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
|
|
38210
38210
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
|
|
@@ -38294,8 +38294,8 @@ var init_createeval = __esm(() => {
|
|
|
38294
38294
|
ResponseBodyJSON$inboundSchema = objectType({
|
|
38295
38295
|
_id: stringType(),
|
|
38296
38296
|
description: stringType(),
|
|
38297
|
-
created: stringType().default("2025-07-
|
|
38298
|
-
updated: stringType().default("2025-07-
|
|
38297
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
38298
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
38299
38299
|
guardrail_config: unionType([
|
|
38300
38300
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
38301
38301
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema)
|
|
@@ -38312,8 +38312,8 @@ var init_createeval = __esm(() => {
|
|
|
38312
38312
|
ResponseBodyJSON$outboundSchema = objectType({
|
|
38313
38313
|
id: stringType(),
|
|
38314
38314
|
description: stringType(),
|
|
38315
|
-
created: stringType().default("2025-07-
|
|
38316
|
-
updated: stringType().default("2025-07-
|
|
38315
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
38316
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
38317
38317
|
guardrailConfig: unionType([
|
|
38318
38318
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
38319
38319
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema)
|
|
@@ -38400,8 +38400,8 @@ var init_createeval = __esm(() => {
|
|
|
38400
38400
|
ResponseBodyLLM$inboundSchema = objectType({
|
|
38401
38401
|
_id: stringType(),
|
|
38402
38402
|
description: stringType(),
|
|
38403
|
-
created: stringType().default("2025-07-
|
|
38404
|
-
updated: stringType().default("2025-07-
|
|
38403
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
38404
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
38405
38405
|
guardrail_config: unionType([
|
|
38406
38406
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
38407
38407
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema)
|
|
@@ -38419,8 +38419,8 @@ var init_createeval = __esm(() => {
|
|
|
38419
38419
|
ResponseBodyLLM$outboundSchema = objectType({
|
|
38420
38420
|
id: stringType(),
|
|
38421
38421
|
description: stringType(),
|
|
38422
|
-
created: stringType().default("2025-07-
|
|
38423
|
-
updated: stringType().default("2025-07-
|
|
38422
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
38423
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
38424
38424
|
guardrailConfig: unionType([
|
|
38425
38425
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
38426
38426
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema)
|
|
@@ -41314,7 +41314,7 @@ var init_deploymentcreatemetric = __esm(() => {
|
|
|
41314
41314
|
});
|
|
41315
41315
|
|
|
41316
41316
|
// src/models/operations/deploymentgetconfig.ts
|
|
41317
|
-
var DeploymentGetConfigPrefixMessagesDeploymentsRequestRole, DeploymentGetConfig2DeploymentsRequestRequestBodyType, DeploymentGetConfig2DeploymentsRequestType, DeploymentGetConfigPrefixMessagesDeploymentsRole, PrefixMessagesType, DeploymentGetConfigPrefixMessagesRole, DeploymentGetConfig2DeploymentsType, DeploymentGetConfig2Type, Format, TwoType, Detail, Type, PrefixMessagesRole, Role, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type, DeploymentGetConfigMessagesDeploymentsRequestRole, MessagesType, DeploymentGetConfigMessagesDeploymentsRole, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType, TwoFormat, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type, TwoDetail, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType, DeploymentGetConfigMessagesRole, MessagesRole, DeploymentGetConfigType, DeploymentGetConfigRole, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType, DeploymentGetConfig2DeploymentsResponse200Type, DeploymentGetConfig2DeploymentsResponseType, DeploymentGetConfigDeploymentsResponseType, DeploymentGetConfigFormat, DeploymentGetConfigResponseFormatType, DeploymentGetConfigResponseFormatDeploymentsType, DeploymentGetConfigPhotoRealVersion, DeploymentGetConfigEncodingFormat, DeploymentGetConfigReasoningEffort, DeploymentGetConfigDeploymentsType, Inputs$inboundSchema, Inputs$outboundSchema, Inputs$, DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$inboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$outboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$, DeploymentGetConfigPrefixMessagesContent$inboundSchema, DeploymentGetConfigPrefixMessagesContent$outboundSchema, DeploymentGetConfigPrefixMessagesContent$, ToolMessage$inboundSchema, ToolMessage$outboundSchema, ToolMessage$, DeploymentGetConfig2DeploymentsRequestRequestBodyType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyType$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyType$, RefusalContentPart$inboundSchema, RefusalContentPart$outboundSchema, RefusalContentPart$, DeploymentGetConfig2DeploymentsRequestType$inboundSchema, DeploymentGetConfig2DeploymentsRequestType$outboundSchema, DeploymentGetConfig2DeploymentsRequestType$, TextContentPart$inboundSchema, TextContentPart$outboundSchema, TextContentPart$, Content2$inboundSchema, Content2$outboundSchema, Content2$, PrefixMessagesContent$inboundSchema, PrefixMessagesContent$outboundSchema, PrefixMessagesContent$, DeploymentGetConfigPrefixMessagesDeploymentsRole$inboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRole$outboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRole$, Audio$inboundSchema, Audio$outboundSchema, Audio$, PrefixMessagesType$inboundSchema, PrefixMessagesType$outboundSchema, PrefixMessagesType$, FunctionT$inboundSchema, FunctionT$outboundSchema, FunctionT$, ToolCalls$inboundSchema, ToolCalls$outboundSchema, ToolCalls$, AssistantMessage$inboundSchema, AssistantMessage$outboundSchema, AssistantMessage$, DeploymentGetConfigPrefixMessagesRole$inboundSchema, DeploymentGetConfigPrefixMessagesRole$outboundSchema, DeploymentGetConfigPrefixMessagesRole$, DeploymentGetConfig2DeploymentsType$inboundSchema, DeploymentGetConfig2DeploymentsType$outboundSchema, DeploymentGetConfig2DeploymentsType$, FileT$inboundSchema, FileT$outboundSchema, FileT$, Four$inboundSchema, Four$outboundSchema, Four$, DeploymentGetConfig2Type$inboundSchema, DeploymentGetConfig2Type$outboundSchema, DeploymentGetConfig2Type$, Format$inboundSchema, Format$outboundSchema, Format$, InputAudio$inboundSchema, InputAudio$outboundSchema, InputAudio$, Three$inboundSchema, Three$outboundSchema, Three$, TwoType$inboundSchema, TwoType$outboundSchema, TwoType$, Detail$inboundSchema, Detail$outboundSchema, Detail$, ImageUrl$inboundSchema, ImageUrl$outboundSchema, ImageUrl$, Two2$inboundSchema, Two2$outboundSchema, Two2$, Type$inboundSchema, Type$outboundSchema, Type$, One$inboundSchema, One$outboundSchema, One$, Two$inboundSchema, Two$outboundSchema, Two$, Content$inboundSchema, Content$outboundSchema, Content$, UserMessage$inboundSchema, UserMessage$outboundSchema, UserMessage$, PrefixMessagesRole$inboundSchema, PrefixMessagesRole$outboundSchema, PrefixMessagesRole$, SystemMessage$inboundSchema, SystemMessage$outboundSchema, SystemMessage$, Role$inboundSchema, Role$outboundSchema, Role$, DeveloperMessage$inboundSchema, DeveloperMessage$outboundSchema, DeveloperMessage$, PrefixMessages$inboundSchema, PrefixMessages$outboundSchema, PrefixMessages$, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole$outboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole$, DeploymentGetConfigMessagesDeploymentsContent$inboundSchema, DeploymentGetConfigMessagesDeploymentsContent$outboundSchema, DeploymentGetConfigMessagesDeploymentsContent$, MessagesToolMessage$inboundSchema, MessagesToolMessage$outboundSchema, MessagesToolMessage$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType$, TwoRefusalContentPart$inboundSchema, TwoRefusalContentPart$outboundSchema, TwoRefusalContentPart$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type$, TwoTextContentPart$inboundSchema, TwoTextContentPart$outboundSchema, TwoTextContentPart$, DeploymentGetConfigContentDeployments2$inboundSchema, DeploymentGetConfigContentDeployments2$outboundSchema, DeploymentGetConfigContentDeployments2$, DeploymentGetConfigMessagesContent$inboundSchema, DeploymentGetConfigMessagesContent$outboundSchema, DeploymentGetConfigMessagesContent$, DeploymentGetConfigMessagesDeploymentsRequestRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRole$outboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRole$, MessagesAudio$inboundSchema, MessagesAudio$outboundSchema, MessagesAudio$, MessagesType$inboundSchema, MessagesType$outboundSchema, MessagesType$, MessagesFunction$inboundSchema, MessagesFunction$outboundSchema, MessagesFunction$, MessagesToolCalls$inboundSchema, MessagesToolCalls$outboundSchema, MessagesToolCalls$, MessagesAssistantMessage$inboundSchema, MessagesAssistantMessage$outboundSchema, MessagesAssistantMessage$, DeploymentGetConfigMessagesDeploymentsRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRole$outboundSchema, DeploymentGetConfigMessagesDeploymentsRole$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$, TwoFile$inboundSchema, TwoFile$outboundSchema, TwoFile$, Two4$inboundSchema, Two4$outboundSchema, Two4$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$, TwoFormat$inboundSchema, TwoFormat$outboundSchema, TwoFormat$, TwoInputAudio$inboundSchema, TwoInputAudio$outboundSchema, TwoInputAudio$, Two3$inboundSchema, Two3$outboundSchema, Two3$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$, TwoDetail$inboundSchema, TwoDetail$outboundSchema, TwoDetail$, TwoImageUrl$inboundSchema, TwoImageUrl$outboundSchema, TwoImageUrl$, DeploymentGetConfig22$inboundSchema, DeploymentGetConfig22$outboundSchema, DeploymentGetConfig22$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$, Two1$inboundSchema, Two1$outboundSchema, Two1$, DeploymentGetConfigContent2$inboundSchema, DeploymentGetConfigContent2$outboundSchema, DeploymentGetConfigContent2$, MessagesContent$inboundSchema, MessagesContent$outboundSchema, MessagesContent$, MessagesUserMessage$inboundSchema, MessagesUserMessage$outboundSchema, MessagesUserMessage$, DeploymentGetConfigMessagesRole$inboundSchema, DeploymentGetConfigMessagesRole$outboundSchema, DeploymentGetConfigMessagesRole$, MessagesSystemMessage$inboundSchema, MessagesSystemMessage$outboundSchema, MessagesSystemMessage$, MessagesRole$inboundSchema, MessagesRole$outboundSchema, MessagesRole$, MessagesDeveloperMessage$inboundSchema, MessagesDeveloperMessage$outboundSchema, MessagesDeveloperMessage$, Messages$inboundSchema, Messages$outboundSchema, Messages$, Metadata$inboundSchema, Metadata$outboundSchema, Metadata$, Documents$inboundSchema, Documents$outboundSchema, Documents$, InvokeOptions$inboundSchema, InvokeOptions$outboundSchema, InvokeOptions$, Thread$inboundSchema, Thread$outboundSchema, Thread$, OrExists$inboundSchema, OrExists$outboundSchema, OrExists$, DeploymentGetConfigOrNin$inboundSchema, DeploymentGetConfigOrNin$outboundSchema, DeploymentGetConfigOrNin$, OrNin$inboundSchema, OrNin$outboundSchema, OrNin$, DeploymentGetConfigOrIn$inboundSchema, DeploymentGetConfigOrIn$outboundSchema, DeploymentGetConfigOrIn$, OrIn$inboundSchema, OrIn$outboundSchema, OrIn$, OrLte$inboundSchema, OrLte$outboundSchema, OrLte$, OrLt$inboundSchema, OrLt$outboundSchema, OrLt$, OrGte$inboundSchema, OrGte$outboundSchema, OrGte$, Or3$inboundSchema, Or3$outboundSchema, Or3$, DeploymentGetConfigOrNe$inboundSchema, DeploymentGetConfigOrNe$outboundSchema, DeploymentGetConfigOrNe$, OrNe$inboundSchema, OrNe$outboundSchema, OrNe$, DeploymentGetConfigOrEq$inboundSchema, DeploymentGetConfigOrEq$outboundSchema, DeploymentGetConfigOrEq$, OrEq$inboundSchema, OrEq$outboundSchema, OrEq$, KnowledgeFilterOr$inboundSchema, KnowledgeFilterOr$outboundSchema, KnowledgeFilterOr$, Or$inboundSchema, Or$outboundSchema, Or$, AndExists$inboundSchema, AndExists$outboundSchema, AndExists$, DeploymentGetConfigAndNin$inboundSchema, DeploymentGetConfigAndNin$outboundSchema, DeploymentGetConfigAndNin$, AndNin$inboundSchema, AndNin$outboundSchema, AndNin$, DeploymentGetConfigAndIn$inboundSchema, DeploymentGetConfigAndIn$outboundSchema, DeploymentGetConfigAndIn$, AndIn$inboundSchema, AndIn$outboundSchema, AndIn$, AndLte$inboundSchema, AndLte$outboundSchema, AndLte$, AndLt$inboundSchema, AndLt$outboundSchema, AndLt$, AndGte$inboundSchema, AndGte$outboundSchema, AndGte$, And3$inboundSchema, And3$outboundSchema, And3$, DeploymentGetConfigAndNe$inboundSchema, DeploymentGetConfigAndNe$outboundSchema, DeploymentGetConfigAndNe$, AndNe$inboundSchema, AndNe$outboundSchema, AndNe$, DeploymentGetConfigAndEq$inboundSchema, DeploymentGetConfigAndEq$outboundSchema, DeploymentGetConfigAndEq$, AndEq$inboundSchema, AndEq$outboundSchema, AndEq$, KnowledgeFilterAnd$inboundSchema, KnowledgeFilterAnd$outboundSchema, KnowledgeFilterAnd$, And$inboundSchema, And$outboundSchema, And$, Exists$inboundSchema, Exists$outboundSchema, Exists$, OneNin$inboundSchema, OneNin$outboundSchema, OneNin$, Nin$inboundSchema, Nin$outboundSchema, Nin$, OneIn$inboundSchema, OneIn$outboundSchema, OneIn$, In$inboundSchema, In$outboundSchema, In$, Lte$inboundSchema, Lte$outboundSchema, Lte$, Lt$inboundSchema, Lt$outboundSchema, Lt$, Gte$inboundSchema, Gte$outboundSchema, Gte$, One3$inboundSchema, One3$outboundSchema, One3$, OneNe$inboundSchema, OneNe$outboundSchema, OneNe$, Ne$inboundSchema, Ne$outboundSchema, Ne$, OneEq$inboundSchema, OneEq$outboundSchema, OneEq$, Eq$inboundSchema, Eq$outboundSchema, Eq$, KnowledgeFilter1$inboundSchema, KnowledgeFilter1$outboundSchema, KnowledgeFilter1$, KnowledgeFilter$inboundSchema, KnowledgeFilter$outboundSchema, KnowledgeFilter$, DeploymentGetConfigRequestBody$inboundSchema, DeploymentGetConfigRequestBody$outboundSchema, DeploymentGetConfigRequestBody$, DeploymentGetConfigType$inboundSchema, DeploymentGetConfigType$outboundSchema, DeploymentGetConfigType$, DeploymentGetConfigRole$inboundSchema, DeploymentGetConfigRole$outboundSchema, DeploymentGetConfigRole$, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$inboundSchema, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$outboundSchema, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$, DeploymentGetConfig2File$inboundSchema, DeploymentGetConfig2File$outboundSchema, DeploymentGetConfig2File$, DeploymentGetConfig23$inboundSchema, DeploymentGetConfig23$outboundSchema, DeploymentGetConfig23$, DeploymentGetConfig2DeploymentsResponse200Type$inboundSchema, DeploymentGetConfig2DeploymentsResponse200Type$outboundSchema, DeploymentGetConfig2DeploymentsResponse200Type$, DeploymentGetConfig2ImageUrl$inboundSchema, DeploymentGetConfig2ImageUrl$outboundSchema, DeploymentGetConfig2ImageUrl$, DeploymentGetConfig2Deployments2$inboundSchema, DeploymentGetConfig2Deployments2$outboundSchema, DeploymentGetConfig2Deployments2$, DeploymentGetConfig2DeploymentsResponseType$inboundSchema, DeploymentGetConfig2DeploymentsResponseType$outboundSchema, DeploymentGetConfig2DeploymentsResponseType$, DeploymentGetConfig21$inboundSchema, DeploymentGetConfig21$outboundSchema, DeploymentGetConfig21$, DeploymentGetConfigContentDeploymentsResponse2$inboundSchema, DeploymentGetConfigContentDeploymentsResponse2$outboundSchema, DeploymentGetConfigContentDeploymentsResponse2$, DeploymentGetConfigContent$inboundSchema, DeploymentGetConfigContent$outboundSchema, DeploymentGetConfigContent$, DeploymentGetConfigDeploymentsResponseType$inboundSchema, DeploymentGetConfigDeploymentsResponseType$outboundSchema, DeploymentGetConfigDeploymentsResponseType$, DeploymentGetConfigDeploymentsFunction$inboundSchema, DeploymentGetConfigDeploymentsFunction$outboundSchema, DeploymentGetConfigDeploymentsFunction$, DeploymentGetConfigToolCalls$inboundSchema, DeploymentGetConfigToolCalls$outboundSchema, DeploymentGetConfigToolCalls$, DeploymentGetConfigMessages$inboundSchema, DeploymentGetConfigMessages$outboundSchema, DeploymentGetConfigMessages$, DeploymentGetConfigFormat$inboundSchema, DeploymentGetConfigFormat$outboundSchema, DeploymentGetConfigFormat$, DeploymentGetConfigResponseFormatType$inboundSchema, DeploymentGetConfigResponseFormatType$outboundSchema, DeploymentGetConfigResponseFormatType$, DeploymentGetConfigResponseFormat2$inboundSchema, DeploymentGetConfigResponseFormat2$outboundSchema, DeploymentGetConfigResponseFormat2$, DeploymentGetConfigResponseFormatDeploymentsType$inboundSchema, DeploymentGetConfigResponseFormatDeploymentsType$outboundSchema, DeploymentGetConfigResponseFormatDeploymentsType$, DeploymentGetConfigResponseFormatJsonSchema$inboundSchema, DeploymentGetConfigResponseFormatJsonSchema$outboundSchema, DeploymentGetConfigResponseFormatJsonSchema$, DeploymentGetConfigResponseFormat1$inboundSchema, DeploymentGetConfigResponseFormat1$outboundSchema, DeploymentGetConfigResponseFormat1$, DeploymentGetConfigResponseFormat$inboundSchema, DeploymentGetConfigResponseFormat$outboundSchema, DeploymentGetConfigResponseFormat$, DeploymentGetConfigPhotoRealVersion$inboundSchema, DeploymentGetConfigPhotoRealVersion$outboundSchema, DeploymentGetConfigPhotoRealVersion$, DeploymentGetConfigEncodingFormat$inboundSchema, DeploymentGetConfigEncodingFormat$outboundSchema, DeploymentGetConfigEncodingFormat$, DeploymentGetConfigReasoningEffort$inboundSchema, DeploymentGetConfigReasoningEffort$outboundSchema, DeploymentGetConfigReasoningEffort$, ParametersT$inboundSchema, ParametersT$outboundSchema, ParametersT$, DeploymentGetConfigDeploymentsType$inboundSchema, DeploymentGetConfigDeploymentsType$outboundSchema, DeploymentGetConfigDeploymentsType$, DeploymentGetConfigFunction$inboundSchema, DeploymentGetConfigFunction$outboundSchema, DeploymentGetConfigFunction$, Tools$inboundSchema, Tools$outboundSchema, Tools$, DeploymentGetConfigResponseBody$inboundSchema, DeploymentGetConfigResponseBody$outboundSchema, DeploymentGetConfigResponseBody$;
|
|
41317
|
+
var DeploymentGetConfigPrefixMessagesDeploymentsRequestRole, DeploymentGetConfig2DeploymentsRequestRequestBodyType, DeploymentGetConfig2DeploymentsRequestType, DeploymentGetConfigPrefixMessagesDeploymentsRole, PrefixMessagesType, DeploymentGetConfigPrefixMessagesRole, DeploymentGetConfig2DeploymentsType, DeploymentGetConfig2Type, Format, TwoType, Detail, Type, PrefixMessagesRole, Role, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type, DeploymentGetConfigMessagesDeploymentsRequestRole, MessagesType, DeploymentGetConfigMessagesDeploymentsRole, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType, TwoFormat, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type, TwoDetail, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType, DeploymentGetConfigMessagesRole, MessagesRole, DeploymentGetConfigType, DeploymentGetConfigRole, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType, DeploymentGetConfig2DeploymentsResponse200Type, DeploymentGetConfig2DeploymentsResponseType, DeploymentGetConfigDeploymentsResponseType, DeploymentGetConfigFormat, DeploymentGetConfigResponseFormatType, DeploymentGetConfigResponseFormatDeploymentsType, DeploymentGetConfigPhotoRealVersion, DeploymentGetConfigEncodingFormat, DeploymentGetConfigReasoningEffort, DeploymentGetConfigDeploymentsType, DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$inboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$outboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$, DeploymentGetConfigPrefixMessagesContent$inboundSchema, DeploymentGetConfigPrefixMessagesContent$outboundSchema, DeploymentGetConfigPrefixMessagesContent$, ToolMessage$inboundSchema, ToolMessage$outboundSchema, ToolMessage$, DeploymentGetConfig2DeploymentsRequestRequestBodyType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyType$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyType$, RefusalContentPart$inboundSchema, RefusalContentPart$outboundSchema, RefusalContentPart$, DeploymentGetConfig2DeploymentsRequestType$inboundSchema, DeploymentGetConfig2DeploymentsRequestType$outboundSchema, DeploymentGetConfig2DeploymentsRequestType$, TextContentPart$inboundSchema, TextContentPart$outboundSchema, TextContentPart$, Content2$inboundSchema, Content2$outboundSchema, Content2$, PrefixMessagesContent$inboundSchema, PrefixMessagesContent$outboundSchema, PrefixMessagesContent$, DeploymentGetConfigPrefixMessagesDeploymentsRole$inboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRole$outboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRole$, Audio$inboundSchema, Audio$outboundSchema, Audio$, PrefixMessagesType$inboundSchema, PrefixMessagesType$outboundSchema, PrefixMessagesType$, FunctionT$inboundSchema, FunctionT$outboundSchema, FunctionT$, ToolCalls$inboundSchema, ToolCalls$outboundSchema, ToolCalls$, AssistantMessage$inboundSchema, AssistantMessage$outboundSchema, AssistantMessage$, DeploymentGetConfigPrefixMessagesRole$inboundSchema, DeploymentGetConfigPrefixMessagesRole$outboundSchema, DeploymentGetConfigPrefixMessagesRole$, DeploymentGetConfig2DeploymentsType$inboundSchema, DeploymentGetConfig2DeploymentsType$outboundSchema, DeploymentGetConfig2DeploymentsType$, FileT$inboundSchema, FileT$outboundSchema, FileT$, Four$inboundSchema, Four$outboundSchema, Four$, DeploymentGetConfig2Type$inboundSchema, DeploymentGetConfig2Type$outboundSchema, DeploymentGetConfig2Type$, Format$inboundSchema, Format$outboundSchema, Format$, InputAudio$inboundSchema, InputAudio$outboundSchema, InputAudio$, Three$inboundSchema, Three$outboundSchema, Three$, TwoType$inboundSchema, TwoType$outboundSchema, TwoType$, Detail$inboundSchema, Detail$outboundSchema, Detail$, ImageUrl$inboundSchema, ImageUrl$outboundSchema, ImageUrl$, Two2$inboundSchema, Two2$outboundSchema, Two2$, Type$inboundSchema, Type$outboundSchema, Type$, One$inboundSchema, One$outboundSchema, One$, Two$inboundSchema, Two$outboundSchema, Two$, Content$inboundSchema, Content$outboundSchema, Content$, UserMessage$inboundSchema, UserMessage$outboundSchema, UserMessage$, PrefixMessagesRole$inboundSchema, PrefixMessagesRole$outboundSchema, PrefixMessagesRole$, SystemMessage$inboundSchema, SystemMessage$outboundSchema, SystemMessage$, Role$inboundSchema, Role$outboundSchema, Role$, DeveloperMessage$inboundSchema, DeveloperMessage$outboundSchema, DeveloperMessage$, PrefixMessages$inboundSchema, PrefixMessages$outboundSchema, PrefixMessages$, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole$outboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole$, DeploymentGetConfigMessagesDeploymentsContent$inboundSchema, DeploymentGetConfigMessagesDeploymentsContent$outboundSchema, DeploymentGetConfigMessagesDeploymentsContent$, MessagesToolMessage$inboundSchema, MessagesToolMessage$outboundSchema, MessagesToolMessage$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType$, TwoRefusalContentPart$inboundSchema, TwoRefusalContentPart$outboundSchema, TwoRefusalContentPart$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type$, TwoTextContentPart$inboundSchema, TwoTextContentPart$outboundSchema, TwoTextContentPart$, DeploymentGetConfigContentDeployments2$inboundSchema, DeploymentGetConfigContentDeployments2$outboundSchema, DeploymentGetConfigContentDeployments2$, DeploymentGetConfigMessagesContent$inboundSchema, DeploymentGetConfigMessagesContent$outboundSchema, DeploymentGetConfigMessagesContent$, DeploymentGetConfigMessagesDeploymentsRequestRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRole$outboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRole$, MessagesAudio$inboundSchema, MessagesAudio$outboundSchema, MessagesAudio$, MessagesType$inboundSchema, MessagesType$outboundSchema, MessagesType$, MessagesFunction$inboundSchema, MessagesFunction$outboundSchema, MessagesFunction$, MessagesToolCalls$inboundSchema, MessagesToolCalls$outboundSchema, MessagesToolCalls$, MessagesAssistantMessage$inboundSchema, MessagesAssistantMessage$outboundSchema, MessagesAssistantMessage$, DeploymentGetConfigMessagesDeploymentsRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRole$outboundSchema, DeploymentGetConfigMessagesDeploymentsRole$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$, TwoFile$inboundSchema, TwoFile$outboundSchema, TwoFile$, Two4$inboundSchema, Two4$outboundSchema, Two4$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$, TwoFormat$inboundSchema, TwoFormat$outboundSchema, TwoFormat$, TwoInputAudio$inboundSchema, TwoInputAudio$outboundSchema, TwoInputAudio$, Two3$inboundSchema, Two3$outboundSchema, Two3$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$, TwoDetail$inboundSchema, TwoDetail$outboundSchema, TwoDetail$, TwoImageUrl$inboundSchema, TwoImageUrl$outboundSchema, TwoImageUrl$, DeploymentGetConfig22$inboundSchema, DeploymentGetConfig22$outboundSchema, DeploymentGetConfig22$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$, Two1$inboundSchema, Two1$outboundSchema, Two1$, DeploymentGetConfigContent2$inboundSchema, DeploymentGetConfigContent2$outboundSchema, DeploymentGetConfigContent2$, MessagesContent$inboundSchema, MessagesContent$outboundSchema, MessagesContent$, MessagesUserMessage$inboundSchema, MessagesUserMessage$outboundSchema, MessagesUserMessage$, DeploymentGetConfigMessagesRole$inboundSchema, DeploymentGetConfigMessagesRole$outboundSchema, DeploymentGetConfigMessagesRole$, MessagesSystemMessage$inboundSchema, MessagesSystemMessage$outboundSchema, MessagesSystemMessage$, MessagesRole$inboundSchema, MessagesRole$outboundSchema, MessagesRole$, MessagesDeveloperMessage$inboundSchema, MessagesDeveloperMessage$outboundSchema, MessagesDeveloperMessage$, Messages$inboundSchema, Messages$outboundSchema, Messages$, Metadata$inboundSchema, Metadata$outboundSchema, Metadata$, Documents$inboundSchema, Documents$outboundSchema, Documents$, InvokeOptions$inboundSchema, InvokeOptions$outboundSchema, InvokeOptions$, Thread$inboundSchema, Thread$outboundSchema, Thread$, OrExists$inboundSchema, OrExists$outboundSchema, OrExists$, DeploymentGetConfigOrNin$inboundSchema, DeploymentGetConfigOrNin$outboundSchema, DeploymentGetConfigOrNin$, OrNin$inboundSchema, OrNin$outboundSchema, OrNin$, DeploymentGetConfigOrIn$inboundSchema, DeploymentGetConfigOrIn$outboundSchema, DeploymentGetConfigOrIn$, OrIn$inboundSchema, OrIn$outboundSchema, OrIn$, OrLte$inboundSchema, OrLte$outboundSchema, OrLte$, OrLt$inboundSchema, OrLt$outboundSchema, OrLt$, OrGte$inboundSchema, OrGte$outboundSchema, OrGte$, Or3$inboundSchema, Or3$outboundSchema, Or3$, DeploymentGetConfigOrNe$inboundSchema, DeploymentGetConfigOrNe$outboundSchema, DeploymentGetConfigOrNe$, OrNe$inboundSchema, OrNe$outboundSchema, OrNe$, DeploymentGetConfigOrEq$inboundSchema, DeploymentGetConfigOrEq$outboundSchema, DeploymentGetConfigOrEq$, OrEq$inboundSchema, OrEq$outboundSchema, OrEq$, KnowledgeFilterOr$inboundSchema, KnowledgeFilterOr$outboundSchema, KnowledgeFilterOr$, Or$inboundSchema, Or$outboundSchema, Or$, AndExists$inboundSchema, AndExists$outboundSchema, AndExists$, DeploymentGetConfigAndNin$inboundSchema, DeploymentGetConfigAndNin$outboundSchema, DeploymentGetConfigAndNin$, AndNin$inboundSchema, AndNin$outboundSchema, AndNin$, DeploymentGetConfigAndIn$inboundSchema, DeploymentGetConfigAndIn$outboundSchema, DeploymentGetConfigAndIn$, AndIn$inboundSchema, AndIn$outboundSchema, AndIn$, AndLte$inboundSchema, AndLte$outboundSchema, AndLte$, AndLt$inboundSchema, AndLt$outboundSchema, AndLt$, AndGte$inboundSchema, AndGte$outboundSchema, AndGte$, And3$inboundSchema, And3$outboundSchema, And3$, DeploymentGetConfigAndNe$inboundSchema, DeploymentGetConfigAndNe$outboundSchema, DeploymentGetConfigAndNe$, AndNe$inboundSchema, AndNe$outboundSchema, AndNe$, DeploymentGetConfigAndEq$inboundSchema, DeploymentGetConfigAndEq$outboundSchema, DeploymentGetConfigAndEq$, AndEq$inboundSchema, AndEq$outboundSchema, AndEq$, KnowledgeFilterAnd$inboundSchema, KnowledgeFilterAnd$outboundSchema, KnowledgeFilterAnd$, And$inboundSchema, And$outboundSchema, And$, Exists$inboundSchema, Exists$outboundSchema, Exists$, OneNin$inboundSchema, OneNin$outboundSchema, OneNin$, Nin$inboundSchema, Nin$outboundSchema, Nin$, OneIn$inboundSchema, OneIn$outboundSchema, OneIn$, In$inboundSchema, In$outboundSchema, In$, Lte$inboundSchema, Lte$outboundSchema, Lte$, Lt$inboundSchema, Lt$outboundSchema, Lt$, Gte$inboundSchema, Gte$outboundSchema, Gte$, One3$inboundSchema, One3$outboundSchema, One3$, OneNe$inboundSchema, OneNe$outboundSchema, OneNe$, Ne$inboundSchema, Ne$outboundSchema, Ne$, OneEq$inboundSchema, OneEq$outboundSchema, OneEq$, Eq$inboundSchema, Eq$outboundSchema, Eq$, KnowledgeFilter1$inboundSchema, KnowledgeFilter1$outboundSchema, KnowledgeFilter1$, KnowledgeFilter$inboundSchema, KnowledgeFilter$outboundSchema, KnowledgeFilter$, DeploymentGetConfigRequestBody$inboundSchema, DeploymentGetConfigRequestBody$outboundSchema, DeploymentGetConfigRequestBody$, DeploymentGetConfigType$inboundSchema, DeploymentGetConfigType$outboundSchema, DeploymentGetConfigType$, DeploymentGetConfigRole$inboundSchema, DeploymentGetConfigRole$outboundSchema, DeploymentGetConfigRole$, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$inboundSchema, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$outboundSchema, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$, DeploymentGetConfig2File$inboundSchema, DeploymentGetConfig2File$outboundSchema, DeploymentGetConfig2File$, DeploymentGetConfig23$inboundSchema, DeploymentGetConfig23$outboundSchema, DeploymentGetConfig23$, DeploymentGetConfig2DeploymentsResponse200Type$inboundSchema, DeploymentGetConfig2DeploymentsResponse200Type$outboundSchema, DeploymentGetConfig2DeploymentsResponse200Type$, DeploymentGetConfig2ImageUrl$inboundSchema, DeploymentGetConfig2ImageUrl$outboundSchema, DeploymentGetConfig2ImageUrl$, DeploymentGetConfig2Deployments2$inboundSchema, DeploymentGetConfig2Deployments2$outboundSchema, DeploymentGetConfig2Deployments2$, DeploymentGetConfig2DeploymentsResponseType$inboundSchema, DeploymentGetConfig2DeploymentsResponseType$outboundSchema, DeploymentGetConfig2DeploymentsResponseType$, DeploymentGetConfig21$inboundSchema, DeploymentGetConfig21$outboundSchema, DeploymentGetConfig21$, DeploymentGetConfigContentDeploymentsResponse2$inboundSchema, DeploymentGetConfigContentDeploymentsResponse2$outboundSchema, DeploymentGetConfigContentDeploymentsResponse2$, DeploymentGetConfigContent$inboundSchema, DeploymentGetConfigContent$outboundSchema, DeploymentGetConfigContent$, DeploymentGetConfigDeploymentsResponseType$inboundSchema, DeploymentGetConfigDeploymentsResponseType$outboundSchema, DeploymentGetConfigDeploymentsResponseType$, DeploymentGetConfigDeploymentsFunction$inboundSchema, DeploymentGetConfigDeploymentsFunction$outboundSchema, DeploymentGetConfigDeploymentsFunction$, DeploymentGetConfigToolCalls$inboundSchema, DeploymentGetConfigToolCalls$outboundSchema, DeploymentGetConfigToolCalls$, DeploymentGetConfigMessages$inboundSchema, DeploymentGetConfigMessages$outboundSchema, DeploymentGetConfigMessages$, DeploymentGetConfigFormat$inboundSchema, DeploymentGetConfigFormat$outboundSchema, DeploymentGetConfigFormat$, DeploymentGetConfigResponseFormatType$inboundSchema, DeploymentGetConfigResponseFormatType$outboundSchema, DeploymentGetConfigResponseFormatType$, DeploymentGetConfigResponseFormat2$inboundSchema, DeploymentGetConfigResponseFormat2$outboundSchema, DeploymentGetConfigResponseFormat2$, DeploymentGetConfigResponseFormatDeploymentsType$inboundSchema, DeploymentGetConfigResponseFormatDeploymentsType$outboundSchema, DeploymentGetConfigResponseFormatDeploymentsType$, DeploymentGetConfigResponseFormatJsonSchema$inboundSchema, DeploymentGetConfigResponseFormatJsonSchema$outboundSchema, DeploymentGetConfigResponseFormatJsonSchema$, DeploymentGetConfigResponseFormat1$inboundSchema, DeploymentGetConfigResponseFormat1$outboundSchema, DeploymentGetConfigResponseFormat1$, DeploymentGetConfigResponseFormat$inboundSchema, DeploymentGetConfigResponseFormat$outboundSchema, DeploymentGetConfigResponseFormat$, DeploymentGetConfigPhotoRealVersion$inboundSchema, DeploymentGetConfigPhotoRealVersion$outboundSchema, DeploymentGetConfigPhotoRealVersion$, DeploymentGetConfigEncodingFormat$inboundSchema, DeploymentGetConfigEncodingFormat$outboundSchema, DeploymentGetConfigEncodingFormat$, DeploymentGetConfigReasoningEffort$inboundSchema, DeploymentGetConfigReasoningEffort$outboundSchema, DeploymentGetConfigReasoningEffort$, ParametersT$inboundSchema, ParametersT$outboundSchema, ParametersT$, DeploymentGetConfigDeploymentsType$inboundSchema, DeploymentGetConfigDeploymentsType$outboundSchema, DeploymentGetConfigDeploymentsType$, DeploymentGetConfigFunction$inboundSchema, DeploymentGetConfigFunction$outboundSchema, DeploymentGetConfigFunction$, Tools$inboundSchema, Tools$outboundSchema, Tools$, DeploymentGetConfigResponseBody$inboundSchema, DeploymentGetConfigResponseBody$outboundSchema, DeploymentGetConfigResponseBody$;
|
|
41318
41318
|
var init_deploymentgetconfig = __esm(() => {
|
|
41319
41319
|
init_esm();
|
|
41320
41320
|
init_primitives();
|
|
@@ -41470,12 +41470,6 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
41470
41470
|
DeploymentGetConfigDeploymentsType = {
|
|
41471
41471
|
Function: "function"
|
|
41472
41472
|
};
|
|
41473
|
-
Inputs$inboundSchema = unionType([stringType(), numberType(), booleanType()]);
|
|
41474
|
-
Inputs$outboundSchema = unionType([stringType(), numberType(), booleanType()]);
|
|
41475
|
-
((Inputs$) => {
|
|
41476
|
-
Inputs$.inboundSchema = Inputs$inboundSchema;
|
|
41477
|
-
Inputs$.outboundSchema = Inputs$outboundSchema;
|
|
41478
|
-
})(Inputs$ ||= {});
|
|
41479
41473
|
DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$inboundSchema = nativeEnumType(DeploymentGetConfigPrefixMessagesDeploymentsRequestRole);
|
|
41480
41474
|
DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$outboundSchema = DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$inboundSchema;
|
|
41481
41475
|
((DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$) => {
|
|
@@ -43012,7 +43006,7 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
43012
43006
|
})(KnowledgeFilter$ ||= {});
|
|
43013
43007
|
DeploymentGetConfigRequestBody$inboundSchema = objectType({
|
|
43014
43008
|
key: stringType(),
|
|
43015
|
-
inputs: recordType(
|
|
43009
|
+
inputs: recordType(anyType()).optional(),
|
|
43016
43010
|
context: recordType(anyType()).optional(),
|
|
43017
43011
|
prefix_messages: arrayType(unionType([
|
|
43018
43012
|
lazyType(() => ToolMessage$inboundSchema),
|
|
@@ -43060,7 +43054,7 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
43060
43054
|
});
|
|
43061
43055
|
DeploymentGetConfigRequestBody$outboundSchema = objectType({
|
|
43062
43056
|
key: stringType(),
|
|
43063
|
-
inputs: recordType(
|
|
43057
|
+
inputs: recordType(anyType()).optional(),
|
|
43064
43058
|
context: recordType(anyType()).optional(),
|
|
43065
43059
|
prefixMessages: arrayType(unionType([
|
|
43066
43060
|
lazyType(() => ToolMessage$outboundSchema),
|
|
@@ -44557,7 +44551,7 @@ var init_deployments = __esm(() => {
|
|
|
44557
44551
|
});
|
|
44558
44552
|
|
|
44559
44553
|
// src/models/operations/deploymentstream.ts
|
|
44560
|
-
var DeploymentStreamPrefixMessagesDeploymentsRequestRequestBody5Role, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessages4Type, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessagesType, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBodyRole, DeploymentStreamPrefixMessagesType, DeploymentStreamPrefixMessagesDeploymentsRequestRole, DeploymentStream2DeploymentsRequestRequestBodyType, DeploymentStream2DeploymentsRequestType, DeploymentStream2Format, DeploymentStream2DeploymentsType, DeploymentStream2Detail, DeploymentStream2Type, DeploymentStreamPrefixMessagesDeploymentsRole, DeploymentStreamPrefixMessagesRole, DeploymentStreamMessagesDeploymentsRequestRequestBody5Role, DeploymentStream2DeploymentsRequestRequestBodyMessages4ContentType, DeploymentStream2DeploymentsRequestRequestBodyMessages4Type, DeploymentStreamMessagesDeploymentsRequestRequestBodyRole, DeploymentStreamMessagesType, DeploymentStreamMessagesDeploymentsRequestRole, DeploymentStream2DeploymentsRequestRequestBodyMessages3Content4Type, DeploymentStream2DeploymentsRequestRequestBodyMessages3ContentType, DeploymentStream2DeploymentsFormat, DeploymentStream2DeploymentsRequestRequestBodyMessages3Type, DeploymentStream2DeploymentsDetail, DeploymentStream2DeploymentsRequestRequestBodyMessagesType, DeploymentStreamMessagesDeploymentsRole, DeploymentStreamMessagesRole, DeploymentStreamObject, DeploymentStreamProvider, DeploymentStreamMessageDeploymentsResponseRole, DeploymentStreamMessageDeploymentsRole, DeploymentStreamMessageRole, DeploymentStreamMessageType, DeploymentStreamGlobals$inboundSchema, DeploymentStreamGlobals$outboundSchema, DeploymentStreamGlobals$, DeploymentStreamInputs$inboundSchema, DeploymentStreamInputs$outboundSchema, DeploymentStreamInputs$, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBody5Role$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBody5Role$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBody5Role$, DeploymentStreamPrefixMessagesDeploymentsRequestContent$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestContent$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestContent$, PrefixMessagesToolMessage$inboundSchema, PrefixMessagesToolMessage$outboundSchema, PrefixMessagesToolMessage$, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessages4Type$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessages4Type$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessages4Type$, DeploymentStream2RefusalContentPart$inboundSchema, DeploymentStream2RefusalContentPart$outboundSchema, DeploymentStream2RefusalContentPart$, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessagesType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessagesType$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessagesType$, DeploymentStream2TextContentPart$inboundSchema, DeploymentStream2TextContentPart$outboundSchema, DeploymentStream2TextContentPart$, DeploymentStreamContentDeployments2$inboundSchema, DeploymentStreamContentDeployments2$outboundSchema, DeploymentStreamContentDeployments2$, DeploymentStreamPrefixMessagesDeploymentsContent$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsContent$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsContent$, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBodyRole$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBodyRole$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBodyRole$, PrefixMessagesAudio$inboundSchema, PrefixMessagesAudio$outboundSchema, PrefixMessagesAudio$, DeploymentStreamPrefixMessagesType$inboundSchema, DeploymentStreamPrefixMessagesType$outboundSchema, DeploymentStreamPrefixMessagesType$, PrefixMessagesFunction$inboundSchema, PrefixMessagesFunction$outboundSchema, PrefixMessagesFunction$, PrefixMessagesToolCalls$inboundSchema, PrefixMessagesToolCalls$outboundSchema, PrefixMessagesToolCalls$, PrefixMessagesAssistantMessage$inboundSchema, PrefixMessagesAssistantMessage$outboundSchema, PrefixMessagesAssistantMessage$, DeploymentStreamPrefixMessagesDeploymentsRequestRole$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRole$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRole$, DeploymentStream2DeploymentsRequestRequestBodyType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyType$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyType$, DeploymentStream2File$inboundSchema, DeploymentStream2File$outboundSchema, DeploymentStream2File$, DeploymentStream24$inboundSchema, DeploymentStream24$outboundSchema, DeploymentStream24$, DeploymentStream2DeploymentsRequestType$inboundSchema, DeploymentStream2DeploymentsRequestType$outboundSchema, DeploymentStream2DeploymentsRequestType$, DeploymentStream2Format$inboundSchema, DeploymentStream2Format$outboundSchema, DeploymentStream2Format$, DeploymentStream2InputAudio$inboundSchema, DeploymentStream2InputAudio$outboundSchema, DeploymentStream2InputAudio$, DeploymentStream23$inboundSchema, DeploymentStream23$outboundSchema, DeploymentStream23$, DeploymentStream2DeploymentsType$inboundSchema, DeploymentStream2DeploymentsType$outboundSchema, DeploymentStream2DeploymentsType$, DeploymentStream2Detail$inboundSchema, DeploymentStream2Detail$outboundSchema, DeploymentStream2Detail$, DeploymentStream2ImageUrl$inboundSchema, DeploymentStream2ImageUrl$outboundSchema, DeploymentStream2ImageUrl$, DeploymentStream22$inboundSchema, DeploymentStream22$outboundSchema, DeploymentStream22$, DeploymentStream2Type$inboundSchema, DeploymentStream2Type$outboundSchema, DeploymentStream2Type$, DeploymentStream21$inboundSchema, DeploymentStream21$outboundSchema, DeploymentStream21$, DeploymentStreamContent2$inboundSchema, DeploymentStreamContent2$outboundSchema, DeploymentStreamContent2$, DeploymentStreamPrefixMessagesContent$inboundSchema, DeploymentStreamPrefixMessagesContent$outboundSchema, DeploymentStreamPrefixMessagesContent$, PrefixMessagesUserMessage$inboundSchema, PrefixMessagesUserMessage$outboundSchema, PrefixMessagesUserMessage$, DeploymentStreamPrefixMessagesDeploymentsRole$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRole$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRole$, PrefixMessagesSystemMessage$inboundSchema, PrefixMessagesSystemMessage$outboundSchema, PrefixMessagesSystemMessage$, DeploymentStreamPrefixMessagesRole$inboundSchema, DeploymentStreamPrefixMessagesRole$outboundSchema, DeploymentStreamPrefixMessagesRole$, PrefixMessagesDeveloperMessage$inboundSchema, PrefixMessagesDeveloperMessage$outboundSchema, PrefixMessagesDeveloperMessage$, DeploymentStreamPrefixMessages$inboundSchema, DeploymentStreamPrefixMessages$outboundSchema, DeploymentStreamPrefixMessages$, DeploymentStreamMessagesDeploymentsRequestRequestBody5Role$inboundSchema, DeploymentStreamMessagesDeploymentsRequestRequestBody5Role$outboundSchema, DeploymentStreamMessagesDeploymentsRequestRequestBody5Role$, DeploymentStreamMessagesDeploymentsRequestContent$inboundSchema, DeploymentStreamMessagesDeploymentsRequestContent$outboundSchema, DeploymentStreamMessagesDeploymentsRequestContent$, DeploymentStreamMessagesToolMessage$inboundSchema, DeploymentStreamMessagesToolMessage$outboundSchema, DeploymentStreamMessagesToolMessage$, DeploymentStream2DeploymentsRequestRequestBodyMessages4ContentType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages4ContentType$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages4ContentType$, DeploymentStream2DeploymentsRefusalContentPart$inboundSchema, DeploymentStream2DeploymentsRefusalContentPart$outboundSchema, DeploymentStream2DeploymentsRefusalContentPart$, DeploymentStream2DeploymentsRequestRequestBodyMessages4Type$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages4Type$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages4Type$, DeploymentStream2DeploymentsTextContentPart$inboundSchema, DeploymentStream2DeploymentsTextContentPart$outboundSchema, DeploymentStream2DeploymentsTextContentPart$, DeploymentStreamContentDeploymentsRequestRequestBody2$inboundSchema, DeploymentStreamContentDeploymentsRequestRequestBody2$outboundSchema, DeploymentStreamContentDeploymentsRequestRequestBody2$, DeploymentStreamMessagesDeploymentsContent$inboundSchema, DeploymentStreamMessagesDeploymentsContent$outboundSchema, DeploymentStreamMessagesDeploymentsContent$, DeploymentStreamMessagesDeploymentsRequestRequestBodyRole$inboundSchema, DeploymentStreamMessagesDeploymentsRequestRequestBodyRole$outboundSchema, DeploymentStreamMessagesDeploymentsRequestRequestBodyRole$, DeploymentStreamMessagesAudio$inboundSchema, DeploymentStreamMessagesAudio$outboundSchema, DeploymentStreamMessagesAudio$, DeploymentStreamMessagesType$inboundSchema, DeploymentStreamMessagesType$outboundSchema, DeploymentStreamMessagesType$, DeploymentStreamMessagesFunction$inboundSchema, DeploymentStreamMessagesFunction$outboundSchema, DeploymentStreamMessagesFunction$, DeploymentStreamMessagesToolCalls$inboundSchema, DeploymentStreamMessagesToolCalls$outboundSchema, DeploymentStreamMessagesToolCalls$, DeploymentStreamMessagesAssistantMessage$inboundSchema, DeploymentStreamMessagesAssistantMessage$outboundSchema, DeploymentStreamMessagesAssistantMessage$, DeploymentStreamMessagesDeploymentsRequestRole$inboundSchema, DeploymentStreamMessagesDeploymentsRequestRole$outboundSchema, DeploymentStreamMessagesDeploymentsRequestRole$, DeploymentStream2DeploymentsRequestRequestBodyMessages3Content4Type$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3Content4Type$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3Content4Type$, DeploymentStream2DeploymentsFile$inboundSchema, DeploymentStream2DeploymentsFile$outboundSchema, DeploymentStream2DeploymentsFile$, DeploymentStream2Deployments4$inboundSchema, DeploymentStream2Deployments4$outboundSchema, DeploymentStream2Deployments4$, DeploymentStream2DeploymentsRequestRequestBodyMessages3ContentType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3ContentType$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3ContentType$, DeploymentStream2DeploymentsFormat$inboundSchema, DeploymentStream2DeploymentsFormat$outboundSchema, DeploymentStream2DeploymentsFormat$, DeploymentStream2DeploymentsInputAudio$inboundSchema, DeploymentStream2DeploymentsInputAudio$outboundSchema, DeploymentStream2DeploymentsInputAudio$, DeploymentStream2Deployments3$inboundSchema, DeploymentStream2Deployments3$outboundSchema, DeploymentStream2Deployments3$, DeploymentStream2DeploymentsRequestRequestBodyMessages3Type$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3Type$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3Type$, DeploymentStream2DeploymentsDetail$inboundSchema, DeploymentStream2DeploymentsDetail$outboundSchema, DeploymentStream2DeploymentsDetail$, DeploymentStream2DeploymentsImageUrl$inboundSchema, DeploymentStream2DeploymentsImageUrl$outboundSchema, DeploymentStream2DeploymentsImageUrl$, DeploymentStream2Deployments2$inboundSchema, DeploymentStream2Deployments2$outboundSchema, DeploymentStream2Deployments2$, DeploymentStream2DeploymentsRequestRequestBodyMessagesType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessagesType$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessagesType$, DeploymentStream2Deployments1$inboundSchema, DeploymentStream2Deployments1$outboundSchema, DeploymentStream2Deployments1$, DeploymentStreamContentDeploymentsRequest2$inboundSchema, DeploymentStreamContentDeploymentsRequest2$outboundSchema, DeploymentStreamContentDeploymentsRequest2$, DeploymentStreamMessagesContent$inboundSchema, DeploymentStreamMessagesContent$outboundSchema, DeploymentStreamMessagesContent$, DeploymentStreamMessagesUserMessage$inboundSchema, DeploymentStreamMessagesUserMessage$outboundSchema, DeploymentStreamMessagesUserMessage$, DeploymentStreamMessagesDeploymentsRole$inboundSchema, DeploymentStreamMessagesDeploymentsRole$outboundSchema, DeploymentStreamMessagesDeploymentsRole$, DeploymentStreamMessagesSystemMessage$inboundSchema, DeploymentStreamMessagesSystemMessage$outboundSchema, DeploymentStreamMessagesSystemMessage$, DeploymentStreamMessagesRole$inboundSchema, DeploymentStreamMessagesRole$outboundSchema, DeploymentStreamMessagesRole$, DeploymentStreamMessagesDeveloperMessage$inboundSchema, DeploymentStreamMessagesDeveloperMessage$outboundSchema, DeploymentStreamMessagesDeveloperMessage$, DeploymentStreamMessages$inboundSchema, DeploymentStreamMessages$outboundSchema, DeploymentStreamMessages$, DeploymentStreamMetadata$inboundSchema, DeploymentStreamMetadata$outboundSchema, DeploymentStreamMetadata$, DeploymentStreamDocuments$inboundSchema, DeploymentStreamDocuments$outboundSchema, DeploymentStreamDocuments$, DeploymentStreamInvokeOptions$inboundSchema, DeploymentStreamInvokeOptions$outboundSchema, DeploymentStreamInvokeOptions$, DeploymentStreamThread$inboundSchema, DeploymentStreamThread$outboundSchema, DeploymentStreamThread$, DeploymentStreamOrExists$inboundSchema, DeploymentStreamOrExists$outboundSchema, DeploymentStreamOrExists$, DeploymentStreamOrDeploymentsNin$inboundSchema, DeploymentStreamOrDeploymentsNin$outboundSchema, DeploymentStreamOrDeploymentsNin$, DeploymentStreamOrNin$inboundSchema, DeploymentStreamOrNin$outboundSchema, DeploymentStreamOrNin$, DeploymentStreamOrDeploymentsIn$inboundSchema, DeploymentStreamOrDeploymentsIn$outboundSchema, DeploymentStreamOrDeploymentsIn$, DeploymentStreamOrIn$inboundSchema, DeploymentStreamOrIn$outboundSchema, DeploymentStreamOrIn$, DeploymentStreamOrLte$inboundSchema, DeploymentStreamOrLte$outboundSchema, DeploymentStreamOrLte$, DeploymentStreamOrLt$inboundSchema, DeploymentStreamOrLt$outboundSchema, DeploymentStreamOrLt$, DeploymentStreamOrGte$inboundSchema, DeploymentStreamOrGte$outboundSchema, DeploymentStreamOrGte$, DeploymentStreamOr3$inboundSchema, DeploymentStreamOr3$outboundSchema, DeploymentStreamOr3$, DeploymentStreamOrDeploymentsNe$inboundSchema, DeploymentStreamOrDeploymentsNe$outboundSchema, DeploymentStreamOrDeploymentsNe$, DeploymentStreamOrNe$inboundSchema, DeploymentStreamOrNe$outboundSchema, DeploymentStreamOrNe$, DeploymentStreamOrDeploymentsEq$inboundSchema, DeploymentStreamOrDeploymentsEq$outboundSchema, DeploymentStreamOrDeploymentsEq$, DeploymentStreamOrEq$inboundSchema, DeploymentStreamOrEq$outboundSchema, DeploymentStreamOrEq$, DeploymentStreamKnowledgeFilterDeploymentsOr$inboundSchema, DeploymentStreamKnowledgeFilterDeploymentsOr$outboundSchema, DeploymentStreamKnowledgeFilterDeploymentsOr$, DeploymentStreamKnowledgeFilterOr$inboundSchema, DeploymentStreamKnowledgeFilterOr$outboundSchema, DeploymentStreamKnowledgeFilterOr$, DeploymentStreamAndExists$inboundSchema, DeploymentStreamAndExists$outboundSchema, DeploymentStreamAndExists$, DeploymentStreamAndDeploymentsNin$inboundSchema, DeploymentStreamAndDeploymentsNin$outboundSchema, DeploymentStreamAndDeploymentsNin$, DeploymentStreamAndNin$inboundSchema, DeploymentStreamAndNin$outboundSchema, DeploymentStreamAndNin$, DeploymentStreamAndDeploymentsIn$inboundSchema, DeploymentStreamAndDeploymentsIn$outboundSchema, DeploymentStreamAndDeploymentsIn$, DeploymentStreamAndIn$inboundSchema, DeploymentStreamAndIn$outboundSchema, DeploymentStreamAndIn$, DeploymentStreamAndLte$inboundSchema, DeploymentStreamAndLte$outboundSchema, DeploymentStreamAndLte$, DeploymentStreamAndLt$inboundSchema, DeploymentStreamAndLt$outboundSchema, DeploymentStreamAndLt$, DeploymentStreamAndGte$inboundSchema, DeploymentStreamAndGte$outboundSchema, DeploymentStreamAndGte$, DeploymentStreamAnd3$inboundSchema, DeploymentStreamAnd3$outboundSchema, DeploymentStreamAnd3$, DeploymentStreamAndDeploymentsNe$inboundSchema, DeploymentStreamAndDeploymentsNe$outboundSchema, DeploymentStreamAndDeploymentsNe$, DeploymentStreamAndNe$inboundSchema, DeploymentStreamAndNe$outboundSchema, DeploymentStreamAndNe$, DeploymentStreamAndDeploymentsEq$inboundSchema, DeploymentStreamAndDeploymentsEq$outboundSchema, DeploymentStreamAndDeploymentsEq$, DeploymentStreamAndEq$inboundSchema, DeploymentStreamAndEq$outboundSchema, DeploymentStreamAndEq$, DeploymentStreamKnowledgeFilterDeploymentsAnd$inboundSchema, DeploymentStreamKnowledgeFilterDeploymentsAnd$outboundSchema, DeploymentStreamKnowledgeFilterDeploymentsAnd$, DeploymentStreamKnowledgeFilterAnd$inboundSchema, DeploymentStreamKnowledgeFilterAnd$outboundSchema, DeploymentStreamKnowledgeFilterAnd$, OneExists$inboundSchema, OneExists$outboundSchema, OneExists$, DeploymentStream1DeploymentsNin$inboundSchema, DeploymentStream1DeploymentsNin$outboundSchema, DeploymentStream1DeploymentsNin$, DeploymentStream1Nin$inboundSchema, DeploymentStream1Nin$outboundSchema, DeploymentStream1Nin$, DeploymentStream1DeploymentsIn$inboundSchema, DeploymentStream1DeploymentsIn$outboundSchema, DeploymentStream1DeploymentsIn$, DeploymentStream1In$inboundSchema, DeploymentStream1In$outboundSchema, DeploymentStream1In$, OneLte$inboundSchema, OneLte$outboundSchema, OneLte$, OneLt$inboundSchema, OneLt$outboundSchema, OneLt$, OneGte$inboundSchema, OneGte$outboundSchema, OneGte$, DeploymentStream13$inboundSchema, DeploymentStream13$outboundSchema, DeploymentStream13$, DeploymentStream1DeploymentsNe$inboundSchema, DeploymentStream1DeploymentsNe$outboundSchema, DeploymentStream1DeploymentsNe$, DeploymentStream1Ne$inboundSchema, DeploymentStream1Ne$outboundSchema, DeploymentStream1Ne$, DeploymentStream1DeploymentsEq$inboundSchema, DeploymentStream1DeploymentsEq$outboundSchema, DeploymentStream1DeploymentsEq$, DeploymentStream1Eq$inboundSchema, DeploymentStream1Eq$outboundSchema, DeploymentStream1Eq$, DeploymentStreamKnowledgeFilter1$inboundSchema, DeploymentStreamKnowledgeFilter1$outboundSchema, DeploymentStreamKnowledgeFilter1$, DeploymentStreamKnowledgeFilter$inboundSchema, DeploymentStreamKnowledgeFilter$outboundSchema, DeploymentStreamKnowledgeFilter$, DeploymentStreamRequestBody$inboundSchema, DeploymentStreamRequestBody$outboundSchema, DeploymentStreamRequestBody$, DeploymentStreamObject$inboundSchema, DeploymentStreamObject$outboundSchema, DeploymentStreamObject$, DeploymentStreamProvider$inboundSchema, DeploymentStreamProvider$outboundSchema, DeploymentStreamProvider$, DeploymentStreamMessageDeploymentsResponseRole$inboundSchema, DeploymentStreamMessageDeploymentsResponseRole$outboundSchema, DeploymentStreamMessageDeploymentsResponseRole$, DeploymentStreamMessage3$inboundSchema, DeploymentStreamMessage3$outboundSchema, DeploymentStreamMessage3$, DeploymentStreamMessageDeploymentsRole$inboundSchema, DeploymentStreamMessageDeploymentsRole$outboundSchema, DeploymentStreamMessageDeploymentsRole$, DeploymentStreamMessage2$inboundSchema, DeploymentStreamMessage2$outboundSchema, DeploymentStreamMessage2$, DeploymentStreamMessageRole$inboundSchema, DeploymentStreamMessageRole$outboundSchema, DeploymentStreamMessageRole$, DeploymentStreamMessageType$inboundSchema, DeploymentStreamMessageType$outboundSchema, DeploymentStreamMessageType$, DeploymentStreamMessageFunction$inboundSchema, DeploymentStreamMessageFunction$outboundSchema, DeploymentStreamMessageFunction$, DeploymentStreamMessageToolCalls$inboundSchema, DeploymentStreamMessageToolCalls$outboundSchema, DeploymentStreamMessageToolCalls$, DeploymentStreamMessage1$inboundSchema, DeploymentStreamMessage1$outboundSchema, DeploymentStreamMessage1$, DeploymentStreamMessage$inboundSchema, DeploymentStreamMessage$outboundSchema, DeploymentStreamMessage$, DeploymentStreamChoices$inboundSchema, DeploymentStreamChoices$outboundSchema, DeploymentStreamChoices$, DeploymentStreamDeploymentsMetadata$inboundSchema, DeploymentStreamDeploymentsMetadata$outboundSchema, DeploymentStreamDeploymentsMetadata$, DeploymentStreamRetrievals$inboundSchema, DeploymentStreamRetrievals$outboundSchema, DeploymentStreamRetrievals$, DeploymentStreamData$inboundSchema, DeploymentStreamData$outboundSchema, DeploymentStreamData$, DeploymentStreamResponseBody$inboundSchema, DeploymentStreamResponseBody$outboundSchema, DeploymentStreamResponseBody$;
|
|
44554
|
+
var DeploymentStreamPrefixMessagesDeploymentsRequestRequestBody5Role, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessages4Type, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessagesType, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBodyRole, DeploymentStreamPrefixMessagesType, DeploymentStreamPrefixMessagesDeploymentsRequestRole, DeploymentStream2DeploymentsRequestRequestBodyType, DeploymentStream2DeploymentsRequestType, DeploymentStream2Format, DeploymentStream2DeploymentsType, DeploymentStream2Detail, DeploymentStream2Type, DeploymentStreamPrefixMessagesDeploymentsRole, DeploymentStreamPrefixMessagesRole, DeploymentStreamMessagesDeploymentsRequestRequestBody5Role, DeploymentStream2DeploymentsRequestRequestBodyMessages4ContentType, DeploymentStream2DeploymentsRequestRequestBodyMessages4Type, DeploymentStreamMessagesDeploymentsRequestRequestBodyRole, DeploymentStreamMessagesType, DeploymentStreamMessagesDeploymentsRequestRole, DeploymentStream2DeploymentsRequestRequestBodyMessages3Content4Type, DeploymentStream2DeploymentsRequestRequestBodyMessages3ContentType, DeploymentStream2DeploymentsFormat, DeploymentStream2DeploymentsRequestRequestBodyMessages3Type, DeploymentStream2DeploymentsDetail, DeploymentStream2DeploymentsRequestRequestBodyMessagesType, DeploymentStreamMessagesDeploymentsRole, DeploymentStreamMessagesRole, DeploymentStreamObject, DeploymentStreamProvider, DeploymentStreamMessageDeploymentsResponseRole, DeploymentStreamMessageDeploymentsRole, DeploymentStreamMessageRole, DeploymentStreamMessageType, DeploymentStreamGlobals$inboundSchema, DeploymentStreamGlobals$outboundSchema, DeploymentStreamGlobals$, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBody5Role$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBody5Role$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBody5Role$, DeploymentStreamPrefixMessagesDeploymentsRequestContent$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestContent$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestContent$, PrefixMessagesToolMessage$inboundSchema, PrefixMessagesToolMessage$outboundSchema, PrefixMessagesToolMessage$, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessages4Type$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessages4Type$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessages4Type$, DeploymentStream2RefusalContentPart$inboundSchema, DeploymentStream2RefusalContentPart$outboundSchema, DeploymentStream2RefusalContentPart$, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessagesType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessagesType$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessagesType$, DeploymentStream2TextContentPart$inboundSchema, DeploymentStream2TextContentPart$outboundSchema, DeploymentStream2TextContentPart$, DeploymentStreamContentDeployments2$inboundSchema, DeploymentStreamContentDeployments2$outboundSchema, DeploymentStreamContentDeployments2$, DeploymentStreamPrefixMessagesDeploymentsContent$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsContent$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsContent$, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBodyRole$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBodyRole$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBodyRole$, PrefixMessagesAudio$inboundSchema, PrefixMessagesAudio$outboundSchema, PrefixMessagesAudio$, DeploymentStreamPrefixMessagesType$inboundSchema, DeploymentStreamPrefixMessagesType$outboundSchema, DeploymentStreamPrefixMessagesType$, PrefixMessagesFunction$inboundSchema, PrefixMessagesFunction$outboundSchema, PrefixMessagesFunction$, PrefixMessagesToolCalls$inboundSchema, PrefixMessagesToolCalls$outboundSchema, PrefixMessagesToolCalls$, PrefixMessagesAssistantMessage$inboundSchema, PrefixMessagesAssistantMessage$outboundSchema, PrefixMessagesAssistantMessage$, DeploymentStreamPrefixMessagesDeploymentsRequestRole$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRole$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRole$, DeploymentStream2DeploymentsRequestRequestBodyType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyType$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyType$, DeploymentStream2File$inboundSchema, DeploymentStream2File$outboundSchema, DeploymentStream2File$, DeploymentStream24$inboundSchema, DeploymentStream24$outboundSchema, DeploymentStream24$, DeploymentStream2DeploymentsRequestType$inboundSchema, DeploymentStream2DeploymentsRequestType$outboundSchema, DeploymentStream2DeploymentsRequestType$, DeploymentStream2Format$inboundSchema, DeploymentStream2Format$outboundSchema, DeploymentStream2Format$, DeploymentStream2InputAudio$inboundSchema, DeploymentStream2InputAudio$outboundSchema, DeploymentStream2InputAudio$, DeploymentStream23$inboundSchema, DeploymentStream23$outboundSchema, DeploymentStream23$, DeploymentStream2DeploymentsType$inboundSchema, DeploymentStream2DeploymentsType$outboundSchema, DeploymentStream2DeploymentsType$, DeploymentStream2Detail$inboundSchema, DeploymentStream2Detail$outboundSchema, DeploymentStream2Detail$, DeploymentStream2ImageUrl$inboundSchema, DeploymentStream2ImageUrl$outboundSchema, DeploymentStream2ImageUrl$, DeploymentStream22$inboundSchema, DeploymentStream22$outboundSchema, DeploymentStream22$, DeploymentStream2Type$inboundSchema, DeploymentStream2Type$outboundSchema, DeploymentStream2Type$, DeploymentStream21$inboundSchema, DeploymentStream21$outboundSchema, DeploymentStream21$, DeploymentStreamContent2$inboundSchema, DeploymentStreamContent2$outboundSchema, DeploymentStreamContent2$, DeploymentStreamPrefixMessagesContent$inboundSchema, DeploymentStreamPrefixMessagesContent$outboundSchema, DeploymentStreamPrefixMessagesContent$, PrefixMessagesUserMessage$inboundSchema, PrefixMessagesUserMessage$outboundSchema, PrefixMessagesUserMessage$, DeploymentStreamPrefixMessagesDeploymentsRole$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRole$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRole$, PrefixMessagesSystemMessage$inboundSchema, PrefixMessagesSystemMessage$outboundSchema, PrefixMessagesSystemMessage$, DeploymentStreamPrefixMessagesRole$inboundSchema, DeploymentStreamPrefixMessagesRole$outboundSchema, DeploymentStreamPrefixMessagesRole$, PrefixMessagesDeveloperMessage$inboundSchema, PrefixMessagesDeveloperMessage$outboundSchema, PrefixMessagesDeveloperMessage$, DeploymentStreamPrefixMessages$inboundSchema, DeploymentStreamPrefixMessages$outboundSchema, DeploymentStreamPrefixMessages$, DeploymentStreamMessagesDeploymentsRequestRequestBody5Role$inboundSchema, DeploymentStreamMessagesDeploymentsRequestRequestBody5Role$outboundSchema, DeploymentStreamMessagesDeploymentsRequestRequestBody5Role$, DeploymentStreamMessagesDeploymentsRequestContent$inboundSchema, DeploymentStreamMessagesDeploymentsRequestContent$outboundSchema, DeploymentStreamMessagesDeploymentsRequestContent$, DeploymentStreamMessagesToolMessage$inboundSchema, DeploymentStreamMessagesToolMessage$outboundSchema, DeploymentStreamMessagesToolMessage$, DeploymentStream2DeploymentsRequestRequestBodyMessages4ContentType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages4ContentType$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages4ContentType$, DeploymentStream2DeploymentsRefusalContentPart$inboundSchema, DeploymentStream2DeploymentsRefusalContentPart$outboundSchema, DeploymentStream2DeploymentsRefusalContentPart$, DeploymentStream2DeploymentsRequestRequestBodyMessages4Type$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages4Type$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages4Type$, DeploymentStream2DeploymentsTextContentPart$inboundSchema, DeploymentStream2DeploymentsTextContentPart$outboundSchema, DeploymentStream2DeploymentsTextContentPart$, DeploymentStreamContentDeploymentsRequestRequestBody2$inboundSchema, DeploymentStreamContentDeploymentsRequestRequestBody2$outboundSchema, DeploymentStreamContentDeploymentsRequestRequestBody2$, DeploymentStreamMessagesDeploymentsContent$inboundSchema, DeploymentStreamMessagesDeploymentsContent$outboundSchema, DeploymentStreamMessagesDeploymentsContent$, DeploymentStreamMessagesDeploymentsRequestRequestBodyRole$inboundSchema, DeploymentStreamMessagesDeploymentsRequestRequestBodyRole$outboundSchema, DeploymentStreamMessagesDeploymentsRequestRequestBodyRole$, DeploymentStreamMessagesAudio$inboundSchema, DeploymentStreamMessagesAudio$outboundSchema, DeploymentStreamMessagesAudio$, DeploymentStreamMessagesType$inboundSchema, DeploymentStreamMessagesType$outboundSchema, DeploymentStreamMessagesType$, DeploymentStreamMessagesFunction$inboundSchema, DeploymentStreamMessagesFunction$outboundSchema, DeploymentStreamMessagesFunction$, DeploymentStreamMessagesToolCalls$inboundSchema, DeploymentStreamMessagesToolCalls$outboundSchema, DeploymentStreamMessagesToolCalls$, DeploymentStreamMessagesAssistantMessage$inboundSchema, DeploymentStreamMessagesAssistantMessage$outboundSchema, DeploymentStreamMessagesAssistantMessage$, DeploymentStreamMessagesDeploymentsRequestRole$inboundSchema, DeploymentStreamMessagesDeploymentsRequestRole$outboundSchema, DeploymentStreamMessagesDeploymentsRequestRole$, DeploymentStream2DeploymentsRequestRequestBodyMessages3Content4Type$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3Content4Type$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3Content4Type$, DeploymentStream2DeploymentsFile$inboundSchema, DeploymentStream2DeploymentsFile$outboundSchema, DeploymentStream2DeploymentsFile$, DeploymentStream2Deployments4$inboundSchema, DeploymentStream2Deployments4$outboundSchema, DeploymentStream2Deployments4$, DeploymentStream2DeploymentsRequestRequestBodyMessages3ContentType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3ContentType$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3ContentType$, DeploymentStream2DeploymentsFormat$inboundSchema, DeploymentStream2DeploymentsFormat$outboundSchema, DeploymentStream2DeploymentsFormat$, DeploymentStream2DeploymentsInputAudio$inboundSchema, DeploymentStream2DeploymentsInputAudio$outboundSchema, DeploymentStream2DeploymentsInputAudio$, DeploymentStream2Deployments3$inboundSchema, DeploymentStream2Deployments3$outboundSchema, DeploymentStream2Deployments3$, DeploymentStream2DeploymentsRequestRequestBodyMessages3Type$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3Type$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3Type$, DeploymentStream2DeploymentsDetail$inboundSchema, DeploymentStream2DeploymentsDetail$outboundSchema, DeploymentStream2DeploymentsDetail$, DeploymentStream2DeploymentsImageUrl$inboundSchema, DeploymentStream2DeploymentsImageUrl$outboundSchema, DeploymentStream2DeploymentsImageUrl$, DeploymentStream2Deployments2$inboundSchema, DeploymentStream2Deployments2$outboundSchema, DeploymentStream2Deployments2$, DeploymentStream2DeploymentsRequestRequestBodyMessagesType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessagesType$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessagesType$, DeploymentStream2Deployments1$inboundSchema, DeploymentStream2Deployments1$outboundSchema, DeploymentStream2Deployments1$, DeploymentStreamContentDeploymentsRequest2$inboundSchema, DeploymentStreamContentDeploymentsRequest2$outboundSchema, DeploymentStreamContentDeploymentsRequest2$, DeploymentStreamMessagesContent$inboundSchema, DeploymentStreamMessagesContent$outboundSchema, DeploymentStreamMessagesContent$, DeploymentStreamMessagesUserMessage$inboundSchema, DeploymentStreamMessagesUserMessage$outboundSchema, DeploymentStreamMessagesUserMessage$, DeploymentStreamMessagesDeploymentsRole$inboundSchema, DeploymentStreamMessagesDeploymentsRole$outboundSchema, DeploymentStreamMessagesDeploymentsRole$, DeploymentStreamMessagesSystemMessage$inboundSchema, DeploymentStreamMessagesSystemMessage$outboundSchema, DeploymentStreamMessagesSystemMessage$, DeploymentStreamMessagesRole$inboundSchema, DeploymentStreamMessagesRole$outboundSchema, DeploymentStreamMessagesRole$, DeploymentStreamMessagesDeveloperMessage$inboundSchema, DeploymentStreamMessagesDeveloperMessage$outboundSchema, DeploymentStreamMessagesDeveloperMessage$, DeploymentStreamMessages$inboundSchema, DeploymentStreamMessages$outboundSchema, DeploymentStreamMessages$, DeploymentStreamMetadata$inboundSchema, DeploymentStreamMetadata$outboundSchema, DeploymentStreamMetadata$, DeploymentStreamDocuments$inboundSchema, DeploymentStreamDocuments$outboundSchema, DeploymentStreamDocuments$, DeploymentStreamInvokeOptions$inboundSchema, DeploymentStreamInvokeOptions$outboundSchema, DeploymentStreamInvokeOptions$, DeploymentStreamThread$inboundSchema, DeploymentStreamThread$outboundSchema, DeploymentStreamThread$, DeploymentStreamOrExists$inboundSchema, DeploymentStreamOrExists$outboundSchema, DeploymentStreamOrExists$, DeploymentStreamOrDeploymentsNin$inboundSchema, DeploymentStreamOrDeploymentsNin$outboundSchema, DeploymentStreamOrDeploymentsNin$, DeploymentStreamOrNin$inboundSchema, DeploymentStreamOrNin$outboundSchema, DeploymentStreamOrNin$, DeploymentStreamOrDeploymentsIn$inboundSchema, DeploymentStreamOrDeploymentsIn$outboundSchema, DeploymentStreamOrDeploymentsIn$, DeploymentStreamOrIn$inboundSchema, DeploymentStreamOrIn$outboundSchema, DeploymentStreamOrIn$, DeploymentStreamOrLte$inboundSchema, DeploymentStreamOrLte$outboundSchema, DeploymentStreamOrLte$, DeploymentStreamOrLt$inboundSchema, DeploymentStreamOrLt$outboundSchema, DeploymentStreamOrLt$, DeploymentStreamOrGte$inboundSchema, DeploymentStreamOrGte$outboundSchema, DeploymentStreamOrGte$, DeploymentStreamOr3$inboundSchema, DeploymentStreamOr3$outboundSchema, DeploymentStreamOr3$, DeploymentStreamOrDeploymentsNe$inboundSchema, DeploymentStreamOrDeploymentsNe$outboundSchema, DeploymentStreamOrDeploymentsNe$, DeploymentStreamOrNe$inboundSchema, DeploymentStreamOrNe$outboundSchema, DeploymentStreamOrNe$, DeploymentStreamOrDeploymentsEq$inboundSchema, DeploymentStreamOrDeploymentsEq$outboundSchema, DeploymentStreamOrDeploymentsEq$, DeploymentStreamOrEq$inboundSchema, DeploymentStreamOrEq$outboundSchema, DeploymentStreamOrEq$, DeploymentStreamKnowledgeFilterDeploymentsOr$inboundSchema, DeploymentStreamKnowledgeFilterDeploymentsOr$outboundSchema, DeploymentStreamKnowledgeFilterDeploymentsOr$, DeploymentStreamKnowledgeFilterOr$inboundSchema, DeploymentStreamKnowledgeFilterOr$outboundSchema, DeploymentStreamKnowledgeFilterOr$, DeploymentStreamAndExists$inboundSchema, DeploymentStreamAndExists$outboundSchema, DeploymentStreamAndExists$, DeploymentStreamAndDeploymentsNin$inboundSchema, DeploymentStreamAndDeploymentsNin$outboundSchema, DeploymentStreamAndDeploymentsNin$, DeploymentStreamAndNin$inboundSchema, DeploymentStreamAndNin$outboundSchema, DeploymentStreamAndNin$, DeploymentStreamAndDeploymentsIn$inboundSchema, DeploymentStreamAndDeploymentsIn$outboundSchema, DeploymentStreamAndDeploymentsIn$, DeploymentStreamAndIn$inboundSchema, DeploymentStreamAndIn$outboundSchema, DeploymentStreamAndIn$, DeploymentStreamAndLte$inboundSchema, DeploymentStreamAndLte$outboundSchema, DeploymentStreamAndLte$, DeploymentStreamAndLt$inboundSchema, DeploymentStreamAndLt$outboundSchema, DeploymentStreamAndLt$, DeploymentStreamAndGte$inboundSchema, DeploymentStreamAndGte$outboundSchema, DeploymentStreamAndGte$, DeploymentStreamAnd3$inboundSchema, DeploymentStreamAnd3$outboundSchema, DeploymentStreamAnd3$, DeploymentStreamAndDeploymentsNe$inboundSchema, DeploymentStreamAndDeploymentsNe$outboundSchema, DeploymentStreamAndDeploymentsNe$, DeploymentStreamAndNe$inboundSchema, DeploymentStreamAndNe$outboundSchema, DeploymentStreamAndNe$, DeploymentStreamAndDeploymentsEq$inboundSchema, DeploymentStreamAndDeploymentsEq$outboundSchema, DeploymentStreamAndDeploymentsEq$, DeploymentStreamAndEq$inboundSchema, DeploymentStreamAndEq$outboundSchema, DeploymentStreamAndEq$, DeploymentStreamKnowledgeFilterDeploymentsAnd$inboundSchema, DeploymentStreamKnowledgeFilterDeploymentsAnd$outboundSchema, DeploymentStreamKnowledgeFilterDeploymentsAnd$, DeploymentStreamKnowledgeFilterAnd$inboundSchema, DeploymentStreamKnowledgeFilterAnd$outboundSchema, DeploymentStreamKnowledgeFilterAnd$, OneExists$inboundSchema, OneExists$outboundSchema, OneExists$, DeploymentStream1DeploymentsNin$inboundSchema, DeploymentStream1DeploymentsNin$outboundSchema, DeploymentStream1DeploymentsNin$, DeploymentStream1Nin$inboundSchema, DeploymentStream1Nin$outboundSchema, DeploymentStream1Nin$, DeploymentStream1DeploymentsIn$inboundSchema, DeploymentStream1DeploymentsIn$outboundSchema, DeploymentStream1DeploymentsIn$, DeploymentStream1In$inboundSchema, DeploymentStream1In$outboundSchema, DeploymentStream1In$, OneLte$inboundSchema, OneLte$outboundSchema, OneLte$, OneLt$inboundSchema, OneLt$outboundSchema, OneLt$, OneGte$inboundSchema, OneGte$outboundSchema, OneGte$, DeploymentStream13$inboundSchema, DeploymentStream13$outboundSchema, DeploymentStream13$, DeploymentStream1DeploymentsNe$inboundSchema, DeploymentStream1DeploymentsNe$outboundSchema, DeploymentStream1DeploymentsNe$, DeploymentStream1Ne$inboundSchema, DeploymentStream1Ne$outboundSchema, DeploymentStream1Ne$, DeploymentStream1DeploymentsEq$inboundSchema, DeploymentStream1DeploymentsEq$outboundSchema, DeploymentStream1DeploymentsEq$, DeploymentStream1Eq$inboundSchema, DeploymentStream1Eq$outboundSchema, DeploymentStream1Eq$, DeploymentStreamKnowledgeFilter1$inboundSchema, DeploymentStreamKnowledgeFilter1$outboundSchema, DeploymentStreamKnowledgeFilter1$, DeploymentStreamKnowledgeFilter$inboundSchema, DeploymentStreamKnowledgeFilter$outboundSchema, DeploymentStreamKnowledgeFilter$, DeploymentStreamRequestBody$inboundSchema, DeploymentStreamRequestBody$outboundSchema, DeploymentStreamRequestBody$, DeploymentStreamObject$inboundSchema, DeploymentStreamObject$outboundSchema, DeploymentStreamObject$, DeploymentStreamProvider$inboundSchema, DeploymentStreamProvider$outboundSchema, DeploymentStreamProvider$, DeploymentStreamMessageDeploymentsResponseRole$inboundSchema, DeploymentStreamMessageDeploymentsResponseRole$outboundSchema, DeploymentStreamMessageDeploymentsResponseRole$, DeploymentStreamMessage3$inboundSchema, DeploymentStreamMessage3$outboundSchema, DeploymentStreamMessage3$, DeploymentStreamMessageDeploymentsRole$inboundSchema, DeploymentStreamMessageDeploymentsRole$outboundSchema, DeploymentStreamMessageDeploymentsRole$, DeploymentStreamMessage2$inboundSchema, DeploymentStreamMessage2$outboundSchema, DeploymentStreamMessage2$, DeploymentStreamMessageRole$inboundSchema, DeploymentStreamMessageRole$outboundSchema, DeploymentStreamMessageRole$, DeploymentStreamMessageType$inboundSchema, DeploymentStreamMessageType$outboundSchema, DeploymentStreamMessageType$, DeploymentStreamMessageFunction$inboundSchema, DeploymentStreamMessageFunction$outboundSchema, DeploymentStreamMessageFunction$, DeploymentStreamMessageToolCalls$inboundSchema, DeploymentStreamMessageToolCalls$outboundSchema, DeploymentStreamMessageToolCalls$, DeploymentStreamMessage1$inboundSchema, DeploymentStreamMessage1$outboundSchema, DeploymentStreamMessage1$, DeploymentStreamMessage$inboundSchema, DeploymentStreamMessage$outboundSchema, DeploymentStreamMessage$, DeploymentStreamChoices$inboundSchema, DeploymentStreamChoices$outboundSchema, DeploymentStreamChoices$, DeploymentStreamDeploymentsMetadata$inboundSchema, DeploymentStreamDeploymentsMetadata$outboundSchema, DeploymentStreamDeploymentsMetadata$, DeploymentStreamRetrievals$inboundSchema, DeploymentStreamRetrievals$outboundSchema, DeploymentStreamRetrievals$, DeploymentStreamData$inboundSchema, DeploymentStreamData$outboundSchema, DeploymentStreamData$, DeploymentStreamResponseBody$inboundSchema, DeploymentStreamResponseBody$outboundSchema, DeploymentStreamResponseBody$;
|
|
44561
44555
|
var init_deploymentstream = __esm(() => {
|
|
44562
44556
|
init_esm();
|
|
44563
44557
|
init_primitives();
|
|
@@ -44722,12 +44716,6 @@ var init_deploymentstream = __esm(() => {
|
|
|
44722
44716
|
DeploymentStreamGlobals$.inboundSchema = DeploymentStreamGlobals$inboundSchema;
|
|
44723
44717
|
DeploymentStreamGlobals$.outboundSchema = DeploymentStreamGlobals$outboundSchema;
|
|
44724
44718
|
})(DeploymentStreamGlobals$ ||= {});
|
|
44725
|
-
DeploymentStreamInputs$inboundSchema = unionType([stringType(), numberType(), booleanType()]);
|
|
44726
|
-
DeploymentStreamInputs$outboundSchema = unionType([stringType(), numberType(), booleanType()]);
|
|
44727
|
-
((DeploymentStreamInputs$) => {
|
|
44728
|
-
DeploymentStreamInputs$.inboundSchema = DeploymentStreamInputs$inboundSchema;
|
|
44729
|
-
DeploymentStreamInputs$.outboundSchema = DeploymentStreamInputs$outboundSchema;
|
|
44730
|
-
})(DeploymentStreamInputs$ ||= {});
|
|
44731
44719
|
DeploymentStreamPrefixMessagesDeploymentsRequestRequestBody5Role$inboundSchema = nativeEnumType(DeploymentStreamPrefixMessagesDeploymentsRequestRequestBody5Role);
|
|
44732
44720
|
DeploymentStreamPrefixMessagesDeploymentsRequestRequestBody5Role$outboundSchema = DeploymentStreamPrefixMessagesDeploymentsRequestRequestBody5Role$inboundSchema;
|
|
44733
44721
|
((DeploymentStreamPrefixMessagesDeploymentsRequestRequestBody5Role$) => {
|
|
@@ -46264,7 +46252,7 @@ var init_deploymentstream = __esm(() => {
|
|
|
46264
46252
|
})(DeploymentStreamKnowledgeFilter$ ||= {});
|
|
46265
46253
|
DeploymentStreamRequestBody$inboundSchema = objectType({
|
|
46266
46254
|
key: stringType(),
|
|
46267
|
-
inputs: recordType(
|
|
46255
|
+
inputs: recordType(anyType()).optional(),
|
|
46268
46256
|
context: recordType(anyType()).optional(),
|
|
46269
46257
|
prefix_messages: arrayType(unionType([
|
|
46270
46258
|
lazyType(() => PrefixMessagesToolMessage$inboundSchema),
|
|
@@ -46312,7 +46300,7 @@ var init_deploymentstream = __esm(() => {
|
|
|
46312
46300
|
});
|
|
46313
46301
|
DeploymentStreamRequestBody$outboundSchema = objectType({
|
|
46314
46302
|
key: stringType(),
|
|
46315
|
-
inputs: recordType(
|
|
46303
|
+
inputs: recordType(anyType()).optional(),
|
|
46316
46304
|
context: recordType(anyType()).optional(),
|
|
46317
46305
|
prefixMessages: arrayType(unionType([
|
|
46318
46306
|
lazyType(() => PrefixMessagesToolMessage$outboundSchema),
|
|
@@ -48226,7 +48214,7 @@ var init_fileget = __esm(() => {
|
|
|
48226
48214
|
bytes: numberType(),
|
|
48227
48215
|
file_name: stringType(),
|
|
48228
48216
|
workspace_id: stringType(),
|
|
48229
|
-
created: stringType().datetime({ offset: true }).default("2025-07-
|
|
48217
|
+
created: stringType().datetime({ offset: true }).default("2025-07-29T10:30:12.875Z").transform((v2) => new Date(v2))
|
|
48230
48218
|
}).transform((v2) => {
|
|
48231
48219
|
return remap(v2, {
|
|
48232
48220
|
_id: "id",
|
|
@@ -48242,7 +48230,7 @@ var init_fileget = __esm(() => {
|
|
|
48242
48230
|
bytes: numberType(),
|
|
48243
48231
|
fileName: stringType(),
|
|
48244
48232
|
workspaceId: stringType(),
|
|
48245
|
-
created: dateType().default(() => new Date("2025-07-
|
|
48233
|
+
created: dateType().default(() => new Date("2025-07-29T10:30:12.875Z")).transform((v2) => v2.toISOString())
|
|
48246
48234
|
}).transform((v2) => {
|
|
48247
48235
|
return remap(v2, {
|
|
48248
48236
|
id: "_id",
|
|
@@ -48313,7 +48301,7 @@ var init_filelist = __esm(() => {
|
|
|
48313
48301
|
bytes: numberType(),
|
|
48314
48302
|
file_name: stringType(),
|
|
48315
48303
|
workspace_id: stringType(),
|
|
48316
|
-
created: stringType().datetime({ offset: true }).default("2025-07-
|
|
48304
|
+
created: stringType().datetime({ offset: true }).default("2025-07-29T10:30:12.875Z").transform((v2) => new Date(v2))
|
|
48317
48305
|
}).transform((v2) => {
|
|
48318
48306
|
return remap(v2, {
|
|
48319
48307
|
_id: "id",
|
|
@@ -48329,7 +48317,7 @@ var init_filelist = __esm(() => {
|
|
|
48329
48317
|
bytes: numberType(),
|
|
48330
48318
|
fileName: stringType(),
|
|
48331
48319
|
workspaceId: stringType(),
|
|
48332
|
-
created: dateType().default(() => new Date("2025-07-
|
|
48320
|
+
created: dateType().default(() => new Date("2025-07-29T10:30:12.875Z")).transform((v2) => v2.toISOString())
|
|
48333
48321
|
}).transform((v2) => {
|
|
48334
48322
|
return remap(v2, {
|
|
48335
48323
|
id: "_id",
|
|
@@ -48461,7 +48449,7 @@ var init_fileupload = __esm(() => {
|
|
|
48461
48449
|
bytes: numberType(),
|
|
48462
48450
|
file_name: stringType(),
|
|
48463
48451
|
workspace_id: stringType(),
|
|
48464
|
-
created: stringType().datetime({ offset: true }).default("2025-07-
|
|
48452
|
+
created: stringType().datetime({ offset: true }).default("2025-07-29T10:30:12.875Z").transform((v2) => new Date(v2))
|
|
48465
48453
|
}).transform((v2) => {
|
|
48466
48454
|
return remap(v2, {
|
|
48467
48455
|
_id: "id",
|
|
@@ -48477,7 +48465,7 @@ var init_fileupload = __esm(() => {
|
|
|
48477
48465
|
bytes: numberType(),
|
|
48478
48466
|
fileName: stringType(),
|
|
48479
48467
|
workspaceId: stringType(),
|
|
48480
|
-
created: dateType().default(() => new Date("2025-07-
|
|
48468
|
+
created: dateType().default(() => new Date("2025-07-29T10:30:12.875Z")).transform((v2) => v2.toISOString())
|
|
48481
48469
|
}).transform((v2) => {
|
|
48482
48470
|
return remap(v2, {
|
|
48483
48471
|
id: "_id",
|
|
@@ -49517,8 +49505,8 @@ var init_getevals = __esm(() => {
|
|
|
49517
49505
|
Typescript$inboundSchema = objectType({
|
|
49518
49506
|
_id: stringType(),
|
|
49519
49507
|
description: stringType(),
|
|
49520
|
-
created: stringType().default("2025-07-
|
|
49521
|
-
updated: stringType().default("2025-07-
|
|
49508
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
49509
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
49522
49510
|
guardrail_config: unionType([
|
|
49523
49511
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
|
|
49524
49512
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
|
|
@@ -49535,8 +49523,8 @@ var init_getevals = __esm(() => {
|
|
|
49535
49523
|
Typescript$outboundSchema = objectType({
|
|
49536
49524
|
id: stringType(),
|
|
49537
49525
|
description: stringType(),
|
|
49538
|
-
created: stringType().default("2025-07-
|
|
49539
|
-
updated: stringType().default("2025-07-
|
|
49526
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
49527
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
49540
49528
|
guardrailConfig: unionType([
|
|
49541
49529
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
|
|
49542
49530
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
|
|
@@ -49629,8 +49617,8 @@ var init_getevals = __esm(() => {
|
|
|
49629
49617
|
Ragas$inboundSchema = objectType({
|
|
49630
49618
|
_id: stringType(),
|
|
49631
49619
|
description: stringType(),
|
|
49632
|
-
created: stringType().default("2025-07-
|
|
49633
|
-
updated: stringType().default("2025-07-
|
|
49620
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
49621
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
49634
49622
|
guardrail_config: unionType([
|
|
49635
49623
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
49636
49624
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema)
|
|
@@ -49649,8 +49637,8 @@ var init_getevals = __esm(() => {
|
|
|
49649
49637
|
Ragas$outboundSchema = objectType({
|
|
49650
49638
|
id: stringType(),
|
|
49651
49639
|
description: stringType(),
|
|
49652
|
-
created: stringType().default("2025-07-
|
|
49653
|
-
updated: stringType().default("2025-07-
|
|
49640
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
49641
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
49654
49642
|
guardrailConfig: unionType([
|
|
49655
49643
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
49656
49644
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema)
|
|
@@ -50403,8 +50391,8 @@ var init_getevals = __esm(() => {
|
|
|
50403
50391
|
DataFunction$inboundSchema = objectType({
|
|
50404
50392
|
_id: stringType(),
|
|
50405
50393
|
description: stringType(),
|
|
50406
|
-
created: stringType().default("2025-07-
|
|
50407
|
-
updated: stringType().default("2025-07-
|
|
50394
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
50395
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
50408
50396
|
guardrail_config: unionType([
|
|
50409
50397
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
50410
50398
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema)
|
|
@@ -50458,8 +50446,8 @@ var init_getevals = __esm(() => {
|
|
|
50458
50446
|
DataFunction$outboundSchema = objectType({
|
|
50459
50447
|
id: stringType(),
|
|
50460
50448
|
description: stringType(),
|
|
50461
|
-
created: stringType().default("2025-07-
|
|
50462
|
-
updated: stringType().default("2025-07-
|
|
50449
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
50450
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
50463
50451
|
guardrailConfig: unionType([
|
|
50464
50452
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
50465
50453
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema)
|
|
@@ -50583,8 +50571,8 @@ var init_getevals = __esm(() => {
|
|
|
50583
50571
|
DataPython$inboundSchema = objectType({
|
|
50584
50572
|
_id: stringType(),
|
|
50585
50573
|
description: stringType(),
|
|
50586
|
-
created: stringType().default("2025-07-
|
|
50587
|
-
updated: stringType().default("2025-07-
|
|
50574
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
50575
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
50588
50576
|
guardrail_config: unionType([
|
|
50589
50577
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema),
|
|
50590
50578
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema)
|
|
@@ -50601,8 +50589,8 @@ var init_getevals = __esm(() => {
|
|
|
50601
50589
|
DataPython$outboundSchema = objectType({
|
|
50602
50590
|
id: stringType(),
|
|
50603
50591
|
description: stringType(),
|
|
50604
|
-
created: stringType().default("2025-07-
|
|
50605
|
-
updated: stringType().default("2025-07-
|
|
50592
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
50593
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
50606
50594
|
guardrailConfig: unionType([
|
|
50607
50595
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema),
|
|
50608
50596
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema)
|
|
@@ -50695,8 +50683,8 @@ var init_getevals = __esm(() => {
|
|
|
50695
50683
|
DataHTTP$inboundSchema = objectType({
|
|
50696
50684
|
_id: stringType(),
|
|
50697
50685
|
description: stringType(),
|
|
50698
|
-
created: stringType().default("2025-07-
|
|
50699
|
-
updated: stringType().default("2025-07-
|
|
50686
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
50687
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
50700
50688
|
guardrail_config: unionType([
|
|
50701
50689
|
lazyType(() => GetEvalsGuardrailConfigNumber$inboundSchema),
|
|
50702
50690
|
lazyType(() => GetEvalsGuardrailConfigBoolean$inboundSchema)
|
|
@@ -50716,8 +50704,8 @@ var init_getevals = __esm(() => {
|
|
|
50716
50704
|
DataHTTP$outboundSchema = objectType({
|
|
50717
50705
|
id: stringType(),
|
|
50718
50706
|
description: stringType(),
|
|
50719
|
-
created: stringType().default("2025-07-
|
|
50720
|
-
updated: stringType().default("2025-07-
|
|
50707
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
50708
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
50721
50709
|
guardrailConfig: unionType([
|
|
50722
50710
|
lazyType(() => GetEvalsGuardrailConfigNumber$outboundSchema),
|
|
50723
50711
|
lazyType(() => GetEvalsGuardrailConfigBoolean$outboundSchema)
|
|
@@ -50807,8 +50795,8 @@ var init_getevals = __esm(() => {
|
|
|
50807
50795
|
DataJSON$inboundSchema = objectType({
|
|
50808
50796
|
_id: stringType(),
|
|
50809
50797
|
description: stringType(),
|
|
50810
|
-
created: stringType().default("2025-07-
|
|
50811
|
-
updated: stringType().default("2025-07-
|
|
50798
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
50799
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
50812
50800
|
guardrail_config: unionType([
|
|
50813
50801
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema),
|
|
50814
50802
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema)
|
|
@@ -50825,8 +50813,8 @@ var init_getevals = __esm(() => {
|
|
|
50825
50813
|
DataJSON$outboundSchema = objectType({
|
|
50826
50814
|
id: stringType(),
|
|
50827
50815
|
description: stringType(),
|
|
50828
|
-
created: stringType().default("2025-07-
|
|
50829
|
-
updated: stringType().default("2025-07-
|
|
50816
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
50817
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
50830
50818
|
guardrailConfig: unionType([
|
|
50831
50819
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema),
|
|
50832
50820
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema)
|
|
@@ -50913,8 +50901,8 @@ var init_getevals = __esm(() => {
|
|
|
50913
50901
|
DataLLM$inboundSchema = objectType({
|
|
50914
50902
|
_id: stringType(),
|
|
50915
50903
|
description: stringType(),
|
|
50916
|
-
created: stringType().default("2025-07-
|
|
50917
|
-
updated: stringType().default("2025-07-
|
|
50904
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
50905
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
50918
50906
|
guardrail_config: unionType([
|
|
50919
50907
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
|
|
50920
50908
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
|
|
@@ -50932,8 +50920,8 @@ var init_getevals = __esm(() => {
|
|
|
50932
50920
|
DataLLM$outboundSchema = objectType({
|
|
50933
50921
|
id: stringType(),
|
|
50934
50922
|
description: stringType(),
|
|
50935
|
-
created: stringType().default("2025-07-
|
|
50936
|
-
updated: stringType().default("2025-07-
|
|
50923
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
50924
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
50937
50925
|
guardrailConfig: unionType([
|
|
50938
50926
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
|
|
50939
50927
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
|
|
@@ -53334,7 +53322,7 @@ var init_listcontacts = __esm(() => {
|
|
|
53334
53322
|
tags: arrayType(stringType()).optional(),
|
|
53335
53323
|
metadata: recordType(anyType()).optional(),
|
|
53336
53324
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
53337
|
-
updated: stringType().datetime({ offset: true }).default("2025-07-
|
|
53325
|
+
updated: stringType().datetime({ offset: true }).default("2025-07-29T10:30:09.739Z").transform((v2) => new Date(v2)),
|
|
53338
53326
|
metrics: lazyType(() => Metrics$inboundSchema)
|
|
53339
53327
|
}).transform((v2) => {
|
|
53340
53328
|
return remap(v2, {
|
|
@@ -53353,7 +53341,7 @@ var init_listcontacts = __esm(() => {
|
|
|
53353
53341
|
tags: arrayType(stringType()).optional(),
|
|
53354
53342
|
metadata: recordType(anyType()).optional(),
|
|
53355
53343
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
53356
|
-
updated: dateType().default(() => new Date("2025-07-
|
|
53344
|
+
updated: dateType().default(() => new Date("2025-07-29T10:30:09.739Z")).transform((v2) => v2.toISOString()),
|
|
53357
53345
|
metrics: lazyType(() => Metrics$outboundSchema)
|
|
53358
53346
|
}).transform((v2) => {
|
|
53359
53347
|
return remap(v2, {
|
|
@@ -53968,7 +53956,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
53968
53956
|
created_by_id: stringType().optional(),
|
|
53969
53957
|
updated_by_id: stringType().optional(),
|
|
53970
53958
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
53971
|
-
updated: stringType().datetime({ offset: true }).default("2025-07-
|
|
53959
|
+
updated: stringType().datetime({ offset: true }).default("2025-07-29T10:30:09.739Z").transform((v2) => new Date(v2))
|
|
53972
53960
|
}).transform((v2) => {
|
|
53973
53961
|
return remap(v2, {
|
|
53974
53962
|
_id: "id",
|
|
@@ -53995,7 +53983,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
53995
53983
|
createdById: stringType().optional(),
|
|
53996
53984
|
updatedById: stringType().optional(),
|
|
53997
53985
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
53998
|
-
updated: dateType().default(() => new Date("2025-07-
|
|
53986
|
+
updated: dateType().default(() => new Date("2025-07-29T10:30:09.739Z")).transform((v2) => v2.toISOString())
|
|
53999
53987
|
}).transform((v2) => {
|
|
54000
53988
|
return remap(v2, {
|
|
54001
53989
|
id: "_id",
|
|
@@ -54103,7 +54091,7 @@ var init_listdatasets = __esm(() => {
|
|
|
54103
54091
|
updated_by_id: stringType().optional(),
|
|
54104
54092
|
metadata: lazyType(() => ListDatasetsMetadata$inboundSchema),
|
|
54105
54093
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
54106
|
-
updated: stringType().datetime({ offset: true }).default("2025-07-
|
|
54094
|
+
updated: stringType().datetime({ offset: true }).default("2025-07-29T10:30:09.739Z").transform((v2) => new Date(v2))
|
|
54107
54095
|
}).transform((v2) => {
|
|
54108
54096
|
return remap(v2, {
|
|
54109
54097
|
_id: "id",
|
|
@@ -54123,7 +54111,7 @@ var init_listdatasets = __esm(() => {
|
|
|
54123
54111
|
updatedById: stringType().optional(),
|
|
54124
54112
|
metadata: lazyType(() => ListDatasetsMetadata$outboundSchema),
|
|
54125
54113
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
54126
|
-
updated: dateType().default(() => new Date("2025-07-
|
|
54114
|
+
updated: dateType().default(() => new Date("2025-07-29T10:30:09.739Z")).transform((v2) => v2.toISOString())
|
|
54127
54115
|
}).transform((v2) => {
|
|
54128
54116
|
return remap(v2, {
|
|
54129
54117
|
id: "_id",
|
|
@@ -54228,7 +54216,7 @@ var init_listdatasources = __esm(() => {
|
|
|
54228
54216
|
ListDatasourcesStatus$.outboundSchema = ListDatasourcesStatus$outboundSchema;
|
|
54229
54217
|
})(ListDatasourcesStatus$ ||= {});
|
|
54230
54218
|
ListDatasourcesData$inboundSchema = objectType({
|
|
54231
|
-
_id: stringType().default("
|
|
54219
|
+
_id: stringType().default("01K1AVQ9WAN6Q18K59158JB35Y"),
|
|
54232
54220
|
display_name: stringType(),
|
|
54233
54221
|
description: stringType().optional(),
|
|
54234
54222
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -54251,7 +54239,7 @@ var init_listdatasources = __esm(() => {
|
|
|
54251
54239
|
});
|
|
54252
54240
|
});
|
|
54253
54241
|
ListDatasourcesData$outboundSchema = objectType({
|
|
54254
|
-
id: stringType().default("
|
|
54242
|
+
id: stringType().default("01K1AVQ9WAN6Q18K59158JB35Y"),
|
|
54255
54243
|
displayName: stringType(),
|
|
54256
54244
|
description: stringType().optional(),
|
|
54257
54245
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -55762,7 +55750,7 @@ var init_retrievecontact = __esm(() => {
|
|
|
55762
55750
|
tags: arrayType(stringType()).optional(),
|
|
55763
55751
|
metadata: recordType(anyType()).optional(),
|
|
55764
55752
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
55765
|
-
updated: stringType().datetime({ offset: true }).default("2025-07-
|
|
55753
|
+
updated: stringType().datetime({ offset: true }).default("2025-07-29T10:30:09.739Z").transform((v2) => new Date(v2))
|
|
55766
55754
|
}).transform((v2) => {
|
|
55767
55755
|
return remap(v2, {
|
|
55768
55756
|
_id: "id",
|
|
@@ -55780,7 +55768,7 @@ var init_retrievecontact = __esm(() => {
|
|
|
55780
55768
|
tags: arrayType(stringType()).optional(),
|
|
55781
55769
|
metadata: recordType(anyType()).optional(),
|
|
55782
55770
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
55783
|
-
updated: dateType().default(() => new Date("2025-07-
|
|
55771
|
+
updated: dateType().default(() => new Date("2025-07-29T10:30:09.739Z")).transform((v2) => v2.toISOString())
|
|
55784
55772
|
}).transform((v2) => {
|
|
55785
55773
|
return remap(v2, {
|
|
55786
55774
|
id: "_id",
|
|
@@ -56357,7 +56345,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
56357
56345
|
created_by_id: stringType().optional(),
|
|
56358
56346
|
updated_by_id: stringType().optional(),
|
|
56359
56347
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
56360
|
-
updated: stringType().datetime({ offset: true }).default("2025-07-
|
|
56348
|
+
updated: stringType().datetime({ offset: true }).default("2025-07-29T10:30:09.739Z").transform((v2) => new Date(v2))
|
|
56361
56349
|
}).transform((v2) => {
|
|
56362
56350
|
return remap(v2, {
|
|
56363
56351
|
_id: "id",
|
|
@@ -56384,7 +56372,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
56384
56372
|
createdById: stringType().optional(),
|
|
56385
56373
|
updatedById: stringType().optional(),
|
|
56386
56374
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
56387
|
-
updated: dateType().default(() => new Date("2025-07-
|
|
56375
|
+
updated: dateType().default(() => new Date("2025-07-29T10:30:09.739Z")).transform((v2) => v2.toISOString())
|
|
56388
56376
|
}).transform((v2) => {
|
|
56389
56377
|
return remap(v2, {
|
|
56390
56378
|
id: "_id",
|
|
@@ -56455,7 +56443,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
56455
56443
|
updated_by_id: stringType().optional(),
|
|
56456
56444
|
metadata: lazyType(() => RetrieveDatasetMetadata$inboundSchema),
|
|
56457
56445
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
56458
|
-
updated: stringType().datetime({ offset: true }).default("2025-07-
|
|
56446
|
+
updated: stringType().datetime({ offset: true }).default("2025-07-29T10:30:09.739Z").transform((v2) => new Date(v2))
|
|
56459
56447
|
}).transform((v2) => {
|
|
56460
56448
|
return remap(v2, {
|
|
56461
56449
|
_id: "id",
|
|
@@ -56475,7 +56463,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
56475
56463
|
updatedById: stringType().optional(),
|
|
56476
56464
|
metadata: lazyType(() => RetrieveDatasetMetadata$outboundSchema),
|
|
56477
56465
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
56478
|
-
updated: dateType().default(() => new Date("2025-07-
|
|
56466
|
+
updated: dateType().default(() => new Date("2025-07-29T10:30:09.739Z")).transform((v2) => v2.toISOString())
|
|
56479
56467
|
}).transform((v2) => {
|
|
56480
56468
|
return remap(v2, {
|
|
56481
56469
|
id: "_id",
|
|
@@ -56533,7 +56521,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
56533
56521
|
RetrieveDatasourceStatus$.outboundSchema = RetrieveDatasourceStatus$outboundSchema;
|
|
56534
56522
|
})(RetrieveDatasourceStatus$ ||= {});
|
|
56535
56523
|
RetrieveDatasourceResponseBody$inboundSchema = objectType({
|
|
56536
|
-
_id: stringType().default("
|
|
56524
|
+
_id: stringType().default("01K1AVQ9WAXNFPBGPVSCDD4R8Z"),
|
|
56537
56525
|
display_name: stringType(),
|
|
56538
56526
|
description: stringType().optional(),
|
|
56539
56527
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -56556,7 +56544,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
56556
56544
|
});
|
|
56557
56545
|
});
|
|
56558
56546
|
RetrieveDatasourceResponseBody$outboundSchema = objectType({
|
|
56559
|
-
id: stringType().default("
|
|
56547
|
+
id: stringType().default("01K1AVQ9WAXNFPBGPVSCDD4R8Z"),
|
|
56560
56548
|
displayName: stringType(),
|
|
56561
56549
|
description: stringType().optional(),
|
|
56562
56550
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -57437,7 +57425,7 @@ var init_updatecontact = __esm(() => {
|
|
|
57437
57425
|
tags: arrayType(stringType()).optional(),
|
|
57438
57426
|
metadata: recordType(anyType()).optional(),
|
|
57439
57427
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
57440
|
-
updated: stringType().datetime({ offset: true }).default("2025-07-
|
|
57428
|
+
updated: stringType().datetime({ offset: true }).default("2025-07-29T10:30:09.739Z").transform((v2) => new Date(v2))
|
|
57441
57429
|
}).transform((v2) => {
|
|
57442
57430
|
return remap(v2, {
|
|
57443
57431
|
_id: "id",
|
|
@@ -57455,7 +57443,7 @@ var init_updatecontact = __esm(() => {
|
|
|
57455
57443
|
tags: arrayType(stringType()).optional(),
|
|
57456
57444
|
metadata: recordType(anyType()).optional(),
|
|
57457
57445
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
57458
|
-
updated: dateType().default(() => new Date("2025-07-
|
|
57446
|
+
updated: dateType().default(() => new Date("2025-07-29T10:30:09.739Z")).transform((v2) => v2.toISOString())
|
|
57459
57447
|
}).transform((v2) => {
|
|
57460
57448
|
return remap(v2, {
|
|
57461
57449
|
id: "_id",
|
|
@@ -58589,7 +58577,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
58589
58577
|
created_by_id: stringType().optional(),
|
|
58590
58578
|
updated_by_id: stringType().optional(),
|
|
58591
58579
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
58592
|
-
updated: stringType().datetime({ offset: true }).default("2025-07-
|
|
58580
|
+
updated: stringType().datetime({ offset: true }).default("2025-07-29T10:30:09.739Z").transform((v2) => new Date(v2))
|
|
58593
58581
|
}).transform((v2) => {
|
|
58594
58582
|
return remap(v2, {
|
|
58595
58583
|
_id: "id",
|
|
@@ -58616,7 +58604,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
58616
58604
|
createdById: stringType().optional(),
|
|
58617
58605
|
updatedById: stringType().optional(),
|
|
58618
58606
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
58619
|
-
updated: dateType().default(() => new Date("2025-07-
|
|
58607
|
+
updated: dateType().default(() => new Date("2025-07-29T10:30:09.739Z")).transform((v2) => v2.toISOString())
|
|
58620
58608
|
}).transform((v2) => {
|
|
58621
58609
|
return remap(v2, {
|
|
58622
58610
|
id: "_id",
|
|
@@ -58717,7 +58705,7 @@ var init_updatedataset = __esm(() => {
|
|
|
58717
58705
|
parent_id: stringType().optional(),
|
|
58718
58706
|
version: stringType().optional(),
|
|
58719
58707
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
58720
|
-
updated: stringType().datetime({ offset: true }).default("2025-07-
|
|
58708
|
+
updated: stringType().datetime({ offset: true }).default("2025-07-29T10:30:09.739Z").transform((v2) => new Date(v2))
|
|
58721
58709
|
}).transform((v2) => {
|
|
58722
58710
|
return remap(v2, {
|
|
58723
58711
|
_id: "id",
|
|
@@ -58740,7 +58728,7 @@ var init_updatedataset = __esm(() => {
|
|
|
58740
58728
|
parentId: stringType().optional(),
|
|
58741
58729
|
version: stringType().optional(),
|
|
58742
58730
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
58743
|
-
updated: dateType().default(() => new Date("2025-07-
|
|
58731
|
+
updated: dateType().default(() => new Date("2025-07-29T10:30:09.739Z")).transform((v2) => v2.toISOString())
|
|
58744
58732
|
}).transform((v2) => {
|
|
58745
58733
|
return remap(v2, {
|
|
58746
58734
|
id: "_id",
|
|
@@ -58821,7 +58809,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
58821
58809
|
UpdateDatasourceStatus$.outboundSchema = UpdateDatasourceStatus$outboundSchema;
|
|
58822
58810
|
})(UpdateDatasourceStatus$ ||= {});
|
|
58823
58811
|
UpdateDatasourceResponseBody$inboundSchema = objectType({
|
|
58824
|
-
_id: stringType().default("
|
|
58812
|
+
_id: stringType().default("01K1AVQ9WCPRM2F268BWKW0G2H"),
|
|
58825
58813
|
display_name: stringType(),
|
|
58826
58814
|
description: stringType().optional(),
|
|
58827
58815
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -58844,7 +58832,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
58844
58832
|
});
|
|
58845
58833
|
});
|
|
58846
58834
|
UpdateDatasourceResponseBody$outboundSchema = objectType({
|
|
58847
|
-
id: stringType().default("
|
|
58835
|
+
id: stringType().default("01K1AVQ9WCPRM2F268BWKW0G2H"),
|
|
58848
58836
|
displayName: stringType(),
|
|
58849
58837
|
description: stringType().optional(),
|
|
58850
58838
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -59550,8 +59538,8 @@ var init_updateeval = __esm(() => {
|
|
|
59550
59538
|
UpdateEvalResponseBodyPython$inboundSchema = objectType({
|
|
59551
59539
|
_id: stringType(),
|
|
59552
59540
|
description: stringType(),
|
|
59553
|
-
created: stringType().default("2025-07-
|
|
59554
|
-
updated: stringType().default("2025-07-
|
|
59541
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
59542
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
59555
59543
|
guardrail_config: unionType([
|
|
59556
59544
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
|
|
59557
59545
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
|
|
@@ -59568,8 +59556,8 @@ var init_updateeval = __esm(() => {
|
|
|
59568
59556
|
UpdateEvalResponseBodyPython$outboundSchema = objectType({
|
|
59569
59557
|
id: stringType(),
|
|
59570
59558
|
description: stringType(),
|
|
59571
|
-
created: stringType().default("2025-07-
|
|
59572
|
-
updated: stringType().default("2025-07-
|
|
59559
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
59560
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
59573
59561
|
guardrailConfig: unionType([
|
|
59574
59562
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
|
|
59575
59563
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
|
|
@@ -59662,8 +59650,8 @@ var init_updateeval = __esm(() => {
|
|
|
59662
59650
|
UpdateEvalResponseBodyHTTP$inboundSchema = objectType({
|
|
59663
59651
|
_id: stringType(),
|
|
59664
59652
|
description: stringType(),
|
|
59665
|
-
created: stringType().default("2025-07-
|
|
59666
|
-
updated: stringType().default("2025-07-
|
|
59653
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
59654
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
59667
59655
|
guardrail_config: unionType([
|
|
59668
59656
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
|
|
59669
59657
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
|
|
@@ -59683,8 +59671,8 @@ var init_updateeval = __esm(() => {
|
|
|
59683
59671
|
UpdateEvalResponseBodyHTTP$outboundSchema = objectType({
|
|
59684
59672
|
id: stringType(),
|
|
59685
59673
|
description: stringType(),
|
|
59686
|
-
created: stringType().default("2025-07-
|
|
59687
|
-
updated: stringType().default("2025-07-
|
|
59674
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
59675
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
59688
59676
|
guardrailConfig: unionType([
|
|
59689
59677
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
|
|
59690
59678
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
|
|
@@ -59774,8 +59762,8 @@ var init_updateeval = __esm(() => {
|
|
|
59774
59762
|
UpdateEvalResponseBodyJSON$inboundSchema = objectType({
|
|
59775
59763
|
_id: stringType(),
|
|
59776
59764
|
description: stringType(),
|
|
59777
|
-
created: stringType().default("2025-07-
|
|
59778
|
-
updated: stringType().default("2025-07-
|
|
59765
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
59766
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
59779
59767
|
guardrail_config: unionType([
|
|
59780
59768
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
59781
59769
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema)
|
|
@@ -59792,8 +59780,8 @@ var init_updateeval = __esm(() => {
|
|
|
59792
59780
|
UpdateEvalResponseBodyJSON$outboundSchema = objectType({
|
|
59793
59781
|
id: stringType(),
|
|
59794
59782
|
description: stringType(),
|
|
59795
|
-
created: stringType().default("2025-07-
|
|
59796
|
-
updated: stringType().default("2025-07-
|
|
59783
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
59784
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
59797
59785
|
guardrailConfig: unionType([
|
|
59798
59786
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
59799
59787
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema)
|
|
@@ -59880,8 +59868,8 @@ var init_updateeval = __esm(() => {
|
|
|
59880
59868
|
UpdateEvalResponseBodyLLM$inboundSchema = objectType({
|
|
59881
59869
|
_id: stringType(),
|
|
59882
59870
|
description: stringType(),
|
|
59883
|
-
created: stringType().default("2025-07-
|
|
59884
|
-
updated: stringType().default("2025-07-
|
|
59871
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
59872
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
59885
59873
|
guardrail_config: unionType([
|
|
59886
59874
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
59887
59875
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema)
|
|
@@ -59899,8 +59887,8 @@ var init_updateeval = __esm(() => {
|
|
|
59899
59887
|
UpdateEvalResponseBodyLLM$outboundSchema = objectType({
|
|
59900
59888
|
id: stringType(),
|
|
59901
59889
|
description: stringType(),
|
|
59902
|
-
created: stringType().default("2025-07-
|
|
59903
|
-
updated: stringType().default("2025-07-
|
|
59890
|
+
created: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
59891
|
+
updated: stringType().default("2025-07-29T10:30:12.050Z"),
|
|
59904
59892
|
guardrailConfig: unionType([
|
|
59905
59893
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
59906
59894
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema)
|
|
@@ -66247,7 +66235,7 @@ Retrieve the deployment configuration`,
|
|
|
66247
66235
|
});
|
|
66248
66236
|
|
|
66249
66237
|
// src/models/components/deployments.ts
|
|
66250
|
-
var DeploymentsPrefixMessages5Role, Deployments2PrefixMessages4ContentType, Deployments2PrefixMessages4Type, DeploymentsPrefixMessages4Role, Type2, DeploymentsPrefixMessagesRole, Deployments2PrefixMessagesType, Deployments2Type2, Format2, TwoType2, Detail2, Deployments2PrefixMessages3Type, PrefixMessagesRole2, Role2, DeploymentsMessages5Role, Deployments2Messages4ContentType, Deployments2Messages4Type, DeploymentsMessages4Role, MessagesType2, DeploymentsMessages3Role, Deployments2Messages3Content4Type, Deployments2Messages3ContentType, TwoFormat2, Deployments2Messages3Type, TwoDetail2, Deployments2MessagesType, DeploymentsMessagesRole, MessagesRole2, Inputs$inboundSchema2, Inputs$outboundSchema2, Inputs$2, DeploymentsPrefixMessages5Role$inboundSchema, DeploymentsPrefixMessages5Role$outboundSchema, DeploymentsPrefixMessages5Role$, DeploymentsPrefixMessagesContent$inboundSchema, DeploymentsPrefixMessagesContent$outboundSchema, DeploymentsPrefixMessagesContent$, ToolMessage$inboundSchema2, ToolMessage$outboundSchema2, ToolMessage$2, Deployments2PrefixMessages4ContentType$inboundSchema, Deployments2PrefixMessages4ContentType$outboundSchema, Deployments2PrefixMessages4ContentType$, RefusalContentPart$inboundSchema2, RefusalContentPart$outboundSchema2, RefusalContentPart$2, Deployments2PrefixMessages4Type$inboundSchema, Deployments2PrefixMessages4Type$outboundSchema, Deployments2PrefixMessages4Type$, TextContentPart$inboundSchema2, TextContentPart$outboundSchema2, TextContentPart$2, Content2$inboundSchema2, Content2$outboundSchema2, Content2$2, PrefixMessagesContent$inboundSchema2, PrefixMessagesContent$outboundSchema2, PrefixMessagesContent$2, DeploymentsPrefixMessages4Role$inboundSchema, DeploymentsPrefixMessages4Role$outboundSchema, DeploymentsPrefixMessages4Role$, Audio$inboundSchema2, Audio$outboundSchema2, Audio$2, Type$inboundSchema2, Type$outboundSchema2, Type$2, FunctionT$inboundSchema2, FunctionT$outboundSchema2, FunctionT$2, ToolCalls$inboundSchema2, ToolCalls$outboundSchema2, ToolCalls$2, AssistantMessage$inboundSchema2, AssistantMessage$outboundSchema2, AssistantMessage$2, DeploymentsPrefixMessagesRole$inboundSchema, DeploymentsPrefixMessagesRole$outboundSchema, DeploymentsPrefixMessagesRole$, Deployments2PrefixMessagesType$inboundSchema, Deployments2PrefixMessagesType$outboundSchema, Deployments2PrefixMessagesType$, FileT$inboundSchema2, FileT$outboundSchema2, FileT$2, Four$inboundSchema2, Four$outboundSchema2, Four$2, Deployments2Type$inboundSchema2, Deployments2Type$outboundSchema2, Deployments2Type$2, Format$inboundSchema2, Format$outboundSchema2, Format$2, InputAudio$inboundSchema2, InputAudio$outboundSchema2, InputAudio$2, Deployments23$inboundSchema2, Deployments23$outboundSchema2, Deployments23$2, TwoType$inboundSchema2, TwoType$outboundSchema2, TwoType$2, Detail$inboundSchema2, Detail$outboundSchema2, Detail$2, ImageUrl$inboundSchema2, ImageUrl$outboundSchema2, ImageUrl$2, Two2$inboundSchema2, Two2$outboundSchema2, Two2$2, Deployments2PrefixMessages3Type$inboundSchema, Deployments2PrefixMessages3Type$outboundSchema, Deployments2PrefixMessages3Type$, Deployments21$inboundSchema2, Deployments21$outboundSchema2, Deployments21$2, Two$inboundSchema2, Two$outboundSchema2, Two$2, Content$inboundSchema2, Content$outboundSchema2, Content$2, UserMessage$inboundSchema2, UserMessage$outboundSchema2, UserMessage$2, PrefixMessagesRole$inboundSchema2, PrefixMessagesRole$outboundSchema2, PrefixMessagesRole$2, SystemMessage$inboundSchema2, SystemMessage$outboundSchema2, SystemMessage$2, Role$inboundSchema2, Role$outboundSchema2, Role$2, DeveloperMessage$inboundSchema2, DeveloperMessage$outboundSchema2, DeveloperMessage$2, PrefixMessages$inboundSchema2, PrefixMessages$outboundSchema2, PrefixMessages$2, DeploymentsMessages5Role$inboundSchema, DeploymentsMessages5Role$outboundSchema, DeploymentsMessages5Role$, DeploymentsMessages5Content$inboundSchema, DeploymentsMessages5Content$outboundSchema, DeploymentsMessages5Content$, MessagesToolMessage$inboundSchema2, MessagesToolMessage$outboundSchema2, MessagesToolMessage$2, Deployments2Messages4ContentType$inboundSchema, Deployments2Messages4ContentType$outboundSchema, Deployments2Messages4ContentType$, TwoRefusalContentPart$inboundSchema2, TwoRefusalContentPart$outboundSchema2, TwoRefusalContentPart$2, Deployments2Messages4Type$inboundSchema, Deployments2Messages4Type$outboundSchema, Deployments2Messages4Type$, TwoTextContentPart$inboundSchema2, TwoTextContentPart$outboundSchema2, TwoTextContentPart$2, DeploymentsContentMessages2$inboundSchema, DeploymentsContentMessages2$outboundSchema, DeploymentsContentMessages2$, DeploymentsMessagesContent$inboundSchema, DeploymentsMessagesContent$outboundSchema, DeploymentsMessagesContent$, DeploymentsMessages4Role$inboundSchema, DeploymentsMessages4Role$outboundSchema, DeploymentsMessages4Role$, MessagesAudio$inboundSchema2, MessagesAudio$outboundSchema2, MessagesAudio$2, MessagesType$inboundSchema2, MessagesType$outboundSchema2, MessagesType$2, MessagesFunction$inboundSchema2, MessagesFunction$outboundSchema2, MessagesFunction$2, MessagesToolCalls$inboundSchema2, MessagesToolCalls$outboundSchema2, MessagesToolCalls$2, MessagesAssistantMessage$inboundSchema2, MessagesAssistantMessage$outboundSchema2, MessagesAssistantMessage$2, DeploymentsMessages3Role$inboundSchema, DeploymentsMessages3Role$outboundSchema, DeploymentsMessages3Role$, Deployments2Messages3Content4Type$inboundSchema, Deployments2Messages3Content4Type$outboundSchema, Deployments2Messages3Content4Type$, TwoFile$inboundSchema2, TwoFile$outboundSchema2, TwoFile$2, Two4$inboundSchema2, Two4$outboundSchema2, Two4$2, Deployments2Messages3ContentType$inboundSchema, Deployments2Messages3ContentType$outboundSchema, Deployments2Messages3ContentType$, TwoFormat$inboundSchema2, TwoFormat$outboundSchema2, TwoFormat$2, TwoInputAudio$inboundSchema2, TwoInputAudio$outboundSchema2, TwoInputAudio$2, Two3$inboundSchema2, Two3$outboundSchema2, Two3$2, Deployments2Messages3Type$inboundSchema, Deployments2Messages3Type$outboundSchema, Deployments2Messages3Type$, TwoDetail$inboundSchema2, TwoDetail$outboundSchema2, TwoDetail$2, TwoImageUrl$inboundSchema2, TwoImageUrl$outboundSchema2, TwoImageUrl$2, Deployments22$inboundSchema2, Deployments22$outboundSchema2, Deployments22$2, Deployments2MessagesType$inboundSchema, Deployments2MessagesType$outboundSchema, Deployments2MessagesType$, Two1$inboundSchema2, Two1$outboundSchema2, Two1$2, DeploymentsContent2$inboundSchema2, DeploymentsContent2$outboundSchema2, DeploymentsContent2$2, MessagesContent$inboundSchema2, MessagesContent$outboundSchema2, MessagesContent$2, MessagesUserMessage$inboundSchema2, MessagesUserMessage$outboundSchema2, MessagesUserMessage$2, DeploymentsMessagesRole$inboundSchema, DeploymentsMessagesRole$outboundSchema, DeploymentsMessagesRole$, MessagesSystemMessage$inboundSchema2, MessagesSystemMessage$outboundSchema2, MessagesSystemMessage$2, MessagesRole$inboundSchema2, MessagesRole$outboundSchema2, MessagesRole$2, MessagesDeveloperMessage$inboundSchema2, MessagesDeveloperMessage$outboundSchema2, MessagesDeveloperMessage$2, Messages$inboundSchema2, Messages$outboundSchema2, Messages$2, Metadata$inboundSchema2, Metadata$outboundSchema2, Metadata$2, Documents$inboundSchema2, Documents$outboundSchema2, Documents$2, InvokeOptions$inboundSchema2, InvokeOptions$outboundSchema2, InvokeOptions$2, Thread$inboundSchema2, Thread$outboundSchema2, Thread$2, OrExists$inboundSchema2, OrExists$outboundSchema2, OrExists$2, OrNin$inboundSchema2, OrNin$outboundSchema2, OrNin$2, DeploymentsOrNin$inboundSchema, DeploymentsOrNin$outboundSchema, DeploymentsOrNin$, OrIn$inboundSchema2, OrIn$outboundSchema2, OrIn$2, DeploymentsOrIn$inboundSchema, DeploymentsOrIn$outboundSchema, DeploymentsOrIn$, OrLte$inboundSchema2, OrLte$outboundSchema2, OrLte$2, OrLt$inboundSchema2, OrLt$outboundSchema2, OrLt$2, OrGte$inboundSchema2, OrGte$outboundSchema2, OrGte$2, Or3$inboundSchema2, Or3$outboundSchema2, Or3$2, OrNe$inboundSchema2, OrNe$outboundSchema2, OrNe$2, DeploymentsOrNe$inboundSchema, DeploymentsOrNe$outboundSchema, DeploymentsOrNe$, OrEq$inboundSchema2, OrEq$outboundSchema2, OrEq$2, DeploymentsOrEq$inboundSchema, DeploymentsOrEq$outboundSchema, DeploymentsOrEq$, Or$inboundSchema2, Or$outboundSchema2, Or$2, KnowledgeFilterOr$inboundSchema2, KnowledgeFilterOr$outboundSchema2, KnowledgeFilterOr$2, AndExists$inboundSchema2, AndExists$outboundSchema2, AndExists$2, AndNin$inboundSchema2, AndNin$outboundSchema2, AndNin$2, DeploymentsAndNin$inboundSchema, DeploymentsAndNin$outboundSchema, DeploymentsAndNin$, AndIn$inboundSchema2, AndIn$outboundSchema2, AndIn$2, DeploymentsAndIn$inboundSchema, DeploymentsAndIn$outboundSchema, DeploymentsAndIn$, AndLte$inboundSchema2, AndLte$outboundSchema2, AndLte$2, AndLt$inboundSchema2, AndLt$outboundSchema2, AndLt$2, AndGte$inboundSchema2, AndGte$outboundSchema2, AndGte$2, And3$inboundSchema2, And3$outboundSchema2, And3$2, AndNe$inboundSchema2, AndNe$outboundSchema2, AndNe$2, DeploymentsAndNe$inboundSchema, DeploymentsAndNe$outboundSchema, DeploymentsAndNe$, AndEq$inboundSchema2, AndEq$outboundSchema2, AndEq$2, DeploymentsAndEq$inboundSchema, DeploymentsAndEq$outboundSchema, DeploymentsAndEq$, And$inboundSchema2, And$outboundSchema2, And$2, KnowledgeFilterAnd$inboundSchema2, KnowledgeFilterAnd$outboundSchema2, KnowledgeFilterAnd$2, Exists$inboundSchema2, Exists$outboundSchema2, Exists$2, Nin$inboundSchema2, Nin$outboundSchema2, Nin$2, OneNin$inboundSchema2, OneNin$outboundSchema2, OneNin$2, In$inboundSchema2, In$outboundSchema2, In$2, OneIn$inboundSchema2, OneIn$outboundSchema2, OneIn$2, Lte$inboundSchema2, Lte$outboundSchema2, Lte$2, Lt$inboundSchema2, Lt$outboundSchema2, Lt$2, Gte$inboundSchema2, Gte$outboundSchema2, Gte$2, Three$inboundSchema2, Three$outboundSchema2, Three$2, Ne$inboundSchema2, Ne$outboundSchema2, Ne$2, OneNe$inboundSchema2, OneNe$outboundSchema2, OneNe$2, Eq$inboundSchema2, Eq$outboundSchema2, Eq$2, OneEq$inboundSchema2, OneEq$outboundSchema2, OneEq$2, One$inboundSchema2, One$outboundSchema2, One$2, KnowledgeFilter$inboundSchema2, KnowledgeFilter$outboundSchema2, KnowledgeFilter$2, Deployments$inboundSchema, Deployments$outboundSchema, Deployments$;
|
|
66238
|
+
var DeploymentsPrefixMessages5Role, Deployments2PrefixMessages4ContentType, Deployments2PrefixMessages4Type, DeploymentsPrefixMessages4Role, Type2, DeploymentsPrefixMessagesRole, Deployments2PrefixMessagesType, Deployments2Type2, Format2, TwoType2, Detail2, Deployments2PrefixMessages3Type, PrefixMessagesRole2, Role2, DeploymentsMessages5Role, Deployments2Messages4ContentType, Deployments2Messages4Type, DeploymentsMessages4Role, MessagesType2, DeploymentsMessages3Role, Deployments2Messages3Content4Type, Deployments2Messages3ContentType, TwoFormat2, Deployments2Messages3Type, TwoDetail2, Deployments2MessagesType, DeploymentsMessagesRole, MessagesRole2, DeploymentsPrefixMessages5Role$inboundSchema, DeploymentsPrefixMessages5Role$outboundSchema, DeploymentsPrefixMessages5Role$, DeploymentsPrefixMessagesContent$inboundSchema, DeploymentsPrefixMessagesContent$outboundSchema, DeploymentsPrefixMessagesContent$, ToolMessage$inboundSchema2, ToolMessage$outboundSchema2, ToolMessage$2, Deployments2PrefixMessages4ContentType$inboundSchema, Deployments2PrefixMessages4ContentType$outboundSchema, Deployments2PrefixMessages4ContentType$, RefusalContentPart$inboundSchema2, RefusalContentPart$outboundSchema2, RefusalContentPart$2, Deployments2PrefixMessages4Type$inboundSchema, Deployments2PrefixMessages4Type$outboundSchema, Deployments2PrefixMessages4Type$, TextContentPart$inboundSchema2, TextContentPart$outboundSchema2, TextContentPart$2, Content2$inboundSchema2, Content2$outboundSchema2, Content2$2, PrefixMessagesContent$inboundSchema2, PrefixMessagesContent$outboundSchema2, PrefixMessagesContent$2, DeploymentsPrefixMessages4Role$inboundSchema, DeploymentsPrefixMessages4Role$outboundSchema, DeploymentsPrefixMessages4Role$, Audio$inboundSchema2, Audio$outboundSchema2, Audio$2, Type$inboundSchema2, Type$outboundSchema2, Type$2, FunctionT$inboundSchema2, FunctionT$outboundSchema2, FunctionT$2, ToolCalls$inboundSchema2, ToolCalls$outboundSchema2, ToolCalls$2, AssistantMessage$inboundSchema2, AssistantMessage$outboundSchema2, AssistantMessage$2, DeploymentsPrefixMessagesRole$inboundSchema, DeploymentsPrefixMessagesRole$outboundSchema, DeploymentsPrefixMessagesRole$, Deployments2PrefixMessagesType$inboundSchema, Deployments2PrefixMessagesType$outboundSchema, Deployments2PrefixMessagesType$, FileT$inboundSchema2, FileT$outboundSchema2, FileT$2, Four$inboundSchema2, Four$outboundSchema2, Four$2, Deployments2Type$inboundSchema2, Deployments2Type$outboundSchema2, Deployments2Type$2, Format$inboundSchema2, Format$outboundSchema2, Format$2, InputAudio$inboundSchema2, InputAudio$outboundSchema2, InputAudio$2, Deployments23$inboundSchema2, Deployments23$outboundSchema2, Deployments23$2, TwoType$inboundSchema2, TwoType$outboundSchema2, TwoType$2, Detail$inboundSchema2, Detail$outboundSchema2, Detail$2, ImageUrl$inboundSchema2, ImageUrl$outboundSchema2, ImageUrl$2, Two2$inboundSchema2, Two2$outboundSchema2, Two2$2, Deployments2PrefixMessages3Type$inboundSchema, Deployments2PrefixMessages3Type$outboundSchema, Deployments2PrefixMessages3Type$, Deployments21$inboundSchema2, Deployments21$outboundSchema2, Deployments21$2, Two$inboundSchema2, Two$outboundSchema2, Two$2, Content$inboundSchema2, Content$outboundSchema2, Content$2, UserMessage$inboundSchema2, UserMessage$outboundSchema2, UserMessage$2, PrefixMessagesRole$inboundSchema2, PrefixMessagesRole$outboundSchema2, PrefixMessagesRole$2, SystemMessage$inboundSchema2, SystemMessage$outboundSchema2, SystemMessage$2, Role$inboundSchema2, Role$outboundSchema2, Role$2, DeveloperMessage$inboundSchema2, DeveloperMessage$outboundSchema2, DeveloperMessage$2, PrefixMessages$inboundSchema2, PrefixMessages$outboundSchema2, PrefixMessages$2, DeploymentsMessages5Role$inboundSchema, DeploymentsMessages5Role$outboundSchema, DeploymentsMessages5Role$, DeploymentsMessages5Content$inboundSchema, DeploymentsMessages5Content$outboundSchema, DeploymentsMessages5Content$, MessagesToolMessage$inboundSchema2, MessagesToolMessage$outboundSchema2, MessagesToolMessage$2, Deployments2Messages4ContentType$inboundSchema, Deployments2Messages4ContentType$outboundSchema, Deployments2Messages4ContentType$, TwoRefusalContentPart$inboundSchema2, TwoRefusalContentPart$outboundSchema2, TwoRefusalContentPart$2, Deployments2Messages4Type$inboundSchema, Deployments2Messages4Type$outboundSchema, Deployments2Messages4Type$, TwoTextContentPart$inboundSchema2, TwoTextContentPart$outboundSchema2, TwoTextContentPart$2, DeploymentsContentMessages2$inboundSchema, DeploymentsContentMessages2$outboundSchema, DeploymentsContentMessages2$, DeploymentsMessagesContent$inboundSchema, DeploymentsMessagesContent$outboundSchema, DeploymentsMessagesContent$, DeploymentsMessages4Role$inboundSchema, DeploymentsMessages4Role$outboundSchema, DeploymentsMessages4Role$, MessagesAudio$inboundSchema2, MessagesAudio$outboundSchema2, MessagesAudio$2, MessagesType$inboundSchema2, MessagesType$outboundSchema2, MessagesType$2, MessagesFunction$inboundSchema2, MessagesFunction$outboundSchema2, MessagesFunction$2, MessagesToolCalls$inboundSchema2, MessagesToolCalls$outboundSchema2, MessagesToolCalls$2, MessagesAssistantMessage$inboundSchema2, MessagesAssistantMessage$outboundSchema2, MessagesAssistantMessage$2, DeploymentsMessages3Role$inboundSchema, DeploymentsMessages3Role$outboundSchema, DeploymentsMessages3Role$, Deployments2Messages3Content4Type$inboundSchema, Deployments2Messages3Content4Type$outboundSchema, Deployments2Messages3Content4Type$, TwoFile$inboundSchema2, TwoFile$outboundSchema2, TwoFile$2, Two4$inboundSchema2, Two4$outboundSchema2, Two4$2, Deployments2Messages3ContentType$inboundSchema, Deployments2Messages3ContentType$outboundSchema, Deployments2Messages3ContentType$, TwoFormat$inboundSchema2, TwoFormat$outboundSchema2, TwoFormat$2, TwoInputAudio$inboundSchema2, TwoInputAudio$outboundSchema2, TwoInputAudio$2, Two3$inboundSchema2, Two3$outboundSchema2, Two3$2, Deployments2Messages3Type$inboundSchema, Deployments2Messages3Type$outboundSchema, Deployments2Messages3Type$, TwoDetail$inboundSchema2, TwoDetail$outboundSchema2, TwoDetail$2, TwoImageUrl$inboundSchema2, TwoImageUrl$outboundSchema2, TwoImageUrl$2, Deployments22$inboundSchema2, Deployments22$outboundSchema2, Deployments22$2, Deployments2MessagesType$inboundSchema, Deployments2MessagesType$outboundSchema, Deployments2MessagesType$, Two1$inboundSchema2, Two1$outboundSchema2, Two1$2, DeploymentsContent2$inboundSchema2, DeploymentsContent2$outboundSchema2, DeploymentsContent2$2, MessagesContent$inboundSchema2, MessagesContent$outboundSchema2, MessagesContent$2, MessagesUserMessage$inboundSchema2, MessagesUserMessage$outboundSchema2, MessagesUserMessage$2, DeploymentsMessagesRole$inboundSchema, DeploymentsMessagesRole$outboundSchema, DeploymentsMessagesRole$, MessagesSystemMessage$inboundSchema2, MessagesSystemMessage$outboundSchema2, MessagesSystemMessage$2, MessagesRole$inboundSchema2, MessagesRole$outboundSchema2, MessagesRole$2, MessagesDeveloperMessage$inboundSchema2, MessagesDeveloperMessage$outboundSchema2, MessagesDeveloperMessage$2, Messages$inboundSchema2, Messages$outboundSchema2, Messages$2, Metadata$inboundSchema2, Metadata$outboundSchema2, Metadata$2, Documents$inboundSchema2, Documents$outboundSchema2, Documents$2, InvokeOptions$inboundSchema2, InvokeOptions$outboundSchema2, InvokeOptions$2, Thread$inboundSchema2, Thread$outboundSchema2, Thread$2, OrExists$inboundSchema2, OrExists$outboundSchema2, OrExists$2, OrNin$inboundSchema2, OrNin$outboundSchema2, OrNin$2, DeploymentsOrNin$inboundSchema, DeploymentsOrNin$outboundSchema, DeploymentsOrNin$, OrIn$inboundSchema2, OrIn$outboundSchema2, OrIn$2, DeploymentsOrIn$inboundSchema, DeploymentsOrIn$outboundSchema, DeploymentsOrIn$, OrLte$inboundSchema2, OrLte$outboundSchema2, OrLte$2, OrLt$inboundSchema2, OrLt$outboundSchema2, OrLt$2, OrGte$inboundSchema2, OrGte$outboundSchema2, OrGte$2, Or3$inboundSchema2, Or3$outboundSchema2, Or3$2, OrNe$inboundSchema2, OrNe$outboundSchema2, OrNe$2, DeploymentsOrNe$inboundSchema, DeploymentsOrNe$outboundSchema, DeploymentsOrNe$, OrEq$inboundSchema2, OrEq$outboundSchema2, OrEq$2, DeploymentsOrEq$inboundSchema, DeploymentsOrEq$outboundSchema, DeploymentsOrEq$, Or$inboundSchema2, Or$outboundSchema2, Or$2, KnowledgeFilterOr$inboundSchema2, KnowledgeFilterOr$outboundSchema2, KnowledgeFilterOr$2, AndExists$inboundSchema2, AndExists$outboundSchema2, AndExists$2, AndNin$inboundSchema2, AndNin$outboundSchema2, AndNin$2, DeploymentsAndNin$inboundSchema, DeploymentsAndNin$outboundSchema, DeploymentsAndNin$, AndIn$inboundSchema2, AndIn$outboundSchema2, AndIn$2, DeploymentsAndIn$inboundSchema, DeploymentsAndIn$outboundSchema, DeploymentsAndIn$, AndLte$inboundSchema2, AndLte$outboundSchema2, AndLte$2, AndLt$inboundSchema2, AndLt$outboundSchema2, AndLt$2, AndGte$inboundSchema2, AndGte$outboundSchema2, AndGte$2, And3$inboundSchema2, And3$outboundSchema2, And3$2, AndNe$inboundSchema2, AndNe$outboundSchema2, AndNe$2, DeploymentsAndNe$inboundSchema, DeploymentsAndNe$outboundSchema, DeploymentsAndNe$, AndEq$inboundSchema2, AndEq$outboundSchema2, AndEq$2, DeploymentsAndEq$inboundSchema, DeploymentsAndEq$outboundSchema, DeploymentsAndEq$, And$inboundSchema2, And$outboundSchema2, And$2, KnowledgeFilterAnd$inboundSchema2, KnowledgeFilterAnd$outboundSchema2, KnowledgeFilterAnd$2, Exists$inboundSchema2, Exists$outboundSchema2, Exists$2, Nin$inboundSchema2, Nin$outboundSchema2, Nin$2, OneNin$inboundSchema2, OneNin$outboundSchema2, OneNin$2, In$inboundSchema2, In$outboundSchema2, In$2, OneIn$inboundSchema2, OneIn$outboundSchema2, OneIn$2, Lte$inboundSchema2, Lte$outboundSchema2, Lte$2, Lt$inboundSchema2, Lt$outboundSchema2, Lt$2, Gte$inboundSchema2, Gte$outboundSchema2, Gte$2, Three$inboundSchema2, Three$outboundSchema2, Three$2, Ne$inboundSchema2, Ne$outboundSchema2, Ne$2, OneNe$inboundSchema2, OneNe$outboundSchema2, OneNe$2, Eq$inboundSchema2, Eq$outboundSchema2, Eq$2, OneEq$inboundSchema2, OneEq$outboundSchema2, OneEq$2, One$inboundSchema2, One$outboundSchema2, One$2, KnowledgeFilter$inboundSchema2, KnowledgeFilter$outboundSchema2, KnowledgeFilter$2, Deployments$inboundSchema, Deployments$outboundSchema, Deployments$;
|
|
66251
66239
|
var init_deployments2 = __esm(() => {
|
|
66252
66240
|
init_esm();
|
|
66253
66241
|
init_primitives();
|
|
@@ -66341,12 +66329,6 @@ var init_deployments2 = __esm(() => {
|
|
|
66341
66329
|
MessagesRole2 = {
|
|
66342
66330
|
Developer: "developer"
|
|
66343
66331
|
};
|
|
66344
|
-
Inputs$inboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
|
|
66345
|
-
Inputs$outboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
|
|
66346
|
-
((Inputs$) => {
|
|
66347
|
-
Inputs$.inboundSchema = Inputs$inboundSchema2;
|
|
66348
|
-
Inputs$.outboundSchema = Inputs$outboundSchema2;
|
|
66349
|
-
})(Inputs$2 ||= {});
|
|
66350
66332
|
DeploymentsPrefixMessages5Role$inboundSchema = nativeEnumType(DeploymentsPrefixMessages5Role);
|
|
66351
66333
|
DeploymentsPrefixMessages5Role$outboundSchema = DeploymentsPrefixMessages5Role$inboundSchema;
|
|
66352
66334
|
((DeploymentsPrefixMessages5Role$) => {
|
|
@@ -67895,7 +67877,7 @@ var init_deployments2 = __esm(() => {
|
|
|
67895
67877
|
})(KnowledgeFilter$2 ||= {});
|
|
67896
67878
|
Deployments$inboundSchema = objectType({
|
|
67897
67879
|
key: stringType(),
|
|
67898
|
-
inputs: recordType(
|
|
67880
|
+
inputs: recordType(anyType()).optional(),
|
|
67899
67881
|
context: recordType(anyType()).optional(),
|
|
67900
67882
|
prefix_messages: arrayType(unionType([
|
|
67901
67883
|
lazyType(() => ToolMessage$inboundSchema2),
|
|
@@ -67943,7 +67925,7 @@ var init_deployments2 = __esm(() => {
|
|
|
67943
67925
|
});
|
|
67944
67926
|
Deployments$outboundSchema = objectType({
|
|
67945
67927
|
key: stringType(),
|
|
67946
|
-
inputs: recordType(
|
|
67928
|
+
inputs: recordType(anyType()).optional(),
|
|
67947
67929
|
context: recordType(anyType()).optional(),
|
|
67948
67930
|
prefixMessages: arrayType(unionType([
|
|
67949
67931
|
lazyType(() => ToolMessage$outboundSchema2),
|
|
@@ -76073,7 +76055,7 @@ var init_remoteconfigsRetrieve2 = __esm(() => {
|
|
|
76073
76055
|
function createMCPServer(deps) {
|
|
76074
76056
|
const server = new McpServer({
|
|
76075
76057
|
name: "Orq",
|
|
76076
|
-
version: "3.10.0-rc.
|
|
76058
|
+
version: "3.10.0-rc.25"
|
|
76077
76059
|
});
|
|
76078
76060
|
const client = new OrqCore({
|
|
76079
76061
|
apiKey: deps.apiKey,
|
|
@@ -77481,7 +77463,7 @@ var routes = rn({
|
|
|
77481
77463
|
var app = Ve(routes, {
|
|
77482
77464
|
name: "mcp",
|
|
77483
77465
|
versionInfo: {
|
|
77484
|
-
currentVersion: "3.10.0-rc.
|
|
77466
|
+
currentVersion: "3.10.0-rc.25"
|
|
77485
77467
|
}
|
|
77486
77468
|
});
|
|
77487
77469
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -77489,5 +77471,5 @@ export {
|
|
|
77489
77471
|
app
|
|
77490
77472
|
};
|
|
77491
77473
|
|
|
77492
|
-
//# debugId=
|
|
77474
|
+
//# debugId=4FF82AA0C1B25B9864756E2164756E21
|
|
77493
77475
|
//# sourceMappingURL=mcp-server.js.map
|