@orq-ai/node 4.1.0-rc.4 → 4.1.0-rc.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/mcp-server.js +25494 -27422
- package/bin/mcp-server.js.map +68 -51
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/components/actionreviewedstreamingevent.d.ts +76 -0
- package/models/components/actionreviewedstreamingevent.d.ts.map +1 -0
- package/models/components/actionreviewedstreamingevent.js +127 -0
- package/models/components/actionreviewedstreamingevent.js.map +1 -0
- package/models/components/actionreviewrequestedstreamingevent.d.ts +135 -0
- package/models/components/actionreviewrequestedstreamingevent.d.ts.map +1 -0
- package/models/components/actionreviewrequestedstreamingevent.js +180 -0
- package/models/components/actionreviewrequestedstreamingevent.js.map +1 -0
- package/models/components/agenterroredstreamingevent.d.ts +58 -0
- package/models/components/agenterroredstreamingevent.d.ts.map +1 -0
- package/models/components/agenterroredstreamingevent.js +91 -0
- package/models/components/agenterroredstreamingevent.js.map +1 -0
- package/models/components/agentexecutionstartedstreamingevent.d.ts +62 -0
- package/models/components/agentexecutionstartedstreamingevent.d.ts.map +1 -0
- package/models/components/agentexecutionstartedstreamingevent.js +103 -0
- package/models/components/agentexecutionstartedstreamingevent.js.map +1 -0
- package/models/components/agenthandedoffstreamingevent.d.ts +51 -0
- package/models/components/agenthandedoffstreamingevent.d.ts.map +1 -0
- package/models/components/agenthandedoffstreamingevent.js +96 -0
- package/models/components/agenthandedoffstreamingevent.js.map +1 -0
- package/models/components/agentinactivestreamingevent.d.ts +309 -0
- package/models/components/agentinactivestreamingevent.d.ts.map +1 -0
- package/models/components/agentinactivestreamingevent.js +385 -0
- package/models/components/agentinactivestreamingevent.js.map +1 -0
- package/models/components/agentmessagecreatedstreamingevent.d.ts +141 -0
- package/models/components/agentmessagecreatedstreamingevent.d.ts.map +1 -0
- package/models/components/agentmessagecreatedstreamingevent.js +190 -0
- package/models/components/agentmessagecreatedstreamingevent.js.map +1 -0
- package/models/components/agentstartedstreamingevent.d.ts +382 -0
- package/models/components/agentstartedstreamingevent.d.ts.map +1 -0
- package/models/components/agentstartedstreamingevent.js +441 -0
- package/models/components/agentstartedstreamingevent.js.map +1 -0
- package/models/components/agentthoughtstreamingevent.d.ts +542 -0
- package/models/components/agentthoughtstreamingevent.d.ts.map +1 -0
- package/models/components/agentthoughtstreamingevent.js +626 -0
- package/models/components/agentthoughtstreamingevent.js.map +1 -0
- package/models/components/errorstreamingevent.d.ts +51 -0
- package/models/components/errorstreamingevent.d.ts.map +1 -0
- package/models/components/errorstreamingevent.js +87 -0
- package/models/components/errorstreamingevent.js.map +1 -0
- package/models/components/executionnamedstreamingevent.d.ts +51 -0
- package/models/components/executionnamedstreamingevent.d.ts.map +1 -0
- package/models/components/executionnamedstreamingevent.js +96 -0
- package/models/components/executionnamedstreamingevent.js.map +1 -0
- package/models/components/executionreviewedstreamingevent.d.ts +45 -0
- package/models/components/executionreviewedstreamingevent.d.ts.map +1 -0
- package/models/components/executionreviewedstreamingevent.js +81 -0
- package/models/components/executionreviewedstreamingevent.js.map +1 -0
- package/models/components/executionreviewrequiredstreamingevent.d.ts +45 -0
- package/models/components/executionreviewrequiredstreamingevent.d.ts.map +1 -0
- package/models/components/executionreviewrequiredstreamingevent.js +82 -0
- package/models/components/executionreviewrequiredstreamingevent.js.map +1 -0
- package/models/components/filepart.d.ts +1 -1
- package/models/components/index.d.ts +17 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +17 -0
- package/models/components/index.js.map +1 -1
- package/models/components/invokedeploymentrequest.d.ts +13 -13
- package/models/components/invokedeploymentrequest.d.ts.map +1 -1
- package/models/components/invokedeploymentrequest.js +17 -17
- package/models/components/invokedeploymentrequest.js.map +1 -1
- package/models/components/timeoutstreamingevent.d.ts +49 -0
- package/models/components/timeoutstreamingevent.d.ts.map +1 -0
- package/models/components/timeoutstreamingevent.js +85 -0
- package/models/components/timeoutstreamingevent.js.map +1 -0
- package/models/components/toolexecutionfailedstreamingevent.d.ts +144 -0
- package/models/components/toolexecutionfailedstreamingevent.d.ts.map +1 -0
- package/models/components/toolexecutionfailedstreamingevent.js +223 -0
- package/models/components/toolexecutionfailedstreamingevent.js.map +1 -0
- package/models/components/toolexecutionfinishedstreamingevent.d.ts +129 -0
- package/models/components/toolexecutionfinishedstreamingevent.d.ts.map +1 -0
- package/models/components/toolexecutionfinishedstreamingevent.js +205 -0
- package/models/components/toolexecutionfinishedstreamingevent.js.map +1 -0
- package/models/components/toolexecutionstartedstreamingevent.d.ts +139 -0
- package/models/components/toolexecutionstartedstreamingevent.d.ts.map +1 -0
- package/models/components/toolexecutionstartedstreamingevent.js +217 -0
- package/models/components/toolexecutionstartedstreamingevent.js.map +1 -0
- package/models/components/toolresultpart.d.ts +1 -1
- package/models/operations/createagentrequest.d.ts +3 -0
- package/models/operations/createagentrequest.d.ts.map +1 -1
- package/models/operations/createagentrequest.js.map +1 -1
- package/models/operations/createagentresponserequest.d.ts +4 -137
- package/models/operations/createagentresponserequest.d.ts.map +1 -1
- package/models/operations/createagentresponserequest.js +9 -138
- package/models/operations/createagentresponserequest.js.map +1 -1
- package/models/operations/createbudget.js +2 -2
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.js +8 -8
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.d.ts +80 -145
- package/models/operations/createeval.d.ts.map +1 -1
- package/models/operations/createeval.js +190 -266
- package/models/operations/createeval.js.map +1 -1
- package/models/operations/createtool.js +12 -12
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/getalltools.js +12 -12
- package/models/operations/getbudget.js +2 -2
- package/models/operations/getevals.d.ts +14 -79
- package/models/operations/getevals.d.ts.map +1 -1
- package/models/operations/getevals.js +49 -132
- package/models/operations/getevals.js.map +1 -1
- package/models/operations/invokeagent.d.ts +14 -147
- package/models/operations/invokeagent.d.ts.map +1 -1
- package/models/operations/invokeagent.js +19 -148
- package/models/operations/invokeagent.js.map +1 -1
- package/models/operations/listagents.d.ts +3 -0
- package/models/operations/listagents.d.ts.map +1 -1
- package/models/operations/listagents.js.map +1 -1
- package/models/operations/listbudgets.js +2 -2
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.js +8 -8
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- package/models/operations/listknowledgebases.d.ts +16 -16
- package/models/operations/listknowledgebases.d.ts.map +1 -1
- package/models/operations/listknowledgebases.js +27 -25
- package/models/operations/listknowledgebases.js.map +1 -1
- package/models/operations/retrieveagentrequest.d.ts +3 -0
- package/models/operations/retrieveagentrequest.d.ts.map +1 -1
- package/models/operations/retrieveagentrequest.js.map +1 -1
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrievedatapoint.js +8 -8
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/retrievetool.js +12 -12
- package/models/operations/runagent.d.ts +4 -137
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +17 -145
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamagent.d.ts +241 -2491
- package/models/operations/streamagent.d.ts.map +1 -1
- package/models/operations/streamagent.js +172 -2826
- package/models/operations/streamagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +889 -3139
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +175 -2825
- package/models/operations/streamrunagent.js.map +1 -1
- package/models/operations/updateagent.d.ts +3 -0
- package/models/operations/updateagent.d.ts.map +1 -1
- package/models/operations/updateagent.js.map +1 -1
- package/models/operations/updatebudget.js +2 -2
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updatedatapoint.js +8 -8
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.d.ts +14 -79
- package/models/operations/updateeval.d.ts.map +1 -1
- package/models/operations/updateeval.js +51 -134
- package/models/operations/updateeval.js.map +1 -1
- package/models/operations/updatetool.js +14 -14
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/components/actionreviewedstreamingevent.ts +189 -0
- package/src/models/components/actionreviewrequestedstreamingevent.ts +326 -0
- package/src/models/components/agenterroredstreamingevent.ts +142 -0
- package/src/models/components/agentexecutionstartedstreamingevent.ts +145 -0
- package/src/models/components/agenthandedoffstreamingevent.ts +142 -0
- package/src/models/components/agentinactivestreamingevent.ts +857 -0
- package/src/models/components/agentmessagecreatedstreamingevent.ts +396 -0
- package/src/models/components/agentstartedstreamingevent.ts +909 -0
- package/src/models/components/agentthoughtstreamingevent.ts +1419 -0
- package/src/models/components/errorstreamingevent.ts +129 -0
- package/src/models/components/executionnamedstreamingevent.ts +142 -0
- package/src/models/components/executionreviewedstreamingevent.ts +122 -0
- package/src/models/components/executionreviewrequiredstreamingevent.ts +130 -0
- package/src/models/components/filepart.ts +1 -1
- package/src/models/components/index.ts +17 -0
- package/src/models/components/invokedeploymentrequest.ts +32 -27
- package/src/models/components/timeoutstreamingevent.ts +125 -0
- package/src/models/components/toolexecutionfailedstreamingevent.ts +406 -0
- package/src/models/components/toolexecutionfinishedstreamingevent.ts +373 -0
- package/src/models/components/toolexecutionstartedstreamingevent.ts +350 -0
- package/src/models/components/toolresultpart.ts +1 -1
- package/src/models/operations/createagentrequest.ts +3 -0
- package/src/models/operations/createagentresponserequest.ts +20 -321
- package/src/models/operations/createbudget.ts +2 -2
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +8 -8
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +318 -615
- package/src/models/operations/createtool.ts +12 -12
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/getalltools.ts +12 -12
- package/src/models/operations/getbudget.ts +2 -2
- package/src/models/operations/getevals.ts +52 -287
- package/src/models/operations/invokeagent.ts +36 -373
- package/src/models/operations/listagents.ts +3 -0
- package/src/models/operations/listbudgets.ts +2 -2
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +8 -8
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/listknowledgebases.ts +82 -102
- package/src/models/operations/retrieveagentrequest.ts +3 -0
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +8 -8
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/retrievetool.ts +12 -12
- package/src/models/operations/runagent.ts +17 -365
- package/src/models/operations/streamagent.ts +794 -6985
- package/src/models/operations/streamrunagent.ts +3939 -9983
- package/src/models/operations/updateagent.ts +3 -0
- package/src/models/operations/updatebudget.ts +2 -2
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +8 -8
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +52 -287
- package/src/models/operations/updatetool.ts +14 -14
|
@@ -243,51 +243,9 @@ export type GetEvalsDataEvalsResponseType = ClosedEnum<
|
|
|
243
243
|
typeof GetEvalsDataEvalsResponseType
|
|
244
244
|
>;
|
|
245
245
|
|
|
246
|
-
export const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData535Type =
|
|
247
|
-
{
|
|
248
|
-
BertCoherence: "bert_coherence",
|
|
249
|
-
} as const;
|
|
250
|
-
export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData535Type =
|
|
251
|
-
ClosedEnum<
|
|
252
|
-
typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData535Type
|
|
253
|
-
>;
|
|
254
|
-
|
|
255
|
-
export type GetEvalsFunctionParams35 = {
|
|
256
|
-
type:
|
|
257
|
-
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData535Type;
|
|
258
|
-
};
|
|
259
|
-
|
|
260
|
-
export const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData534Type =
|
|
261
|
-
{
|
|
262
|
-
GrammarDiversity: "grammar_diversity",
|
|
263
|
-
} as const;
|
|
264
|
-
export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData534Type =
|
|
265
|
-
ClosedEnum<
|
|
266
|
-
typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData534Type
|
|
267
|
-
>;
|
|
268
|
-
|
|
269
|
-
export type GetEvalsFunctionParams34 = {
|
|
270
|
-
type:
|
|
271
|
-
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData534Type;
|
|
272
|
-
};
|
|
273
|
-
|
|
274
|
-
export const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData533Type =
|
|
275
|
-
{
|
|
276
|
-
SemanticRepetition: "semantic_repetition",
|
|
277
|
-
} as const;
|
|
278
|
-
export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData533Type =
|
|
279
|
-
ClosedEnum<
|
|
280
|
-
typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData533Type
|
|
281
|
-
>;
|
|
282
|
-
|
|
283
|
-
export type GetEvalsFunctionParams33 = {
|
|
284
|
-
type:
|
|
285
|
-
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData533Type;
|
|
286
|
-
};
|
|
287
|
-
|
|
288
246
|
export const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData532Type =
|
|
289
247
|
{
|
|
290
|
-
|
|
248
|
+
GrammarDiversity: "grammar_diversity",
|
|
291
249
|
} as const;
|
|
292
250
|
export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData532Type =
|
|
293
251
|
ClosedEnum<
|
|
@@ -301,7 +259,7 @@ export type GetEvalsFunctionParams32 = {
|
|
|
301
259
|
|
|
302
260
|
export const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData531Type =
|
|
303
261
|
{
|
|
304
|
-
|
|
262
|
+
LexicalRepetition: "lexical_repetition",
|
|
305
263
|
} as const;
|
|
306
264
|
export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData531Type =
|
|
307
265
|
ClosedEnum<
|
|
@@ -315,7 +273,7 @@ export type GetEvalsFunctionParams31 = {
|
|
|
315
273
|
|
|
316
274
|
export const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData530Type =
|
|
317
275
|
{
|
|
318
|
-
|
|
276
|
+
SentencesCount: "sentences_count",
|
|
319
277
|
} as const;
|
|
320
278
|
export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData530Type =
|
|
321
279
|
ClosedEnum<
|
|
@@ -329,7 +287,7 @@ export type GetEvalsFunctionParams30 = {
|
|
|
329
287
|
|
|
330
288
|
export const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData529Type =
|
|
331
289
|
{
|
|
332
|
-
|
|
290
|
+
WordsCount: "words_count",
|
|
333
291
|
} as const;
|
|
334
292
|
export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData529Type =
|
|
335
293
|
ClosedEnum<
|
|
@@ -343,7 +301,7 @@ export type GetEvalsFunctionParams29 = {
|
|
|
343
301
|
|
|
344
302
|
export const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData528Type =
|
|
345
303
|
{
|
|
346
|
-
|
|
304
|
+
GseEnglishLevel: "gse_english_level",
|
|
347
305
|
} as const;
|
|
348
306
|
export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData528Type =
|
|
349
307
|
ClosedEnum<
|
|
@@ -357,7 +315,7 @@ export type GetEvalsFunctionParams28 = {
|
|
|
357
315
|
|
|
358
316
|
export const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData527Type =
|
|
359
317
|
{
|
|
360
|
-
|
|
318
|
+
FleschReadingEase: "flesch_reading_ease",
|
|
361
319
|
} as const;
|
|
362
320
|
export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData527Type =
|
|
363
321
|
ClosedEnum<
|
|
@@ -371,7 +329,7 @@ export type GetEvalsFunctionParams27 = {
|
|
|
371
329
|
|
|
372
330
|
export const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData526Type =
|
|
373
331
|
{
|
|
374
|
-
|
|
332
|
+
MostRepeatedWords: "most_repeated_words",
|
|
375
333
|
} as const;
|
|
376
334
|
export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData526Type =
|
|
377
335
|
ClosedEnum<
|
|
@@ -381,12 +339,11 @@ export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyDat
|
|
|
381
339
|
export type GetEvalsFunctionParams26 = {
|
|
382
340
|
type:
|
|
383
341
|
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData526Type;
|
|
384
|
-
keywords: Array<string>;
|
|
385
342
|
};
|
|
386
343
|
|
|
387
344
|
export const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData525Type =
|
|
388
345
|
{
|
|
389
|
-
|
|
346
|
+
KeywordsMatch: "keywords_match",
|
|
390
347
|
} as const;
|
|
391
348
|
export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData525Type =
|
|
392
349
|
ClosedEnum<
|
|
@@ -396,7 +353,7 @@ export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyDat
|
|
|
396
353
|
export type GetEvalsFunctionParams25 = {
|
|
397
354
|
type:
|
|
398
355
|
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData525Type;
|
|
399
|
-
|
|
356
|
+
keywords: Array<string>;
|
|
400
357
|
};
|
|
401
358
|
|
|
402
359
|
export const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData524Type =
|
|
@@ -741,7 +698,6 @@ export type DataFunctionParams =
|
|
|
741
698
|
| GetEvalsFunctionParams13
|
|
742
699
|
| GetEvalsFunctionParams15
|
|
743
700
|
| GetEvalsFunctionParams25
|
|
744
|
-
| GetEvalsFunctionParams26
|
|
745
701
|
| GetEvalsFunctionParams5
|
|
746
702
|
| GetEvalsFunctionParams6
|
|
747
703
|
| GetEvalsFunctionParams7
|
|
@@ -756,15 +712,13 @@ export type DataFunctionParams =
|
|
|
756
712
|
| GetEvalsFunctionParams22
|
|
757
713
|
| GetEvalsFunctionParams23
|
|
758
714
|
| GetEvalsFunctionParams24
|
|
715
|
+
| GetEvalsFunctionParams26
|
|
759
716
|
| GetEvalsFunctionParams27
|
|
760
717
|
| GetEvalsFunctionParams28
|
|
761
718
|
| GetEvalsFunctionParams29
|
|
762
719
|
| GetEvalsFunctionParams30
|
|
763
720
|
| GetEvalsFunctionParams31
|
|
764
|
-
| GetEvalsFunctionParams32
|
|
765
|
-
| GetEvalsFunctionParams33
|
|
766
|
-
| GetEvalsFunctionParams34
|
|
767
|
-
| GetEvalsFunctionParams35;
|
|
721
|
+
| GetEvalsFunctionParams32;
|
|
768
722
|
|
|
769
723
|
export type DataFunction = {
|
|
770
724
|
id: string;
|
|
@@ -788,7 +742,6 @@ export type DataFunction = {
|
|
|
788
742
|
| GetEvalsFunctionParams13
|
|
789
743
|
| GetEvalsFunctionParams15
|
|
790
744
|
| GetEvalsFunctionParams25
|
|
791
|
-
| GetEvalsFunctionParams26
|
|
792
745
|
| GetEvalsFunctionParams5
|
|
793
746
|
| GetEvalsFunctionParams6
|
|
794
747
|
| GetEvalsFunctionParams7
|
|
@@ -803,15 +756,13 @@ export type DataFunction = {
|
|
|
803
756
|
| GetEvalsFunctionParams22
|
|
804
757
|
| GetEvalsFunctionParams23
|
|
805
758
|
| GetEvalsFunctionParams24
|
|
759
|
+
| GetEvalsFunctionParams26
|
|
806
760
|
| GetEvalsFunctionParams27
|
|
807
761
|
| GetEvalsFunctionParams28
|
|
808
762
|
| GetEvalsFunctionParams29
|
|
809
763
|
| GetEvalsFunctionParams30
|
|
810
764
|
| GetEvalsFunctionParams31
|
|
811
|
-
| GetEvalsFunctionParams32
|
|
812
|
-
| GetEvalsFunctionParams33
|
|
813
|
-
| GetEvalsFunctionParams34
|
|
814
|
-
| GetEvalsFunctionParams35;
|
|
765
|
+
| GetEvalsFunctionParams32;
|
|
815
766
|
key: string;
|
|
816
767
|
};
|
|
817
768
|
|
|
@@ -1417,8 +1368,8 @@ export const DataTypescript$inboundSchema: z.ZodType<
|
|
|
1417
1368
|
> = z.object({
|
|
1418
1369
|
_id: z.string(),
|
|
1419
1370
|
description: z.string(),
|
|
1420
|
-
created: z.string().default("2025-11-
|
|
1421
|
-
updated: z.string().default("2025-11-
|
|
1371
|
+
created: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
1372
|
+
updated: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
1422
1373
|
guardrail_config: z.union([
|
|
1423
1374
|
z.lazy(() =>
|
|
1424
1375
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema
|
|
@@ -1459,8 +1410,8 @@ export const DataTypescript$outboundSchema: z.ZodType<
|
|
|
1459
1410
|
> = z.object({
|
|
1460
1411
|
id: z.string(),
|
|
1461
1412
|
description: z.string(),
|
|
1462
|
-
created: z.string().default("2025-11-
|
|
1463
|
-
updated: z.string().default("2025-11-
|
|
1413
|
+
created: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
1414
|
+
updated: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
1464
1415
|
guardrailConfig: z.union([
|
|
1465
1416
|
z.lazy(() =>
|
|
1466
1417
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema
|
|
@@ -1726,8 +1677,8 @@ export const DataRagas$inboundSchema: z.ZodType<
|
|
|
1726
1677
|
> = z.object({
|
|
1727
1678
|
_id: z.string(),
|
|
1728
1679
|
description: z.string(),
|
|
1729
|
-
created: z.string().default("2025-11-
|
|
1730
|
-
updated: z.string().default("2025-11-
|
|
1680
|
+
created: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
1681
|
+
updated: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
1731
1682
|
guardrail_config: z.union([
|
|
1732
1683
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
1733
1684
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
@@ -1767,8 +1718,8 @@ export const DataRagas$outboundSchema: z.ZodType<
|
|
|
1767
1718
|
> = z.object({
|
|
1768
1719
|
id: z.string(),
|
|
1769
1720
|
description: z.string(),
|
|
1770
|
-
created: z.string().default("2025-11-
|
|
1771
|
-
updated: z.string().default("2025-11-
|
|
1721
|
+
created: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
1722
|
+
updated: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
1772
1723
|
guardrailConfig: z.union([
|
|
1773
1724
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
1774
1725
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
@@ -2010,171 +1961,6 @@ export const GetEvalsDataEvalsResponseType$outboundSchema: z.ZodNativeEnum<
|
|
|
2010
1961
|
typeof GetEvalsDataEvalsResponseType
|
|
2011
1962
|
> = GetEvalsDataEvalsResponseType$inboundSchema;
|
|
2012
1963
|
|
|
2013
|
-
/** @internal */
|
|
2014
|
-
export const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData535Type$inboundSchema:
|
|
2015
|
-
z.ZodNativeEnum<
|
|
2016
|
-
typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData535Type
|
|
2017
|
-
> = z.nativeEnum(
|
|
2018
|
-
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData535Type,
|
|
2019
|
-
);
|
|
2020
|
-
/** @internal */
|
|
2021
|
-
export const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData535Type$outboundSchema:
|
|
2022
|
-
z.ZodNativeEnum<
|
|
2023
|
-
typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData535Type
|
|
2024
|
-
> =
|
|
2025
|
-
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData535Type$inboundSchema;
|
|
2026
|
-
|
|
2027
|
-
/** @internal */
|
|
2028
|
-
export const GetEvalsFunctionParams35$inboundSchema: z.ZodType<
|
|
2029
|
-
GetEvalsFunctionParams35,
|
|
2030
|
-
z.ZodTypeDef,
|
|
2031
|
-
unknown
|
|
2032
|
-
> = z.object({
|
|
2033
|
-
type:
|
|
2034
|
-
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData535Type$inboundSchema,
|
|
2035
|
-
});
|
|
2036
|
-
/** @internal */
|
|
2037
|
-
export type GetEvalsFunctionParams35$Outbound = {
|
|
2038
|
-
type: string;
|
|
2039
|
-
};
|
|
2040
|
-
|
|
2041
|
-
/** @internal */
|
|
2042
|
-
export const GetEvalsFunctionParams35$outboundSchema: z.ZodType<
|
|
2043
|
-
GetEvalsFunctionParams35$Outbound,
|
|
2044
|
-
z.ZodTypeDef,
|
|
2045
|
-
GetEvalsFunctionParams35
|
|
2046
|
-
> = z.object({
|
|
2047
|
-
type:
|
|
2048
|
-
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData535Type$outboundSchema,
|
|
2049
|
-
});
|
|
2050
|
-
|
|
2051
|
-
export function getEvalsFunctionParams35ToJSON(
|
|
2052
|
-
getEvalsFunctionParams35: GetEvalsFunctionParams35,
|
|
2053
|
-
): string {
|
|
2054
|
-
return JSON.stringify(
|
|
2055
|
-
GetEvalsFunctionParams35$outboundSchema.parse(getEvalsFunctionParams35),
|
|
2056
|
-
);
|
|
2057
|
-
}
|
|
2058
|
-
export function getEvalsFunctionParams35FromJSON(
|
|
2059
|
-
jsonString: string,
|
|
2060
|
-
): SafeParseResult<GetEvalsFunctionParams35, SDKValidationError> {
|
|
2061
|
-
return safeParse(
|
|
2062
|
-
jsonString,
|
|
2063
|
-
(x) => GetEvalsFunctionParams35$inboundSchema.parse(JSON.parse(x)),
|
|
2064
|
-
`Failed to parse 'GetEvalsFunctionParams35' from JSON`,
|
|
2065
|
-
);
|
|
2066
|
-
}
|
|
2067
|
-
|
|
2068
|
-
/** @internal */
|
|
2069
|
-
export const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData534Type$inboundSchema:
|
|
2070
|
-
z.ZodNativeEnum<
|
|
2071
|
-
typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData534Type
|
|
2072
|
-
> = z.nativeEnum(
|
|
2073
|
-
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData534Type,
|
|
2074
|
-
);
|
|
2075
|
-
/** @internal */
|
|
2076
|
-
export const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData534Type$outboundSchema:
|
|
2077
|
-
z.ZodNativeEnum<
|
|
2078
|
-
typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData534Type
|
|
2079
|
-
> =
|
|
2080
|
-
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData534Type$inboundSchema;
|
|
2081
|
-
|
|
2082
|
-
/** @internal */
|
|
2083
|
-
export const GetEvalsFunctionParams34$inboundSchema: z.ZodType<
|
|
2084
|
-
GetEvalsFunctionParams34,
|
|
2085
|
-
z.ZodTypeDef,
|
|
2086
|
-
unknown
|
|
2087
|
-
> = z.object({
|
|
2088
|
-
type:
|
|
2089
|
-
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData534Type$inboundSchema,
|
|
2090
|
-
});
|
|
2091
|
-
/** @internal */
|
|
2092
|
-
export type GetEvalsFunctionParams34$Outbound = {
|
|
2093
|
-
type: string;
|
|
2094
|
-
};
|
|
2095
|
-
|
|
2096
|
-
/** @internal */
|
|
2097
|
-
export const GetEvalsFunctionParams34$outboundSchema: z.ZodType<
|
|
2098
|
-
GetEvalsFunctionParams34$Outbound,
|
|
2099
|
-
z.ZodTypeDef,
|
|
2100
|
-
GetEvalsFunctionParams34
|
|
2101
|
-
> = z.object({
|
|
2102
|
-
type:
|
|
2103
|
-
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData534Type$outboundSchema,
|
|
2104
|
-
});
|
|
2105
|
-
|
|
2106
|
-
export function getEvalsFunctionParams34ToJSON(
|
|
2107
|
-
getEvalsFunctionParams34: GetEvalsFunctionParams34,
|
|
2108
|
-
): string {
|
|
2109
|
-
return JSON.stringify(
|
|
2110
|
-
GetEvalsFunctionParams34$outboundSchema.parse(getEvalsFunctionParams34),
|
|
2111
|
-
);
|
|
2112
|
-
}
|
|
2113
|
-
export function getEvalsFunctionParams34FromJSON(
|
|
2114
|
-
jsonString: string,
|
|
2115
|
-
): SafeParseResult<GetEvalsFunctionParams34, SDKValidationError> {
|
|
2116
|
-
return safeParse(
|
|
2117
|
-
jsonString,
|
|
2118
|
-
(x) => GetEvalsFunctionParams34$inboundSchema.parse(JSON.parse(x)),
|
|
2119
|
-
`Failed to parse 'GetEvalsFunctionParams34' from JSON`,
|
|
2120
|
-
);
|
|
2121
|
-
}
|
|
2122
|
-
|
|
2123
|
-
/** @internal */
|
|
2124
|
-
export const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData533Type$inboundSchema:
|
|
2125
|
-
z.ZodNativeEnum<
|
|
2126
|
-
typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData533Type
|
|
2127
|
-
> = z.nativeEnum(
|
|
2128
|
-
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData533Type,
|
|
2129
|
-
);
|
|
2130
|
-
/** @internal */
|
|
2131
|
-
export const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData533Type$outboundSchema:
|
|
2132
|
-
z.ZodNativeEnum<
|
|
2133
|
-
typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData533Type
|
|
2134
|
-
> =
|
|
2135
|
-
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData533Type$inboundSchema;
|
|
2136
|
-
|
|
2137
|
-
/** @internal */
|
|
2138
|
-
export const GetEvalsFunctionParams33$inboundSchema: z.ZodType<
|
|
2139
|
-
GetEvalsFunctionParams33,
|
|
2140
|
-
z.ZodTypeDef,
|
|
2141
|
-
unknown
|
|
2142
|
-
> = z.object({
|
|
2143
|
-
type:
|
|
2144
|
-
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData533Type$inboundSchema,
|
|
2145
|
-
});
|
|
2146
|
-
/** @internal */
|
|
2147
|
-
export type GetEvalsFunctionParams33$Outbound = {
|
|
2148
|
-
type: string;
|
|
2149
|
-
};
|
|
2150
|
-
|
|
2151
|
-
/** @internal */
|
|
2152
|
-
export const GetEvalsFunctionParams33$outboundSchema: z.ZodType<
|
|
2153
|
-
GetEvalsFunctionParams33$Outbound,
|
|
2154
|
-
z.ZodTypeDef,
|
|
2155
|
-
GetEvalsFunctionParams33
|
|
2156
|
-
> = z.object({
|
|
2157
|
-
type:
|
|
2158
|
-
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData533Type$outboundSchema,
|
|
2159
|
-
});
|
|
2160
|
-
|
|
2161
|
-
export function getEvalsFunctionParams33ToJSON(
|
|
2162
|
-
getEvalsFunctionParams33: GetEvalsFunctionParams33,
|
|
2163
|
-
): string {
|
|
2164
|
-
return JSON.stringify(
|
|
2165
|
-
GetEvalsFunctionParams33$outboundSchema.parse(getEvalsFunctionParams33),
|
|
2166
|
-
);
|
|
2167
|
-
}
|
|
2168
|
-
export function getEvalsFunctionParams33FromJSON(
|
|
2169
|
-
jsonString: string,
|
|
2170
|
-
): SafeParseResult<GetEvalsFunctionParams33, SDKValidationError> {
|
|
2171
|
-
return safeParse(
|
|
2172
|
-
jsonString,
|
|
2173
|
-
(x) => GetEvalsFunctionParams33$inboundSchema.parse(JSON.parse(x)),
|
|
2174
|
-
`Failed to parse 'GetEvalsFunctionParams33' from JSON`,
|
|
2175
|
-
);
|
|
2176
|
-
}
|
|
2177
|
-
|
|
2178
1964
|
/** @internal */
|
|
2179
1965
|
export const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData532Type$inboundSchema:
|
|
2180
1966
|
z.ZodNativeEnum<
|
|
@@ -2527,12 +2313,10 @@ export const GetEvalsFunctionParams26$inboundSchema: z.ZodType<
|
|
|
2527
2313
|
> = z.object({
|
|
2528
2314
|
type:
|
|
2529
2315
|
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData526Type$inboundSchema,
|
|
2530
|
-
keywords: z.array(z.string()),
|
|
2531
2316
|
});
|
|
2532
2317
|
/** @internal */
|
|
2533
2318
|
export type GetEvalsFunctionParams26$Outbound = {
|
|
2534
2319
|
type: string;
|
|
2535
|
-
keywords: Array<string>;
|
|
2536
2320
|
};
|
|
2537
2321
|
|
|
2538
2322
|
/** @internal */
|
|
@@ -2543,7 +2327,6 @@ export const GetEvalsFunctionParams26$outboundSchema: z.ZodType<
|
|
|
2543
2327
|
> = z.object({
|
|
2544
2328
|
type:
|
|
2545
2329
|
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData526Type$outboundSchema,
|
|
2546
|
-
keywords: z.array(z.string()),
|
|
2547
2330
|
});
|
|
2548
2331
|
|
|
2549
2332
|
export function getEvalsFunctionParams26ToJSON(
|
|
@@ -2585,12 +2368,12 @@ export const GetEvalsFunctionParams25$inboundSchema: z.ZodType<
|
|
|
2585
2368
|
> = z.object({
|
|
2586
2369
|
type:
|
|
2587
2370
|
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData525Type$inboundSchema,
|
|
2588
|
-
|
|
2371
|
+
keywords: z.array(z.string()),
|
|
2589
2372
|
});
|
|
2590
2373
|
/** @internal */
|
|
2591
2374
|
export type GetEvalsFunctionParams25$Outbound = {
|
|
2592
2375
|
type: string;
|
|
2593
|
-
|
|
2376
|
+
keywords: Array<string>;
|
|
2594
2377
|
};
|
|
2595
2378
|
|
|
2596
2379
|
/** @internal */
|
|
@@ -2601,7 +2384,7 @@ export const GetEvalsFunctionParams25$outboundSchema: z.ZodType<
|
|
|
2601
2384
|
> = z.object({
|
|
2602
2385
|
type:
|
|
2603
2386
|
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData525Type$outboundSchema,
|
|
2604
|
-
|
|
2387
|
+
keywords: z.array(z.string()),
|
|
2605
2388
|
});
|
|
2606
2389
|
|
|
2607
2390
|
export function getEvalsFunctionParams25ToJSON(
|
|
@@ -3959,7 +3742,6 @@ export const DataFunctionParams$inboundSchema: z.ZodType<
|
|
|
3959
3742
|
z.lazy(() => GetEvalsFunctionParams13$inboundSchema),
|
|
3960
3743
|
z.lazy(() => GetEvalsFunctionParams15$inboundSchema),
|
|
3961
3744
|
z.lazy(() => GetEvalsFunctionParams25$inboundSchema),
|
|
3962
|
-
z.lazy(() => GetEvalsFunctionParams26$inboundSchema),
|
|
3963
3745
|
z.lazy(() => GetEvalsFunctionParams5$inboundSchema),
|
|
3964
3746
|
z.lazy(() => GetEvalsFunctionParams6$inboundSchema),
|
|
3965
3747
|
z.lazy(() => GetEvalsFunctionParams7$inboundSchema),
|
|
@@ -3974,15 +3756,13 @@ export const DataFunctionParams$inboundSchema: z.ZodType<
|
|
|
3974
3756
|
z.lazy(() => GetEvalsFunctionParams22$inboundSchema),
|
|
3975
3757
|
z.lazy(() => GetEvalsFunctionParams23$inboundSchema),
|
|
3976
3758
|
z.lazy(() => GetEvalsFunctionParams24$inboundSchema),
|
|
3759
|
+
z.lazy(() => GetEvalsFunctionParams26$inboundSchema),
|
|
3977
3760
|
z.lazy(() => GetEvalsFunctionParams27$inboundSchema),
|
|
3978
3761
|
z.lazy(() => GetEvalsFunctionParams28$inboundSchema),
|
|
3979
3762
|
z.lazy(() => GetEvalsFunctionParams29$inboundSchema),
|
|
3980
3763
|
z.lazy(() => GetEvalsFunctionParams30$inboundSchema),
|
|
3981
3764
|
z.lazy(() => GetEvalsFunctionParams31$inboundSchema),
|
|
3982
3765
|
z.lazy(() => GetEvalsFunctionParams32$inboundSchema),
|
|
3983
|
-
z.lazy(() => GetEvalsFunctionParams33$inboundSchema),
|
|
3984
|
-
z.lazy(() => GetEvalsFunctionParams34$inboundSchema),
|
|
3985
|
-
z.lazy(() => GetEvalsFunctionParams35$inboundSchema),
|
|
3986
3766
|
]);
|
|
3987
3767
|
/** @internal */
|
|
3988
3768
|
export type DataFunctionParams$Outbound =
|
|
@@ -3997,7 +3777,6 @@ export type DataFunctionParams$Outbound =
|
|
|
3997
3777
|
| GetEvalsFunctionParams13$Outbound
|
|
3998
3778
|
| GetEvalsFunctionParams15$Outbound
|
|
3999
3779
|
| GetEvalsFunctionParams25$Outbound
|
|
4000
|
-
| GetEvalsFunctionParams26$Outbound
|
|
4001
3780
|
| GetEvalsFunctionParams5$Outbound
|
|
4002
3781
|
| GetEvalsFunctionParams6$Outbound
|
|
4003
3782
|
| GetEvalsFunctionParams7$Outbound
|
|
@@ -4012,15 +3791,13 @@ export type DataFunctionParams$Outbound =
|
|
|
4012
3791
|
| GetEvalsFunctionParams22$Outbound
|
|
4013
3792
|
| GetEvalsFunctionParams23$Outbound
|
|
4014
3793
|
| GetEvalsFunctionParams24$Outbound
|
|
3794
|
+
| GetEvalsFunctionParams26$Outbound
|
|
4015
3795
|
| GetEvalsFunctionParams27$Outbound
|
|
4016
3796
|
| GetEvalsFunctionParams28$Outbound
|
|
4017
3797
|
| GetEvalsFunctionParams29$Outbound
|
|
4018
3798
|
| GetEvalsFunctionParams30$Outbound
|
|
4019
3799
|
| GetEvalsFunctionParams31$Outbound
|
|
4020
|
-
| GetEvalsFunctionParams32$Outbound
|
|
4021
|
-
| GetEvalsFunctionParams33$Outbound
|
|
4022
|
-
| GetEvalsFunctionParams34$Outbound
|
|
4023
|
-
| GetEvalsFunctionParams35$Outbound;
|
|
3800
|
+
| GetEvalsFunctionParams32$Outbound;
|
|
4024
3801
|
|
|
4025
3802
|
/** @internal */
|
|
4026
3803
|
export const DataFunctionParams$outboundSchema: z.ZodType<
|
|
@@ -4039,7 +3816,6 @@ export const DataFunctionParams$outboundSchema: z.ZodType<
|
|
|
4039
3816
|
z.lazy(() => GetEvalsFunctionParams13$outboundSchema),
|
|
4040
3817
|
z.lazy(() => GetEvalsFunctionParams15$outboundSchema),
|
|
4041
3818
|
z.lazy(() => GetEvalsFunctionParams25$outboundSchema),
|
|
4042
|
-
z.lazy(() => GetEvalsFunctionParams26$outboundSchema),
|
|
4043
3819
|
z.lazy(() => GetEvalsFunctionParams5$outboundSchema),
|
|
4044
3820
|
z.lazy(() => GetEvalsFunctionParams6$outboundSchema),
|
|
4045
3821
|
z.lazy(() => GetEvalsFunctionParams7$outboundSchema),
|
|
@@ -4054,15 +3830,13 @@ export const DataFunctionParams$outboundSchema: z.ZodType<
|
|
|
4054
3830
|
z.lazy(() => GetEvalsFunctionParams22$outboundSchema),
|
|
4055
3831
|
z.lazy(() => GetEvalsFunctionParams23$outboundSchema),
|
|
4056
3832
|
z.lazy(() => GetEvalsFunctionParams24$outboundSchema),
|
|
3833
|
+
z.lazy(() => GetEvalsFunctionParams26$outboundSchema),
|
|
4057
3834
|
z.lazy(() => GetEvalsFunctionParams27$outboundSchema),
|
|
4058
3835
|
z.lazy(() => GetEvalsFunctionParams28$outboundSchema),
|
|
4059
3836
|
z.lazy(() => GetEvalsFunctionParams29$outboundSchema),
|
|
4060
3837
|
z.lazy(() => GetEvalsFunctionParams30$outboundSchema),
|
|
4061
3838
|
z.lazy(() => GetEvalsFunctionParams31$outboundSchema),
|
|
4062
3839
|
z.lazy(() => GetEvalsFunctionParams32$outboundSchema),
|
|
4063
|
-
z.lazy(() => GetEvalsFunctionParams33$outboundSchema),
|
|
4064
|
-
z.lazy(() => GetEvalsFunctionParams34$outboundSchema),
|
|
4065
|
-
z.lazy(() => GetEvalsFunctionParams35$outboundSchema),
|
|
4066
3840
|
]);
|
|
4067
3841
|
|
|
4068
3842
|
export function dataFunctionParamsToJSON(
|
|
@@ -4090,8 +3864,8 @@ export const DataFunction$inboundSchema: z.ZodType<
|
|
|
4090
3864
|
> = z.object({
|
|
4091
3865
|
_id: z.string(),
|
|
4092
3866
|
description: z.string(),
|
|
4093
|
-
created: z.string().default("2025-11-
|
|
4094
|
-
updated: z.string().default("2025-11-
|
|
3867
|
+
created: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
3868
|
+
updated: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
4095
3869
|
guardrail_config: z.union([
|
|
4096
3870
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
4097
3871
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
@@ -4109,7 +3883,6 @@ export const DataFunction$inboundSchema: z.ZodType<
|
|
|
4109
3883
|
z.lazy(() => GetEvalsFunctionParams13$inboundSchema),
|
|
4110
3884
|
z.lazy(() => GetEvalsFunctionParams15$inboundSchema),
|
|
4111
3885
|
z.lazy(() => GetEvalsFunctionParams25$inboundSchema),
|
|
4112
|
-
z.lazy(() => GetEvalsFunctionParams26$inboundSchema),
|
|
4113
3886
|
z.lazy(() => GetEvalsFunctionParams5$inboundSchema),
|
|
4114
3887
|
z.lazy(() => GetEvalsFunctionParams6$inboundSchema),
|
|
4115
3888
|
z.lazy(() => GetEvalsFunctionParams7$inboundSchema),
|
|
@@ -4124,15 +3897,13 @@ export const DataFunction$inboundSchema: z.ZodType<
|
|
|
4124
3897
|
z.lazy(() => GetEvalsFunctionParams22$inboundSchema),
|
|
4125
3898
|
z.lazy(() => GetEvalsFunctionParams23$inboundSchema),
|
|
4126
3899
|
z.lazy(() => GetEvalsFunctionParams24$inboundSchema),
|
|
3900
|
+
z.lazy(() => GetEvalsFunctionParams26$inboundSchema),
|
|
4127
3901
|
z.lazy(() => GetEvalsFunctionParams27$inboundSchema),
|
|
4128
3902
|
z.lazy(() => GetEvalsFunctionParams28$inboundSchema),
|
|
4129
3903
|
z.lazy(() => GetEvalsFunctionParams29$inboundSchema),
|
|
4130
3904
|
z.lazy(() => GetEvalsFunctionParams30$inboundSchema),
|
|
4131
3905
|
z.lazy(() => GetEvalsFunctionParams31$inboundSchema),
|
|
4132
3906
|
z.lazy(() => GetEvalsFunctionParams32$inboundSchema),
|
|
4133
|
-
z.lazy(() => GetEvalsFunctionParams33$inboundSchema),
|
|
4134
|
-
z.lazy(() => GetEvalsFunctionParams34$inboundSchema),
|
|
4135
|
-
z.lazy(() => GetEvalsFunctionParams35$inboundSchema),
|
|
4136
3907
|
]),
|
|
4137
3908
|
key: z.string(),
|
|
4138
3909
|
}).transform((v) => {
|
|
@@ -4165,7 +3936,6 @@ export type DataFunction$Outbound = {
|
|
|
4165
3936
|
| GetEvalsFunctionParams13$Outbound
|
|
4166
3937
|
| GetEvalsFunctionParams15$Outbound
|
|
4167
3938
|
| GetEvalsFunctionParams25$Outbound
|
|
4168
|
-
| GetEvalsFunctionParams26$Outbound
|
|
4169
3939
|
| GetEvalsFunctionParams5$Outbound
|
|
4170
3940
|
| GetEvalsFunctionParams6$Outbound
|
|
4171
3941
|
| GetEvalsFunctionParams7$Outbound
|
|
@@ -4180,15 +3950,13 @@ export type DataFunction$Outbound = {
|
|
|
4180
3950
|
| GetEvalsFunctionParams22$Outbound
|
|
4181
3951
|
| GetEvalsFunctionParams23$Outbound
|
|
4182
3952
|
| GetEvalsFunctionParams24$Outbound
|
|
3953
|
+
| GetEvalsFunctionParams26$Outbound
|
|
4183
3954
|
| GetEvalsFunctionParams27$Outbound
|
|
4184
3955
|
| GetEvalsFunctionParams28$Outbound
|
|
4185
3956
|
| GetEvalsFunctionParams29$Outbound
|
|
4186
3957
|
| GetEvalsFunctionParams30$Outbound
|
|
4187
3958
|
| GetEvalsFunctionParams31$Outbound
|
|
4188
|
-
| GetEvalsFunctionParams32$Outbound
|
|
4189
|
-
| GetEvalsFunctionParams33$Outbound
|
|
4190
|
-
| GetEvalsFunctionParams34$Outbound
|
|
4191
|
-
| GetEvalsFunctionParams35$Outbound;
|
|
3959
|
+
| GetEvalsFunctionParams32$Outbound;
|
|
4192
3960
|
key: string;
|
|
4193
3961
|
};
|
|
4194
3962
|
|
|
@@ -4200,8 +3968,8 @@ export const DataFunction$outboundSchema: z.ZodType<
|
|
|
4200
3968
|
> = z.object({
|
|
4201
3969
|
id: z.string(),
|
|
4202
3970
|
description: z.string(),
|
|
4203
|
-
created: z.string().default("2025-11-
|
|
4204
|
-
updated: z.string().default("2025-11-
|
|
3971
|
+
created: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
3972
|
+
updated: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
4205
3973
|
guardrailConfig: z.union([
|
|
4206
3974
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
4207
3975
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
@@ -4219,7 +3987,6 @@ export const DataFunction$outboundSchema: z.ZodType<
|
|
|
4219
3987
|
z.lazy(() => GetEvalsFunctionParams13$outboundSchema),
|
|
4220
3988
|
z.lazy(() => GetEvalsFunctionParams15$outboundSchema),
|
|
4221
3989
|
z.lazy(() => GetEvalsFunctionParams25$outboundSchema),
|
|
4222
|
-
z.lazy(() => GetEvalsFunctionParams26$outboundSchema),
|
|
4223
3990
|
z.lazy(() => GetEvalsFunctionParams5$outboundSchema),
|
|
4224
3991
|
z.lazy(() => GetEvalsFunctionParams6$outboundSchema),
|
|
4225
3992
|
z.lazy(() => GetEvalsFunctionParams7$outboundSchema),
|
|
@@ -4234,15 +4001,13 @@ export const DataFunction$outboundSchema: z.ZodType<
|
|
|
4234
4001
|
z.lazy(() => GetEvalsFunctionParams22$outboundSchema),
|
|
4235
4002
|
z.lazy(() => GetEvalsFunctionParams23$outboundSchema),
|
|
4236
4003
|
z.lazy(() => GetEvalsFunctionParams24$outboundSchema),
|
|
4004
|
+
z.lazy(() => GetEvalsFunctionParams26$outboundSchema),
|
|
4237
4005
|
z.lazy(() => GetEvalsFunctionParams27$outboundSchema),
|
|
4238
4006
|
z.lazy(() => GetEvalsFunctionParams28$outboundSchema),
|
|
4239
4007
|
z.lazy(() => GetEvalsFunctionParams29$outboundSchema),
|
|
4240
4008
|
z.lazy(() => GetEvalsFunctionParams30$outboundSchema),
|
|
4241
4009
|
z.lazy(() => GetEvalsFunctionParams31$outboundSchema),
|
|
4242
4010
|
z.lazy(() => GetEvalsFunctionParams32$outboundSchema),
|
|
4243
|
-
z.lazy(() => GetEvalsFunctionParams33$outboundSchema),
|
|
4244
|
-
z.lazy(() => GetEvalsFunctionParams34$outboundSchema),
|
|
4245
|
-
z.lazy(() => GetEvalsFunctionParams35$outboundSchema),
|
|
4246
4011
|
]),
|
|
4247
4012
|
key: z.string(),
|
|
4248
4013
|
}).transform((v) => {
|
|
@@ -4467,8 +4232,8 @@ export const DataPython$inboundSchema: z.ZodType<
|
|
|
4467
4232
|
> = z.object({
|
|
4468
4233
|
_id: z.string(),
|
|
4469
4234
|
description: z.string(),
|
|
4470
|
-
created: z.string().default("2025-11-
|
|
4471
|
-
updated: z.string().default("2025-11-
|
|
4235
|
+
created: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
4236
|
+
updated: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
4472
4237
|
guardrail_config: z.union([
|
|
4473
4238
|
z.lazy(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema),
|
|
4474
4239
|
z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
|
|
@@ -4505,8 +4270,8 @@ export const DataPython$outboundSchema: z.ZodType<
|
|
|
4505
4270
|
> = z.object({
|
|
4506
4271
|
id: z.string(),
|
|
4507
4272
|
description: z.string(),
|
|
4508
|
-
created: z.string().default("2025-11-
|
|
4509
|
-
updated: z.string().default("2025-11-
|
|
4273
|
+
created: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
4274
|
+
updated: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
4510
4275
|
guardrailConfig: z.union([
|
|
4511
4276
|
z.lazy(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema),
|
|
4512
4277
|
z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
|
|
@@ -4729,8 +4494,8 @@ export const DataHTTP$inboundSchema: z.ZodType<
|
|
|
4729
4494
|
> = z.object({
|
|
4730
4495
|
_id: z.string(),
|
|
4731
4496
|
description: z.string(),
|
|
4732
|
-
created: z.string().default("2025-11-
|
|
4733
|
-
updated: z.string().default("2025-11-
|
|
4497
|
+
created: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
4498
|
+
updated: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
4734
4499
|
guardrail_config: z.union([
|
|
4735
4500
|
z.lazy(() => GetEvalsGuardrailConfigNumber$inboundSchema),
|
|
4736
4501
|
z.lazy(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
|
|
@@ -4773,8 +4538,8 @@ export const DataHTTP$outboundSchema: z.ZodType<
|
|
|
4773
4538
|
> = z.object({
|
|
4774
4539
|
id: z.string(),
|
|
4775
4540
|
description: z.string(),
|
|
4776
|
-
created: z.string().default("2025-11-
|
|
4777
|
-
updated: z.string().default("2025-11-
|
|
4541
|
+
created: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
4542
|
+
updated: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
4778
4543
|
guardrailConfig: z.union([
|
|
4779
4544
|
z.lazy(() => GetEvalsGuardrailConfigNumber$outboundSchema),
|
|
4780
4545
|
z.lazy(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
|
|
@@ -5020,8 +4785,8 @@ export const DataJSON$inboundSchema: z.ZodType<
|
|
|
5020
4785
|
> = z.object({
|
|
5021
4786
|
_id: z.string(),
|
|
5022
4787
|
description: z.string(),
|
|
5023
|
-
created: z.string().default("2025-11-
|
|
5024
|
-
updated: z.string().default("2025-11-
|
|
4788
|
+
created: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
4789
|
+
updated: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
5025
4790
|
guardrail_config: z.union([
|
|
5026
4791
|
z.lazy(() =>
|
|
5027
4792
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema
|
|
@@ -5062,8 +4827,8 @@ export const DataJSON$outboundSchema: z.ZodType<
|
|
|
5062
4827
|
> = z.object({
|
|
5063
4828
|
id: z.string(),
|
|
5064
4829
|
description: z.string(),
|
|
5065
|
-
created: z.string().default("2025-11-
|
|
5066
|
-
updated: z.string().default("2025-11-
|
|
4830
|
+
created: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
4831
|
+
updated: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
5067
4832
|
guardrailConfig: z.union([
|
|
5068
4833
|
z.lazy(() =>
|
|
5069
4834
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema
|
|
@@ -5329,8 +5094,8 @@ export const DataLLM$inboundSchema: z.ZodType<DataLLM, z.ZodTypeDef, unknown> =
|
|
|
5329
5094
|
z.object({
|
|
5330
5095
|
_id: z.string(),
|
|
5331
5096
|
description: z.string(),
|
|
5332
|
-
created: z.string().default("2025-11-
|
|
5333
|
-
updated: z.string().default("2025-11-
|
|
5097
|
+
created: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
5098
|
+
updated: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
5334
5099
|
guardrail_config: z.union([
|
|
5335
5100
|
z.lazy(() =>
|
|
5336
5101
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema
|
|
@@ -5374,8 +5139,8 @@ export const DataLLM$outboundSchema: z.ZodType<
|
|
|
5374
5139
|
> = z.object({
|
|
5375
5140
|
id: z.string(),
|
|
5376
5141
|
description: z.string(),
|
|
5377
|
-
created: z.string().default("2025-11-
|
|
5378
|
-
updated: z.string().default("2025-11-
|
|
5142
|
+
created: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
5143
|
+
updated: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
5379
5144
|
guardrailConfig: z.union([
|
|
5380
5145
|
z.lazy(() =>
|
|
5381
5146
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema
|