@orq-ai/node 4.6.7 → 4.6.9
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 +3 -3
- package/lib/config.js +3 -3
- package/lib/config.js.map +1 -1
- package/lib/security.d.ts +1 -1
- package/lib/security.d.ts.map +1 -1
- package/lib/security.js +19 -8
- package/lib/security.js.map +1 -1
- package/models/components/reasoningpart.js +1 -1
- package/models/operations/createcontact.js +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/createeval.js +16 -16
- package/models/operations/createidentity.js +1 -1
- package/models/operations/createimageedit.js +1 -1
- package/models/operations/createimageedit.js.map +1 -1
- package/models/operations/createimagevariation.js +1 -1
- package/models/operations/createimagevariation.js.map +1 -1
- package/models/operations/createresponse.d.ts +95 -20
- package/models/operations/createresponse.d.ts.map +1 -1
- package/models/operations/createresponse.js +69 -20
- package/models/operations/createresponse.js.map +1 -1
- package/models/operations/createtool.js +6 -6
- package/models/operations/getalltools.js +6 -6
- package/models/operations/getevals.js +16 -16
- package/models/operations/getv2humanevals.js +6 -6
- package/models/operations/getv2humanevalsets.js +2 -2
- package/models/operations/getv2humanevalsetsid.js +2 -2
- package/models/operations/getv2humanevalsid.js +6 -6
- package/models/operations/listdatasetdatapoints.js +4 -4
- package/models/operations/listdatasets.js +1 -1
- package/models/operations/listdatasources.js +1 -1
- package/models/operations/listidentities.js +1 -1
- package/models/operations/patchv2humanevalsetsid.js +2 -2
- package/models/operations/patchv2humanevalsid.js +12 -12
- package/models/operations/postv2feedbackevaluation.js +3 -3
- package/models/operations/postv2humanevals.js +12 -12
- package/models/operations/postv2humanevalsets.js +2 -2
- package/models/operations/retrievedatapoint.js +4 -4
- package/models/operations/retrievedataset.js +1 -1
- package/models/operations/retrievedatasource.js +1 -1
- package/models/operations/retrieveidentity.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/updatedatapoint.js +4 -4
- package/models/operations/updatedataset.js +1 -1
- package/models/operations/updatedatasource.js +1 -1
- package/models/operations/updateeval.js +16 -16
- package/models/operations/updateidentity.js +1 -1
- package/models/operations/updatetool.js +7 -7
- package/package.json +1 -1
- package/packages/orq-rc/src/funcs/identitiesRetrieve.ts +2 -11
- package/packages/orq-rc/src/lib/config.ts +3 -3
- package/packages/orq-rc/src/lib/security.ts +14 -2
- package/packages/orq-rc/src/models/components/reasoningpart.ts +1 -1
- package/packages/orq-rc/src/models/errors/retrieveidentity.ts +0 -56
- package/packages/orq-rc/src/models/operations/createagentrequest.ts +0 -30
- package/packages/orq-rc/src/models/operations/createagentresponserequest.ts +0 -26
- package/packages/orq-rc/src/models/operations/createcontact.ts +1 -1
- package/packages/orq-rc/src/models/operations/createdataset.ts +1 -1
- package/packages/orq-rc/src/models/operations/createdatasetitem.ts +4 -4
- package/packages/orq-rc/src/models/operations/createdatasource.ts +1 -1
- package/packages/orq-rc/src/models/operations/createeval.ts +16 -16
- package/packages/orq-rc/src/models/operations/createidentity.ts +1 -1
- package/packages/orq-rc/src/models/operations/createimage.ts +0 -6
- package/packages/orq-rc/src/models/operations/createimageedit.ts +1 -1
- package/packages/orq-rc/src/models/operations/createimagevariation.ts +1 -1
- package/packages/orq-rc/src/models/operations/createresponse.ts +180 -40
- package/packages/orq-rc/src/models/operations/createtool.ts +6 -6
- package/packages/orq-rc/src/models/operations/getalltools.ts +6 -6
- package/packages/orq-rc/src/models/operations/getevals.ts +16 -16
- package/packages/orq-rc/src/models/operations/getv2humanevals.ts +6 -6
- package/packages/orq-rc/src/models/operations/getv2humanevalsets.ts +2 -2
- package/packages/orq-rc/src/models/operations/getv2humanevalsetsid.ts +2 -2
- package/packages/orq-rc/src/models/operations/getv2humanevalsid.ts +6 -6
- package/packages/orq-rc/src/models/operations/invokeagent.ts +0 -24
- package/packages/orq-rc/src/models/operations/listagents.ts +0 -14
- package/packages/orq-rc/src/models/operations/listdatasetdatapoints.ts +4 -4
- package/packages/orq-rc/src/models/operations/listdatasets.ts +1 -1
- package/packages/orq-rc/src/models/operations/listdatasources.ts +1 -1
- package/packages/orq-rc/src/models/operations/listidentities.ts +1 -1
- package/packages/orq-rc/src/models/operations/parse.ts +0 -7
- package/packages/orq-rc/src/models/operations/patchv2humanevalsetsid.ts +2 -2
- package/packages/orq-rc/src/models/operations/patchv2humanevalsid.ts +12 -12
- package/packages/orq-rc/src/models/operations/postv2agentsa2a.ts +14 -17
- package/packages/orq-rc/src/models/operations/postv2feedbackevaluation.ts +3 -3
- package/packages/orq-rc/src/models/operations/postv2humanevals.ts +12 -12
- package/packages/orq-rc/src/models/operations/postv2humanevalsets.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrieveagentrequest.ts +0 -16
- package/packages/orq-rc/src/models/operations/retrievedatapoint.ts +4 -4
- package/packages/orq-rc/src/models/operations/retrievedataset.ts +1 -1
- package/packages/orq-rc/src/models/operations/retrievedatasource.ts +1 -1
- package/packages/orq-rc/src/models/operations/retrieveidentity.ts +1 -58
- package/packages/orq-rc/src/models/operations/retrievetool.ts +6 -6
- package/packages/orq-rc/src/models/operations/runagent.ts +1 -25
- package/packages/orq-rc/src/models/operations/streamagent.ts +0 -24
- package/packages/orq-rc/src/models/operations/streamrunagent.ts +1 -25
- package/packages/orq-rc/src/models/operations/updateagent.ts +0 -31
- package/packages/orq-rc/src/models/operations/updatedatapoint.ts +4 -4
- package/packages/orq-rc/src/models/operations/updatedataset.ts +1 -1
- package/packages/orq-rc/src/models/operations/updatedatasource.ts +1 -1
- package/packages/orq-rc/src/models/operations/updateeval.ts +16 -16
- package/packages/orq-rc/src/models/operations/updateidentity.ts +1 -1
- package/packages/orq-rc/src/models/operations/updatetool.ts +7 -7
- package/src/lib/config.ts +3 -3
- package/src/lib/security.ts +14 -2
- package/src/models/components/reasoningpart.ts +1 -1
- package/src/models/operations/createcontact.ts +1 -1
- 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/createeval.ts +16 -16
- package/src/models/operations/createidentity.ts +1 -1
- package/src/models/operations/createimageedit.ts +1 -1
- package/src/models/operations/createimagevariation.ts +1 -1
- package/src/models/operations/createresponse.ts +180 -40
- package/src/models/operations/createtool.ts +6 -6
- package/src/models/operations/getalltools.ts +6 -6
- package/src/models/operations/getevals.ts +16 -16
- package/src/models/operations/getv2humanevals.ts +6 -6
- package/src/models/operations/getv2humanevalsets.ts +2 -2
- package/src/models/operations/getv2humanevalsetsid.ts +2 -2
- package/src/models/operations/getv2humanevalsid.ts +6 -6
- 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/listidentities.ts +1 -1
- package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
- package/src/models/operations/patchv2humanevalsid.ts +12 -12
- package/src/models/operations/postv2feedbackevaluation.ts +3 -3
- package/src/models/operations/postv2humanevals.ts +12 -12
- package/src/models/operations/postv2humanevalsets.ts +2 -2
- 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/retrieveidentity.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/updatedatapoint.ts +4 -4
- package/src/models/operations/updatedataset.ts +1 -1
- package/src/models/operations/updatedatasource.ts +1 -1
- package/src/models/operations/updateeval.ts +16 -16
- package/src/models/operations/updateidentity.ts +1 -1
- package/src/models/operations/updatetool.ts +7 -7
|
@@ -801,6 +801,78 @@ export type IncompleteDetails = {
|
|
|
801
801
|
reason: Reason;
|
|
802
802
|
};
|
|
803
803
|
|
|
804
|
+
/**
|
|
805
|
+
* The type of summary part
|
|
806
|
+
*/
|
|
807
|
+
export const CreateResponseOutputRouterResponsesResponse200ApplicationJSONResponseBody5Type =
|
|
808
|
+
{
|
|
809
|
+
SummaryText: "summary_text",
|
|
810
|
+
} as const;
|
|
811
|
+
/**
|
|
812
|
+
* The type of summary part
|
|
813
|
+
*/
|
|
814
|
+
export type CreateResponseOutputRouterResponsesResponse200ApplicationJSONResponseBody5Type =
|
|
815
|
+
ClosedEnum<
|
|
816
|
+
typeof CreateResponseOutputRouterResponsesResponse200ApplicationJSONResponseBody5Type
|
|
817
|
+
>;
|
|
818
|
+
|
|
819
|
+
/**
|
|
820
|
+
* A text summary of the reasoning
|
|
821
|
+
*/
|
|
822
|
+
export type OutputSummary = {
|
|
823
|
+
/**
|
|
824
|
+
* The type of summary part
|
|
825
|
+
*/
|
|
826
|
+
type:
|
|
827
|
+
CreateResponseOutputRouterResponsesResponse200ApplicationJSONResponseBody5Type;
|
|
828
|
+
/**
|
|
829
|
+
* The summary text
|
|
830
|
+
*/
|
|
831
|
+
text: string;
|
|
832
|
+
};
|
|
833
|
+
|
|
834
|
+
/**
|
|
835
|
+
* The status of the reasoning item
|
|
836
|
+
*/
|
|
837
|
+
export const CreateResponseOutputRouterResponsesResponse200Status = {
|
|
838
|
+
InProgress: "in_progress",
|
|
839
|
+
Completed: "completed",
|
|
840
|
+
Incomplete: "incomplete",
|
|
841
|
+
Failed: "failed",
|
|
842
|
+
} as const;
|
|
843
|
+
/**
|
|
844
|
+
* The status of the reasoning item
|
|
845
|
+
*/
|
|
846
|
+
export type CreateResponseOutputRouterResponsesResponse200Status = ClosedEnum<
|
|
847
|
+
typeof CreateResponseOutputRouterResponsesResponse200Status
|
|
848
|
+
>;
|
|
849
|
+
|
|
850
|
+
/**
|
|
851
|
+
* A reasoning output item from the model
|
|
852
|
+
*/
|
|
853
|
+
export type Output5 = {
|
|
854
|
+
/**
|
|
855
|
+
* The unique identifier for this reasoning item
|
|
856
|
+
*/
|
|
857
|
+
id: string;
|
|
858
|
+
/**
|
|
859
|
+
* The type of output item
|
|
860
|
+
*/
|
|
861
|
+
type: "reasoning";
|
|
862
|
+
/**
|
|
863
|
+
* Summary of the reasoning
|
|
864
|
+
*/
|
|
865
|
+
summary?: Array<OutputSummary> | undefined;
|
|
866
|
+
/**
|
|
867
|
+
* Encrypted reasoning content
|
|
868
|
+
*/
|
|
869
|
+
encryptedContent?: string | null | undefined;
|
|
870
|
+
/**
|
|
871
|
+
* The status of the reasoning item
|
|
872
|
+
*/
|
|
873
|
+
status?: CreateResponseOutputRouterResponsesResponse200Status | undefined;
|
|
874
|
+
};
|
|
875
|
+
|
|
804
876
|
/**
|
|
805
877
|
* The status of the function call
|
|
806
878
|
*/
|
|
@@ -908,7 +980,7 @@ export type CreateResponseOutputStatus = ClosedEnum<
|
|
|
908
980
|
/**
|
|
909
981
|
* The type of web search action
|
|
910
982
|
*/
|
|
911
|
-
export const
|
|
983
|
+
export const CreateResponseOutputRouterResponsesResponse200ApplicationJSONResponseBodyType =
|
|
912
984
|
{
|
|
913
985
|
Search: "search",
|
|
914
986
|
OpenPage: "open_page",
|
|
@@ -917,9 +989,9 @@ export const CreateResponseOutputRouterResponsesResponse200ApplicationJSONType =
|
|
|
917
989
|
/**
|
|
918
990
|
* The type of web search action
|
|
919
991
|
*/
|
|
920
|
-
export type
|
|
992
|
+
export type CreateResponseOutputRouterResponsesResponse200ApplicationJSONResponseBodyType =
|
|
921
993
|
ClosedEnum<
|
|
922
|
-
typeof
|
|
994
|
+
typeof CreateResponseOutputRouterResponsesResponse200ApplicationJSONResponseBodyType
|
|
923
995
|
>;
|
|
924
996
|
|
|
925
997
|
export type Sources = {
|
|
@@ -940,7 +1012,8 @@ export type Action = {
|
|
|
940
1012
|
/**
|
|
941
1013
|
* The type of web search action
|
|
942
1014
|
*/
|
|
943
|
-
type:
|
|
1015
|
+
type:
|
|
1016
|
+
CreateResponseOutputRouterResponsesResponse200ApplicationJSONResponseBodyType;
|
|
944
1017
|
/**
|
|
945
1018
|
* The search query (for search action)
|
|
946
1019
|
*/
|
|
@@ -1060,6 +1133,10 @@ export type Annotations1 = {
|
|
|
1060
1133
|
* The title of the cited resource
|
|
1061
1134
|
*/
|
|
1062
1135
|
title: string;
|
|
1136
|
+
/**
|
|
1137
|
+
* The text of the citation
|
|
1138
|
+
*/
|
|
1139
|
+
text?: string | undefined;
|
|
1063
1140
|
};
|
|
1064
1141
|
|
|
1065
1142
|
/**
|
|
@@ -1086,7 +1163,7 @@ export type Content1 = {
|
|
|
1086
1163
|
/**
|
|
1087
1164
|
* Log probabilities of the output tokens if requested
|
|
1088
1165
|
*/
|
|
1089
|
-
logprobs?: Array<any> | undefined;
|
|
1166
|
+
logprobs?: Array<any> | null | undefined;
|
|
1090
1167
|
};
|
|
1091
1168
|
|
|
1092
1169
|
export type OutputContent = Content1 | CreateResponseContentRouterResponses2;
|
|
@@ -1117,7 +1194,7 @@ export type Output1 = {
|
|
|
1117
1194
|
content?: Array<Content1 | CreateResponseContentRouterResponses2> | undefined;
|
|
1118
1195
|
};
|
|
1119
1196
|
|
|
1120
|
-
export type Output = Output1 | Output2 | Output3 | Output4;
|
|
1197
|
+
export type Output = Output1 | Output2 | Output3 | Output4 | Output5;
|
|
1121
1198
|
|
|
1122
1199
|
/**
|
|
1123
1200
|
* Breakdown of input token usage
|
|
@@ -1224,11 +1301,11 @@ export type ToolsRankingOptions = {
|
|
|
1224
1301
|
/**
|
|
1225
1302
|
* The ranking algorithm
|
|
1226
1303
|
*/
|
|
1227
|
-
ranker
|
|
1304
|
+
ranker?: ToolsRanker | undefined;
|
|
1228
1305
|
/**
|
|
1229
1306
|
* Minimum relevance score
|
|
1230
1307
|
*/
|
|
1231
|
-
scoreThreshold
|
|
1308
|
+
scoreThreshold?: number | undefined;
|
|
1232
1309
|
};
|
|
1233
1310
|
|
|
1234
1311
|
/**
|
|
@@ -1246,7 +1323,7 @@ export type CreateResponseTools4 = {
|
|
|
1246
1323
|
/**
|
|
1247
1324
|
* Maximum number of results to return
|
|
1248
1325
|
*/
|
|
1249
|
-
maxNumResults
|
|
1326
|
+
maxNumResults?: number | undefined;
|
|
1250
1327
|
/**
|
|
1251
1328
|
* Filters to apply to the search
|
|
1252
1329
|
*/
|
|
@@ -1337,7 +1414,9 @@ export type CreateResponseTools3 = {
|
|
|
1337
1414
|
/**
|
|
1338
1415
|
* Amount of context to retrieve for each search result
|
|
1339
1416
|
*/
|
|
1340
|
-
searchContextSize
|
|
1417
|
+
searchContextSize?:
|
|
1418
|
+
| CreateResponseToolsRouterResponsesSearchContextSize
|
|
1419
|
+
| undefined;
|
|
1341
1420
|
/**
|
|
1342
1421
|
* User location for search localization
|
|
1343
1422
|
*/
|
|
@@ -1422,7 +1501,7 @@ export type CreateResponseTools2 = {
|
|
|
1422
1501
|
/**
|
|
1423
1502
|
* Amount of context to retrieve for each search result
|
|
1424
1503
|
*/
|
|
1425
|
-
searchContextSize
|
|
1504
|
+
searchContextSize?: CreateResponseToolsSearchContextSize | undefined;
|
|
1426
1505
|
/**
|
|
1427
1506
|
* User location for search localization
|
|
1428
1507
|
*/
|
|
@@ -1564,7 +1643,7 @@ export type CreateResponseResponseBody = {
|
|
|
1564
1643
|
/**
|
|
1565
1644
|
* The error that occurred, if any
|
|
1566
1645
|
*/
|
|
1567
|
-
error
|
|
1646
|
+
error?: ErrorT | null | undefined;
|
|
1568
1647
|
/**
|
|
1569
1648
|
* Details about why the response is incomplete
|
|
1570
1649
|
*/
|
|
@@ -1580,7 +1659,7 @@ export type CreateResponseResponseBody = {
|
|
|
1580
1659
|
/**
|
|
1581
1660
|
* The list of output items generated by the model
|
|
1582
1661
|
*/
|
|
1583
|
-
output: Array<Output1 | Output2 | Output3 | Output4>;
|
|
1662
|
+
output: Array<Output1 | Output2 | Output3 | Output4 | Output5>;
|
|
1584
1663
|
/**
|
|
1585
1664
|
* A convenience field with the concatenated text from all text content parts
|
|
1586
1665
|
*/
|
|
@@ -1616,7 +1695,7 @@ export type CreateResponseResponseBody = {
|
|
|
1616
1695
|
/**
|
|
1617
1696
|
* Controls how the model handles inputs longer than the maximum token length
|
|
1618
1697
|
*/
|
|
1619
|
-
truncation
|
|
1698
|
+
truncation?: Truncation | null | undefined;
|
|
1620
1699
|
/**
|
|
1621
1700
|
* A unique identifier representing your end-user
|
|
1622
1701
|
*/
|
|
@@ -2127,8 +2206,8 @@ export const Ranker$outboundSchema: z.ZodNativeEnum<typeof Ranker> = z
|
|
|
2127
2206
|
|
|
2128
2207
|
/** @internal */
|
|
2129
2208
|
export type RankingOptions$Outbound = {
|
|
2130
|
-
ranker
|
|
2131
|
-
score_threshold
|
|
2209
|
+
ranker?: string | undefined;
|
|
2210
|
+
score_threshold?: number | undefined;
|
|
2132
2211
|
};
|
|
2133
2212
|
|
|
2134
2213
|
/** @internal */
|
|
@@ -2137,8 +2216,8 @@ export const RankingOptions$outboundSchema: z.ZodType<
|
|
|
2137
2216
|
z.ZodTypeDef,
|
|
2138
2217
|
RankingOptions
|
|
2139
2218
|
> = z.object({
|
|
2140
|
-
ranker: Ranker$outboundSchema.
|
|
2141
|
-
scoreThreshold: z.number().
|
|
2219
|
+
ranker: Ranker$outboundSchema.optional(),
|
|
2220
|
+
scoreThreshold: z.number().optional(),
|
|
2142
2221
|
}).transform((v) => {
|
|
2143
2222
|
return remap$(v, {
|
|
2144
2223
|
scoreThreshold: "score_threshold",
|
|
@@ -2153,7 +2232,7 @@ export function rankingOptionsToJSON(rankingOptions: RankingOptions): string {
|
|
|
2153
2232
|
export type Tools4$Outbound = {
|
|
2154
2233
|
type: "file_search";
|
|
2155
2234
|
vector_store_ids?: Array<string> | undefined;
|
|
2156
|
-
max_num_results
|
|
2235
|
+
max_num_results?: number | undefined;
|
|
2157
2236
|
filters?: any | undefined;
|
|
2158
2237
|
ranking_options?: RankingOptions$Outbound | undefined;
|
|
2159
2238
|
};
|
|
@@ -2166,7 +2245,7 @@ export const Tools4$outboundSchema: z.ZodType<
|
|
|
2166
2245
|
> = z.object({
|
|
2167
2246
|
type: z.literal("file_search"),
|
|
2168
2247
|
vectorStoreIds: z.array(z.string()).optional(),
|
|
2169
|
-
maxNumResults: z.number().int().
|
|
2248
|
+
maxNumResults: z.number().int().optional(),
|
|
2170
2249
|
filters: z.any().optional(),
|
|
2171
2250
|
rankingOptions: z.lazy(() => RankingOptions$outboundSchema).optional(),
|
|
2172
2251
|
}).transform((v) => {
|
|
@@ -2248,7 +2327,7 @@ export function filtersToJSON(filters: Filters): string {
|
|
|
2248
2327
|
/** @internal */
|
|
2249
2328
|
export type Tools3$Outbound = {
|
|
2250
2329
|
type: "web_search";
|
|
2251
|
-
search_context_size
|
|
2330
|
+
search_context_size?: string | undefined;
|
|
2252
2331
|
user_location?: ToolsUserLocation$Outbound | undefined;
|
|
2253
2332
|
filters?: Filters$Outbound | null | undefined;
|
|
2254
2333
|
};
|
|
@@ -2260,7 +2339,7 @@ export const Tools3$outboundSchema: z.ZodType<
|
|
|
2260
2339
|
Tools3
|
|
2261
2340
|
> = z.object({
|
|
2262
2341
|
type: z.literal("web_search"),
|
|
2263
|
-
searchContextSize: ToolsSearchContextSize$outboundSchema.
|
|
2342
|
+
searchContextSize: ToolsSearchContextSize$outboundSchema.optional(),
|
|
2264
2343
|
userLocation: z.lazy(() => ToolsUserLocation$outboundSchema).optional(),
|
|
2265
2344
|
filters: z.nullable(z.lazy(() => Filters$outboundSchema)).optional(),
|
|
2266
2345
|
}).transform((v) => {
|
|
@@ -2315,7 +2394,7 @@ export function userLocationToJSON(userLocation: UserLocation): string {
|
|
|
2315
2394
|
export type Tools2$Outbound = {
|
|
2316
2395
|
type: "web_search_preview";
|
|
2317
2396
|
domains?: Array<string> | undefined;
|
|
2318
|
-
search_context_size
|
|
2397
|
+
search_context_size?: string | undefined;
|
|
2319
2398
|
user_location?: UserLocation$Outbound | undefined;
|
|
2320
2399
|
};
|
|
2321
2400
|
|
|
@@ -2327,7 +2406,7 @@ export const Tools2$outboundSchema: z.ZodType<
|
|
|
2327
2406
|
> = z.object({
|
|
2328
2407
|
type: z.literal("web_search_preview"),
|
|
2329
2408
|
domains: z.array(z.string()).optional(),
|
|
2330
|
-
searchContextSize: SearchContextSize$outboundSchema.
|
|
2409
|
+
searchContextSize: SearchContextSize$outboundSchema.optional(),
|
|
2331
2410
|
userLocation: z.lazy(() => UserLocation$outboundSchema).optional(),
|
|
2332
2411
|
}).transform((v) => {
|
|
2333
2412
|
return remap$(v, {
|
|
@@ -2534,7 +2613,7 @@ export type CreateResponseRequestBody$Outbound = {
|
|
|
2534
2613
|
>;
|
|
2535
2614
|
include?: Array<string> | null | undefined;
|
|
2536
2615
|
parallel_tool_calls?: boolean | null | undefined;
|
|
2537
|
-
store
|
|
2616
|
+
store?: boolean | null | undefined;
|
|
2538
2617
|
service_tier?: string | null | undefined;
|
|
2539
2618
|
tools?:
|
|
2540
2619
|
| Array<
|
|
@@ -2582,7 +2661,7 @@ export const CreateResponseRequestBody$outboundSchema: z.ZodType<
|
|
|
2582
2661
|
]),
|
|
2583
2662
|
include: z.nullable(z.array(Include$outboundSchema)).optional(),
|
|
2584
2663
|
parallelToolCalls: z.nullable(z.boolean()).optional(),
|
|
2585
|
-
store: z.nullable(z.boolean().
|
|
2664
|
+
store: z.nullable(z.boolean()).optional(),
|
|
2586
2665
|
serviceTier: z.nullable(ServiceTier$outboundSchema).optional(),
|
|
2587
2666
|
tools: z.array(
|
|
2588
2667
|
z.union([
|
|
@@ -2724,6 +2803,65 @@ export function incompleteDetailsFromJSON(
|
|
|
2724
2803
|
);
|
|
2725
2804
|
}
|
|
2726
2805
|
|
|
2806
|
+
/** @internal */
|
|
2807
|
+
export const CreateResponseOutputRouterResponsesResponse200ApplicationJSONResponseBody5Type$inboundSchema:
|
|
2808
|
+
z.ZodNativeEnum<
|
|
2809
|
+
typeof CreateResponseOutputRouterResponsesResponse200ApplicationJSONResponseBody5Type
|
|
2810
|
+
> = z.nativeEnum(
|
|
2811
|
+
CreateResponseOutputRouterResponsesResponse200ApplicationJSONResponseBody5Type,
|
|
2812
|
+
);
|
|
2813
|
+
|
|
2814
|
+
/** @internal */
|
|
2815
|
+
export const OutputSummary$inboundSchema: z.ZodType<
|
|
2816
|
+
OutputSummary,
|
|
2817
|
+
z.ZodTypeDef,
|
|
2818
|
+
unknown
|
|
2819
|
+
> = z.object({
|
|
2820
|
+
type:
|
|
2821
|
+
CreateResponseOutputRouterResponsesResponse200ApplicationJSONResponseBody5Type$inboundSchema,
|
|
2822
|
+
text: z.string(),
|
|
2823
|
+
});
|
|
2824
|
+
|
|
2825
|
+
export function outputSummaryFromJSON(
|
|
2826
|
+
jsonString: string,
|
|
2827
|
+
): SafeParseResult<OutputSummary, SDKValidationError> {
|
|
2828
|
+
return safeParse(
|
|
2829
|
+
jsonString,
|
|
2830
|
+
(x) => OutputSummary$inboundSchema.parse(JSON.parse(x)),
|
|
2831
|
+
`Failed to parse 'OutputSummary' from JSON`,
|
|
2832
|
+
);
|
|
2833
|
+
}
|
|
2834
|
+
|
|
2835
|
+
/** @internal */
|
|
2836
|
+
export const CreateResponseOutputRouterResponsesResponse200Status$inboundSchema:
|
|
2837
|
+
z.ZodNativeEnum<typeof CreateResponseOutputRouterResponsesResponse200Status> =
|
|
2838
|
+
z.nativeEnum(CreateResponseOutputRouterResponsesResponse200Status);
|
|
2839
|
+
|
|
2840
|
+
/** @internal */
|
|
2841
|
+
export const Output5$inboundSchema: z.ZodType<Output5, z.ZodTypeDef, unknown> =
|
|
2842
|
+
z.object({
|
|
2843
|
+
id: z.string(),
|
|
2844
|
+
type: z.literal("reasoning"),
|
|
2845
|
+
summary: z.array(z.lazy(() => OutputSummary$inboundSchema)).optional(),
|
|
2846
|
+
encrypted_content: z.nullable(z.string()).optional(),
|
|
2847
|
+
status: CreateResponseOutputRouterResponsesResponse200Status$inboundSchema
|
|
2848
|
+
.optional(),
|
|
2849
|
+
}).transform((v) => {
|
|
2850
|
+
return remap$(v, {
|
|
2851
|
+
"encrypted_content": "encryptedContent",
|
|
2852
|
+
});
|
|
2853
|
+
});
|
|
2854
|
+
|
|
2855
|
+
export function output5FromJSON(
|
|
2856
|
+
jsonString: string,
|
|
2857
|
+
): SafeParseResult<Output5, SDKValidationError> {
|
|
2858
|
+
return safeParse(
|
|
2859
|
+
jsonString,
|
|
2860
|
+
(x) => Output5$inboundSchema.parse(JSON.parse(x)),
|
|
2861
|
+
`Failed to parse 'Output5' from JSON`,
|
|
2862
|
+
);
|
|
2863
|
+
}
|
|
2864
|
+
|
|
2727
2865
|
/** @internal */
|
|
2728
2866
|
export const CreateResponseOutputRouterResponsesResponseStatus$inboundSchema:
|
|
2729
2867
|
z.ZodNativeEnum<typeof CreateResponseOutputRouterResponsesResponseStatus> = z
|
|
@@ -2785,11 +2923,11 @@ export const CreateResponseOutputStatus$inboundSchema: z.ZodNativeEnum<
|
|
|
2785
2923
|
> = z.nativeEnum(CreateResponseOutputStatus);
|
|
2786
2924
|
|
|
2787
2925
|
/** @internal */
|
|
2788
|
-
export const
|
|
2926
|
+
export const CreateResponseOutputRouterResponsesResponse200ApplicationJSONResponseBodyType$inboundSchema:
|
|
2789
2927
|
z.ZodNativeEnum<
|
|
2790
|
-
typeof
|
|
2928
|
+
typeof CreateResponseOutputRouterResponsesResponse200ApplicationJSONResponseBodyType
|
|
2791
2929
|
> = z.nativeEnum(
|
|
2792
|
-
|
|
2930
|
+
CreateResponseOutputRouterResponsesResponse200ApplicationJSONResponseBodyType,
|
|
2793
2931
|
);
|
|
2794
2932
|
|
|
2795
2933
|
/** @internal */
|
|
@@ -2813,7 +2951,7 @@ export function sourcesFromJSON(
|
|
|
2813
2951
|
export const Action$inboundSchema: z.ZodType<Action, z.ZodTypeDef, unknown> = z
|
|
2814
2952
|
.object({
|
|
2815
2953
|
type:
|
|
2816
|
-
|
|
2954
|
+
CreateResponseOutputRouterResponsesResponse200ApplicationJSONResponseBodyType$inboundSchema,
|
|
2817
2955
|
query: z.string().optional(),
|
|
2818
2956
|
url: z.string().optional(),
|
|
2819
2957
|
pattern: z.string().optional(),
|
|
@@ -2915,6 +3053,7 @@ export const Annotations1$inboundSchema: z.ZodType<
|
|
|
2915
3053
|
end_index: z.number(),
|
|
2916
3054
|
url: z.string(),
|
|
2917
3055
|
title: z.string(),
|
|
3056
|
+
text: z.string().optional(),
|
|
2918
3057
|
}).transform((v) => {
|
|
2919
3058
|
return remap$(v, {
|
|
2920
3059
|
"start_index": "startIndex",
|
|
@@ -2966,7 +3105,7 @@ export const Content1$inboundSchema: z.ZodType<
|
|
|
2966
3105
|
z.lazy(() => Annotations2$inboundSchema),
|
|
2967
3106
|
]),
|
|
2968
3107
|
).optional(),
|
|
2969
|
-
logprobs: z.array(z.any()).optional(),
|
|
3108
|
+
logprobs: z.nullable(z.array(z.any())).optional(),
|
|
2970
3109
|
});
|
|
2971
3110
|
|
|
2972
3111
|
export function content1FromJSON(
|
|
@@ -3031,6 +3170,7 @@ export const Output$inboundSchema: z.ZodType<Output, z.ZodTypeDef, unknown> = z
|
|
|
3031
3170
|
z.lazy(() => Output2$inboundSchema),
|
|
3032
3171
|
z.lazy(() => Output3$inboundSchema),
|
|
3033
3172
|
z.lazy(() => Output4$inboundSchema),
|
|
3173
|
+
z.lazy(() => Output5$inboundSchema),
|
|
3034
3174
|
]);
|
|
3035
3175
|
|
|
3036
3176
|
export function outputFromJSON(
|
|
@@ -3218,8 +3358,8 @@ export const ToolsRankingOptions$inboundSchema: z.ZodType<
|
|
|
3218
3358
|
z.ZodTypeDef,
|
|
3219
3359
|
unknown
|
|
3220
3360
|
> = z.object({
|
|
3221
|
-
ranker: ToolsRanker$inboundSchema.
|
|
3222
|
-
score_threshold: z.number().
|
|
3361
|
+
ranker: ToolsRanker$inboundSchema.optional(),
|
|
3362
|
+
score_threshold: z.number().optional(),
|
|
3223
3363
|
}).transform((v) => {
|
|
3224
3364
|
return remap$(v, {
|
|
3225
3365
|
"score_threshold": "scoreThreshold",
|
|
@@ -3244,7 +3384,7 @@ export const CreateResponseTools4$inboundSchema: z.ZodType<
|
|
|
3244
3384
|
> = z.object({
|
|
3245
3385
|
type: z.literal("file_search"),
|
|
3246
3386
|
vector_store_ids: z.array(z.string()).optional(),
|
|
3247
|
-
max_num_results: z.number().int().
|
|
3387
|
+
max_num_results: z.number().int().optional(),
|
|
3248
3388
|
filters: z.any().optional(),
|
|
3249
3389
|
ranking_options: z.lazy(() => ToolsRankingOptions$inboundSchema).optional(),
|
|
3250
3390
|
}).transform((v) => {
|
|
@@ -3341,9 +3481,8 @@ export const CreateResponseTools3$inboundSchema: z.ZodType<
|
|
|
3341
3481
|
> = z.object({
|
|
3342
3482
|
type: z.literal("web_search"),
|
|
3343
3483
|
search_context_size:
|
|
3344
|
-
CreateResponseToolsRouterResponsesSearchContextSize$inboundSchema
|
|
3345
|
-
|
|
3346
|
-
),
|
|
3484
|
+
CreateResponseToolsRouterResponsesSearchContextSize$inboundSchema
|
|
3485
|
+
.optional(),
|
|
3347
3486
|
user_location: z.lazy(() =>
|
|
3348
3487
|
CreateResponseToolsRouterResponsesUserLocation$inboundSchema
|
|
3349
3488
|
).optional(),
|
|
@@ -3413,7 +3552,7 @@ export const CreateResponseTools2$inboundSchema: z.ZodType<
|
|
|
3413
3552
|
type: z.literal("web_search_preview"),
|
|
3414
3553
|
domains: z.array(z.string()).optional(),
|
|
3415
3554
|
search_context_size: CreateResponseToolsSearchContextSize$inboundSchema
|
|
3416
|
-
.
|
|
3555
|
+
.optional(),
|
|
3417
3556
|
user_location: z.lazy(() => CreateResponseToolsUserLocation$inboundSchema)
|
|
3418
3557
|
.optional(),
|
|
3419
3558
|
}).transform((v) => {
|
|
@@ -3624,7 +3763,7 @@ export const CreateResponseResponseBody$inboundSchema: z.ZodType<
|
|
|
3624
3763
|
object: CreateResponseObject$inboundSchema,
|
|
3625
3764
|
created_at: z.number(),
|
|
3626
3765
|
status: CreateResponseStatus$inboundSchema,
|
|
3627
|
-
error: z.nullable(z.lazy(() => ErrorT$inboundSchema)),
|
|
3766
|
+
error: z.nullable(z.lazy(() => ErrorT$inboundSchema)).optional(),
|
|
3628
3767
|
incomplete_details: z.nullable(z.lazy(() => IncompleteDetails$inboundSchema)),
|
|
3629
3768
|
model: z.string(),
|
|
3630
3769
|
instructions: z.nullable(z.string()).optional(),
|
|
@@ -3634,6 +3773,7 @@ export const CreateResponseResponseBody$inboundSchema: z.ZodType<
|
|
|
3634
3773
|
z.lazy(() => Output2$inboundSchema),
|
|
3635
3774
|
z.lazy(() => Output3$inboundSchema),
|
|
3636
3775
|
z.lazy(() => Output4$inboundSchema),
|
|
3776
|
+
z.lazy(() => Output5$inboundSchema),
|
|
3637
3777
|
]),
|
|
3638
3778
|
),
|
|
3639
3779
|
output_text: z.nullable(z.string()).optional(),
|
|
@@ -3661,7 +3801,7 @@ export const CreateResponseResponseBody$inboundSchema: z.ZodType<
|
|
|
3661
3801
|
store: z.boolean().optional(),
|
|
3662
3802
|
text: z.lazy(() => CreateResponseRouterResponsesText$inboundSchema)
|
|
3663
3803
|
.optional(),
|
|
3664
|
-
truncation: z.nullable(Truncation$inboundSchema.
|
|
3804
|
+
truncation: z.nullable(Truncation$inboundSchema).optional(),
|
|
3665
3805
|
user: z.nullable(z.string()).optional(),
|
|
3666
3806
|
service_tier: z.nullable(CreateResponseServiceTier$inboundSchema).optional(),
|
|
3667
3807
|
background: z.nullable(z.boolean()).optional(),
|
|
@@ -1899,7 +1899,7 @@ export const ResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
1899
1899
|
z.ZodTypeDef,
|
|
1900
1900
|
unknown
|
|
1901
1901
|
> = z.object({
|
|
1902
|
-
_id: z.string().default("
|
|
1902
|
+
_id: z.string().default("tool_01KN3XARQF6J3THTWNC8MD55BN"),
|
|
1903
1903
|
path: z.string(),
|
|
1904
1904
|
key: z.string(),
|
|
1905
1905
|
display_name: z.string().optional(),
|
|
@@ -1998,7 +1998,7 @@ export const ResponseBodyTools$inboundSchema: z.ZodType<
|
|
|
1998
1998
|
z.ZodTypeDef,
|
|
1999
1999
|
unknown
|
|
2000
2000
|
> = z.object({
|
|
2001
|
-
id: z.string().default("
|
|
2001
|
+
id: z.string().default("01KN3XARQEAQ2ANXM5P76BD6ZT"),
|
|
2002
2002
|
name: z.string(),
|
|
2003
2003
|
description: z.string().optional(),
|
|
2004
2004
|
schema: z.lazy(() => CreateToolResponseBodySchema$inboundSchema),
|
|
@@ -2052,7 +2052,7 @@ export const ResponseBodyMCPTool$inboundSchema: z.ZodType<
|
|
|
2052
2052
|
z.ZodTypeDef,
|
|
2053
2053
|
unknown
|
|
2054
2054
|
> = z.object({
|
|
2055
|
-
_id: z.string().default("
|
|
2055
|
+
_id: z.string().default("tool_01KN3XARQD35NGYHYPVJRW2Z61"),
|
|
2056
2056
|
path: z.string(),
|
|
2057
2057
|
key: z.string(),
|
|
2058
2058
|
display_name: z.string().optional(),
|
|
@@ -2240,7 +2240,7 @@ export const ResponseBodyHTTPTool$inboundSchema: z.ZodType<
|
|
|
2240
2240
|
z.ZodTypeDef,
|
|
2241
2241
|
unknown
|
|
2242
2242
|
> = z.object({
|
|
2243
|
-
_id: z.string().default("
|
|
2243
|
+
_id: z.string().default("tool_01KN3XARQB89Y0R45B64B4V8JX"),
|
|
2244
2244
|
path: z.string(),
|
|
2245
2245
|
key: z.string(),
|
|
2246
2246
|
display_name: z.string().optional(),
|
|
@@ -2335,7 +2335,7 @@ export const ResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
2335
2335
|
z.ZodTypeDef,
|
|
2336
2336
|
unknown
|
|
2337
2337
|
> = z.object({
|
|
2338
|
-
_id: z.string().default("
|
|
2338
|
+
_id: z.string().default("tool_01KN3XARQ9Q1863DJT5FYZZZVN"),
|
|
2339
2339
|
path: z.string(),
|
|
2340
2340
|
key: z.string(),
|
|
2341
2341
|
display_name: z.string().optional(),
|
|
@@ -2438,7 +2438,7 @@ export const ResponseBodyFunctionTool$inboundSchema: z.ZodType<
|
|
|
2438
2438
|
z.ZodTypeDef,
|
|
2439
2439
|
unknown
|
|
2440
2440
|
> = z.object({
|
|
2441
|
-
_id: z.string().default("
|
|
2441
|
+
_id: z.string().default("tool_01KN3XARQ84FH58E3KRXECE291"),
|
|
2442
2442
|
path: z.string(),
|
|
2443
2443
|
key: z.string(),
|
|
2444
2444
|
display_name: z.string().optional(),
|
|
@@ -768,7 +768,7 @@ export const DataCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
768
768
|
z.ZodTypeDef,
|
|
769
769
|
unknown
|
|
770
770
|
> = z.object({
|
|
771
|
-
_id: z.string().default("
|
|
771
|
+
_id: z.string().default("tool_01KN3XARPPETQV8SNEW2ZBP624"),
|
|
772
772
|
path: z.string(),
|
|
773
773
|
key: z.string(),
|
|
774
774
|
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("01KN3XARPN30P3FZ88VZ51Q8TN"),
|
|
871
871
|
name: z.string(),
|
|
872
872
|
description: z.string().optional(),
|
|
873
873
|
schema: z.lazy(() => GetAllToolsDataSchema$inboundSchema),
|
|
@@ -918,7 +918,7 @@ export const DataMCPTool$inboundSchema: z.ZodType<
|
|
|
918
918
|
z.ZodTypeDef,
|
|
919
919
|
unknown
|
|
920
920
|
> = z.object({
|
|
921
|
-
_id: z.string().default("
|
|
921
|
+
_id: z.string().default("tool_01KN3XARPM3VSQ48YTTSBKCAGJ"),
|
|
922
922
|
path: z.string(),
|
|
923
923
|
key: z.string(),
|
|
924
924
|
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_01KN3XARPJE2GWBBAZF611VPE2"),
|
|
1109
1109
|
path: z.string(),
|
|
1110
1110
|
key: z.string(),
|
|
1111
1111
|
display_name: z.string().optional(),
|
|
@@ -1200,7 +1200,7 @@ export const DataJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
1200
1200
|
z.ZodTypeDef,
|
|
1201
1201
|
unknown
|
|
1202
1202
|
> = z.object({
|
|
1203
|
-
_id: z.string().default("
|
|
1203
|
+
_id: z.string().default("tool_01KN3XARPG64J3CNASZAYWRPAD"),
|
|
1204
1204
|
path: z.string(),
|
|
1205
1205
|
key: z.string(),
|
|
1206
1206
|
display_name: z.string().optional(),
|
|
@@ -1304,7 +1304,7 @@ export const DataFunctionTool$inboundSchema: z.ZodType<
|
|
|
1304
1304
|
z.ZodTypeDef,
|
|
1305
1305
|
unknown
|
|
1306
1306
|
> = z.object({
|
|
1307
|
-
_id: z.string().default("
|
|
1307
|
+
_id: z.string().default("tool_01KN3XARPEJG2CV8N2GM1ED3J4"),
|
|
1308
1308
|
path: z.string(),
|
|
1309
1309
|
key: z.string(),
|
|
1310
1310
|
display_name: z.string().optional(),
|
|
@@ -906,8 +906,8 @@ export const DataTypescript$inboundSchema: z.ZodType<
|
|
|
906
906
|
> = z.object({
|
|
907
907
|
_id: z.string(),
|
|
908
908
|
description: z.string(),
|
|
909
|
-
created: z.string().default("2026-
|
|
910
|
-
updated: z.string().default("2026-
|
|
909
|
+
created: z.string().default("2026-04-01T06:57:24.533Z"),
|
|
910
|
+
updated: z.string().default("2026-04-01T06:57:24.533Z"),
|
|
911
911
|
guardrail_config: z.union([
|
|
912
912
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
913
913
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
@@ -1045,8 +1045,8 @@ export const DataRagas$inboundSchema: z.ZodType<
|
|
|
1045
1045
|
> = z.object({
|
|
1046
1046
|
_id: z.string(),
|
|
1047
1047
|
description: z.string(),
|
|
1048
|
-
created: z.string().default("2026-
|
|
1049
|
-
updated: z.string().default("2026-
|
|
1048
|
+
created: z.string().default("2026-04-01T06:57:24.533Z"),
|
|
1049
|
+
updated: z.string().default("2026-04-01T06:57:24.533Z"),
|
|
1050
1050
|
guardrail_config: z.union([
|
|
1051
1051
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
1052
1052
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
@@ -1837,8 +1837,8 @@ export const DataFunction$inboundSchema: z.ZodType<
|
|
|
1837
1837
|
> = z.object({
|
|
1838
1838
|
_id: z.string(),
|
|
1839
1839
|
description: z.string(),
|
|
1840
|
-
created: z.string().default("2026-
|
|
1841
|
-
updated: z.string().default("2026-
|
|
1840
|
+
created: z.string().default("2026-04-01T06:57:24.533Z"),
|
|
1841
|
+
updated: z.string().default("2026-04-01T06:57:24.533Z"),
|
|
1842
1842
|
guardrail_config: z.union([
|
|
1843
1843
|
z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
|
|
1844
1844
|
z.lazy(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema),
|
|
@@ -1988,8 +1988,8 @@ export const DataPython$inboundSchema: z.ZodType<
|
|
|
1988
1988
|
> = z.object({
|
|
1989
1989
|
_id: z.string(),
|
|
1990
1990
|
description: z.string(),
|
|
1991
|
-
created: z.string().default("2026-
|
|
1992
|
-
updated: z.string().default("2026-
|
|
1991
|
+
created: z.string().default("2026-04-01T06:57:24.533Z"),
|
|
1992
|
+
updated: z.string().default("2026-04-01T06:57:24.533Z"),
|
|
1993
1993
|
guardrail_config: z.union([
|
|
1994
1994
|
z.lazy(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
|
|
1995
1995
|
z.lazy(() => GetEvalsGuardrailConfigNumber$inboundSchema),
|
|
@@ -2128,8 +2128,8 @@ export const DataHTTP$inboundSchema: z.ZodType<
|
|
|
2128
2128
|
> = z.object({
|
|
2129
2129
|
_id: z.string(),
|
|
2130
2130
|
description: z.string(),
|
|
2131
|
-
created: z.string().default("2026-
|
|
2132
|
-
updated: z.string().default("2026-
|
|
2131
|
+
created: z.string().default("2026-04-01T06:57:24.533Z"),
|
|
2132
|
+
updated: z.string().default("2026-04-01T06:57:24.533Z"),
|
|
2133
2133
|
guardrail_config: z.union([
|
|
2134
2134
|
z.lazy(() =>
|
|
2135
2135
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema
|
|
@@ -2278,8 +2278,8 @@ export const DataJSON$inboundSchema: z.ZodType<
|
|
|
2278
2278
|
> = z.object({
|
|
2279
2279
|
_id: z.string(),
|
|
2280
2280
|
description: z.string(),
|
|
2281
|
-
created: z.string().default("2026-
|
|
2282
|
-
updated: z.string().default("2026-
|
|
2281
|
+
created: z.string().default("2026-04-01T06:57:24.533Z"),
|
|
2282
|
+
updated: z.string().default("2026-04-01T06:57:24.533Z"),
|
|
2283
2283
|
guardrail_config: z.union([
|
|
2284
2284
|
z.lazy(() =>
|
|
2285
2285
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema
|
|
@@ -2584,8 +2584,8 @@ export const GetEvalsLlm2$inboundSchema: z.ZodType<
|
|
|
2584
2584
|
> = z.object({
|
|
2585
2585
|
_id: z.string(),
|
|
2586
2586
|
description: z.string(),
|
|
2587
|
-
created: z.string().default("2026-
|
|
2588
|
-
updated: z.string().default("2026-
|
|
2587
|
+
created: z.string().default("2026-04-01T06:57:24.533Z"),
|
|
2588
|
+
updated: z.string().default("2026-04-01T06:57:24.533Z"),
|
|
2589
2589
|
guardrail_config: z.union([
|
|
2590
2590
|
z.lazy(() =>
|
|
2591
2591
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData1Boolean$inboundSchema
|
|
@@ -2728,8 +2728,8 @@ export const GetEvalsLlm1$inboundSchema: z.ZodType<
|
|
|
2728
2728
|
> = z.object({
|
|
2729
2729
|
_id: z.string(),
|
|
2730
2730
|
description: z.string(),
|
|
2731
|
-
created: z.string().default("2026-
|
|
2732
|
-
updated: z.string().default("2026-
|
|
2731
|
+
created: z.string().default("2026-04-01T06:57:24.533Z"),
|
|
2732
|
+
updated: z.string().default("2026-04-01T06:57:24.533Z"),
|
|
2733
2733
|
guardrail_config: z.union([
|
|
2734
2734
|
z.lazy(() =>
|
|
2735
2735
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema
|