@orq-ai/node 3.14.40 → 3.14.41
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 +696 -1501
- package/bin/mcp-server.js.map +55 -55
- 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/operations/createagent.d.ts +80 -0
- package/models/operations/createagent.d.ts.map +1 -1
- package/models/operations/createagent.js +70 -7
- package/models/operations/createagent.js.map +1 -1
- package/models/operations/createbudget.js +2 -2
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.js +8 -8
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.d.ts +106 -106
- package/models/operations/createeval.d.ts.map +1 -1
- package/models/operations/createeval.js +242 -234
- package/models/operations/createeval.js.map +1 -1
- package/models/operations/creatememorystore.d.ts +10 -391
- package/models/operations/creatememorystore.d.ts.map +1 -1
- package/models/operations/creatememorystore.js +5 -563
- package/models/operations/creatememorystore.js.map +1 -1
- package/models/operations/createprompt.d.ts +40 -0
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +33 -7
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/createtool.js +10 -10
- package/models/operations/deploymentgetconfig.d.ts +20 -0
- package/models/operations/deploymentgetconfig.d.ts.map +1 -1
- package/models/operations/deploymentgetconfig.js +22 -8
- package/models/operations/deploymentgetconfig.js.map +1 -1
- package/models/operations/deployments.d.ts +20 -0
- package/models/operations/deployments.d.ts.map +1 -1
- package/models/operations/deployments.js +16 -3
- package/models/operations/deployments.js.map +1 -1
- package/models/operations/duplicatetool.js +10 -10
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/getagent.d.ts +40 -0
- package/models/operations/getagent.d.ts.map +1 -1
- package/models/operations/getagent.js +33 -3
- package/models/operations/getagent.js.map +1 -1
- package/models/operations/getallmemorystores.d.ts +5 -195
- package/models/operations/getallmemorystores.d.ts.map +1 -1
- package/models/operations/getallmemorystores.js +3 -273
- package/models/operations/getallmemorystores.js.map +1 -1
- package/models/operations/getallprompts.d.ts +20 -0
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +16 -3
- package/models/operations/getallprompts.js.map +1 -1
- package/models/operations/getalltools.js +10 -10
- package/models/operations/getbudget.js +2 -2
- package/models/operations/getevals.js +28 -28
- package/models/operations/getoneprompt.d.ts +20 -0
- package/models/operations/getoneprompt.d.ts.map +1 -1
- package/models/operations/getoneprompt.js +16 -3
- package/models/operations/getoneprompt.js.map +1 -1
- package/models/operations/getpromptversion.d.ts +20 -0
- package/models/operations/getpromptversion.d.ts.map +1 -1
- package/models/operations/getpromptversion.js +16 -2
- package/models/operations/getpromptversion.js.map +1 -1
- package/models/operations/listagents.d.ts +40 -0
- package/models/operations/listagents.d.ts.map +1 -1
- package/models/operations/listagents.js +36 -3
- package/models/operations/listagents.js.map +1 -1
- package/models/operations/listagenttasks.d.ts +40 -0
- package/models/operations/listagenttasks.d.ts.map +1 -1
- package/models/operations/listagenttasks.js +36 -3
- package/models/operations/listagenttasks.js.map +1 -1
- package/models/operations/listbudgets.js +2 -2
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.js +8 -8
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.d.ts +5 -5
- package/models/operations/listdatasources.d.ts.map +1 -1
- package/models/operations/listdatasources.js +4 -4
- package/models/operations/listdatasources.js.map +1 -1
- package/models/operations/listpromptversions.d.ts +20 -0
- package/models/operations/listpromptversions.d.ts.map +1 -1
- package/models/operations/listpromptversions.js +16 -3
- package/models/operations/listpromptversions.js.map +1 -1
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrievedatapoint.js +8 -8
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/retrievememorystore.d.ts +5 -196
- package/models/operations/retrievememorystore.d.ts.map +1 -1
- package/models/operations/retrievememorystore.js +3 -273
- package/models/operations/retrievememorystore.js.map +1 -1
- package/models/operations/retrievetool.js +10 -10
- package/models/operations/runagent.d.ts +40 -0
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +36 -6
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +40 -0
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +39 -6
- package/models/operations/streamrunagent.js.map +1 -1
- package/models/operations/updateagent.d.ts +80 -0
- package/models/operations/updateagent.d.ts.map +1 -1
- package/models/operations/updateagent.js +73 -7
- package/models/operations/updateagent.js.map +1 -1
- package/models/operations/updatebudget.js +2 -2
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updatedatapoint.js +8 -8
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.js +28 -28
- package/models/operations/updatememorystore.d.ts +5 -195
- package/models/operations/updatememorystore.d.ts.map +1 -1
- package/models/operations/updatememorystore.js +3 -290
- package/models/operations/updatememorystore.js.map +1 -1
- package/models/operations/updateprompt.d.ts +40 -0
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +33 -7
- package/models/operations/updateprompt.js.map +1 -1
- package/models/operations/updatetool.js +10 -10
- package/package.json +1 -1
- package/packages/orq-rc/docs/sdks/agents/README.md +2 -0
- package/packages/orq-rc/docs/sdks/knowledge/README.md +0 -2
- package/packages/orq-rc/examples/package-lock.json +1 -1
- package/packages/orq-rc/jsr.json +1 -1
- package/packages/orq-rc/package-lock.json +2 -2
- package/packages/orq-rc/package.json +1 -1
- package/packages/orq-rc/src/lib/config.ts +3 -3
- package/packages/orq-rc/src/mcp-server/mcp-server.ts +1 -1
- package/packages/orq-rc/src/mcp-server/server.ts +1 -1
- package/packages/orq-rc/src/models/operations/createagent.ts +38 -23
- package/packages/orq-rc/src/models/operations/createbudget.ts +2 -2
- package/packages/orq-rc/src/models/operations/createcontact.ts +2 -2
- package/packages/orq-rc/src/models/operations/createdataset.ts +2 -2
- package/packages/orq-rc/src/models/operations/createdatasetitem.ts +8 -8
- package/packages/orq-rc/src/models/operations/createdatasource.ts +2 -2
- package/packages/orq-rc/src/models/operations/createeval.ts +28 -28
- package/packages/orq-rc/src/models/operations/createknowledge.ts +1 -7
- package/packages/orq-rc/src/models/operations/createprompt.ts +4 -4
- package/packages/orq-rc/src/models/operations/createtool.ts +14 -10
- package/packages/orq-rc/src/models/operations/duplicateagent.ts +21 -15
- package/packages/orq-rc/src/models/operations/duplicatetool.ts +29 -11
- package/packages/orq-rc/src/models/operations/fileget.ts +2 -2
- package/packages/orq-rc/src/models/operations/filelist.ts +2 -2
- package/packages/orq-rc/src/models/operations/fileupload.ts +2 -2
- package/packages/orq-rc/src/models/operations/getagent.ts +21 -15
- package/packages/orq-rc/src/models/operations/getalltools.ts +14 -10
- package/packages/orq-rc/src/models/operations/getbudget.ts +2 -2
- package/packages/orq-rc/src/models/operations/getevals.ts +28 -28
- package/packages/orq-rc/src/models/operations/listagents.ts +21 -15
- package/packages/orq-rc/src/models/operations/listbudgets.ts +2 -2
- package/packages/orq-rc/src/models/operations/listcontacts.ts +2 -2
- package/packages/orq-rc/src/models/operations/listdatasetdatapoints.ts +8 -8
- package/packages/orq-rc/src/models/operations/listdatasets.ts +2 -2
- package/packages/orq-rc/src/models/operations/listdatasources.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrievecontact.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrievedatapoint.ts +8 -8
- package/packages/orq-rc/src/models/operations/retrievedataset.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrievedatasource.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrievetool.ts +14 -10
- package/packages/orq-rc/src/models/operations/runagent.ts +12 -8
- package/packages/orq-rc/src/models/operations/streamrunagent.ts +12 -8
- package/packages/orq-rc/src/models/operations/syncmcptool.ts +14 -10
- package/packages/orq-rc/src/models/operations/updateagent.ts +35 -23
- package/packages/orq-rc/src/models/operations/updatebudget.ts +2 -2
- package/packages/orq-rc/src/models/operations/updatecontact.ts +2 -2
- package/packages/orq-rc/src/models/operations/updatedatapoint.ts +8 -8
- package/packages/orq-rc/src/models/operations/updatedataset.ts +2 -2
- package/packages/orq-rc/src/models/operations/updatedatasource.ts +2 -2
- package/packages/orq-rc/src/models/operations/updateeval.ts +28 -28
- package/packages/orq-rc/src/models/operations/updateprompt.ts +4 -4
- package/packages/orq-rc/src/models/operations/updatetool.ts +25 -10
- 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/operations/createagent.ts +129 -0
- package/src/models/operations/createbudget.ts +2 -2
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +8 -8
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +423 -524
- package/src/models/operations/creatememorystore.ts +14 -1108
- package/src/models/operations/createprompt.ts +60 -0
- package/src/models/operations/createtool.ts +10 -10
- package/src/models/operations/deploymentgetconfig.ts +30 -0
- package/src/models/operations/deployments.ts +30 -0
- package/src/models/operations/duplicatetool.ts +10 -10
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/getagent.ts +62 -0
- package/src/models/operations/getallmemorystores.ts +7 -595
- package/src/models/operations/getallprompts.ts +30 -0
- package/src/models/operations/getalltools.ts +10 -10
- package/src/models/operations/getbudget.ts +2 -2
- package/src/models/operations/getevals.ts +28 -28
- package/src/models/operations/getoneprompt.ts +30 -0
- package/src/models/operations/getpromptversion.ts +30 -0
- package/src/models/operations/listagents.ts +67 -0
- package/src/models/operations/listagenttasks.ts +66 -0
- package/src/models/operations/listbudgets.ts +2 -2
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +8 -8
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +9 -9
- package/src/models/operations/listpromptversions.ts +30 -0
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +8 -8
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/retrievememorystore.ts +7 -596
- package/src/models/operations/retrievetool.ts +10 -10
- package/src/models/operations/runagent.ts +64 -0
- package/src/models/operations/streamrunagent.ts +66 -0
- package/src/models/operations/updateagent.ts +131 -0
- package/src/models/operations/updatebudget.ts +2 -2
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +8 -8
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +28 -28
- package/src/models/operations/updatememorystore.ts +7 -527
- package/src/models/operations/updateprompt.ts +60 -0
- package/src/models/operations/updatetool.ts +10 -10
|
@@ -1849,7 +1849,7 @@ exports.Evaluations3$inboundSchema = z.object({
|
|
|
1849
1849
|
human_review_id: z.string(),
|
|
1850
1850
|
source: exports.CreateDatasetItemEvaluationsSource$inboundSchema.default("orq"),
|
|
1851
1851
|
reviewed_by_id: z.string(),
|
|
1852
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2025-11-
|
|
1852
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2025-11-18T22:06:45.180Z").transform(v => new Date(v)),
|
|
1853
1853
|
type: exports.CreateDatasetItemEvaluationsDatasetsType$inboundSchema,
|
|
1854
1854
|
values: z.array(z.string()),
|
|
1855
1855
|
}).transform((v) => {
|
|
@@ -1867,7 +1867,7 @@ exports.Evaluations3$outboundSchema = z.object({
|
|
|
1867
1867
|
humanReviewId: z.string(),
|
|
1868
1868
|
source: exports.CreateDatasetItemEvaluationsSource$outboundSchema.default("orq"),
|
|
1869
1869
|
reviewedById: z.string(),
|
|
1870
|
-
reviewedAt: z.date().default(() => new Date("2025-11-
|
|
1870
|
+
reviewedAt: z.date().default(() => new Date("2025-11-18T22:06:45.180Z"))
|
|
1871
1871
|
.transform(v => v.toISOString()),
|
|
1872
1872
|
type: exports.CreateDatasetItemEvaluationsDatasetsType$outboundSchema,
|
|
1873
1873
|
values: z.array(z.string()),
|
|
@@ -1904,7 +1904,7 @@ exports.Evaluations2$inboundSchema = z.object({
|
|
|
1904
1904
|
human_review_id: z.string(),
|
|
1905
1905
|
source: exports.EvaluationsSource$inboundSchema.default("orq"),
|
|
1906
1906
|
reviewed_by_id: z.string(),
|
|
1907
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2025-11-
|
|
1907
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2025-11-18T22:06:45.179Z").transform(v => new Date(v)),
|
|
1908
1908
|
type: exports.CreateDatasetItemEvaluationsType$inboundSchema,
|
|
1909
1909
|
value: z.number(),
|
|
1910
1910
|
}).transform((v) => {
|
|
@@ -1922,7 +1922,7 @@ exports.Evaluations2$outboundSchema = z.object({
|
|
|
1922
1922
|
humanReviewId: z.string(),
|
|
1923
1923
|
source: exports.EvaluationsSource$outboundSchema.default("orq"),
|
|
1924
1924
|
reviewedById: z.string(),
|
|
1925
|
-
reviewedAt: z.date().default(() => new Date("2025-11-
|
|
1925
|
+
reviewedAt: z.date().default(() => new Date("2025-11-18T22:06:45.179Z"))
|
|
1926
1926
|
.transform(v => v.toISOString()),
|
|
1927
1927
|
type: exports.CreateDatasetItemEvaluationsType$outboundSchema,
|
|
1928
1928
|
value: z.number(),
|
|
@@ -1960,7 +1960,7 @@ exports.Evaluations1$inboundSchema = z.object({
|
|
|
1960
1960
|
human_review_id: z.string(),
|
|
1961
1961
|
source: exports.Source$inboundSchema.default("orq"),
|
|
1962
1962
|
reviewed_by_id: z.string(),
|
|
1963
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2025-11-
|
|
1963
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2025-11-18T22:06:45.178Z").transform(v => new Date(v)),
|
|
1964
1964
|
type: exports.EvaluationsType$inboundSchema,
|
|
1965
1965
|
value: z.string(),
|
|
1966
1966
|
}).transform((v) => {
|
|
@@ -1978,7 +1978,7 @@ exports.Evaluations1$outboundSchema = z.object({
|
|
|
1978
1978
|
humanReviewId: z.string(),
|
|
1979
1979
|
source: exports.Source$outboundSchema.default("orq"),
|
|
1980
1980
|
reviewedById: z.string(),
|
|
1981
|
-
reviewedAt: z.date().default(() => new Date("2025-11-
|
|
1981
|
+
reviewedAt: z.date().default(() => new Date("2025-11-18T22:06:45.178Z"))
|
|
1982
1982
|
.transform(v => v.toISOString()),
|
|
1983
1983
|
type: exports.EvaluationsType$outboundSchema,
|
|
1984
1984
|
value: z.string(),
|
|
@@ -2038,7 +2038,7 @@ exports.CreateDatasetItemResponseBody$inboundSchema = z.object({
|
|
|
2038
2038
|
updated_by_id: z.string().optional(),
|
|
2039
2039
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
2040
2040
|
.optional(),
|
|
2041
|
-
updated: z.string().datetime({ offset: true }).default("2025-11-
|
|
2041
|
+
updated: z.string().datetime({ offset: true }).default("2025-11-18T22:06:34.127Z").transform(v => new Date(v)),
|
|
2042
2042
|
}).transform((v) => {
|
|
2043
2043
|
return (0, primitives_js_1.remap)(v, {
|
|
2044
2044
|
"_id": "id",
|
|
@@ -2073,7 +2073,7 @@ exports.CreateDatasetItemResponseBody$outboundSchema = z.object({
|
|
|
2073
2073
|
createdById: z.string().optional(),
|
|
2074
2074
|
updatedById: z.string().optional(),
|
|
2075
2075
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
2076
|
-
updated: z.date().default(() => new Date("2025-11-
|
|
2076
|
+
updated: z.date().default(() => new Date("2025-11-18T22:06:34.127Z"))
|
|
2077
2077
|
.transform(v => v.toISOString()),
|
|
2078
2078
|
}).transform((v) => {
|
|
2079
2079
|
return (0, primitives_js_1.remap)(v, {
|
|
@@ -282,7 +282,7 @@ exports.CreateDatasourceStatus$inboundSchema = z.nativeEnum(exports.CreateDataso
|
|
|
282
282
|
exports.CreateDatasourceStatus$outboundSchema = exports.CreateDatasourceStatus$inboundSchema;
|
|
283
283
|
/** @internal */
|
|
284
284
|
exports.CreateDatasourceResponseBody$inboundSchema = z.object({
|
|
285
|
-
_id: z.string().default("
|
|
285
|
+
_id: z.string().default("01KACG31ANA5GVMCR7F2X00FE9"),
|
|
286
286
|
display_name: z.string(),
|
|
287
287
|
description: z.string().optional(),
|
|
288
288
|
status: exports.CreateDatasourceStatus$inboundSchema,
|
|
@@ -306,7 +306,7 @@ exports.CreateDatasourceResponseBody$inboundSchema = z.object({
|
|
|
306
306
|
});
|
|
307
307
|
/** @internal */
|
|
308
308
|
exports.CreateDatasourceResponseBody$outboundSchema = z.object({
|
|
309
|
-
id: z.string().default("
|
|
309
|
+
id: z.string().default("01KACG31ANA5GVMCR7F2X00FE9"),
|
|
310
310
|
displayName: z.string(),
|
|
311
311
|
description: z.string().optional(),
|
|
312
312
|
status: exports.CreateDatasourceStatus$outboundSchema,
|
|
@@ -484,63 +484,63 @@ export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResp
|
|
|
484
484
|
readonly CosineSimilarity: "cosine_similarity";
|
|
485
485
|
};
|
|
486
486
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type>;
|
|
487
|
-
export type
|
|
487
|
+
export type TwentyThree = {
|
|
488
488
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type;
|
|
489
489
|
};
|
|
490
490
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type: {
|
|
491
491
|
readonly MeteorScore: "meteor_score";
|
|
492
492
|
};
|
|
493
493
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type>;
|
|
494
|
-
export type
|
|
494
|
+
export type TwentyTwo = {
|
|
495
495
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type;
|
|
496
496
|
};
|
|
497
497
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type: {
|
|
498
498
|
readonly RougeN: "rouge_n";
|
|
499
499
|
};
|
|
500
500
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type>;
|
|
501
|
-
export type
|
|
501
|
+
export type TwentyOne = {
|
|
502
502
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type;
|
|
503
503
|
};
|
|
504
504
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type: {
|
|
505
505
|
readonly BleuScore: "bleu_score";
|
|
506
506
|
};
|
|
507
507
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type>;
|
|
508
|
-
export type
|
|
508
|
+
export type Twenty = {
|
|
509
509
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type;
|
|
510
510
|
};
|
|
511
511
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type: {
|
|
512
512
|
readonly BertScore: "bert_score";
|
|
513
513
|
};
|
|
514
514
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type>;
|
|
515
|
-
export type
|
|
515
|
+
export type Nineteen = {
|
|
516
516
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type;
|
|
517
517
|
};
|
|
518
518
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type: {
|
|
519
519
|
readonly ModerationsGoogle: "moderations_google";
|
|
520
520
|
};
|
|
521
521
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type>;
|
|
522
|
-
export type
|
|
522
|
+
export type Eighteen = {
|
|
523
523
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type;
|
|
524
524
|
};
|
|
525
525
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type: {
|
|
526
526
|
readonly ModerationsOpenai: "moderations_openai";
|
|
527
527
|
};
|
|
528
528
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type>;
|
|
529
|
-
export type
|
|
529
|
+
export type Seventeen = {
|
|
530
530
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type;
|
|
531
531
|
};
|
|
532
532
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type: {
|
|
533
533
|
readonly IsValidJson: "is_valid_json";
|
|
534
534
|
};
|
|
535
535
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type>;
|
|
536
|
-
export type
|
|
536
|
+
export type Sixteen = {
|
|
537
537
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type;
|
|
538
538
|
};
|
|
539
539
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type: {
|
|
540
540
|
readonly Regex: "regex";
|
|
541
541
|
};
|
|
542
542
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type>;
|
|
543
|
-
export type
|
|
543
|
+
export type Fifteen = {
|
|
544
544
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type;
|
|
545
545
|
pattern: string;
|
|
546
546
|
};
|
|
@@ -548,14 +548,14 @@ export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResp
|
|
|
548
548
|
readonly OneLine: "one_line";
|
|
549
549
|
};
|
|
550
550
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type>;
|
|
551
|
-
export type
|
|
551
|
+
export type Fourteen = {
|
|
552
552
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type;
|
|
553
553
|
};
|
|
554
554
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type: {
|
|
555
555
|
readonly LengthGreaterThan: "length_greater_than";
|
|
556
556
|
};
|
|
557
557
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type>;
|
|
558
|
-
export type
|
|
558
|
+
export type Thirteen = {
|
|
559
559
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type;
|
|
560
560
|
value: number;
|
|
561
561
|
};
|
|
@@ -563,7 +563,7 @@ export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResp
|
|
|
563
563
|
readonly LengthBetween: "length_between";
|
|
564
564
|
};
|
|
565
565
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type>;
|
|
566
|
-
export type
|
|
566
|
+
export type Twelve = {
|
|
567
567
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type;
|
|
568
568
|
min: number;
|
|
569
569
|
max: number;
|
|
@@ -572,7 +572,7 @@ export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResp
|
|
|
572
572
|
readonly LengthLessThan: "length_less_than";
|
|
573
573
|
};
|
|
574
574
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type>;
|
|
575
|
-
export type
|
|
575
|
+
export type Eleven = {
|
|
576
576
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type;
|
|
577
577
|
value: number;
|
|
578
578
|
};
|
|
@@ -580,14 +580,14 @@ export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResp
|
|
|
580
580
|
readonly ExactMatch: "exact_match";
|
|
581
581
|
};
|
|
582
582
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type>;
|
|
583
|
-
export type
|
|
583
|
+
export type Ten = {
|
|
584
584
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type;
|
|
585
585
|
};
|
|
586
586
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type: {
|
|
587
587
|
readonly EndsWith: "ends_with";
|
|
588
588
|
};
|
|
589
589
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type>;
|
|
590
|
-
export type
|
|
590
|
+
export type Nine = {
|
|
591
591
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type;
|
|
592
592
|
value: string;
|
|
593
593
|
};
|
|
@@ -595,7 +595,7 @@ export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResp
|
|
|
595
595
|
readonly StartWith: "start_with";
|
|
596
596
|
};
|
|
597
597
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type>;
|
|
598
|
-
export type
|
|
598
|
+
export type Eight = {
|
|
599
599
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type;
|
|
600
600
|
value: string;
|
|
601
601
|
};
|
|
@@ -603,7 +603,7 @@ export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResp
|
|
|
603
603
|
readonly ContainsValidLink: "contains_valid_link";
|
|
604
604
|
};
|
|
605
605
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType>;
|
|
606
|
-
export type
|
|
606
|
+
export type Seven = {
|
|
607
607
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType;
|
|
608
608
|
};
|
|
609
609
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONType: {
|
|
@@ -652,7 +652,7 @@ export type CreateEvalFunctionParams1 = {
|
|
|
652
652
|
type: FunctionParamsType;
|
|
653
653
|
value: string;
|
|
654
654
|
};
|
|
655
|
-
export type FunctionParams =
|
|
655
|
+
export type FunctionParams = Twelve | CreateEvalFunctionParams1 | CreateEvalFunctionParams2 | CreateEvalFunctionParams3 | CreateEvalFunctionParams4 | Eight | Nine | Eleven | Thirteen | Fifteen | TwentyFive | TwentySix | CreateEvalFunctionParams5 | CreateEvalFunctionParams6 | Seven | Ten | Fourteen | Sixteen | Seventeen | Eighteen | Nineteen | Twenty | TwentyOne | TwentyTwo | TwentyThree | TwentyFour | TwentySeven | TwentyEight | TwentyNine | Thirty | ThirtyOne | ThirtyTwo | ThirtyThree | ThirtyFour | ThirtyFive;
|
|
656
656
|
export type CreateEvalResponseBodyFunction = {
|
|
657
657
|
id: string;
|
|
658
658
|
description: string;
|
|
@@ -660,7 +660,7 @@ export type CreateEvalResponseBodyFunction = {
|
|
|
660
660
|
updated?: string | undefined;
|
|
661
661
|
guardrailConfig?: CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number | CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean | undefined;
|
|
662
662
|
type: CreateEvalResponseBodyEvalsResponse200Type;
|
|
663
|
-
functionParams:
|
|
663
|
+
functionParams: Twelve | CreateEvalFunctionParams1 | CreateEvalFunctionParams2 | CreateEvalFunctionParams3 | CreateEvalFunctionParams4 | Eight | Nine | Eleven | Thirteen | Fifteen | TwentyFive | TwentySix | CreateEvalFunctionParams5 | CreateEvalFunctionParams6 | Seven | Ten | Fourteen | Sixteen | Seventeen | Eighteen | Nineteen | Twenty | TwentyOne | TwentyTwo | TwentyThree | TwentyFour | TwentySeven | TwentyEight | TwentyNine | Thirty | ThirtyOne | ThirtyTwo | ThirtyThree | ThirtyFour | ThirtyFive;
|
|
664
664
|
key: string;
|
|
665
665
|
};
|
|
666
666
|
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody42Type: {
|
|
@@ -1509,246 +1509,246 @@ export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResp
|
|
|
1509
1509
|
/** @internal */
|
|
1510
1510
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type>;
|
|
1511
1511
|
/** @internal */
|
|
1512
|
-
export declare const
|
|
1512
|
+
export declare const TwentyThree$inboundSchema: z.ZodType<TwentyThree, z.ZodTypeDef, unknown>;
|
|
1513
1513
|
/** @internal */
|
|
1514
|
-
export type
|
|
1514
|
+
export type TwentyThree$Outbound = {
|
|
1515
1515
|
type: string;
|
|
1516
1516
|
};
|
|
1517
1517
|
/** @internal */
|
|
1518
|
-
export declare const
|
|
1519
|
-
export declare function
|
|
1520
|
-
export declare function
|
|
1518
|
+
export declare const TwentyThree$outboundSchema: z.ZodType<TwentyThree$Outbound, z.ZodTypeDef, TwentyThree>;
|
|
1519
|
+
export declare function twentyThreeToJSON(twentyThree: TwentyThree): string;
|
|
1520
|
+
export declare function twentyThreeFromJSON(jsonString: string): SafeParseResult<TwentyThree, SDKValidationError>;
|
|
1521
1521
|
/** @internal */
|
|
1522
1522
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type>;
|
|
1523
1523
|
/** @internal */
|
|
1524
1524
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type>;
|
|
1525
1525
|
/** @internal */
|
|
1526
|
-
export declare const
|
|
1526
|
+
export declare const TwentyTwo$inboundSchema: z.ZodType<TwentyTwo, z.ZodTypeDef, unknown>;
|
|
1527
1527
|
/** @internal */
|
|
1528
|
-
export type
|
|
1528
|
+
export type TwentyTwo$Outbound = {
|
|
1529
1529
|
type: string;
|
|
1530
1530
|
};
|
|
1531
1531
|
/** @internal */
|
|
1532
|
-
export declare const
|
|
1533
|
-
export declare function
|
|
1534
|
-
export declare function
|
|
1532
|
+
export declare const TwentyTwo$outboundSchema: z.ZodType<TwentyTwo$Outbound, z.ZodTypeDef, TwentyTwo>;
|
|
1533
|
+
export declare function twentyTwoToJSON(twentyTwo: TwentyTwo): string;
|
|
1534
|
+
export declare function twentyTwoFromJSON(jsonString: string): SafeParseResult<TwentyTwo, SDKValidationError>;
|
|
1535
1535
|
/** @internal */
|
|
1536
1536
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type>;
|
|
1537
1537
|
/** @internal */
|
|
1538
1538
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type>;
|
|
1539
1539
|
/** @internal */
|
|
1540
|
-
export declare const
|
|
1540
|
+
export declare const TwentyOne$inboundSchema: z.ZodType<TwentyOne, z.ZodTypeDef, unknown>;
|
|
1541
1541
|
/** @internal */
|
|
1542
|
-
export type
|
|
1542
|
+
export type TwentyOne$Outbound = {
|
|
1543
1543
|
type: string;
|
|
1544
1544
|
};
|
|
1545
1545
|
/** @internal */
|
|
1546
|
-
export declare const
|
|
1547
|
-
export declare function
|
|
1548
|
-
export declare function
|
|
1546
|
+
export declare const TwentyOne$outboundSchema: z.ZodType<TwentyOne$Outbound, z.ZodTypeDef, TwentyOne>;
|
|
1547
|
+
export declare function twentyOneToJSON(twentyOne: TwentyOne): string;
|
|
1548
|
+
export declare function twentyOneFromJSON(jsonString: string): SafeParseResult<TwentyOne, SDKValidationError>;
|
|
1549
1549
|
/** @internal */
|
|
1550
1550
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type>;
|
|
1551
1551
|
/** @internal */
|
|
1552
1552
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type>;
|
|
1553
1553
|
/** @internal */
|
|
1554
|
-
export declare const
|
|
1554
|
+
export declare const Twenty$inboundSchema: z.ZodType<Twenty, z.ZodTypeDef, unknown>;
|
|
1555
1555
|
/** @internal */
|
|
1556
|
-
export type
|
|
1556
|
+
export type Twenty$Outbound = {
|
|
1557
1557
|
type: string;
|
|
1558
1558
|
};
|
|
1559
1559
|
/** @internal */
|
|
1560
|
-
export declare const
|
|
1561
|
-
export declare function
|
|
1562
|
-
export declare function
|
|
1560
|
+
export declare const Twenty$outboundSchema: z.ZodType<Twenty$Outbound, z.ZodTypeDef, Twenty>;
|
|
1561
|
+
export declare function twentyToJSON(twenty: Twenty): string;
|
|
1562
|
+
export declare function twentyFromJSON(jsonString: string): SafeParseResult<Twenty, SDKValidationError>;
|
|
1563
1563
|
/** @internal */
|
|
1564
1564
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type>;
|
|
1565
1565
|
/** @internal */
|
|
1566
1566
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type>;
|
|
1567
1567
|
/** @internal */
|
|
1568
|
-
export declare const
|
|
1568
|
+
export declare const Nineteen$inboundSchema: z.ZodType<Nineteen, z.ZodTypeDef, unknown>;
|
|
1569
1569
|
/** @internal */
|
|
1570
|
-
export type
|
|
1570
|
+
export type Nineteen$Outbound = {
|
|
1571
1571
|
type: string;
|
|
1572
1572
|
};
|
|
1573
1573
|
/** @internal */
|
|
1574
|
-
export declare const
|
|
1575
|
-
export declare function
|
|
1576
|
-
export declare function
|
|
1574
|
+
export declare const Nineteen$outboundSchema: z.ZodType<Nineteen$Outbound, z.ZodTypeDef, Nineteen>;
|
|
1575
|
+
export declare function nineteenToJSON(nineteen: Nineteen): string;
|
|
1576
|
+
export declare function nineteenFromJSON(jsonString: string): SafeParseResult<Nineteen, SDKValidationError>;
|
|
1577
1577
|
/** @internal */
|
|
1578
1578
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type>;
|
|
1579
1579
|
/** @internal */
|
|
1580
1580
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type>;
|
|
1581
1581
|
/** @internal */
|
|
1582
|
-
export declare const
|
|
1582
|
+
export declare const Eighteen$inboundSchema: z.ZodType<Eighteen, z.ZodTypeDef, unknown>;
|
|
1583
1583
|
/** @internal */
|
|
1584
|
-
export type
|
|
1584
|
+
export type Eighteen$Outbound = {
|
|
1585
1585
|
type: string;
|
|
1586
1586
|
};
|
|
1587
1587
|
/** @internal */
|
|
1588
|
-
export declare const
|
|
1589
|
-
export declare function
|
|
1590
|
-
export declare function
|
|
1588
|
+
export declare const Eighteen$outboundSchema: z.ZodType<Eighteen$Outbound, z.ZodTypeDef, Eighteen>;
|
|
1589
|
+
export declare function eighteenToJSON(eighteen: Eighteen): string;
|
|
1590
|
+
export declare function eighteenFromJSON(jsonString: string): SafeParseResult<Eighteen, SDKValidationError>;
|
|
1591
1591
|
/** @internal */
|
|
1592
1592
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type>;
|
|
1593
1593
|
/** @internal */
|
|
1594
1594
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type>;
|
|
1595
1595
|
/** @internal */
|
|
1596
|
-
export declare const
|
|
1596
|
+
export declare const Seventeen$inboundSchema: z.ZodType<Seventeen, z.ZodTypeDef, unknown>;
|
|
1597
1597
|
/** @internal */
|
|
1598
|
-
export type
|
|
1598
|
+
export type Seventeen$Outbound = {
|
|
1599
1599
|
type: string;
|
|
1600
1600
|
};
|
|
1601
1601
|
/** @internal */
|
|
1602
|
-
export declare const
|
|
1603
|
-
export declare function
|
|
1604
|
-
export declare function
|
|
1602
|
+
export declare const Seventeen$outboundSchema: z.ZodType<Seventeen$Outbound, z.ZodTypeDef, Seventeen>;
|
|
1603
|
+
export declare function seventeenToJSON(seventeen: Seventeen): string;
|
|
1604
|
+
export declare function seventeenFromJSON(jsonString: string): SafeParseResult<Seventeen, SDKValidationError>;
|
|
1605
1605
|
/** @internal */
|
|
1606
1606
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type>;
|
|
1607
1607
|
/** @internal */
|
|
1608
1608
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type>;
|
|
1609
1609
|
/** @internal */
|
|
1610
|
-
export declare const
|
|
1610
|
+
export declare const Sixteen$inboundSchema: z.ZodType<Sixteen, z.ZodTypeDef, unknown>;
|
|
1611
1611
|
/** @internal */
|
|
1612
|
-
export type
|
|
1612
|
+
export type Sixteen$Outbound = {
|
|
1613
1613
|
type: string;
|
|
1614
1614
|
};
|
|
1615
1615
|
/** @internal */
|
|
1616
|
-
export declare const
|
|
1617
|
-
export declare function
|
|
1618
|
-
export declare function
|
|
1616
|
+
export declare const Sixteen$outboundSchema: z.ZodType<Sixteen$Outbound, z.ZodTypeDef, Sixteen>;
|
|
1617
|
+
export declare function sixteenToJSON(sixteen: Sixteen): string;
|
|
1618
|
+
export declare function sixteenFromJSON(jsonString: string): SafeParseResult<Sixteen, SDKValidationError>;
|
|
1619
1619
|
/** @internal */
|
|
1620
1620
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type>;
|
|
1621
1621
|
/** @internal */
|
|
1622
1622
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type>;
|
|
1623
1623
|
/** @internal */
|
|
1624
|
-
export declare const
|
|
1624
|
+
export declare const Fifteen$inboundSchema: z.ZodType<Fifteen, z.ZodTypeDef, unknown>;
|
|
1625
1625
|
/** @internal */
|
|
1626
|
-
export type
|
|
1626
|
+
export type Fifteen$Outbound = {
|
|
1627
1627
|
type: string;
|
|
1628
1628
|
pattern: string;
|
|
1629
1629
|
};
|
|
1630
1630
|
/** @internal */
|
|
1631
|
-
export declare const
|
|
1632
|
-
export declare function
|
|
1633
|
-
export declare function
|
|
1631
|
+
export declare const Fifteen$outboundSchema: z.ZodType<Fifteen$Outbound, z.ZodTypeDef, Fifteen>;
|
|
1632
|
+
export declare function fifteenToJSON(fifteen: Fifteen): string;
|
|
1633
|
+
export declare function fifteenFromJSON(jsonString: string): SafeParseResult<Fifteen, SDKValidationError>;
|
|
1634
1634
|
/** @internal */
|
|
1635
1635
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type>;
|
|
1636
1636
|
/** @internal */
|
|
1637
1637
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type>;
|
|
1638
1638
|
/** @internal */
|
|
1639
|
-
export declare const
|
|
1639
|
+
export declare const Fourteen$inboundSchema: z.ZodType<Fourteen, z.ZodTypeDef, unknown>;
|
|
1640
1640
|
/** @internal */
|
|
1641
|
-
export type
|
|
1641
|
+
export type Fourteen$Outbound = {
|
|
1642
1642
|
type: string;
|
|
1643
1643
|
};
|
|
1644
1644
|
/** @internal */
|
|
1645
|
-
export declare const
|
|
1646
|
-
export declare function
|
|
1647
|
-
export declare function
|
|
1645
|
+
export declare const Fourteen$outboundSchema: z.ZodType<Fourteen$Outbound, z.ZodTypeDef, Fourteen>;
|
|
1646
|
+
export declare function fourteenToJSON(fourteen: Fourteen): string;
|
|
1647
|
+
export declare function fourteenFromJSON(jsonString: string): SafeParseResult<Fourteen, SDKValidationError>;
|
|
1648
1648
|
/** @internal */
|
|
1649
1649
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type>;
|
|
1650
1650
|
/** @internal */
|
|
1651
1651
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type>;
|
|
1652
1652
|
/** @internal */
|
|
1653
|
-
export declare const
|
|
1653
|
+
export declare const Thirteen$inboundSchema: z.ZodType<Thirteen, z.ZodTypeDef, unknown>;
|
|
1654
1654
|
/** @internal */
|
|
1655
|
-
export type
|
|
1655
|
+
export type Thirteen$Outbound = {
|
|
1656
1656
|
type: string;
|
|
1657
1657
|
value: number;
|
|
1658
1658
|
};
|
|
1659
1659
|
/** @internal */
|
|
1660
|
-
export declare const
|
|
1661
|
-
export declare function
|
|
1662
|
-
export declare function
|
|
1660
|
+
export declare const Thirteen$outboundSchema: z.ZodType<Thirteen$Outbound, z.ZodTypeDef, Thirteen>;
|
|
1661
|
+
export declare function thirteenToJSON(thirteen: Thirteen): string;
|
|
1662
|
+
export declare function thirteenFromJSON(jsonString: string): SafeParseResult<Thirteen, SDKValidationError>;
|
|
1663
1663
|
/** @internal */
|
|
1664
1664
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type>;
|
|
1665
1665
|
/** @internal */
|
|
1666
1666
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type>;
|
|
1667
1667
|
/** @internal */
|
|
1668
|
-
export declare const
|
|
1668
|
+
export declare const Twelve$inboundSchema: z.ZodType<Twelve, z.ZodTypeDef, unknown>;
|
|
1669
1669
|
/** @internal */
|
|
1670
|
-
export type
|
|
1670
|
+
export type Twelve$Outbound = {
|
|
1671
1671
|
type: string;
|
|
1672
1672
|
min: number;
|
|
1673
1673
|
max: number;
|
|
1674
1674
|
};
|
|
1675
1675
|
/** @internal */
|
|
1676
|
-
export declare const
|
|
1677
|
-
export declare function
|
|
1678
|
-
export declare function
|
|
1676
|
+
export declare const Twelve$outboundSchema: z.ZodType<Twelve$Outbound, z.ZodTypeDef, Twelve>;
|
|
1677
|
+
export declare function twelveToJSON(twelve: Twelve): string;
|
|
1678
|
+
export declare function twelveFromJSON(jsonString: string): SafeParseResult<Twelve, SDKValidationError>;
|
|
1679
1679
|
/** @internal */
|
|
1680
1680
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type>;
|
|
1681
1681
|
/** @internal */
|
|
1682
1682
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type>;
|
|
1683
1683
|
/** @internal */
|
|
1684
|
-
export declare const
|
|
1684
|
+
export declare const Eleven$inboundSchema: z.ZodType<Eleven, z.ZodTypeDef, unknown>;
|
|
1685
1685
|
/** @internal */
|
|
1686
|
-
export type
|
|
1686
|
+
export type Eleven$Outbound = {
|
|
1687
1687
|
type: string;
|
|
1688
1688
|
value: number;
|
|
1689
1689
|
};
|
|
1690
1690
|
/** @internal */
|
|
1691
|
-
export declare const
|
|
1692
|
-
export declare function
|
|
1693
|
-
export declare function
|
|
1691
|
+
export declare const Eleven$outboundSchema: z.ZodType<Eleven$Outbound, z.ZodTypeDef, Eleven>;
|
|
1692
|
+
export declare function elevenToJSON(eleven: Eleven): string;
|
|
1693
|
+
export declare function elevenFromJSON(jsonString: string): SafeParseResult<Eleven, SDKValidationError>;
|
|
1694
1694
|
/** @internal */
|
|
1695
1695
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type>;
|
|
1696
1696
|
/** @internal */
|
|
1697
1697
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type>;
|
|
1698
1698
|
/** @internal */
|
|
1699
|
-
export declare const
|
|
1699
|
+
export declare const Ten$inboundSchema: z.ZodType<Ten, z.ZodTypeDef, unknown>;
|
|
1700
1700
|
/** @internal */
|
|
1701
|
-
export type
|
|
1701
|
+
export type Ten$Outbound = {
|
|
1702
1702
|
type: string;
|
|
1703
1703
|
};
|
|
1704
1704
|
/** @internal */
|
|
1705
|
-
export declare const
|
|
1706
|
-
export declare function
|
|
1707
|
-
export declare function
|
|
1705
|
+
export declare const Ten$outboundSchema: z.ZodType<Ten$Outbound, z.ZodTypeDef, Ten>;
|
|
1706
|
+
export declare function tenToJSON(ten: Ten): string;
|
|
1707
|
+
export declare function tenFromJSON(jsonString: string): SafeParseResult<Ten, SDKValidationError>;
|
|
1708
1708
|
/** @internal */
|
|
1709
1709
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type>;
|
|
1710
1710
|
/** @internal */
|
|
1711
1711
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type>;
|
|
1712
1712
|
/** @internal */
|
|
1713
|
-
export declare const
|
|
1713
|
+
export declare const Nine$inboundSchema: z.ZodType<Nine, z.ZodTypeDef, unknown>;
|
|
1714
1714
|
/** @internal */
|
|
1715
|
-
export type
|
|
1715
|
+
export type Nine$Outbound = {
|
|
1716
1716
|
type: string;
|
|
1717
1717
|
value: string;
|
|
1718
1718
|
};
|
|
1719
1719
|
/** @internal */
|
|
1720
|
-
export declare const
|
|
1721
|
-
export declare function
|
|
1722
|
-
export declare function
|
|
1720
|
+
export declare const Nine$outboundSchema: z.ZodType<Nine$Outbound, z.ZodTypeDef, Nine>;
|
|
1721
|
+
export declare function nineToJSON(nine: Nine): string;
|
|
1722
|
+
export declare function nineFromJSON(jsonString: string): SafeParseResult<Nine, SDKValidationError>;
|
|
1723
1723
|
/** @internal */
|
|
1724
1724
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type>;
|
|
1725
1725
|
/** @internal */
|
|
1726
1726
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type>;
|
|
1727
1727
|
/** @internal */
|
|
1728
|
-
export declare const
|
|
1728
|
+
export declare const Eight$inboundSchema: z.ZodType<Eight, z.ZodTypeDef, unknown>;
|
|
1729
1729
|
/** @internal */
|
|
1730
|
-
export type
|
|
1730
|
+
export type Eight$Outbound = {
|
|
1731
1731
|
type: string;
|
|
1732
1732
|
value: string;
|
|
1733
1733
|
};
|
|
1734
1734
|
/** @internal */
|
|
1735
|
-
export declare const
|
|
1736
|
-
export declare function
|
|
1737
|
-
export declare function
|
|
1735
|
+
export declare const Eight$outboundSchema: z.ZodType<Eight$Outbound, z.ZodTypeDef, Eight>;
|
|
1736
|
+
export declare function eightToJSON(eight: Eight): string;
|
|
1737
|
+
export declare function eightFromJSON(jsonString: string): SafeParseResult<Eight, SDKValidationError>;
|
|
1738
1738
|
/** @internal */
|
|
1739
1739
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType>;
|
|
1740
1740
|
/** @internal */
|
|
1741
1741
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType>;
|
|
1742
1742
|
/** @internal */
|
|
1743
|
-
export declare const
|
|
1743
|
+
export declare const Seven$inboundSchema: z.ZodType<Seven, z.ZodTypeDef, unknown>;
|
|
1744
1744
|
/** @internal */
|
|
1745
|
-
export type
|
|
1745
|
+
export type Seven$Outbound = {
|
|
1746
1746
|
type: string;
|
|
1747
1747
|
};
|
|
1748
1748
|
/** @internal */
|
|
1749
|
-
export declare const
|
|
1750
|
-
export declare function
|
|
1751
|
-
export declare function
|
|
1749
|
+
export declare const Seven$outboundSchema: z.ZodType<Seven$Outbound, z.ZodTypeDef, Seven>;
|
|
1750
|
+
export declare function sevenToJSON(seven: Seven): string;
|
|
1751
|
+
export declare function sevenFromJSON(jsonString: string): SafeParseResult<Seven, SDKValidationError>;
|
|
1752
1752
|
/** @internal */
|
|
1753
1753
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONType>;
|
|
1754
1754
|
/** @internal */
|
|
@@ -1840,7 +1840,7 @@ export declare function createEvalFunctionParams1FromJSON(jsonString: string): S
|
|
|
1840
1840
|
/** @internal */
|
|
1841
1841
|
export declare const FunctionParams$inboundSchema: z.ZodType<FunctionParams, z.ZodTypeDef, unknown>;
|
|
1842
1842
|
/** @internal */
|
|
1843
|
-
export type FunctionParams$Outbound =
|
|
1843
|
+
export type FunctionParams$Outbound = Twelve$Outbound | CreateEvalFunctionParams1$Outbound | CreateEvalFunctionParams2$Outbound | CreateEvalFunctionParams3$Outbound | CreateEvalFunctionParams4$Outbound | Eight$Outbound | Nine$Outbound | Eleven$Outbound | Thirteen$Outbound | Fifteen$Outbound | TwentyFive$Outbound | TwentySix$Outbound | CreateEvalFunctionParams5$Outbound | CreateEvalFunctionParams6$Outbound | Seven$Outbound | Ten$Outbound | Fourteen$Outbound | Sixteen$Outbound | Seventeen$Outbound | Eighteen$Outbound | Nineteen$Outbound | Twenty$Outbound | TwentyOne$Outbound | TwentyTwo$Outbound | TwentyThree$Outbound | TwentyFour$Outbound | TwentySeven$Outbound | TwentyEight$Outbound | TwentyNine$Outbound | Thirty$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyThree$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound;
|
|
1844
1844
|
/** @internal */
|
|
1845
1845
|
export declare const FunctionParams$outboundSchema: z.ZodType<FunctionParams$Outbound, z.ZodTypeDef, FunctionParams>;
|
|
1846
1846
|
export declare function functionParamsToJSON(functionParams: FunctionParams): string;
|
|
@@ -1855,7 +1855,7 @@ export type CreateEvalResponseBodyFunction$Outbound = {
|
|
|
1855
1855
|
updated: string;
|
|
1856
1856
|
guardrail_config?: CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$Outbound | CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$Outbound | undefined;
|
|
1857
1857
|
type: string;
|
|
1858
|
-
function_params:
|
|
1858
|
+
function_params: Twelve$Outbound | CreateEvalFunctionParams1$Outbound | CreateEvalFunctionParams2$Outbound | CreateEvalFunctionParams3$Outbound | CreateEvalFunctionParams4$Outbound | Eight$Outbound | Nine$Outbound | Eleven$Outbound | Thirteen$Outbound | Fifteen$Outbound | TwentyFive$Outbound | TwentySix$Outbound | CreateEvalFunctionParams5$Outbound | CreateEvalFunctionParams6$Outbound | Seven$Outbound | Ten$Outbound | Fourteen$Outbound | Sixteen$Outbound | Seventeen$Outbound | Eighteen$Outbound | Nineteen$Outbound | Twenty$Outbound | TwentyOne$Outbound | TwentyTwo$Outbound | TwentyThree$Outbound | TwentyFour$Outbound | TwentySeven$Outbound | TwentyEight$Outbound | TwentyNine$Outbound | Thirty$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyThree$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound;
|
|
1859
1859
|
key: string;
|
|
1860
1860
|
};
|
|
1861
1861
|
/** @internal */
|