@orq-ai/node 4.12.0-rc.27 → 4.12.0-rc.28
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/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/models/components/evaluatorresponsefunction.js +2 -2
- package/models/components/evaluatorresponsehttp.js +2 -2
- package/models/components/evaluatorresponsejsonschema.js +2 -2
- package/models/components/evaluatorresponsellm.js +2 -2
- package/models/components/evaluatorresponsepython.js +2 -2
- package/models/components/evaluatorresponseragas.js +2 -2
- package/models/components/evaluatorresponsetypescript.js +2 -2
- package/models/components/reasoningpart.js +1 -1
- package/models/operations/createagentrequest.d.ts +4 -0
- package/models/operations/createagentrequest.d.ts.map +1 -1
- package/models/operations/createagentrequest.js +4 -0
- package/models/operations/createagentrequest.js.map +1 -1
- package/models/operations/createchatcompletion.d.ts +1 -0
- package/models/operations/createchatcompletion.d.ts.map +1 -1
- package/models/operations/createchatcompletion.js +1 -0
- package/models/operations/createchatcompletion.js.map +1 -1
- package/models/operations/createdataset.js +1 -1
- package/models/operations/createdatasetitem.js +4 -4
- package/models/operations/createdatasource.js +1 -1
- package/models/operations/createprompt.d.ts +2 -0
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +2 -0
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/createtool.js +6 -6
- package/models/operations/getallprompts.d.ts +1 -0
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +1 -0
- package/models/operations/getallprompts.js.map +1 -1
- package/models/operations/getalltools.js +6 -6
- package/models/operations/getoneprompt.d.ts +1 -0
- package/models/operations/getoneprompt.d.ts.map +1 -1
- package/models/operations/getoneprompt.js +1 -0
- package/models/operations/getoneprompt.js.map +1 -1
- package/models/operations/getpromptversion.d.ts +1 -0
- package/models/operations/getpromptversion.d.ts.map +1 -1
- package/models/operations/getpromptversion.js +1 -0
- package/models/operations/getpromptversion.js.map +1 -1
- package/models/operations/getv2humanevalsets.js +2 -2
- package/models/operations/getv2humanevalsetsid.js +2 -2
- package/models/operations/listagents.d.ts +2 -0
- package/models/operations/listagents.d.ts.map +1 -1
- package/models/operations/listagents.js +2 -0
- package/models/operations/listagents.js.map +1 -1
- package/models/operations/listdatasetdatapoints.js +4 -4
- package/models/operations/listdatasets.js +1 -1
- package/models/operations/listdatasources.js +1 -1
- package/models/operations/listpromptversions.d.ts +1 -0
- package/models/operations/listpromptversions.d.ts.map +1 -1
- package/models/operations/listpromptversions.js +1 -0
- package/models/operations/listpromptversions.js.map +1 -1
- package/models/operations/patchv2humanevalsetsid.js +2 -2
- package/models/operations/postv2feedbackevaluation.js +3 -3
- package/models/operations/postv2humanevalsets.js +2 -2
- package/models/operations/retrieveagentrequest.d.ts +2 -0
- package/models/operations/retrieveagentrequest.d.ts.map +1 -1
- package/models/operations/retrieveagentrequest.js +2 -0
- package/models/operations/retrieveagentrequest.js.map +1 -1
- package/models/operations/retrievedatapoint.js +4 -4
- package/models/operations/retrievedataset.js +1 -1
- package/models/operations/retrievedatasource.js +1 -1
- package/models/operations/retrievetool.js +6 -6
- package/models/operations/runagent.d.ts +2 -0
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +3 -1
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +2 -0
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +3 -1
- package/models/operations/streamrunagent.js.map +1 -1
- package/models/operations/updateagent.d.ts +4 -0
- package/models/operations/updateagent.d.ts.map +1 -1
- package/models/operations/updateagent.js +4 -0
- package/models/operations/updateagent.js.map +1 -1
- package/models/operations/updatedatapoint.js +4 -4
- package/models/operations/updatedataset.js +1 -1
- package/models/operations/updatedatasource.js +1 -1
- package/models/operations/updateprompt.d.ts +2 -0
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +2 -0
- package/models/operations/updateprompt.js.map +1 -1
- package/models/operations/updatetool.js +7 -7
- package/package.json +1 -1
- package/sdk/feedback.d.ts +4 -1
- package/sdk/feedback.d.ts.map +1 -1
- package/sdk/feedback.js +4 -1
- package/sdk/feedback.js.map +1 -1
- package/src/lib/config.ts +2 -2
- package/src/models/components/evaluatorresponsefunction.ts +2 -2
- package/src/models/components/evaluatorresponsehttp.ts +2 -2
- package/src/models/components/evaluatorresponsejsonschema.ts +2 -2
- package/src/models/components/evaluatorresponsellm.ts +2 -2
- package/src/models/components/evaluatorresponsepython.ts +2 -2
- package/src/models/components/evaluatorresponseragas.ts +2 -2
- package/src/models/components/evaluatorresponsetypescript.ts +2 -2
- package/src/models/components/reasoningpart.ts +1 -1
- package/src/models/operations/createagentrequest.ts +4 -0
- package/src/models/operations/createchatcompletion.ts +1 -0
- package/src/models/operations/createdataset.ts +1 -1
- package/src/models/operations/createdatasetitem.ts +4 -4
- package/src/models/operations/createdatasource.ts +1 -1
- package/src/models/operations/createprompt.ts +2 -0
- package/src/models/operations/createtool.ts +6 -6
- package/src/models/operations/getallprompts.ts +1 -0
- package/src/models/operations/getalltools.ts +6 -6
- package/src/models/operations/getoneprompt.ts +1 -0
- package/src/models/operations/getpromptversion.ts +1 -0
- package/src/models/operations/getv2humanevalsets.ts +2 -2
- package/src/models/operations/getv2humanevalsetsid.ts +2 -2
- package/src/models/operations/listagents.ts +2 -0
- package/src/models/operations/listdatasetdatapoints.ts +4 -4
- package/src/models/operations/listdatasets.ts +1 -1
- package/src/models/operations/listdatasources.ts +1 -1
- package/src/models/operations/listpromptversions.ts +1 -0
- package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
- package/src/models/operations/postv2feedbackevaluation.ts +3 -3
- package/src/models/operations/postv2humanevalsets.ts +2 -2
- package/src/models/operations/retrieveagentrequest.ts +2 -0
- package/src/models/operations/retrievedatapoint.ts +4 -4
- package/src/models/operations/retrievedataset.ts +1 -1
- package/src/models/operations/retrievedatasource.ts +1 -1
- package/src/models/operations/retrievetool.ts +6 -6
- package/src/models/operations/runagent.ts +3 -1
- package/src/models/operations/streamrunagent.ts +3 -1
- package/src/models/operations/updateagent.ts +4 -0
- package/src/models/operations/updatedatapoint.ts +4 -4
- package/src/models/operations/updatedataset.ts +1 -1
- package/src/models/operations/updatedatasource.ts +1 -1
- package/src/models/operations/updateprompt.ts +2 -0
- package/src/models/operations/updatetool.ts +7 -7
- package/src/sdk/feedback.ts +4 -1
|
@@ -412,7 +412,7 @@ export const CreateDatasourceResponseBody$inboundSchema: z.ZodType<
|
|
|
412
412
|
z.ZodTypeDef,
|
|
413
413
|
unknown
|
|
414
414
|
> = z.object({
|
|
415
|
-
_id: z.string().default("
|
|
415
|
+
_id: z.string().default("01KXH5Z3PD8946THDHG3V8E53T"),
|
|
416
416
|
display_name: z.string(),
|
|
417
417
|
description: z.nullable(z.string()).optional(),
|
|
418
418
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -602,6 +602,7 @@ export type CreatePromptModalities = ClosedEnum<typeof CreatePromptModalities>;
|
|
|
602
602
|
*/
|
|
603
603
|
export const CreatePromptId1 = {
|
|
604
604
|
OrqPiiDetection: "orq_pii_detection",
|
|
605
|
+
OrqSecretDetection: "orq_secret_detection",
|
|
605
606
|
OrqSexualModeration: "orq_sexual_moderation",
|
|
606
607
|
OrqHarmfulModeration: "orq_harmful_moderation",
|
|
607
608
|
} as const;
|
|
@@ -1764,6 +1765,7 @@ export type CreatePromptPromptsModalities = ClosedEnum<
|
|
|
1764
1765
|
*/
|
|
1765
1766
|
export const CreatePromptIdPrompts1 = {
|
|
1766
1767
|
OrqPiiDetection: "orq_pii_detection",
|
|
1768
|
+
OrqSecretDetection: "orq_secret_detection",
|
|
1767
1769
|
OrqSexualModeration: "orq_sexual_moderation",
|
|
1768
1770
|
OrqHarmfulModeration: "orq_harmful_moderation",
|
|
1769
1771
|
} as const;
|
|
@@ -1896,7 +1896,7 @@ export const ResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
1896
1896
|
z.ZodTypeDef,
|
|
1897
1897
|
unknown
|
|
1898
1898
|
> = z.object({
|
|
1899
|
-
_id: z.string().default("
|
|
1899
|
+
_id: z.string().default("tool_01KXH5Z3HNTV3DDCSY1Y0D4RXX"),
|
|
1900
1900
|
path: z.string(),
|
|
1901
1901
|
key: z.string(),
|
|
1902
1902
|
display_name: z.string().optional(),
|
|
@@ -1993,7 +1993,7 @@ export const ResponseBodyTools$inboundSchema: z.ZodType<
|
|
|
1993
1993
|
z.ZodTypeDef,
|
|
1994
1994
|
unknown
|
|
1995
1995
|
> = z.object({
|
|
1996
|
-
id: z.string().default("
|
|
1996
|
+
id: z.string().default("01KXH5Z3HMJ41KS9J2HFYSQ7DF"),
|
|
1997
1997
|
name: z.string(),
|
|
1998
1998
|
description: z.string().optional(),
|
|
1999
1999
|
schema: z.lazy(() => CreateToolResponseBodySchema$inboundSchema),
|
|
@@ -2049,7 +2049,7 @@ export const ResponseBodyMCPTool$inboundSchema: z.ZodType<
|
|
|
2049
2049
|
z.ZodTypeDef,
|
|
2050
2050
|
unknown
|
|
2051
2051
|
> = z.object({
|
|
2052
|
-
_id: z.string().default("
|
|
2052
|
+
_id: z.string().default("tool_01KXH5Z3HKM5DEXEXFRBCWY10F"),
|
|
2053
2053
|
path: z.string(),
|
|
2054
2054
|
key: z.string(),
|
|
2055
2055
|
display_name: z.string().optional(),
|
|
@@ -2235,7 +2235,7 @@ export const ResponseBodyHTTPTool$inboundSchema: z.ZodType<
|
|
|
2235
2235
|
z.ZodTypeDef,
|
|
2236
2236
|
unknown
|
|
2237
2237
|
> = z.object({
|
|
2238
|
-
_id: z.string().default("
|
|
2238
|
+
_id: z.string().default("tool_01KXH5Z3HGSSP4V28TDP5VSXVN"),
|
|
2239
2239
|
path: z.string(),
|
|
2240
2240
|
key: z.string(),
|
|
2241
2241
|
display_name: z.string().optional(),
|
|
@@ -2328,7 +2328,7 @@ export const ResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
2328
2328
|
z.ZodTypeDef,
|
|
2329
2329
|
unknown
|
|
2330
2330
|
> = z.object({
|
|
2331
|
-
_id: z.string().default("
|
|
2331
|
+
_id: z.string().default("tool_01KXH5Z3HEP52NJZTYZ9CV9JPP"),
|
|
2332
2332
|
path: z.string(),
|
|
2333
2333
|
key: z.string(),
|
|
2334
2334
|
display_name: z.string().optional(),
|
|
@@ -2429,7 +2429,7 @@ export const ResponseBodyFunctionTool$inboundSchema: z.ZodType<
|
|
|
2429
2429
|
z.ZodTypeDef,
|
|
2430
2430
|
unknown
|
|
2431
2431
|
> = z.object({
|
|
2432
|
-
_id: z.string().default("
|
|
2432
|
+
_id: z.string().default("tool_01KXH5Z3HC5KM78S3G2355J246"),
|
|
2433
2433
|
path: z.string(),
|
|
2434
2434
|
key: z.string(),
|
|
2435
2435
|
display_name: z.string().optional(),
|
|
@@ -818,6 +818,7 @@ export type GetAllPromptsModalities = ClosedEnum<
|
|
|
818
818
|
*/
|
|
819
819
|
export const GetAllPromptsId1 = {
|
|
820
820
|
OrqPiiDetection: "orq_pii_detection",
|
|
821
|
+
OrqSecretDetection: "orq_secret_detection",
|
|
821
822
|
OrqSexualModeration: "orq_sexual_moderation",
|
|
822
823
|
OrqHarmfulModeration: "orq_harmful_moderation",
|
|
823
824
|
} as const;
|
|
@@ -766,7 +766,7 @@ export const DataCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
766
766
|
z.ZodTypeDef,
|
|
767
767
|
unknown
|
|
768
768
|
> = z.object({
|
|
769
|
-
_id: z.string().default("
|
|
769
|
+
_id: z.string().default("tool_01KXH5Z3GZMVYQVZD326XKS2EW"),
|
|
770
770
|
path: z.string(),
|
|
771
771
|
key: z.string(),
|
|
772
772
|
display_name: z.string().optional(),
|
|
@@ -863,7 +863,7 @@ export const DataTools$inboundSchema: z.ZodType<
|
|
|
863
863
|
z.ZodTypeDef,
|
|
864
864
|
unknown
|
|
865
865
|
> = z.object({
|
|
866
|
-
id: z.string().default("
|
|
866
|
+
id: z.string().default("01KXH5Z3GX7DH0S359GBJ4NTEF"),
|
|
867
867
|
name: z.string(),
|
|
868
868
|
description: z.string().optional(),
|
|
869
869
|
schema: z.lazy(() => GetAllToolsDataSchema$inboundSchema),
|
|
@@ -916,7 +916,7 @@ export const DataMCPTool$inboundSchema: z.ZodType<
|
|
|
916
916
|
z.ZodTypeDef,
|
|
917
917
|
unknown
|
|
918
918
|
> = z.object({
|
|
919
|
-
_id: z.string().default("
|
|
919
|
+
_id: z.string().default("tool_01KXH5Z3GW67216K9H6HVNDM7T"),
|
|
920
920
|
path: z.string(),
|
|
921
921
|
key: z.string(),
|
|
922
922
|
display_name: z.string().optional(),
|
|
@@ -1100,7 +1100,7 @@ export const DataHTTPTool$inboundSchema: z.ZodType<
|
|
|
1100
1100
|
z.ZodTypeDef,
|
|
1101
1101
|
unknown
|
|
1102
1102
|
> = z.object({
|
|
1103
|
-
_id: z.string().default("
|
|
1103
|
+
_id: z.string().default("tool_01KXH5Z3GS2GDXBMHFMHTBDKK2"),
|
|
1104
1104
|
path: z.string(),
|
|
1105
1105
|
key: z.string(),
|
|
1106
1106
|
display_name: z.string().optional(),
|
|
@@ -1193,7 +1193,7 @@ export const DataJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
1193
1193
|
z.ZodTypeDef,
|
|
1194
1194
|
unknown
|
|
1195
1195
|
> = z.object({
|
|
1196
|
-
_id: z.string().default("
|
|
1196
|
+
_id: z.string().default("tool_01KXH5Z3GQ7V24C0CH3WPXM3XW"),
|
|
1197
1197
|
path: z.string(),
|
|
1198
1198
|
key: z.string(),
|
|
1199
1199
|
display_name: z.string().optional(),
|
|
@@ -1291,7 +1291,7 @@ export const DataFunctionTool$inboundSchema: z.ZodType<
|
|
|
1291
1291
|
z.ZodTypeDef,
|
|
1292
1292
|
unknown
|
|
1293
1293
|
> = z.object({
|
|
1294
|
-
_id: z.string().default("
|
|
1294
|
+
_id: z.string().default("tool_01KXH5Z3GPYCXRP94YKWS9H6GC"),
|
|
1295
1295
|
path: z.string(),
|
|
1296
1296
|
key: z.string(),
|
|
1297
1297
|
display_name: z.string().optional(),
|
|
@@ -800,6 +800,7 @@ export type GetOnePromptModalities = ClosedEnum<typeof GetOnePromptModalities>;
|
|
|
800
800
|
*/
|
|
801
801
|
export const GetOnePromptId1 = {
|
|
802
802
|
OrqPiiDetection: "orq_pii_detection",
|
|
803
|
+
OrqSecretDetection: "orq_secret_detection",
|
|
803
804
|
OrqSexualModeration: "orq_sexual_moderation",
|
|
804
805
|
OrqHarmfulModeration: "orq_harmful_moderation",
|
|
805
806
|
} as const;
|
|
@@ -810,6 +810,7 @@ export type GetPromptVersionModalities = ClosedEnum<
|
|
|
810
810
|
*/
|
|
811
811
|
export const GetPromptVersionId1 = {
|
|
812
812
|
OrqPiiDetection: "orq_pii_detection",
|
|
813
|
+
OrqSecretDetection: "orq_secret_detection",
|
|
813
814
|
OrqSexualModeration: "orq_sexual_moderation",
|
|
814
815
|
OrqHarmfulModeration: "orq_harmful_moderation",
|
|
815
816
|
} as const;
|
|
@@ -140,7 +140,7 @@ export const GetV2HumanEvalSetsResponseBody2$inboundSchema: z.ZodType<
|
|
|
140
140
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
141
141
|
.optional(),
|
|
142
142
|
updated: z.string().datetime({ offset: true }).default(
|
|
143
|
-
"2026-07-
|
|
143
|
+
"2026-07-14T20:43:57.078Z",
|
|
144
144
|
).transform(v => new Date(v)),
|
|
145
145
|
filter_type: z.literal("name"),
|
|
146
146
|
filter_value: z.string(),
|
|
@@ -185,7 +185,7 @@ export const GetV2HumanEvalSetsResponseBody1$inboundSchema: z.ZodType<
|
|
|
185
185
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
186
186
|
.optional(),
|
|
187
187
|
updated: z.string().datetime({ offset: true }).default(
|
|
188
|
-
"2026-07-
|
|
188
|
+
"2026-07-14T20:43:57.078Z",
|
|
189
189
|
).transform(v => new Date(v)),
|
|
190
190
|
filter_type: z.literal("span_type"),
|
|
191
191
|
filter_values: z.array(z.string()),
|
|
@@ -141,7 +141,7 @@ export const GetV2HumanEvalSetsIdResponseBody2$inboundSchema: z.ZodType<
|
|
|
141
141
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
142
142
|
.optional(),
|
|
143
143
|
updated: z.string().datetime({ offset: true }).default(
|
|
144
|
-
"2026-07-
|
|
144
|
+
"2026-07-14T20:43:57.078Z",
|
|
145
145
|
).transform(v => new Date(v)),
|
|
146
146
|
filter_type: z.literal("name"),
|
|
147
147
|
filter_value: z.string(),
|
|
@@ -186,7 +186,7 @@ export const GetV2HumanEvalSetsIdResponseBody1$inboundSchema: z.ZodType<
|
|
|
186
186
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
187
187
|
.optional(),
|
|
188
188
|
updated: z.string().datetime({ offset: true }).default(
|
|
189
|
-
"2026-07-
|
|
189
|
+
"2026-07-14T20:43:57.078Z",
|
|
190
190
|
).transform(v => new Date(v)),
|
|
191
191
|
filter_type: z.literal("span_type"),
|
|
192
192
|
filter_values: z.array(z.string()),
|
|
@@ -410,6 +410,7 @@ export type ListAgentsModalities = ClosedEnum<typeof ListAgentsModalities>;
|
|
|
410
410
|
*/
|
|
411
411
|
export const ListAgentsId1 = {
|
|
412
412
|
OrqPiiDetection: "orq_pii_detection",
|
|
413
|
+
OrqSecretDetection: "orq_secret_detection",
|
|
413
414
|
OrqSexualModeration: "orq_sexual_moderation",
|
|
414
415
|
OrqHarmfulModeration: "orq_harmful_moderation",
|
|
415
416
|
} as const;
|
|
@@ -870,6 +871,7 @@ export type ListAgentsFallbackModelConfigurationModalities = ClosedEnum<
|
|
|
870
871
|
*/
|
|
871
872
|
export const ListAgentsIdAgents1 = {
|
|
872
873
|
OrqPiiDetection: "orq_pii_detection",
|
|
874
|
+
OrqSecretDetection: "orq_secret_detection",
|
|
873
875
|
OrqSexualModeration: "orq_sexual_moderation",
|
|
874
876
|
OrqHarmfulModeration: "orq_harmful_moderation",
|
|
875
877
|
} as const;
|
|
@@ -1522,7 +1522,7 @@ export const ListDatasetDatapointsEvaluations3$inboundSchema: z.ZodType<
|
|
|
1522
1522
|
explanation: z.string().optional(),
|
|
1523
1523
|
reviewed_by_id: z.string(),
|
|
1524
1524
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1525
|
-
"2026-07-
|
|
1525
|
+
"2026-07-14T20:44:17.547Z",
|
|
1526
1526
|
).transform(v => new Date(v)),
|
|
1527
1527
|
type: z.literal("string_array"),
|
|
1528
1528
|
values: z.array(z.string()),
|
|
@@ -1626,7 +1626,7 @@ export const ListDatasetDatapointsEvaluations2$inboundSchema: z.ZodType<
|
|
|
1626
1626
|
explanation: z.string().optional(),
|
|
1627
1627
|
reviewed_by_id: z.string(),
|
|
1628
1628
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1629
|
-
"2026-07-
|
|
1629
|
+
"2026-07-14T20:44:17.546Z",
|
|
1630
1630
|
).transform(v => new Date(v)),
|
|
1631
1631
|
type: z.literal("number"),
|
|
1632
1632
|
value: z.number(),
|
|
@@ -1726,7 +1726,7 @@ export const ListDatasetDatapointsEvaluations1$inboundSchema: z.ZodType<
|
|
|
1726
1726
|
explanation: z.string().optional(),
|
|
1727
1727
|
reviewed_by_id: z.string(),
|
|
1728
1728
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1729
|
-
"2026-07-
|
|
1729
|
+
"2026-07-14T20:44:17.545Z",
|
|
1730
1730
|
).transform(v => new Date(v)),
|
|
1731
1731
|
type: z.literal("string"),
|
|
1732
1732
|
value: z.string(),
|
|
@@ -1807,7 +1807,7 @@ export const ListDatasetDatapointsData$inboundSchema: z.ZodType<
|
|
|
1807
1807
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
1808
1808
|
.optional(),
|
|
1809
1809
|
updated: z.string().datetime({ offset: true }).default(
|
|
1810
|
-
"2026-07-
|
|
1810
|
+
"2026-07-14T20:43:57.078Z",
|
|
1811
1811
|
).transform(v => new Date(v)),
|
|
1812
1812
|
}).transform((v) => {
|
|
1813
1813
|
return remap$(v, {
|
|
@@ -169,7 +169,7 @@ export const ListDatasetsData$inboundSchema: z.ZodType<
|
|
|
169
169
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
170
170
|
.optional(),
|
|
171
171
|
updated: z.string().datetime({ offset: true }).default(
|
|
172
|
-
"2026-07-
|
|
172
|
+
"2026-07-14T20:43:57.078Z",
|
|
173
173
|
).transform(v => new Date(v)),
|
|
174
174
|
}).transform((v) => {
|
|
175
175
|
return remap$(v, {
|
|
@@ -182,7 +182,7 @@ export const ListDatasourcesData$inboundSchema: z.ZodType<
|
|
|
182
182
|
z.ZodTypeDef,
|
|
183
183
|
unknown
|
|
184
184
|
> = z.object({
|
|
185
|
-
_id: z.string().default("
|
|
185
|
+
_id: z.string().default("01KXH5Z3PA4PEMZERBXW6857C7"),
|
|
186
186
|
display_name: z.string(),
|
|
187
187
|
description: z.nullable(z.string()).optional(),
|
|
188
188
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -826,6 +826,7 @@ export type ListPromptVersionsModalities = ClosedEnum<
|
|
|
826
826
|
*/
|
|
827
827
|
export const ListPromptVersionsId1 = {
|
|
828
828
|
OrqPiiDetection: "orq_pii_detection",
|
|
829
|
+
OrqSecretDetection: "orq_secret_detection",
|
|
829
830
|
OrqSexualModeration: "orq_sexual_moderation",
|
|
830
831
|
OrqHarmfulModeration: "orq_harmful_moderation",
|
|
831
832
|
} as const;
|
|
@@ -318,7 +318,7 @@ export const PatchV2HumanEvalSetsIdResponseBody2$inboundSchema: z.ZodType<
|
|
|
318
318
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
319
319
|
.optional(),
|
|
320
320
|
updated: z.string().datetime({ offset: true }).default(
|
|
321
|
-
"2026-07-
|
|
321
|
+
"2026-07-14T20:43:57.078Z",
|
|
322
322
|
).transform(v => new Date(v)),
|
|
323
323
|
filter_type: z.literal("name"),
|
|
324
324
|
filter_value: z.string(),
|
|
@@ -364,7 +364,7 @@ export const PatchV2HumanEvalSetsIdResponseBody1$inboundSchema: z.ZodType<
|
|
|
364
364
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
365
365
|
.optional(),
|
|
366
366
|
updated: z.string().datetime({ offset: true }).default(
|
|
367
|
-
"2026-07-
|
|
367
|
+
"2026-07-14T20:43:57.078Z",
|
|
368
368
|
).transform(v => new Date(v)),
|
|
369
369
|
filter_type: z.literal("span_type"),
|
|
370
370
|
filter_values: z.array(z.string()),
|
|
@@ -193,7 +193,7 @@ export const RequestBody3$outboundSchema: z.ZodType<
|
|
|
193
193
|
source: PostV2FeedbackEvaluationRequestBodyFeedbackSource$outboundSchema
|
|
194
194
|
.default("orq"),
|
|
195
195
|
explanation: z.string().optional(),
|
|
196
|
-
reviewedAt: z.date().default(() => new Date("2026-07-
|
|
196
|
+
reviewedAt: z.date().default(() => new Date("2026-07-14T20:44:17.719Z"))
|
|
197
197
|
.transform(v => v.toISOString()),
|
|
198
198
|
type: z.literal("string_array"),
|
|
199
199
|
values: z.array(z.string()),
|
|
@@ -247,7 +247,7 @@ export const PostV2FeedbackEvaluationRequestBody2$outboundSchema: z.ZodType<
|
|
|
247
247
|
"orq",
|
|
248
248
|
),
|
|
249
249
|
explanation: z.string().optional(),
|
|
250
|
-
reviewedAt: z.date().default(() => new Date("2026-07-
|
|
250
|
+
reviewedAt: z.date().default(() => new Date("2026-07-14T20:44:17.718Z"))
|
|
251
251
|
.transform(v => v.toISOString()),
|
|
252
252
|
type: z.literal("number"),
|
|
253
253
|
value: z.number(),
|
|
@@ -305,7 +305,7 @@ export const PostV2FeedbackEvaluationRequestBody1$outboundSchema: z.ZodType<
|
|
|
305
305
|
humanReviewId: z.string().optional(),
|
|
306
306
|
source: RequestBodySource$outboundSchema.default("orq"),
|
|
307
307
|
explanation: z.string().optional(),
|
|
308
|
-
reviewedAt: z.date().default(() => new Date("2026-07-
|
|
308
|
+
reviewedAt: z.date().default(() => new Date("2026-07-14T20:44:17.717Z"))
|
|
309
309
|
.transform(v => v.toISOString()),
|
|
310
310
|
type: z.literal("string"),
|
|
311
311
|
value: z.string(),
|
|
@@ -271,7 +271,7 @@ export const PostV2HumanEvalSetsResponseBody2$inboundSchema: z.ZodType<
|
|
|
271
271
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
272
272
|
.optional(),
|
|
273
273
|
updated: z.string().datetime({ offset: true }).default(
|
|
274
|
-
"2026-07-
|
|
274
|
+
"2026-07-14T20:43:57.078Z",
|
|
275
275
|
).transform(v => new Date(v)),
|
|
276
276
|
filter_type: z.literal("name"),
|
|
277
277
|
filter_value: z.string(),
|
|
@@ -316,7 +316,7 @@ export const PostV2HumanEvalSetsResponseBody1$inboundSchema: z.ZodType<
|
|
|
316
316
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
317
317
|
.optional(),
|
|
318
318
|
updated: z.string().datetime({ offset: true }).default(
|
|
319
|
-
"2026-07-
|
|
319
|
+
"2026-07-14T20:43:57.078Z",
|
|
320
320
|
).transform(v => new Date(v)),
|
|
321
321
|
filter_type: z.literal("span_type"),
|
|
322
322
|
filter_values: z.array(z.string()),
|
|
@@ -396,6 +396,7 @@ export type RetrieveAgentRequestModalities = ClosedEnum<
|
|
|
396
396
|
*/
|
|
397
397
|
export const RetrieveAgentRequestId1 = {
|
|
398
398
|
OrqPiiDetection: "orq_pii_detection",
|
|
399
|
+
OrqSecretDetection: "orq_secret_detection",
|
|
399
400
|
OrqSexualModeration: "orq_sexual_moderation",
|
|
400
401
|
OrqHarmfulModeration: "orq_harmful_moderation",
|
|
401
402
|
} as const;
|
|
@@ -868,6 +869,7 @@ export type RetrieveAgentRequestFallbackModelConfigurationModalities =
|
|
|
868
869
|
*/
|
|
869
870
|
export const RetrieveAgentRequestIdAgents1 = {
|
|
870
871
|
OrqPiiDetection: "orq_pii_detection",
|
|
872
|
+
OrqSecretDetection: "orq_secret_detection",
|
|
871
873
|
OrqSexualModeration: "orq_sexual_moderation",
|
|
872
874
|
OrqHarmfulModeration: "orq_harmful_moderation",
|
|
873
875
|
} as const;
|
|
@@ -1456,7 +1456,7 @@ export const RetrieveDatapointEvaluations3$inboundSchema: z.ZodType<
|
|
|
1456
1456
|
explanation: z.string().optional(),
|
|
1457
1457
|
reviewed_by_id: z.string(),
|
|
1458
1458
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1459
|
-
"2026-07-
|
|
1459
|
+
"2026-07-14T20:44:17.556Z",
|
|
1460
1460
|
).transform(v => new Date(v)),
|
|
1461
1461
|
type: z.literal("string_array"),
|
|
1462
1462
|
values: z.array(z.string()),
|
|
@@ -1554,7 +1554,7 @@ export const RetrieveDatapointEvaluations2$inboundSchema: z.ZodType<
|
|
|
1554
1554
|
explanation: z.string().optional(),
|
|
1555
1555
|
reviewed_by_id: z.string(),
|
|
1556
1556
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1557
|
-
"2026-07-
|
|
1557
|
+
"2026-07-14T20:44:17.556Z",
|
|
1558
1558
|
).transform(v => new Date(v)),
|
|
1559
1559
|
type: z.literal("number"),
|
|
1560
1560
|
value: z.number(),
|
|
@@ -1642,7 +1642,7 @@ export const RetrieveDatapointEvaluations1$inboundSchema: z.ZodType<
|
|
|
1642
1642
|
explanation: z.string().optional(),
|
|
1643
1643
|
reviewed_by_id: z.string(),
|
|
1644
1644
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1645
|
-
"2026-07-
|
|
1645
|
+
"2026-07-14T20:44:17.555Z",
|
|
1646
1646
|
).transform(v => new Date(v)),
|
|
1647
1647
|
type: z.literal("string"),
|
|
1648
1648
|
value: z.string(),
|
|
@@ -1721,7 +1721,7 @@ export const RetrieveDatapointResponseBody$inboundSchema: z.ZodType<
|
|
|
1721
1721
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
1722
1722
|
.optional(),
|
|
1723
1723
|
updated: z.string().datetime({ offset: true }).default(
|
|
1724
|
-
"2026-07-
|
|
1724
|
+
"2026-07-14T20:43:57.078Z",
|
|
1725
1725
|
).transform(v => new Date(v)),
|
|
1726
1726
|
}).transform((v) => {
|
|
1727
1727
|
return remap$(v, {
|
|
@@ -126,7 +126,7 @@ export const RetrieveDatasetResponseBody$inboundSchema: z.ZodType<
|
|
|
126
126
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
127
127
|
.optional(),
|
|
128
128
|
updated: z.string().datetime({ offset: true }).default(
|
|
129
|
-
"2026-07-
|
|
129
|
+
"2026-07-14T20:43:57.078Z",
|
|
130
130
|
).transform(v => new Date(v)),
|
|
131
131
|
}).transform((v) => {
|
|
132
132
|
return remap$(v, {
|
|
@@ -118,7 +118,7 @@ export const RetrieveDatasourceResponseBody$inboundSchema: z.ZodType<
|
|
|
118
118
|
z.ZodTypeDef,
|
|
119
119
|
unknown
|
|
120
120
|
> = z.object({
|
|
121
|
-
_id: z.string().default("
|
|
121
|
+
_id: z.string().default("01KXH5Z3PCV3HWJSWA0253WM55"),
|
|
122
122
|
display_name: z.string(),
|
|
123
123
|
description: z.nullable(z.string()).optional(),
|
|
124
124
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -753,7 +753,7 @@ export const RetrieveToolResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
753
753
|
z.ZodTypeDef,
|
|
754
754
|
unknown
|
|
755
755
|
> = z.object({
|
|
756
|
-
_id: z.string().default("
|
|
756
|
+
_id: z.string().default("tool_01KXH5Z3K3CBDCYGVBFY0MJZTS"),
|
|
757
757
|
path: z.string(),
|
|
758
758
|
key: z.string(),
|
|
759
759
|
display_name: z.string().optional(),
|
|
@@ -859,7 +859,7 @@ export const RetrieveToolResponseBodyTools$inboundSchema: z.ZodType<
|
|
|
859
859
|
z.ZodTypeDef,
|
|
860
860
|
unknown
|
|
861
861
|
> = z.object({
|
|
862
|
-
id: z.string().default("
|
|
862
|
+
id: z.string().default("01KXH5Z3K2ZJERN8F50SVHEZST"),
|
|
863
863
|
name: z.string(),
|
|
864
864
|
description: z.string().optional(),
|
|
865
865
|
schema: z.lazy(() => RetrieveToolResponseBodyToolsSchema$inboundSchema),
|
|
@@ -917,7 +917,7 @@ export const RetrieveToolResponseBodyMCPTool$inboundSchema: z.ZodType<
|
|
|
917
917
|
z.ZodTypeDef,
|
|
918
918
|
unknown
|
|
919
919
|
> = z.object({
|
|
920
|
-
_id: z.string().default("
|
|
920
|
+
_id: z.string().default("tool_01KXH5Z3K18PV4PBK625BH4G2V"),
|
|
921
921
|
path: z.string(),
|
|
922
922
|
key: z.string(),
|
|
923
923
|
display_name: z.string().optional(),
|
|
@@ -1108,7 +1108,7 @@ export const RetrieveToolResponseBodyHTTPTool$inboundSchema: z.ZodType<
|
|
|
1108
1108
|
z.ZodTypeDef,
|
|
1109
1109
|
unknown
|
|
1110
1110
|
> = z.object({
|
|
1111
|
-
_id: z.string().default("
|
|
1111
|
+
_id: z.string().default("tool_01KXH5Z3JZGVXCFD73ZBQ8FPZJ"),
|
|
1112
1112
|
path: z.string(),
|
|
1113
1113
|
key: z.string(),
|
|
1114
1114
|
display_name: z.string().optional(),
|
|
@@ -1204,7 +1204,7 @@ export const RetrieveToolResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
1204
1204
|
z.ZodTypeDef,
|
|
1205
1205
|
unknown
|
|
1206
1206
|
> = z.object({
|
|
1207
|
-
_id: z.string().default("
|
|
1207
|
+
_id: z.string().default("tool_01KXH5Z3JX9CVW5EHSV2ZKSCT9"),
|
|
1208
1208
|
path: z.string(),
|
|
1209
1209
|
key: z.string(),
|
|
1210
1210
|
display_name: z.string().optional(),
|
|
@@ -1310,7 +1310,7 @@ export const RetrieveToolResponseBodyFunctionTool$inboundSchema: z.ZodType<
|
|
|
1310
1310
|
z.ZodTypeDef,
|
|
1311
1311
|
unknown
|
|
1312
1312
|
> = z.object({
|
|
1313
|
-
_id: z.string().default("
|
|
1313
|
+
_id: z.string().default("tool_01KXH5Z3JWF858PS144V7Y1541"),
|
|
1314
1314
|
path: z.string(),
|
|
1315
1315
|
key: z.string(),
|
|
1316
1316
|
display_name: z.string().optional(),
|
|
@@ -164,6 +164,7 @@ export type RunAgentModelConfigurationModalities = ClosedEnum<
|
|
|
164
164
|
*/
|
|
165
165
|
export const RunAgentId1 = {
|
|
166
166
|
OrqPiiDetection: "orq_pii_detection",
|
|
167
|
+
OrqSecretDetection: "orq_secret_detection",
|
|
167
168
|
OrqSexualModeration: "orq_sexual_moderation",
|
|
168
169
|
OrqHarmfulModeration: "orq_harmful_moderation",
|
|
169
170
|
} as const;
|
|
@@ -653,6 +654,7 @@ export type RunAgentFallbackModelConfigurationModalities = ClosedEnum<
|
|
|
653
654
|
*/
|
|
654
655
|
export const RunAgentIdAgents1 = {
|
|
655
656
|
OrqPiiDetection: "orq_pii_detection",
|
|
657
|
+
OrqSecretDetection: "orq_secret_detection",
|
|
656
658
|
OrqSexualModeration: "orq_sexual_moderation",
|
|
657
659
|
OrqHarmfulModeration: "orq_harmful_moderation",
|
|
658
660
|
} as const;
|
|
@@ -4040,7 +4042,7 @@ export const Tools$outboundSchema: z.ZodType<
|
|
|
4040
4042
|
z.ZodTypeDef,
|
|
4041
4043
|
Tools
|
|
4042
4044
|
> = z.object({
|
|
4043
|
-
id: z.string().default("
|
|
4045
|
+
id: z.string().default("01KXH5Z3AEC555Q62BMJTAGVZ0"),
|
|
4044
4046
|
name: z.string(),
|
|
4045
4047
|
description: z.string().optional(),
|
|
4046
4048
|
schema: z.lazy(() => AgentToolInputRunSchema$outboundSchema),
|
|
@@ -168,6 +168,7 @@ export type StreamRunAgentModelConfigurationModalities = ClosedEnum<
|
|
|
168
168
|
*/
|
|
169
169
|
export const StreamRunAgentId1 = {
|
|
170
170
|
OrqPiiDetection: "orq_pii_detection",
|
|
171
|
+
OrqSecretDetection: "orq_secret_detection",
|
|
171
172
|
OrqSexualModeration: "orq_sexual_moderation",
|
|
172
173
|
OrqHarmfulModeration: "orq_harmful_moderation",
|
|
173
174
|
} as const;
|
|
@@ -667,6 +668,7 @@ export type StreamRunAgentFallbackModelConfigurationModalities = ClosedEnum<
|
|
|
667
668
|
*/
|
|
668
669
|
export const StreamRunAgentIdAgents1 = {
|
|
669
670
|
OrqPiiDetection: "orq_pii_detection",
|
|
671
|
+
OrqSecretDetection: "orq_secret_detection",
|
|
670
672
|
OrqSexualModeration: "orq_sexual_moderation",
|
|
671
673
|
OrqHarmfulModeration: "orq_harmful_moderation",
|
|
672
674
|
} as const;
|
|
@@ -4096,7 +4098,7 @@ export const AgentToolInputRunTools$outboundSchema: z.ZodType<
|
|
|
4096
4098
|
z.ZodTypeDef,
|
|
4097
4099
|
AgentToolInputRunTools
|
|
4098
4100
|
> = z.object({
|
|
4099
|
-
id: z.string().default("
|
|
4101
|
+
id: z.string().default("01KXH5Z3C6FHMYDCQDFYDHDCZ9"),
|
|
4100
4102
|
name: z.string(),
|
|
4101
4103
|
description: z.string().optional(),
|
|
4102
4104
|
schema: z.lazy(() =>
|
|
@@ -166,6 +166,7 @@ export type ModelConfigurationModalities = ClosedEnum<
|
|
|
166
166
|
*/
|
|
167
167
|
export const UpdateAgentId1 = {
|
|
168
168
|
OrqPiiDetection: "orq_pii_detection",
|
|
169
|
+
OrqSecretDetection: "orq_secret_detection",
|
|
169
170
|
OrqSexualModeration: "orq_sexual_moderation",
|
|
170
171
|
OrqHarmfulModeration: "orq_harmful_moderation",
|
|
171
172
|
} as const;
|
|
@@ -657,6 +658,7 @@ export type UpdateAgentFallbackModelConfigurationModalities = ClosedEnum<
|
|
|
657
658
|
*/
|
|
658
659
|
export const UpdateAgentIdAgents1 = {
|
|
659
660
|
OrqPiiDetection: "orq_pii_detection",
|
|
661
|
+
OrqSecretDetection: "orq_secret_detection",
|
|
660
662
|
OrqSexualModeration: "orq_sexual_moderation",
|
|
661
663
|
OrqHarmfulModeration: "orq_harmful_moderation",
|
|
662
664
|
} as const;
|
|
@@ -2111,6 +2113,7 @@ export type UpdateAgentModalities = ClosedEnum<typeof UpdateAgentModalities>;
|
|
|
2111
2113
|
*/
|
|
2112
2114
|
export const UpdateAgentIdAgentsResponse1 = {
|
|
2113
2115
|
OrqPiiDetection: "orq_pii_detection",
|
|
2116
|
+
OrqSecretDetection: "orq_secret_detection",
|
|
2114
2117
|
OrqSexualModeration: "orq_sexual_moderation",
|
|
2115
2118
|
OrqHarmfulModeration: "orq_harmful_moderation",
|
|
2116
2119
|
} as const;
|
|
@@ -2580,6 +2583,7 @@ export type UpdateAgentFallbackModelConfigurationAgentsModalities = ClosedEnum<
|
|
|
2580
2583
|
*/
|
|
2581
2584
|
export const UpdateAgentIdAgentsResponse2001 = {
|
|
2582
2585
|
OrqPiiDetection: "orq_pii_detection",
|
|
2586
|
+
OrqSecretDetection: "orq_secret_detection",
|
|
2583
2587
|
OrqSexualModeration: "orq_sexual_moderation",
|
|
2584
2588
|
OrqHarmfulModeration: "orq_harmful_moderation",
|
|
2585
2589
|
} as const;
|
|
@@ -2629,7 +2629,7 @@ export const UpdateDatapointEvaluations3$inboundSchema: z.ZodType<
|
|
|
2629
2629
|
explanation: z.string().optional(),
|
|
2630
2630
|
reviewed_by_id: z.string(),
|
|
2631
2631
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
2632
|
-
"2026-07-
|
|
2632
|
+
"2026-07-14T20:44:17.594Z",
|
|
2633
2633
|
).transform(v => new Date(v)),
|
|
2634
2634
|
type: z.literal("string_array"),
|
|
2635
2635
|
values: z.array(z.string()),
|
|
@@ -2726,7 +2726,7 @@ export const UpdateDatapointEvaluations2$inboundSchema: z.ZodType<
|
|
|
2726
2726
|
explanation: z.string().optional(),
|
|
2727
2727
|
reviewed_by_id: z.string(),
|
|
2728
2728
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
2729
|
-
"2026-07-
|
|
2729
|
+
"2026-07-14T20:44:17.593Z",
|
|
2730
2730
|
).transform(v => new Date(v)),
|
|
2731
2731
|
type: z.literal("number"),
|
|
2732
2732
|
value: z.number(),
|
|
@@ -2815,7 +2815,7 @@ export const UpdateDatapointEvaluations1$inboundSchema: z.ZodType<
|
|
|
2815
2815
|
explanation: z.string().optional(),
|
|
2816
2816
|
reviewed_by_id: z.string(),
|
|
2817
2817
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
2818
|
-
"2026-07-
|
|
2818
|
+
"2026-07-14T20:44:17.592Z",
|
|
2819
2819
|
).transform(v => new Date(v)),
|
|
2820
2820
|
type: z.literal("string"),
|
|
2821
2821
|
value: z.string(),
|
|
@@ -2898,7 +2898,7 @@ export const UpdateDatapointResponseBody$inboundSchema: z.ZodType<
|
|
|
2898
2898
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
2899
2899
|
.optional(),
|
|
2900
2900
|
updated: z.string().datetime({ offset: true }).default(
|
|
2901
|
-
"2026-07-
|
|
2901
|
+
"2026-07-14T20:43:57.078Z",
|
|
2902
2902
|
).transform(v => new Date(v)),
|
|
2903
2903
|
}).transform((v) => {
|
|
2904
2904
|
return remap$(v, {
|
|
@@ -182,7 +182,7 @@ export const UpdateDatasetResponseBody$inboundSchema: z.ZodType<
|
|
|
182
182
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
183
183
|
.optional(),
|
|
184
184
|
updated: z.string().datetime({ offset: true }).default(
|
|
185
|
-
"2026-07-
|
|
185
|
+
"2026-07-14T20:43:57.078Z",
|
|
186
186
|
).transform(v => new Date(v)),
|
|
187
187
|
}).transform((v) => {
|
|
188
188
|
return remap$(v, {
|
|
@@ -152,7 +152,7 @@ export const UpdateDatasourceResponseBody$inboundSchema: z.ZodType<
|
|
|
152
152
|
z.ZodTypeDef,
|
|
153
153
|
unknown
|
|
154
154
|
> = z.object({
|
|
155
|
-
_id: z.string().default("
|
|
155
|
+
_id: z.string().default("01KXH5Z3PGSXCP84V64JYQ00V4"),
|
|
156
156
|
display_name: z.string(),
|
|
157
157
|
description: z.nullable(z.string()).optional(),
|
|
158
158
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -550,6 +550,7 @@ export type UpdatePromptModalities = ClosedEnum<typeof UpdatePromptModalities>;
|
|
|
550
550
|
*/
|
|
551
551
|
export const UpdatePromptId1 = {
|
|
552
552
|
OrqPiiDetection: "orq_pii_detection",
|
|
553
|
+
OrqSecretDetection: "orq_secret_detection",
|
|
553
554
|
OrqSexualModeration: "orq_sexual_moderation",
|
|
554
555
|
OrqHarmfulModeration: "orq_harmful_moderation",
|
|
555
556
|
} as const;
|
|
@@ -1788,6 +1789,7 @@ export type UpdatePromptPromptsModalities = ClosedEnum<
|
|
|
1788
1789
|
*/
|
|
1789
1790
|
export const UpdatePromptIdPrompts1 = {
|
|
1790
1791
|
OrqPiiDetection: "orq_pii_detection",
|
|
1792
|
+
OrqSecretDetection: "orq_secret_detection",
|
|
1791
1793
|
OrqSexualModeration: "orq_sexual_moderation",
|
|
1792
1794
|
OrqHarmfulModeration: "orq_harmful_moderation",
|
|
1793
1795
|
} as const;
|