@orq-ai/node 4.1.0-rc.4 → 4.1.0-rc.5
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 +64 -47
- 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/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/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/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/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/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/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/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/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
|
@@ -396,84 +396,62 @@ export declare const CreateEvalResponseBodyEvalsResponse200Type: {
|
|
|
396
396
|
readonly FunctionEval: "function_eval";
|
|
397
397
|
};
|
|
398
398
|
export type CreateEvalResponseBodyEvalsResponse200Type = ClosedEnum<typeof CreateEvalResponseBodyEvalsResponse200Type>;
|
|
399
|
-
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type: {
|
|
400
|
-
readonly BertCoherence: "bert_coherence";
|
|
401
|
-
};
|
|
402
|
-
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type>;
|
|
403
|
-
export type ThirtyFive = {
|
|
404
|
-
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type;
|
|
405
|
-
};
|
|
406
|
-
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type: {
|
|
407
|
-
readonly GrammarDiversity: "grammar_diversity";
|
|
408
|
-
};
|
|
409
|
-
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type>;
|
|
410
|
-
export type ThirtyFour = {
|
|
411
|
-
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type;
|
|
412
|
-
};
|
|
413
|
-
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type: {
|
|
414
|
-
readonly SemanticRepetition: "semantic_repetition";
|
|
415
|
-
};
|
|
416
|
-
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type>;
|
|
417
|
-
export type ThirtyThree = {
|
|
418
|
-
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type;
|
|
419
|
-
};
|
|
420
399
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody532Type: {
|
|
421
|
-
readonly
|
|
400
|
+
readonly GrammarDiversity: "grammar_diversity";
|
|
422
401
|
};
|
|
423
402
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody532Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody532Type>;
|
|
424
403
|
export type ThirtyTwo = {
|
|
425
404
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody532Type;
|
|
426
405
|
};
|
|
427
406
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody531Type: {
|
|
428
|
-
readonly
|
|
407
|
+
readonly LexicalRepetition: "lexical_repetition";
|
|
429
408
|
};
|
|
430
409
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody531Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody531Type>;
|
|
431
410
|
export type ThirtyOne = {
|
|
432
411
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody531Type;
|
|
433
412
|
};
|
|
434
413
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody530Type: {
|
|
435
|
-
readonly
|
|
414
|
+
readonly SentencesCount: "sentences_count";
|
|
436
415
|
};
|
|
437
416
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody530Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody530Type>;
|
|
438
417
|
export type Thirty = {
|
|
439
418
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody530Type;
|
|
440
419
|
};
|
|
441
420
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody529Type: {
|
|
442
|
-
readonly
|
|
421
|
+
readonly WordsCount: "words_count";
|
|
443
422
|
};
|
|
444
423
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody529Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody529Type>;
|
|
445
424
|
export type TwentyNine = {
|
|
446
425
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody529Type;
|
|
447
426
|
};
|
|
448
427
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody528Type: {
|
|
449
|
-
readonly
|
|
428
|
+
readonly GseEnglishLevel: "gse_english_level";
|
|
450
429
|
};
|
|
451
430
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody528Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody528Type>;
|
|
452
431
|
export type TwentyEight = {
|
|
453
432
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody528Type;
|
|
454
433
|
};
|
|
455
434
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody527Type: {
|
|
456
|
-
readonly
|
|
435
|
+
readonly FleschReadingEase: "flesch_reading_ease";
|
|
457
436
|
};
|
|
458
437
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody527Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody527Type>;
|
|
459
438
|
export type TwentySeven = {
|
|
460
439
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody527Type;
|
|
461
440
|
};
|
|
462
441
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody526Type: {
|
|
463
|
-
readonly
|
|
442
|
+
readonly MostRepeatedWords: "most_repeated_words";
|
|
464
443
|
};
|
|
465
444
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody526Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody526Type>;
|
|
466
445
|
export type TwentySix = {
|
|
467
446
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody526Type;
|
|
468
|
-
keywords: Array<string>;
|
|
469
447
|
};
|
|
470
448
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody525Type: {
|
|
471
|
-
readonly
|
|
449
|
+
readonly KeywordsMatch: "keywords_match";
|
|
472
450
|
};
|
|
473
451
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody525Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody525Type>;
|
|
474
452
|
export type TwentyFive = {
|
|
475
453
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody525Type;
|
|
476
|
-
|
|
454
|
+
keywords: Array<string>;
|
|
477
455
|
};
|
|
478
456
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody524Type: {
|
|
479
457
|
readonly LevenshteinDistance: "levenshtein_distance";
|
|
@@ -528,21 +506,21 @@ export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResp
|
|
|
528
506
|
readonly ModerationsOpenai: "moderations_openai";
|
|
529
507
|
};
|
|
530
508
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type>;
|
|
531
|
-
export type
|
|
509
|
+
export type Seventeen = {
|
|
532
510
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type;
|
|
533
511
|
};
|
|
534
512
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type: {
|
|
535
513
|
readonly IsValidJson: "is_valid_json";
|
|
536
514
|
};
|
|
537
515
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type>;
|
|
538
|
-
export type
|
|
516
|
+
export type Sixteen = {
|
|
539
517
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type;
|
|
540
518
|
};
|
|
541
519
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type: {
|
|
542
520
|
readonly Regex: "regex";
|
|
543
521
|
};
|
|
544
522
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type>;
|
|
545
|
-
export type
|
|
523
|
+
export type Fifteen = {
|
|
546
524
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type;
|
|
547
525
|
pattern: string;
|
|
548
526
|
};
|
|
@@ -550,14 +528,14 @@ export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResp
|
|
|
550
528
|
readonly OneLine: "one_line";
|
|
551
529
|
};
|
|
552
530
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type>;
|
|
553
|
-
export type
|
|
531
|
+
export type Fourteen = {
|
|
554
532
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type;
|
|
555
533
|
};
|
|
556
534
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type: {
|
|
557
535
|
readonly LengthGreaterThan: "length_greater_than";
|
|
558
536
|
};
|
|
559
537
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type>;
|
|
560
|
-
export type
|
|
538
|
+
export type Thirteen = {
|
|
561
539
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type;
|
|
562
540
|
value: number;
|
|
563
541
|
};
|
|
@@ -565,7 +543,7 @@ export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResp
|
|
|
565
543
|
readonly LengthBetween: "length_between";
|
|
566
544
|
};
|
|
567
545
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type>;
|
|
568
|
-
export type
|
|
546
|
+
export type Twelve = {
|
|
569
547
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type;
|
|
570
548
|
min: number;
|
|
571
549
|
max: number;
|
|
@@ -574,7 +552,7 @@ export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResp
|
|
|
574
552
|
readonly LengthLessThan: "length_less_than";
|
|
575
553
|
};
|
|
576
554
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type>;
|
|
577
|
-
export type
|
|
555
|
+
export type Eleven = {
|
|
578
556
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type;
|
|
579
557
|
value: number;
|
|
580
558
|
};
|
|
@@ -582,14 +560,14 @@ export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResp
|
|
|
582
560
|
readonly ExactMatch: "exact_match";
|
|
583
561
|
};
|
|
584
562
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type>;
|
|
585
|
-
export type
|
|
563
|
+
export type Ten = {
|
|
586
564
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type;
|
|
587
565
|
};
|
|
588
566
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type: {
|
|
589
567
|
readonly EndsWith: "ends_with";
|
|
590
568
|
};
|
|
591
569
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type>;
|
|
592
|
-
export type
|
|
570
|
+
export type Nine = {
|
|
593
571
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type;
|
|
594
572
|
value: string;
|
|
595
573
|
};
|
|
@@ -597,7 +575,7 @@ export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResp
|
|
|
597
575
|
readonly StartWith: "start_with";
|
|
598
576
|
};
|
|
599
577
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type>;
|
|
600
|
-
export type
|
|
578
|
+
export type Eight = {
|
|
601
579
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type;
|
|
602
580
|
value: string;
|
|
603
581
|
};
|
|
@@ -605,7 +583,7 @@ export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResp
|
|
|
605
583
|
readonly ContainsValidLink: "contains_valid_link";
|
|
606
584
|
};
|
|
607
585
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType>;
|
|
608
|
-
export type
|
|
586
|
+
export type Seven = {
|
|
609
587
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType;
|
|
610
588
|
};
|
|
611
589
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONType: {
|
|
@@ -654,7 +632,7 @@ export type CreateEvalFunctionParams1 = {
|
|
|
654
632
|
type: FunctionParamsType;
|
|
655
633
|
value: string;
|
|
656
634
|
};
|
|
657
|
-
export type FunctionParams =
|
|
635
|
+
export type FunctionParams = Twelve | CreateEvalFunctionParams1 | CreateEvalFunctionParams2 | CreateEvalFunctionParams3 | CreateEvalFunctionParams4 | Eight | Nine | Eleven | Thirteen | Fifteen | TwentyFive | CreateEvalFunctionParams5 | CreateEvalFunctionParams6 | Seven | Ten | Fourteen | Sixteen | Seventeen | Eighteen | Nineteen | Twenty | TwentyOne | TwentyTwo | TwentyThree | TwentyFour | TwentySix | TwentySeven | TwentyEight | TwentyNine | Thirty | ThirtyOne | ThirtyTwo;
|
|
658
636
|
export type CreateEvalResponseBodyFunction = {
|
|
659
637
|
id: string;
|
|
660
638
|
description: string;
|
|
@@ -662,7 +640,7 @@ export type CreateEvalResponseBodyFunction = {
|
|
|
662
640
|
updated?: string | undefined;
|
|
663
641
|
guardrailConfig?: CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number | CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean | undefined;
|
|
664
642
|
type: CreateEvalResponseBodyEvalsResponse200Type;
|
|
665
|
-
functionParams:
|
|
643
|
+
functionParams: Twelve | CreateEvalFunctionParams1 | CreateEvalFunctionParams2 | CreateEvalFunctionParams3 | CreateEvalFunctionParams4 | Eight | Nine | Eleven | Thirteen | Fifteen | TwentyFive | CreateEvalFunctionParams5 | CreateEvalFunctionParams6 | Seven | Ten | Fourteen | Sixteen | Seventeen | Eighteen | Nineteen | Twenty | TwentyOne | TwentyTwo | TwentyThree | TwentyFour | TwentySix | TwentySeven | TwentyEight | TwentyNine | Thirty | ThirtyOne | ThirtyTwo;
|
|
666
644
|
key: string;
|
|
667
645
|
};
|
|
668
646
|
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody42Type: {
|
|
@@ -1337,48 +1315,6 @@ export declare const CreateEvalResponseBodyEvalsResponse200Type$inboundSchema: z
|
|
|
1337
1315
|
/** @internal */
|
|
1338
1316
|
export declare const CreateEvalResponseBodyEvalsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalResponseBodyEvalsResponse200Type>;
|
|
1339
1317
|
/** @internal */
|
|
1340
|
-
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type>;
|
|
1341
|
-
/** @internal */
|
|
1342
|
-
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type>;
|
|
1343
|
-
/** @internal */
|
|
1344
|
-
export declare const ThirtyFive$inboundSchema: z.ZodType<ThirtyFive, z.ZodTypeDef, unknown>;
|
|
1345
|
-
/** @internal */
|
|
1346
|
-
export type ThirtyFive$Outbound = {
|
|
1347
|
-
type: string;
|
|
1348
|
-
};
|
|
1349
|
-
/** @internal */
|
|
1350
|
-
export declare const ThirtyFive$outboundSchema: z.ZodType<ThirtyFive$Outbound, z.ZodTypeDef, ThirtyFive>;
|
|
1351
|
-
export declare function thirtyFiveToJSON(thirtyFive: ThirtyFive): string;
|
|
1352
|
-
export declare function thirtyFiveFromJSON(jsonString: string): SafeParseResult<ThirtyFive, SDKValidationError>;
|
|
1353
|
-
/** @internal */
|
|
1354
|
-
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type>;
|
|
1355
|
-
/** @internal */
|
|
1356
|
-
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type>;
|
|
1357
|
-
/** @internal */
|
|
1358
|
-
export declare const ThirtyFour$inboundSchema: z.ZodType<ThirtyFour, z.ZodTypeDef, unknown>;
|
|
1359
|
-
/** @internal */
|
|
1360
|
-
export type ThirtyFour$Outbound = {
|
|
1361
|
-
type: string;
|
|
1362
|
-
};
|
|
1363
|
-
/** @internal */
|
|
1364
|
-
export declare const ThirtyFour$outboundSchema: z.ZodType<ThirtyFour$Outbound, z.ZodTypeDef, ThirtyFour>;
|
|
1365
|
-
export declare function thirtyFourToJSON(thirtyFour: ThirtyFour): string;
|
|
1366
|
-
export declare function thirtyFourFromJSON(jsonString: string): SafeParseResult<ThirtyFour, SDKValidationError>;
|
|
1367
|
-
/** @internal */
|
|
1368
|
-
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type>;
|
|
1369
|
-
/** @internal */
|
|
1370
|
-
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type>;
|
|
1371
|
-
/** @internal */
|
|
1372
|
-
export declare const ThirtyThree$inboundSchema: z.ZodType<ThirtyThree, z.ZodTypeDef, unknown>;
|
|
1373
|
-
/** @internal */
|
|
1374
|
-
export type ThirtyThree$Outbound = {
|
|
1375
|
-
type: string;
|
|
1376
|
-
};
|
|
1377
|
-
/** @internal */
|
|
1378
|
-
export declare const ThirtyThree$outboundSchema: z.ZodType<ThirtyThree$Outbound, z.ZodTypeDef, ThirtyThree>;
|
|
1379
|
-
export declare function thirtyThreeToJSON(thirtyThree: ThirtyThree): string;
|
|
1380
|
-
export declare function thirtyThreeFromJSON(jsonString: string): SafeParseResult<ThirtyThree, SDKValidationError>;
|
|
1381
|
-
/** @internal */
|
|
1382
1318
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody532Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody532Type>;
|
|
1383
1319
|
/** @internal */
|
|
1384
1320
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody532Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody532Type>;
|
|
@@ -1471,7 +1407,6 @@ export declare const TwentySix$inboundSchema: z.ZodType<TwentySix, z.ZodTypeDef,
|
|
|
1471
1407
|
/** @internal */
|
|
1472
1408
|
export type TwentySix$Outbound = {
|
|
1473
1409
|
type: string;
|
|
1474
|
-
keywords: Array<string>;
|
|
1475
1410
|
};
|
|
1476
1411
|
/** @internal */
|
|
1477
1412
|
export declare const TwentySix$outboundSchema: z.ZodType<TwentySix$Outbound, z.ZodTypeDef, TwentySix>;
|
|
@@ -1486,7 +1421,7 @@ export declare const TwentyFive$inboundSchema: z.ZodType<TwentyFive, z.ZodTypeDe
|
|
|
1486
1421
|
/** @internal */
|
|
1487
1422
|
export type TwentyFive$Outbound = {
|
|
1488
1423
|
type: string;
|
|
1489
|
-
|
|
1424
|
+
keywords: Array<string>;
|
|
1490
1425
|
};
|
|
1491
1426
|
/** @internal */
|
|
1492
1427
|
export declare const TwentyFive$outboundSchema: z.ZodType<TwentyFive$Outbound, z.ZodTypeDef, TwentyFive>;
|
|
@@ -1595,162 +1530,162 @@ export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResp
|
|
|
1595
1530
|
/** @internal */
|
|
1596
1531
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type>;
|
|
1597
1532
|
/** @internal */
|
|
1598
|
-
export declare const
|
|
1533
|
+
export declare const Seventeen$inboundSchema: z.ZodType<Seventeen, z.ZodTypeDef, unknown>;
|
|
1599
1534
|
/** @internal */
|
|
1600
|
-
export type
|
|
1535
|
+
export type Seventeen$Outbound = {
|
|
1601
1536
|
type: string;
|
|
1602
1537
|
};
|
|
1603
1538
|
/** @internal */
|
|
1604
|
-
export declare const
|
|
1605
|
-
export declare function
|
|
1606
|
-
export declare function
|
|
1539
|
+
export declare const Seventeen$outboundSchema: z.ZodType<Seventeen$Outbound, z.ZodTypeDef, Seventeen>;
|
|
1540
|
+
export declare function seventeenToJSON(seventeen: Seventeen): string;
|
|
1541
|
+
export declare function seventeenFromJSON(jsonString: string): SafeParseResult<Seventeen, SDKValidationError>;
|
|
1607
1542
|
/** @internal */
|
|
1608
1543
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type>;
|
|
1609
1544
|
/** @internal */
|
|
1610
1545
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type>;
|
|
1611
1546
|
/** @internal */
|
|
1612
|
-
export declare const
|
|
1547
|
+
export declare const Sixteen$inboundSchema: z.ZodType<Sixteen, z.ZodTypeDef, unknown>;
|
|
1613
1548
|
/** @internal */
|
|
1614
|
-
export type
|
|
1549
|
+
export type Sixteen$Outbound = {
|
|
1615
1550
|
type: string;
|
|
1616
1551
|
};
|
|
1617
1552
|
/** @internal */
|
|
1618
|
-
export declare const
|
|
1619
|
-
export declare function
|
|
1620
|
-
export declare function
|
|
1553
|
+
export declare const Sixteen$outboundSchema: z.ZodType<Sixteen$Outbound, z.ZodTypeDef, Sixteen>;
|
|
1554
|
+
export declare function sixteenToJSON(sixteen: Sixteen): string;
|
|
1555
|
+
export declare function sixteenFromJSON(jsonString: string): SafeParseResult<Sixteen, SDKValidationError>;
|
|
1621
1556
|
/** @internal */
|
|
1622
1557
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type>;
|
|
1623
1558
|
/** @internal */
|
|
1624
1559
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type>;
|
|
1625
1560
|
/** @internal */
|
|
1626
|
-
export declare const
|
|
1561
|
+
export declare const Fifteen$inboundSchema: z.ZodType<Fifteen, z.ZodTypeDef, unknown>;
|
|
1627
1562
|
/** @internal */
|
|
1628
|
-
export type
|
|
1563
|
+
export type Fifteen$Outbound = {
|
|
1629
1564
|
type: string;
|
|
1630
1565
|
pattern: string;
|
|
1631
1566
|
};
|
|
1632
1567
|
/** @internal */
|
|
1633
|
-
export declare const
|
|
1634
|
-
export declare function
|
|
1635
|
-
export declare function
|
|
1568
|
+
export declare const Fifteen$outboundSchema: z.ZodType<Fifteen$Outbound, z.ZodTypeDef, Fifteen>;
|
|
1569
|
+
export declare function fifteenToJSON(fifteen: Fifteen): string;
|
|
1570
|
+
export declare function fifteenFromJSON(jsonString: string): SafeParseResult<Fifteen, SDKValidationError>;
|
|
1636
1571
|
/** @internal */
|
|
1637
1572
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type>;
|
|
1638
1573
|
/** @internal */
|
|
1639
1574
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type>;
|
|
1640
1575
|
/** @internal */
|
|
1641
|
-
export declare const
|
|
1576
|
+
export declare const Fourteen$inboundSchema: z.ZodType<Fourteen, z.ZodTypeDef, unknown>;
|
|
1642
1577
|
/** @internal */
|
|
1643
|
-
export type
|
|
1578
|
+
export type Fourteen$Outbound = {
|
|
1644
1579
|
type: string;
|
|
1645
1580
|
};
|
|
1646
1581
|
/** @internal */
|
|
1647
|
-
export declare const
|
|
1648
|
-
export declare function
|
|
1649
|
-
export declare function
|
|
1582
|
+
export declare const Fourteen$outboundSchema: z.ZodType<Fourteen$Outbound, z.ZodTypeDef, Fourteen>;
|
|
1583
|
+
export declare function fourteenToJSON(fourteen: Fourteen): string;
|
|
1584
|
+
export declare function fourteenFromJSON(jsonString: string): SafeParseResult<Fourteen, SDKValidationError>;
|
|
1650
1585
|
/** @internal */
|
|
1651
1586
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type>;
|
|
1652
1587
|
/** @internal */
|
|
1653
1588
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type>;
|
|
1654
1589
|
/** @internal */
|
|
1655
|
-
export declare const
|
|
1590
|
+
export declare const Thirteen$inboundSchema: z.ZodType<Thirteen, z.ZodTypeDef, unknown>;
|
|
1656
1591
|
/** @internal */
|
|
1657
|
-
export type
|
|
1592
|
+
export type Thirteen$Outbound = {
|
|
1658
1593
|
type: string;
|
|
1659
1594
|
value: number;
|
|
1660
1595
|
};
|
|
1661
1596
|
/** @internal */
|
|
1662
|
-
export declare const
|
|
1663
|
-
export declare function
|
|
1664
|
-
export declare function
|
|
1597
|
+
export declare const Thirteen$outboundSchema: z.ZodType<Thirteen$Outbound, z.ZodTypeDef, Thirteen>;
|
|
1598
|
+
export declare function thirteenToJSON(thirteen: Thirteen): string;
|
|
1599
|
+
export declare function thirteenFromJSON(jsonString: string): SafeParseResult<Thirteen, SDKValidationError>;
|
|
1665
1600
|
/** @internal */
|
|
1666
1601
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type>;
|
|
1667
1602
|
/** @internal */
|
|
1668
1603
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type>;
|
|
1669
1604
|
/** @internal */
|
|
1670
|
-
export declare const
|
|
1605
|
+
export declare const Twelve$inboundSchema: z.ZodType<Twelve, z.ZodTypeDef, unknown>;
|
|
1671
1606
|
/** @internal */
|
|
1672
|
-
export type
|
|
1607
|
+
export type Twelve$Outbound = {
|
|
1673
1608
|
type: string;
|
|
1674
1609
|
min: number;
|
|
1675
1610
|
max: number;
|
|
1676
1611
|
};
|
|
1677
1612
|
/** @internal */
|
|
1678
|
-
export declare const
|
|
1679
|
-
export declare function
|
|
1680
|
-
export declare function
|
|
1613
|
+
export declare const Twelve$outboundSchema: z.ZodType<Twelve$Outbound, z.ZodTypeDef, Twelve>;
|
|
1614
|
+
export declare function twelveToJSON(twelve: Twelve): string;
|
|
1615
|
+
export declare function twelveFromJSON(jsonString: string): SafeParseResult<Twelve, SDKValidationError>;
|
|
1681
1616
|
/** @internal */
|
|
1682
1617
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type>;
|
|
1683
1618
|
/** @internal */
|
|
1684
1619
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type>;
|
|
1685
1620
|
/** @internal */
|
|
1686
|
-
export declare const
|
|
1621
|
+
export declare const Eleven$inboundSchema: z.ZodType<Eleven, z.ZodTypeDef, unknown>;
|
|
1687
1622
|
/** @internal */
|
|
1688
|
-
export type
|
|
1623
|
+
export type Eleven$Outbound = {
|
|
1689
1624
|
type: string;
|
|
1690
1625
|
value: number;
|
|
1691
1626
|
};
|
|
1692
1627
|
/** @internal */
|
|
1693
|
-
export declare const
|
|
1694
|
-
export declare function
|
|
1695
|
-
export declare function
|
|
1628
|
+
export declare const Eleven$outboundSchema: z.ZodType<Eleven$Outbound, z.ZodTypeDef, Eleven>;
|
|
1629
|
+
export declare function elevenToJSON(eleven: Eleven): string;
|
|
1630
|
+
export declare function elevenFromJSON(jsonString: string): SafeParseResult<Eleven, SDKValidationError>;
|
|
1696
1631
|
/** @internal */
|
|
1697
1632
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type>;
|
|
1698
1633
|
/** @internal */
|
|
1699
1634
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type>;
|
|
1700
1635
|
/** @internal */
|
|
1701
|
-
export declare const
|
|
1636
|
+
export declare const Ten$inboundSchema: z.ZodType<Ten, z.ZodTypeDef, unknown>;
|
|
1702
1637
|
/** @internal */
|
|
1703
|
-
export type
|
|
1638
|
+
export type Ten$Outbound = {
|
|
1704
1639
|
type: string;
|
|
1705
1640
|
};
|
|
1706
1641
|
/** @internal */
|
|
1707
|
-
export declare const
|
|
1708
|
-
export declare function
|
|
1709
|
-
export declare function
|
|
1642
|
+
export declare const Ten$outboundSchema: z.ZodType<Ten$Outbound, z.ZodTypeDef, Ten>;
|
|
1643
|
+
export declare function tenToJSON(ten: Ten): string;
|
|
1644
|
+
export declare function tenFromJSON(jsonString: string): SafeParseResult<Ten, SDKValidationError>;
|
|
1710
1645
|
/** @internal */
|
|
1711
1646
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type>;
|
|
1712
1647
|
/** @internal */
|
|
1713
1648
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type>;
|
|
1714
1649
|
/** @internal */
|
|
1715
|
-
export declare const
|
|
1650
|
+
export declare const Nine$inboundSchema: z.ZodType<Nine, z.ZodTypeDef, unknown>;
|
|
1716
1651
|
/** @internal */
|
|
1717
|
-
export type
|
|
1652
|
+
export type Nine$Outbound = {
|
|
1718
1653
|
type: string;
|
|
1719
1654
|
value: string;
|
|
1720
1655
|
};
|
|
1721
1656
|
/** @internal */
|
|
1722
|
-
export declare const
|
|
1723
|
-
export declare function
|
|
1724
|
-
export declare function
|
|
1657
|
+
export declare const Nine$outboundSchema: z.ZodType<Nine$Outbound, z.ZodTypeDef, Nine>;
|
|
1658
|
+
export declare function nineToJSON(nine: Nine): string;
|
|
1659
|
+
export declare function nineFromJSON(jsonString: string): SafeParseResult<Nine, SDKValidationError>;
|
|
1725
1660
|
/** @internal */
|
|
1726
1661
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type>;
|
|
1727
1662
|
/** @internal */
|
|
1728
1663
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type>;
|
|
1729
1664
|
/** @internal */
|
|
1730
|
-
export declare const
|
|
1665
|
+
export declare const Eight$inboundSchema: z.ZodType<Eight, z.ZodTypeDef, unknown>;
|
|
1731
1666
|
/** @internal */
|
|
1732
|
-
export type
|
|
1667
|
+
export type Eight$Outbound = {
|
|
1733
1668
|
type: string;
|
|
1734
1669
|
value: string;
|
|
1735
1670
|
};
|
|
1736
1671
|
/** @internal */
|
|
1737
|
-
export declare const
|
|
1738
|
-
export declare function
|
|
1739
|
-
export declare function
|
|
1672
|
+
export declare const Eight$outboundSchema: z.ZodType<Eight$Outbound, z.ZodTypeDef, Eight>;
|
|
1673
|
+
export declare function eightToJSON(eight: Eight): string;
|
|
1674
|
+
export declare function eightFromJSON(jsonString: string): SafeParseResult<Eight, SDKValidationError>;
|
|
1740
1675
|
/** @internal */
|
|
1741
1676
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType>;
|
|
1742
1677
|
/** @internal */
|
|
1743
1678
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType>;
|
|
1744
1679
|
/** @internal */
|
|
1745
|
-
export declare const
|
|
1680
|
+
export declare const Seven$inboundSchema: z.ZodType<Seven, z.ZodTypeDef, unknown>;
|
|
1746
1681
|
/** @internal */
|
|
1747
|
-
export type
|
|
1682
|
+
export type Seven$Outbound = {
|
|
1748
1683
|
type: string;
|
|
1749
1684
|
};
|
|
1750
1685
|
/** @internal */
|
|
1751
|
-
export declare const
|
|
1752
|
-
export declare function
|
|
1753
|
-
export declare function
|
|
1686
|
+
export declare const Seven$outboundSchema: z.ZodType<Seven$Outbound, z.ZodTypeDef, Seven>;
|
|
1687
|
+
export declare function sevenToJSON(seven: Seven): string;
|
|
1688
|
+
export declare function sevenFromJSON(jsonString: string): SafeParseResult<Seven, SDKValidationError>;
|
|
1754
1689
|
/** @internal */
|
|
1755
1690
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONType>;
|
|
1756
1691
|
/** @internal */
|
|
@@ -1842,7 +1777,7 @@ export declare function createEvalFunctionParams1FromJSON(jsonString: string): S
|
|
|
1842
1777
|
/** @internal */
|
|
1843
1778
|
export declare const FunctionParams$inboundSchema: z.ZodType<FunctionParams, z.ZodTypeDef, unknown>;
|
|
1844
1779
|
/** @internal */
|
|
1845
|
-
export type FunctionParams$Outbound =
|
|
1780
|
+
export type FunctionParams$Outbound = Twelve$Outbound | CreateEvalFunctionParams1$Outbound | CreateEvalFunctionParams2$Outbound | CreateEvalFunctionParams3$Outbound | CreateEvalFunctionParams4$Outbound | Eight$Outbound | Nine$Outbound | Eleven$Outbound | Thirteen$Outbound | Fifteen$Outbound | TwentyFive$Outbound | CreateEvalFunctionParams5$Outbound | CreateEvalFunctionParams6$Outbound | Seven$Outbound | Ten$Outbound | Fourteen$Outbound | Sixteen$Outbound | Seventeen$Outbound | Eighteen$Outbound | Nineteen$Outbound | Twenty$Outbound | TwentyOne$Outbound | TwentyTwo$Outbound | TwentyThree$Outbound | TwentyFour$Outbound | TwentySix$Outbound | TwentySeven$Outbound | TwentyEight$Outbound | TwentyNine$Outbound | Thirty$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound;
|
|
1846
1781
|
/** @internal */
|
|
1847
1782
|
export declare const FunctionParams$outboundSchema: z.ZodType<FunctionParams$Outbound, z.ZodTypeDef, FunctionParams>;
|
|
1848
1783
|
export declare function functionParamsToJSON(functionParams: FunctionParams): string;
|
|
@@ -1857,7 +1792,7 @@ export type CreateEvalResponseBodyFunction$Outbound = {
|
|
|
1857
1792
|
updated: string;
|
|
1858
1793
|
guardrail_config?: CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$Outbound | CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$Outbound | undefined;
|
|
1859
1794
|
type: string;
|
|
1860
|
-
function_params:
|
|
1795
|
+
function_params: Twelve$Outbound | CreateEvalFunctionParams1$Outbound | CreateEvalFunctionParams2$Outbound | CreateEvalFunctionParams3$Outbound | CreateEvalFunctionParams4$Outbound | Eight$Outbound | Nine$Outbound | Eleven$Outbound | Thirteen$Outbound | Fifteen$Outbound | TwentyFive$Outbound | CreateEvalFunctionParams5$Outbound | CreateEvalFunctionParams6$Outbound | Seven$Outbound | Ten$Outbound | Fourteen$Outbound | Sixteen$Outbound | Seventeen$Outbound | Eighteen$Outbound | Nineteen$Outbound | Twenty$Outbound | TwentyOne$Outbound | TwentyTwo$Outbound | TwentyThree$Outbound | TwentyFour$Outbound | TwentySix$Outbound | TwentySeven$Outbound | TwentyEight$Outbound | TwentyNine$Outbound | Thirty$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound;
|
|
1861
1796
|
key: string;
|
|
1862
1797
|
};
|
|
1863
1798
|
/** @internal */
|