@orq-ai/node 4.13.0-rc.25 → 4.13.0-rc.26
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/README.md +42 -47
- package/funcs/reportingQuery.d.ts +1 -3
- package/funcs/reportingQuery.d.ts.map +1 -1
- package/funcs/reportingQuery.js +1 -3
- package/funcs/reportingQuery.js.map +1 -1
- package/funcs/tracesAggregate.d.ts +1 -3
- package/funcs/tracesAggregate.d.ts.map +1 -1
- package/funcs/tracesAggregate.js +1 -3
- package/funcs/tracesAggregate.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/models/components/evaluatorresponsefunction.js +2 -2
- package/models/components/evaluatorresponsehttp.js +2 -2
- package/models/components/evaluatorresponsejsonschema.js +2 -2
- package/models/components/evaluatorresponsellm.d.ts +1 -1
- package/models/components/evaluatorresponsellm.d.ts.map +1 -1
- package/models/components/evaluatorresponsellm.js +3 -3
- package/models/components/evaluatorresponsellm.js.map +1 -1
- package/models/components/evaluatorresponsepython.js +2 -2
- package/models/components/evaluatorresponseragas.js +2 -2
- package/models/components/evaluatorresponsetypescript.js +2 -2
- package/models/components/index.d.ts +2 -4
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +2 -4
- package/models/components/index.js.map +1 -1
- package/models/components/modelmetadata.d.ts +2 -0
- package/models/components/modelmetadata.d.ts.map +1 -1
- package/models/components/modelmetadata.js +4 -0
- package/models/components/modelmetadata.js.map +1 -1
- package/models/components/orqadvisortool.d.ts +67 -0
- package/models/components/orqadvisortool.d.ts.map +1 -0
- package/models/components/{querytelemetrymeta.js → orqadvisortool.js} +31 -10
- package/models/components/orqadvisortool.js.map +1 -0
- package/models/components/orqsidekicktool.d.ts +72 -0
- package/models/components/orqsidekicktool.d.ts.map +1 -0
- package/models/components/{querytelemetryrequest.js → orqsidekicktool.js} +33 -23
- package/models/components/orqsidekicktool.js.map +1 -0
- package/models/components/reasoning.d.ts +4 -4
- package/models/components/reasoning.d.ts.map +1 -1
- package/models/components/reasoning.js +4 -4
- package/models/components/reasoning.js.map +1 -1
- package/models/components/reasoningpart.js +1 -1
- package/models/operations/createagentrequest.d.ts +1 -1
- package/models/operations/createagentrequest.d.ts.map +1 -1
- package/models/operations/createagentrequest.js +1 -2
- package/models/operations/createagentrequest.js.map +1 -1
- package/models/operations/createdataset.js +1 -1
- package/models/operations/createdatasetitem.js +5 -5
- package/models/operations/createdatasource.js +1 -1
- package/models/operations/createeval.d.ts +4 -4
- package/models/operations/createeval.d.ts.map +1 -1
- package/models/operations/createeval.js +2 -2
- package/models/operations/createeval.js.map +1 -1
- package/models/operations/createrouterresponse.d.ts +4 -4
- package/models/operations/createrouterresponse.d.ts.map +1 -1
- package/models/operations/createrouterresponse.js +4 -0
- package/models/operations/createrouterresponse.js.map +1 -1
- package/models/operations/createtool.js +6 -6
- package/models/operations/getalltools.js +6 -6
- package/models/operations/getv2humanevalsets.js +2 -2
- package/models/operations/getv2humanevalsetsid.js +2 -2
- package/models/operations/listagents.d.ts +1 -1
- package/models/operations/listagents.d.ts.map +1 -1
- package/models/operations/listagents.js +2 -1
- package/models/operations/listagents.js.map +1 -1
- package/models/operations/listdatasetdatapoints.js +5 -5
- package/models/operations/listdatasets.js +1 -1
- package/models/operations/listdatasources.js +1 -1
- package/models/operations/patchv2humanevalsetsid.js +2 -2
- package/models/operations/postv2feedbackevaluation.js +4 -4
- package/models/operations/postv2humanevalsets.js +2 -2
- package/models/operations/retrieveagentrequest.d.ts +1 -1
- package/models/operations/retrieveagentrequest.d.ts.map +1 -1
- package/models/operations/retrieveagentrequest.js +1 -2
- package/models/operations/retrieveagentrequest.js.map +1 -1
- package/models/operations/retrievedatapoint.js +5 -5
- package/models/operations/retrievedataset.js +1 -1
- package/models/operations/retrievedatasource.js +1 -1
- package/models/operations/retrievetool.js +6 -6
- package/models/operations/runagent.js +1 -1
- package/models/operations/streamrunagent.js +1 -1
- package/models/operations/updateagent.d.ts +1 -1
- package/models/operations/updateagent.d.ts.map +1 -1
- package/models/operations/updateagent.js +2 -1
- package/models/operations/updateagent.js.map +1 -1
- package/models/operations/updatedatapoint.js +5 -5
- package/models/operations/updatedataset.js +1 -1
- package/models/operations/updatedatasource.js +1 -1
- package/models/operations/updateeval.d.ts +2 -0
- package/models/operations/updateeval.d.ts.map +1 -1
- package/models/operations/updateeval.js +2 -0
- package/models/operations/updateeval.js.map +1 -1
- package/models/operations/updatetool.js +7 -7
- package/package.json +5 -5
- package/sdk/feedback.d.ts +1 -4
- package/sdk/feedback.d.ts.map +1 -1
- package/sdk/feedback.js +1 -4
- package/sdk/feedback.js.map +1 -1
- package/sdk/reporting.d.ts +1 -3
- package/sdk/reporting.d.ts.map +1 -1
- package/sdk/reporting.js +1 -3
- package/sdk/reporting.js.map +1 -1
- package/sdk/sdk.d.ts +0 -3
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +0 -4
- package/sdk/sdk.js.map +1 -1
- package/sdk/traces.d.ts +1 -3
- package/sdk/traces.d.ts.map +1 -1
- package/sdk/traces.js +1 -3
- package/sdk/traces.js.map +1 -1
- package/src/funcs/reportingQuery.ts +1 -3
- package/src/funcs/tracesAggregate.ts +1 -3
- 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 +4 -4
- 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/index.ts +2 -4
- package/src/models/components/modelmetadata.ts +6 -0
- package/src/models/components/orqadvisortool.ts +100 -0
- package/src/models/components/orqsidekicktool.ts +111 -0
- package/src/models/components/reasoning.ts +7 -7
- package/src/models/components/reasoningpart.ts +1 -1
- package/src/models/operations/createagentrequest.ts +4 -3
- package/src/models/operations/createdataset.ts +1 -1
- package/src/models/operations/createdatasetitem.ts +5 -5
- package/src/models/operations/createdatasource.ts +1 -1
- package/src/models/operations/createeval.ts +6 -6
- package/src/models/operations/createrouterresponse.ts +33 -21
- package/src/models/operations/createtool.ts +6 -6
- package/src/models/operations/getalltools.ts +6 -6
- package/src/models/operations/getv2humanevalsets.ts +2 -2
- package/src/models/operations/getv2humanevalsetsid.ts +2 -2
- package/src/models/operations/listagents.ts +3 -2
- package/src/models/operations/listdatasetdatapoints.ts +5 -5
- package/src/models/operations/listdatasets.ts +1 -1
- package/src/models/operations/listdatasources.ts +1 -1
- package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
- package/src/models/operations/postv2feedbackevaluation.ts +4 -4
- package/src/models/operations/postv2humanevalsets.ts +2 -2
- package/src/models/operations/retrieveagentrequest.ts +4 -3
- package/src/models/operations/retrievedatapoint.ts +5 -5
- package/src/models/operations/retrievedataset.ts +1 -1
- package/src/models/operations/retrievedatasource.ts +1 -1
- package/src/models/operations/retrievetool.ts +6 -6
- package/src/models/operations/runagent.ts +1 -1
- package/src/models/operations/streamrunagent.ts +1 -1
- package/src/models/operations/updateagent.ts +3 -2
- package/src/models/operations/updatedatapoint.ts +5 -5
- package/src/models/operations/updatedataset.ts +1 -1
- package/src/models/operations/updatedatasource.ts +1 -1
- package/src/models/operations/updateeval.ts +4 -0
- package/src/models/operations/updatetool.ts +7 -7
- package/src/sdk/feedback.ts +1 -4
- package/src/sdk/reporting.ts +1 -3
- package/src/sdk/sdk.ts +0 -6
- package/src/sdk/traces.ts +1 -3
- package/funcs/telemetryQuery.d.ts +0 -17
- package/funcs/telemetryQuery.d.ts.map +0 -1
- package/funcs/telemetryQuery.js +0 -115
- package/funcs/telemetryQuery.js.map +0 -1
- package/models/components/querytelemetrymeta.d.ts +0 -11
- package/models/components/querytelemetrymeta.d.ts.map +0 -1
- package/models/components/querytelemetrymeta.js.map +0 -1
- package/models/components/querytelemetryrequest.d.ts +0 -40
- package/models/components/querytelemetryrequest.d.ts.map +0 -1
- package/models/components/querytelemetryrequest.js.map +0 -1
- package/models/components/querytelemetryresponse.d.ts +0 -15
- package/models/components/querytelemetryresponse.d.ts.map +0 -1
- package/models/components/querytelemetryresponse.js +0 -55
- package/models/components/querytelemetryresponse.js.map +0 -1
- package/models/components/telemetryrow.d.ts +0 -22
- package/models/components/telemetryrow.d.ts.map +0 -1
- package/models/components/telemetryrow.js +0 -53
- package/models/components/telemetryrow.js.map +0 -1
- package/sdk/telemetry.d.ts +0 -12
- package/sdk/telemetry.d.ts.map +0 -1
- package/sdk/telemetry.js +0 -22
- package/sdk/telemetry.js.map +0 -1
- package/src/funcs/telemetryQuery.ts +0 -162
- package/src/models/components/querytelemetrymeta.ts +0 -38
- package/src/models/components/querytelemetryrequest.ts +0 -85
- package/src/models/components/querytelemetryresponse.ts +0 -42
- package/src/models/components/telemetryrow.ts +0 -42
- package/src/sdk/telemetry.ts +0 -27
|
@@ -2401,7 +2401,7 @@ export type Model = {
|
|
|
2401
2401
|
/**
|
|
2402
2402
|
* Model behavior parameters (snake_case) stored as part of the agent configuration. These become the default parameters used when the agent is executed. Commonly used: temperature (0-1, controls randomness), max_completion_tokens (response length), top_p (nucleus sampling). Advanced: frequency_penalty, presence_penalty, response_format (JSON/structured output), reasoning_effort (for o1/thinking models), seed (reproducibility), stop sequences. Model-specific support varies. Runtime parameters in agent execution requests can override these defaults.
|
|
2403
2403
|
*/
|
|
2404
|
-
parameters?: CreateAgentRequestParameters | undefined;
|
|
2404
|
+
parameters?: CreateAgentRequestParameters | null | undefined;
|
|
2405
2405
|
/**
|
|
2406
2406
|
* Retry configuration for model requests. Allows customizing retry count (1-5) and HTTP status codes that trigger retries. Default codes: [429]. Common codes: 500 (internal error), 429 (rate limit), 502/503/504 (gateway errors).
|
|
2407
2407
|
*/
|
|
@@ -5809,8 +5809,9 @@ export const Model$inboundSchema: z.ZodType<Model, z.ZodTypeDef, unknown> = z
|
|
|
5809
5809
|
.object({
|
|
5810
5810
|
id: z.string(),
|
|
5811
5811
|
integration_id: z.nullable(z.string()).optional(),
|
|
5812
|
-
parameters: z.
|
|
5813
|
-
.
|
|
5812
|
+
parameters: z.nullable(
|
|
5813
|
+
z.lazy(() => CreateAgentRequestParameters$inboundSchema),
|
|
5814
|
+
).optional(),
|
|
5814
5815
|
retry: z.lazy(() => CreateAgentRequestRetry$inboundSchema).optional(),
|
|
5815
5816
|
fallback_models: z.nullable(
|
|
5816
5817
|
z.array(z.union([
|
|
@@ -138,7 +138,7 @@ export const CreateDatasetResponseBody$inboundSchema: z.ZodType<
|
|
|
138
138
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
139
139
|
.optional(),
|
|
140
140
|
updated: z.string().datetime({ offset: true }).default(
|
|
141
|
-
"2026-
|
|
141
|
+
"2026-08-02T14:57:45.633Z",
|
|
142
142
|
).transform(v => new Date(v)),
|
|
143
143
|
}).transform((v) => {
|
|
144
144
|
return remap$(v, {
|
|
@@ -2732,7 +2732,7 @@ export const Evaluations4$inboundSchema: z.ZodType<
|
|
|
2732
2732
|
explanation: z.string().optional(),
|
|
2733
2733
|
reviewed_by_id: z.string(),
|
|
2734
2734
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
2735
|
-
"2026-
|
|
2735
|
+
"2026-08-02T14:57:57.576Z",
|
|
2736
2736
|
).transform(v => new Date(v)),
|
|
2737
2737
|
type: z.literal("string_array"),
|
|
2738
2738
|
values: z.array(z.string()),
|
|
@@ -2822,7 +2822,7 @@ export const Evaluations3$inboundSchema: z.ZodType<
|
|
|
2822
2822
|
explanation: z.string().optional(),
|
|
2823
2823
|
reviewed_by_id: z.string(),
|
|
2824
2824
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
2825
|
-
"2026-
|
|
2825
|
+
"2026-08-02T14:57:57.576Z",
|
|
2826
2826
|
).transform(v => new Date(v)),
|
|
2827
2827
|
type: z.literal("boolean"),
|
|
2828
2828
|
value: z.boolean(),
|
|
@@ -2907,7 +2907,7 @@ export const Evaluations2$inboundSchema: z.ZodType<
|
|
|
2907
2907
|
explanation: z.string().optional(),
|
|
2908
2908
|
reviewed_by_id: z.string(),
|
|
2909
2909
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
2910
|
-
"2026-
|
|
2910
|
+
"2026-08-02T14:57:57.575Z",
|
|
2911
2911
|
).transform(v => new Date(v)),
|
|
2912
2912
|
type: z.literal("number"),
|
|
2913
2913
|
value: z.number(),
|
|
@@ -2993,7 +2993,7 @@ export const Evaluations1$inboundSchema: z.ZodType<
|
|
|
2993
2993
|
explanation: z.string().optional(),
|
|
2994
2994
|
reviewed_by_id: z.string(),
|
|
2995
2995
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
2996
|
-
"2026-
|
|
2996
|
+
"2026-08-02T14:57:57.575Z",
|
|
2997
2997
|
).transform(v => new Date(v)),
|
|
2998
2998
|
type: z.literal("string"),
|
|
2999
2999
|
value: z.string(),
|
|
@@ -3080,7 +3080,7 @@ export const CreateDatasetItemResponseBody$inboundSchema: z.ZodType<
|
|
|
3080
3080
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
3081
3081
|
.optional(),
|
|
3082
3082
|
updated: z.string().datetime({ offset: true }).default(
|
|
3083
|
-
"2026-
|
|
3083
|
+
"2026-08-02T14:57:45.633Z",
|
|
3084
3084
|
).transform(v => new Date(v)),
|
|
3085
3085
|
}).transform((v) => {
|
|
3086
3086
|
return remap$(v, {
|
|
@@ -487,7 +487,7 @@ export const CreateDatasourceResponseBody$inboundSchema: z.ZodType<
|
|
|
487
487
|
z.ZodTypeDef,
|
|
488
488
|
unknown
|
|
489
489
|
> = z.object({
|
|
490
|
-
_id: z.string().default("
|
|
490
|
+
_id: z.string().default("01KZ1FPKRCD0WAH8MXTYESCAGM"),
|
|
491
491
|
display_name: z.string(),
|
|
492
492
|
description: z.nullable(z.string()).optional(),
|
|
493
493
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -117,7 +117,7 @@ export type LLMJury = {
|
|
|
117
117
|
prompt: string;
|
|
118
118
|
categories?: Array<string> | null | undefined;
|
|
119
119
|
categoricalLabels?: Array<OneCategoricalLabels> | null | undefined;
|
|
120
|
-
datasetId?: string | undefined;
|
|
120
|
+
datasetId?: string | null | undefined;
|
|
121
121
|
/**
|
|
122
122
|
* Entity storage path.
|
|
123
123
|
*
|
|
@@ -169,7 +169,7 @@ export type Llm = {
|
|
|
169
169
|
prompt: string;
|
|
170
170
|
categories?: Array<string> | null | undefined;
|
|
171
171
|
categoricalLabels?: Array<CreateEval1CategoricalLabels> | null | undefined;
|
|
172
|
-
datasetId?: string | undefined;
|
|
172
|
+
datasetId?: string | null | undefined;
|
|
173
173
|
/**
|
|
174
174
|
* Entity storage path.
|
|
175
175
|
*
|
|
@@ -464,7 +464,7 @@ export type LLMJury$Outbound = {
|
|
|
464
464
|
prompt: string;
|
|
465
465
|
categories?: Array<string> | null | undefined;
|
|
466
466
|
categorical_labels?: Array<OneCategoricalLabels$Outbound> | null | undefined;
|
|
467
|
-
dataset_id?: string | undefined;
|
|
467
|
+
dataset_id?: string | null | undefined;
|
|
468
468
|
path: string;
|
|
469
469
|
description: string;
|
|
470
470
|
key: string;
|
|
@@ -487,7 +487,7 @@ export const LLMJury$outboundSchema: z.ZodType<
|
|
|
487
487
|
categoricalLabels: z.nullable(
|
|
488
488
|
z.array(z.lazy(() => OneCategoricalLabels$outboundSchema)),
|
|
489
489
|
).optional(),
|
|
490
|
-
datasetId: z.string().optional(),
|
|
490
|
+
datasetId: z.nullable(z.string()).optional(),
|
|
491
491
|
path: z.string(),
|
|
492
492
|
description: z.string().default(""),
|
|
493
493
|
key: z.string(),
|
|
@@ -554,7 +554,7 @@ export type Llm$Outbound = {
|
|
|
554
554
|
| Array<CreateEval1CategoricalLabels$Outbound>
|
|
555
555
|
| null
|
|
556
556
|
| undefined;
|
|
557
|
-
dataset_id?: string | undefined;
|
|
557
|
+
dataset_id?: string | null | undefined;
|
|
558
558
|
path: string;
|
|
559
559
|
description: string;
|
|
560
560
|
key: string;
|
|
@@ -574,7 +574,7 @@ export const Llm$outboundSchema: z.ZodType<Llm$Outbound, z.ZodTypeDef, Llm> = z
|
|
|
574
574
|
categoricalLabels: z.nullable(
|
|
575
575
|
z.array(z.lazy(() => CreateEval1CategoricalLabels$outboundSchema)),
|
|
576
576
|
).optional(),
|
|
577
|
-
datasetId: z.string().optional(),
|
|
577
|
+
datasetId: z.nullable(z.string()).optional(),
|
|
578
578
|
path: z.string(),
|
|
579
579
|
description: z.string().default(""),
|
|
580
580
|
key: z.string(),
|
|
@@ -770,6 +770,8 @@ export type ToolsFunction = {
|
|
|
770
770
|
*/
|
|
771
771
|
export type CreateRouterResponseTools =
|
|
772
772
|
| ToolsFunction
|
|
773
|
+
| components.OrqAdvisorTool
|
|
774
|
+
| components.OrqSidekickTool
|
|
773
775
|
| (OrqAiTool & { type: "orq:current_date" })
|
|
774
776
|
| (OrqAiTool & { type: "orq:google_search" })
|
|
775
777
|
| (OrqAiTool & { type: "orq:web_scraper" })
|
|
@@ -886,6 +888,8 @@ export type CreateRouterResponseRequestBody = {
|
|
|
886
888
|
tools?:
|
|
887
889
|
| Array<
|
|
888
890
|
| ToolsFunction
|
|
891
|
+
| components.OrqAdvisorTool
|
|
892
|
+
| components.OrqSidekickTool
|
|
889
893
|
| (OrqAiTool & { type: "orq:current_date" })
|
|
890
894
|
| (OrqAiTool & { type: "orq:google_search" })
|
|
891
895
|
| (OrqAiTool & { type: "orq:web_scraper" })
|
|
@@ -1794,6 +1798,8 @@ export function toolsFunctionToJSON(toolsFunction: ToolsFunction): string {
|
|
|
1794
1798
|
/** @internal */
|
|
1795
1799
|
export type CreateRouterResponseTools$Outbound =
|
|
1796
1800
|
| ToolsFunction$Outbound
|
|
1801
|
+
| components.OrqAdvisorTool$Outbound
|
|
1802
|
+
| components.OrqSidekickTool$Outbound
|
|
1797
1803
|
| (OrqAiTool$Outbound & { type: "orq:current_date" })
|
|
1798
1804
|
| (OrqAiTool$Outbound & { type: "orq:google_search" })
|
|
1799
1805
|
| (OrqAiTool$Outbound & { type: "orq:web_scraper" })
|
|
@@ -1810,6 +1816,8 @@ export const CreateRouterResponseTools$outboundSchema: z.ZodType<
|
|
|
1810
1816
|
CreateRouterResponseTools
|
|
1811
1817
|
> = z.union([
|
|
1812
1818
|
z.lazy(() => ToolsFunction$outboundSchema),
|
|
1819
|
+
components.OrqAdvisorTool$outboundSchema,
|
|
1820
|
+
components.OrqSidekickTool$outboundSchema,
|
|
1813
1821
|
z.lazy(() => OrqAiTool$outboundSchema).and(
|
|
1814
1822
|
z.object({ type: z.literal("orq:current_date") }),
|
|
1815
1823
|
),
|
|
@@ -1878,6 +1886,8 @@ export type CreateRouterResponseRequestBody$Outbound = {
|
|
|
1878
1886
|
tools?:
|
|
1879
1887
|
| Array<
|
|
1880
1888
|
| ToolsFunction$Outbound
|
|
1889
|
+
| components.OrqAdvisorTool$Outbound
|
|
1890
|
+
| components.OrqSidekickTool$Outbound
|
|
1881
1891
|
| (OrqAiTool$Outbound & { type: "orq:current_date" })
|
|
1882
1892
|
| (OrqAiTool$Outbound & { type: "orq:google_search" })
|
|
1883
1893
|
| (OrqAiTool$Outbound & { type: "orq:web_scraper" })
|
|
@@ -1942,27 +1952,29 @@ export const CreateRouterResponseRequestBody$outboundSchema: z.ZodType<
|
|
|
1942
1952
|
tools: z.array(
|
|
1943
1953
|
z.union([
|
|
1944
1954
|
z.lazy(() => ToolsFunction$outboundSchema),
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1955
|
+
components.OrqAdvisorTool$outboundSchema,
|
|
1956
|
+
components.OrqSidekickTool$outboundSchema,
|
|
1957
|
+
z.lazy(() => OrqAiTool$outboundSchema).and(
|
|
1958
|
+
z.object({ type: z.literal("orq:current_date") }),
|
|
1959
|
+
),
|
|
1960
|
+
z.lazy(() => OrqAiTool$outboundSchema).and(
|
|
1961
|
+
z.object({ type: z.literal("orq:google_search") }),
|
|
1962
|
+
),
|
|
1963
|
+
z.lazy(() => OrqAiTool$outboundSchema).and(
|
|
1964
|
+
z.object({ type: z.literal("orq:web_scraper") }),
|
|
1965
|
+
),
|
|
1966
|
+
z.lazy(() => OrqAiTool$outboundSchema).and(
|
|
1967
|
+
z.object({ type: z.literal("orq:code_interpreter") }),
|
|
1968
|
+
),
|
|
1969
|
+
z.lazy(() => OrqAiTool$outboundSchema).and(
|
|
1970
|
+
z.object({ type: z.literal("orq:mcp") }),
|
|
1971
|
+
),
|
|
1972
|
+
z.lazy(() => OrqAiTool$outboundSchema).and(
|
|
1973
|
+
z.object({ type: z.literal("orq:http") }),
|
|
1974
|
+
),
|
|
1975
|
+
z.lazy(() => OrqAiTool$outboundSchema).and(
|
|
1976
|
+
z.object({ type: z.literal("orq:function") }),
|
|
1977
|
+
),
|
|
1966
1978
|
z.lazy(() => MCPTool$outboundSchema),
|
|
1967
1979
|
]),
|
|
1968
1980
|
).optional(),
|
|
@@ -1892,7 +1892,7 @@ export const ResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
1892
1892
|
z.ZodTypeDef,
|
|
1893
1893
|
unknown
|
|
1894
1894
|
> = z.object({
|
|
1895
|
-
_id: z.string().default("
|
|
1895
|
+
_id: z.string().default("tool_01KZ1FPKN6YVSQ7G09RYYXKY1J"),
|
|
1896
1896
|
path: z.string(),
|
|
1897
1897
|
key: z.string(),
|
|
1898
1898
|
display_name: z.string().optional(),
|
|
@@ -1989,7 +1989,7 @@ export const ResponseBodyTools$inboundSchema: z.ZodType<
|
|
|
1989
1989
|
z.ZodTypeDef,
|
|
1990
1990
|
unknown
|
|
1991
1991
|
> = z.object({
|
|
1992
|
-
id: z.string().default("
|
|
1992
|
+
id: z.string().default("01KZ1FPKN55127WGB0YQE2121R"),
|
|
1993
1993
|
name: z.string(),
|
|
1994
1994
|
description: z.string().optional(),
|
|
1995
1995
|
schema: z.lazy(() => CreateToolResponseBodySchema$inboundSchema),
|
|
@@ -2045,7 +2045,7 @@ export const ResponseBodyMCPTool$inboundSchema: z.ZodType<
|
|
|
2045
2045
|
z.ZodTypeDef,
|
|
2046
2046
|
unknown
|
|
2047
2047
|
> = z.object({
|
|
2048
|
-
_id: z.string().default("
|
|
2048
|
+
_id: z.string().default("tool_01KZ1FPKMY9MFDFF2K53TVR2X6"),
|
|
2049
2049
|
path: z.string(),
|
|
2050
2050
|
key: z.string(),
|
|
2051
2051
|
display_name: z.string().optional(),
|
|
@@ -2232,7 +2232,7 @@ export const ResponseBodyHTTPTool$inboundSchema: z.ZodType<
|
|
|
2232
2232
|
z.ZodTypeDef,
|
|
2233
2233
|
unknown
|
|
2234
2234
|
> = z.object({
|
|
2235
|
-
_id: z.string().default("
|
|
2235
|
+
_id: z.string().default("tool_01KZ1FPKMXBK1RF71HYXHQT6HJ"),
|
|
2236
2236
|
path: z.string(),
|
|
2237
2237
|
key: z.string(),
|
|
2238
2238
|
display_name: z.string().optional(),
|
|
@@ -2325,7 +2325,7 @@ export const ResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
2325
2325
|
z.ZodTypeDef,
|
|
2326
2326
|
unknown
|
|
2327
2327
|
> = z.object({
|
|
2328
|
-
_id: z.string().default("
|
|
2328
|
+
_id: z.string().default("tool_01KZ1FPKMWGX0S8EAGQBAK8GJT"),
|
|
2329
2329
|
path: z.string(),
|
|
2330
2330
|
key: z.string(),
|
|
2331
2331
|
display_name: z.string().optional(),
|
|
@@ -2426,7 +2426,7 @@ export const ResponseBodyFunctionTool$inboundSchema: z.ZodType<
|
|
|
2426
2426
|
z.ZodTypeDef,
|
|
2427
2427
|
unknown
|
|
2428
2428
|
> = z.object({
|
|
2429
|
-
_id: z.string().default("
|
|
2429
|
+
_id: z.string().default("tool_01KZ1FPKMVKM07TVVMYEQCNC81"),
|
|
2430
2430
|
path: z.string(),
|
|
2431
2431
|
key: z.string(),
|
|
2432
2432
|
display_name: z.string().optional(),
|
|
@@ -770,7 +770,7 @@ export const DataCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
770
770
|
z.ZodTypeDef,
|
|
771
771
|
unknown
|
|
772
772
|
> = z.object({
|
|
773
|
-
_id: z.string().default("
|
|
773
|
+
_id: z.string().default("tool_01KZ1FPKMMZTW4QCR509ZZT63J"),
|
|
774
774
|
path: z.string(),
|
|
775
775
|
key: z.string(),
|
|
776
776
|
display_name: z.string().optional(),
|
|
@@ -867,7 +867,7 @@ export const DataTools$inboundSchema: z.ZodType<
|
|
|
867
867
|
z.ZodTypeDef,
|
|
868
868
|
unknown
|
|
869
869
|
> = z.object({
|
|
870
|
-
id: z.string().default("
|
|
870
|
+
id: z.string().default("01KZ1FPKMKHMM6ZB226RB37TSR"),
|
|
871
871
|
name: z.string(),
|
|
872
872
|
description: z.string().optional(),
|
|
873
873
|
schema: z.lazy(() => GetAllToolsDataSchema$inboundSchema),
|
|
@@ -920,7 +920,7 @@ export const DataMCPTool$inboundSchema: z.ZodType<
|
|
|
920
920
|
z.ZodTypeDef,
|
|
921
921
|
unknown
|
|
922
922
|
> = z.object({
|
|
923
|
-
_id: z.string().default("
|
|
923
|
+
_id: z.string().default("tool_01KZ1FPKMJJ9BRATNE7TKYF8W7"),
|
|
924
924
|
path: z.string(),
|
|
925
925
|
key: z.string(),
|
|
926
926
|
display_name: z.string().optional(),
|
|
@@ -1105,7 +1105,7 @@ export const DataHTTPTool$inboundSchema: z.ZodType<
|
|
|
1105
1105
|
z.ZodTypeDef,
|
|
1106
1106
|
unknown
|
|
1107
1107
|
> = z.object({
|
|
1108
|
-
_id: z.string().default("
|
|
1108
|
+
_id: z.string().default("tool_01KZ1FPKMGB7GYGMDJE4XNPCJF"),
|
|
1109
1109
|
path: z.string(),
|
|
1110
1110
|
key: z.string(),
|
|
1111
1111
|
display_name: z.string().optional(),
|
|
@@ -1198,7 +1198,7 @@ export const DataJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
1198
1198
|
z.ZodTypeDef,
|
|
1199
1199
|
unknown
|
|
1200
1200
|
> = z.object({
|
|
1201
|
-
_id: z.string().default("
|
|
1201
|
+
_id: z.string().default("tool_01KZ1FPKMF6BAQRRA8TR0960QY"),
|
|
1202
1202
|
path: z.string(),
|
|
1203
1203
|
key: z.string(),
|
|
1204
1204
|
display_name: z.string().optional(),
|
|
@@ -1296,7 +1296,7 @@ export const DataFunctionTool$inboundSchema: z.ZodType<
|
|
|
1296
1296
|
z.ZodTypeDef,
|
|
1297
1297
|
unknown
|
|
1298
1298
|
> = z.object({
|
|
1299
|
-
_id: z.string().default("
|
|
1299
|
+
_id: z.string().default("tool_01KZ1FPKMD80V546J4J7R1RTV3"),
|
|
1300
1300
|
path: z.string(),
|
|
1301
1301
|
key: z.string(),
|
|
1302
1302
|
display_name: z.string().optional(),
|
|
@@ -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-
|
|
143
|
+
"2026-08-02T14:57:45.633Z",
|
|
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-
|
|
188
|
+
"2026-08-02T14:57:45.633Z",
|
|
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-
|
|
144
|
+
"2026-08-02T14:57:45.633Z",
|
|
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-
|
|
189
|
+
"2026-08-02T14:57:45.633Z",
|
|
190
190
|
).transform(v => new Date(v)),
|
|
191
191
|
filter_type: z.literal("span_type"),
|
|
192
192
|
filter_values: z.array(z.string()),
|
|
@@ -1232,7 +1232,7 @@ export type ListAgentsModel = {
|
|
|
1232
1232
|
/**
|
|
1233
1233
|
* Model behavior parameters (snake_case) stored as part of the agent configuration. These become the default parameters used when the agent is executed. Commonly used: temperature (0-1, controls randomness), max_completion_tokens (response length), top_p (nucleus sampling). Advanced: frequency_penalty, presence_penalty, response_format (JSON/structured output), reasoning_effort (for o1/thinking models), seed (reproducibility), stop sequences. Model-specific support varies. Runtime parameters in agent execution requests can override these defaults.
|
|
1234
1234
|
*/
|
|
1235
|
-
parameters?: ListAgentsParameters | undefined;
|
|
1235
|
+
parameters?: ListAgentsParameters | null | undefined;
|
|
1236
1236
|
/**
|
|
1237
1237
|
* Retry configuration for model requests. Allows customizing retry count (1-5) and HTTP status codes that trigger retries. Default codes: [429]. Common codes: 500 (internal error), 429 (rate limit), 502/503/504 (gateway errors).
|
|
1238
1238
|
*/
|
|
@@ -2921,7 +2921,8 @@ export const ListAgentsModel$inboundSchema: z.ZodType<
|
|
|
2921
2921
|
> = z.object({
|
|
2922
2922
|
id: z.string(),
|
|
2923
2923
|
integration_id: z.nullable(z.string()).optional(),
|
|
2924
|
-
parameters: z.lazy(() => ListAgentsParameters$inboundSchema)
|
|
2924
|
+
parameters: z.nullable(z.lazy(() => ListAgentsParameters$inboundSchema))
|
|
2925
|
+
.optional(),
|
|
2925
2926
|
retry: z.lazy(() => ListAgentsRetry$inboundSchema).optional(),
|
|
2926
2927
|
fallback_models: z.nullable(
|
|
2927
2928
|
z.array(z.union([
|
|
@@ -1647,7 +1647,7 @@ export const ListDatasetDatapointsEvaluations4$inboundSchema: z.ZodType<
|
|
|
1647
1647
|
explanation: z.string().optional(),
|
|
1648
1648
|
reviewed_by_id: z.string(),
|
|
1649
1649
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1650
|
-
"2026-
|
|
1650
|
+
"2026-08-02T14:57:57.561Z",
|
|
1651
1651
|
).transform(v => new Date(v)),
|
|
1652
1652
|
type: z.literal("string_array"),
|
|
1653
1653
|
values: z.array(z.string()),
|
|
@@ -1743,7 +1743,7 @@ export const ListDatasetDatapointsEvaluations3$inboundSchema: z.ZodType<
|
|
|
1743
1743
|
explanation: z.string().optional(),
|
|
1744
1744
|
reviewed_by_id: z.string(),
|
|
1745
1745
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1746
|
-
"2026-
|
|
1746
|
+
"2026-08-02T14:57:57.560Z",
|
|
1747
1747
|
).transform(v => new Date(v)),
|
|
1748
1748
|
type: z.literal("boolean"),
|
|
1749
1749
|
value: z.boolean(),
|
|
@@ -1847,7 +1847,7 @@ export const ListDatasetDatapointsEvaluations2$inboundSchema: z.ZodType<
|
|
|
1847
1847
|
explanation: z.string().optional(),
|
|
1848
1848
|
reviewed_by_id: z.string(),
|
|
1849
1849
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1850
|
-
"2026-
|
|
1850
|
+
"2026-08-02T14:57:57.560Z",
|
|
1851
1851
|
).transform(v => new Date(v)),
|
|
1852
1852
|
type: z.literal("number"),
|
|
1853
1853
|
value: z.number(),
|
|
@@ -1953,7 +1953,7 @@ export const ListDatasetDatapointsEvaluations1$inboundSchema: z.ZodType<
|
|
|
1953
1953
|
explanation: z.string().optional(),
|
|
1954
1954
|
reviewed_by_id: z.string(),
|
|
1955
1955
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1956
|
-
"2026-
|
|
1956
|
+
"2026-08-02T14:57:57.559Z",
|
|
1957
1957
|
).transform(v => new Date(v)),
|
|
1958
1958
|
type: z.literal("string"),
|
|
1959
1959
|
value: z.string(),
|
|
@@ -2036,7 +2036,7 @@ export const ListDatasetDatapointsData$inboundSchema: z.ZodType<
|
|
|
2036
2036
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
2037
2037
|
.optional(),
|
|
2038
2038
|
updated: z.string().datetime({ offset: true }).default(
|
|
2039
|
-
"2026-
|
|
2039
|
+
"2026-08-02T14:57:45.633Z",
|
|
2040
2040
|
).transform(v => new Date(v)),
|
|
2041
2041
|
}).transform((v) => {
|
|
2042
2042
|
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-
|
|
172
|
+
"2026-08-02T14:57:45.633Z",
|
|
173
173
|
).transform(v => new Date(v)),
|
|
174
174
|
}).transform((v) => {
|
|
175
175
|
return remap$(v, {
|
|
@@ -278,7 +278,7 @@ export const ListDatasourcesData$inboundSchema: z.ZodType<
|
|
|
278
278
|
z.ZodTypeDef,
|
|
279
279
|
unknown
|
|
280
280
|
> = z.object({
|
|
281
|
-
_id: z.string().default("
|
|
281
|
+
_id: z.string().default("01KZ1FPKRAH25MW7D20CVMX8S0"),
|
|
282
282
|
display_name: z.string(),
|
|
283
283
|
description: z.nullable(z.string()).optional(),
|
|
284
284
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -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-
|
|
321
|
+
"2026-08-02T14:57:45.633Z",
|
|
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-
|
|
367
|
+
"2026-08-02T14:57:45.633Z",
|
|
368
368
|
).transform(v => new Date(v)),
|
|
369
369
|
filter_type: z.literal("span_type"),
|
|
370
370
|
filter_values: z.array(z.string()),
|
|
@@ -245,7 +245,7 @@ export const RequestBody4$outboundSchema: z.ZodType<
|
|
|
245
245
|
PostV2FeedbackEvaluationRequestBodyFeedbackRequestSource$outboundSchema
|
|
246
246
|
.default("orq"),
|
|
247
247
|
explanation: z.string().optional(),
|
|
248
|
-
reviewedAt: z.date().default(() => new Date("2026-
|
|
248
|
+
reviewedAt: z.date().default(() => new Date("2026-08-02T14:57:57.677Z"))
|
|
249
249
|
.transform(v => v.toISOString()),
|
|
250
250
|
type: z.literal("string_array"),
|
|
251
251
|
values: z.array(z.string()),
|
|
@@ -299,7 +299,7 @@ export const RequestBody3$outboundSchema: z.ZodType<
|
|
|
299
299
|
source: PostV2FeedbackEvaluationRequestBodyFeedbackSource$outboundSchema
|
|
300
300
|
.default("orq"),
|
|
301
301
|
explanation: z.string().optional(),
|
|
302
|
-
reviewedAt: z.date().default(() => new Date("2026-
|
|
302
|
+
reviewedAt: z.date().default(() => new Date("2026-08-02T14:57:57.676Z"))
|
|
303
303
|
.transform(v => v.toISOString()),
|
|
304
304
|
type: z.literal("boolean"),
|
|
305
305
|
value: z.boolean(),
|
|
@@ -353,7 +353,7 @@ export const PostV2FeedbackEvaluationRequestBody2$outboundSchema: z.ZodType<
|
|
|
353
353
|
"orq",
|
|
354
354
|
),
|
|
355
355
|
explanation: z.string().optional(),
|
|
356
|
-
reviewedAt: z.date().default(() => new Date("2026-
|
|
356
|
+
reviewedAt: z.date().default(() => new Date("2026-08-02T14:57:57.676Z"))
|
|
357
357
|
.transform(v => v.toISOString()),
|
|
358
358
|
type: z.literal("number"),
|
|
359
359
|
value: z.number(),
|
|
@@ -411,7 +411,7 @@ export const PostV2FeedbackEvaluationRequestBody1$outboundSchema: z.ZodType<
|
|
|
411
411
|
humanReviewId: z.string().optional(),
|
|
412
412
|
source: RequestBodySource$outboundSchema.default("orq"),
|
|
413
413
|
explanation: z.string().optional(),
|
|
414
|
-
reviewedAt: z.date().default(() => new Date("2026-
|
|
414
|
+
reviewedAt: z.date().default(() => new Date("2026-08-02T14:57:57.675Z"))
|
|
415
415
|
.transform(v => v.toISOString()),
|
|
416
416
|
type: z.literal("string"),
|
|
417
417
|
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-
|
|
274
|
+
"2026-08-02T14:57:45.633Z",
|
|
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-
|
|
319
|
+
"2026-08-02T14:57:45.633Z",
|
|
320
320
|
).transform(v => new Date(v)),
|
|
321
321
|
filter_type: z.literal("span_type"),
|
|
322
322
|
filter_values: z.array(z.string()),
|
|
@@ -1236,7 +1236,7 @@ export type RetrieveAgentRequestModel = {
|
|
|
1236
1236
|
/**
|
|
1237
1237
|
* Model behavior parameters (snake_case) stored as part of the agent configuration. These become the default parameters used when the agent is executed. Commonly used: temperature (0-1, controls randomness), max_completion_tokens (response length), top_p (nucleus sampling). Advanced: frequency_penalty, presence_penalty, response_format (JSON/structured output), reasoning_effort (for o1/thinking models), seed (reproducibility), stop sequences. Model-specific support varies. Runtime parameters in agent execution requests can override these defaults.
|
|
1238
1238
|
*/
|
|
1239
|
-
parameters?: RetrieveAgentRequestParameters | undefined;
|
|
1239
|
+
parameters?: RetrieveAgentRequestParameters | null | undefined;
|
|
1240
1240
|
/**
|
|
1241
1241
|
* Retry configuration for model requests. Allows customizing retry count (1-5) and HTTP status codes that trigger retries. Default codes: [429]. Common codes: 500 (internal error), 429 (rate limit), 502/503/504 (gateway errors).
|
|
1242
1242
|
*/
|
|
@@ -3001,8 +3001,9 @@ export const RetrieveAgentRequestModel$inboundSchema: z.ZodType<
|
|
|
3001
3001
|
> = z.object({
|
|
3002
3002
|
id: z.string(),
|
|
3003
3003
|
integration_id: z.nullable(z.string()).optional(),
|
|
3004
|
-
parameters: z.
|
|
3005
|
-
.
|
|
3004
|
+
parameters: z.nullable(
|
|
3005
|
+
z.lazy(() => RetrieveAgentRequestParameters$inboundSchema),
|
|
3006
|
+
).optional(),
|
|
3006
3007
|
retry: z.lazy(() => RetrieveAgentRequestRetry$inboundSchema).optional(),
|
|
3007
3008
|
fallback_models: z.nullable(
|
|
3008
3009
|
z.array(z.union([
|
|
@@ -1579,7 +1579,7 @@ export const RetrieveDatapointEvaluations4$inboundSchema: z.ZodType<
|
|
|
1579
1579
|
explanation: z.string().optional(),
|
|
1580
1580
|
reviewed_by_id: z.string(),
|
|
1581
1581
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1582
|
-
"2026-
|
|
1582
|
+
"2026-08-02T14:57:57.571Z",
|
|
1583
1583
|
).transform(v => new Date(v)),
|
|
1584
1584
|
type: z.literal("string_array"),
|
|
1585
1585
|
values: z.array(z.string()),
|
|
@@ -1679,7 +1679,7 @@ export const RetrieveDatapointEvaluations3$inboundSchema: z.ZodType<
|
|
|
1679
1679
|
explanation: z.string().optional(),
|
|
1680
1680
|
reviewed_by_id: z.string(),
|
|
1681
1681
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1682
|
-
"2026-
|
|
1682
|
+
"2026-08-02T14:57:57.565Z",
|
|
1683
1683
|
).transform(v => new Date(v)),
|
|
1684
1684
|
type: z.literal("boolean"),
|
|
1685
1685
|
value: z.boolean(),
|
|
@@ -1777,7 +1777,7 @@ export const RetrieveDatapointEvaluations2$inboundSchema: z.ZodType<
|
|
|
1777
1777
|
explanation: z.string().optional(),
|
|
1778
1778
|
reviewed_by_id: z.string(),
|
|
1779
1779
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1780
|
-
"2026-
|
|
1780
|
+
"2026-08-02T14:57:57.564Z",
|
|
1781
1781
|
).transform(v => new Date(v)),
|
|
1782
1782
|
type: z.literal("number"),
|
|
1783
1783
|
value: z.number(),
|
|
@@ -1865,7 +1865,7 @@ export const RetrieveDatapointEvaluations1$inboundSchema: z.ZodType<
|
|
|
1865
1865
|
explanation: z.string().optional(),
|
|
1866
1866
|
reviewed_by_id: z.string(),
|
|
1867
1867
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1868
|
-
"2026-
|
|
1868
|
+
"2026-08-02T14:57:57.564Z",
|
|
1869
1869
|
).transform(v => new Date(v)),
|
|
1870
1870
|
type: z.literal("string"),
|
|
1871
1871
|
value: z.string(),
|
|
@@ -1946,7 +1946,7 @@ export const RetrieveDatapointResponseBody$inboundSchema: z.ZodType<
|
|
|
1946
1946
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
1947
1947
|
.optional(),
|
|
1948
1948
|
updated: z.string().datetime({ offset: true }).default(
|
|
1949
|
-
"2026-
|
|
1949
|
+
"2026-08-02T14:57:45.633Z",
|
|
1950
1950
|
).transform(v => new Date(v)),
|
|
1951
1951
|
}).transform((v) => {
|
|
1952
1952
|
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-
|
|
129
|
+
"2026-08-02T14:57:45.633Z",
|
|
130
130
|
).transform(v => new Date(v)),
|
|
131
131
|
}).transform((v) => {
|
|
132
132
|
return remap$(v, {
|
|
@@ -187,7 +187,7 @@ export const RetrieveDatasourceResponseBody$inboundSchema: z.ZodType<
|
|
|
187
187
|
z.ZodTypeDef,
|
|
188
188
|
unknown
|
|
189
189
|
> = z.object({
|
|
190
|
-
_id: z.string().default("
|
|
190
|
+
_id: z.string().default("01KZ1FPKRCWNB8WDWJKZ414GDV"),
|
|
191
191
|
display_name: z.string(),
|
|
192
192
|
description: z.nullable(z.string()).optional(),
|
|
193
193
|
status: RetrieveDatasourceStatus$inboundSchema,
|