promptfoo 0.119.1 → 0.119.2
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/dist/package.json +3 -2
- package/dist/src/app/assets/index-DqlKP0sF.js +72 -0
- package/dist/src/app/assets/{index-DbPO3nbR.js.map → index-DqlKP0sF.js.map} +1 -1
- package/dist/src/app/assets/{source-map-support-B1pZsAoe.js → source-map-support-eCtSvaxE.js} +1 -1
- package/dist/src/app/assets/{source-map-support-B1pZsAoe.js.map → source-map-support-eCtSvaxE.js.map} +1 -1
- package/dist/src/app/index.html +1 -1
- package/dist/src/commands/share.d.ts.map +1 -1
- package/dist/src/commands/share.js +23 -5
- package/dist/src/commands/share.js.map +1 -1
- package/dist/src/database/tables.d.ts +136 -48
- package/dist/src/database/tables.d.ts.map +1 -1
- package/dist/src/envars.d.ts +4 -0
- package/dist/src/envars.d.ts.map +1 -1
- package/dist/src/envars.js.map +1 -1
- package/dist/src/evaluator.d.ts +1 -1
- package/dist/src/evaluator.d.ts.map +1 -1
- package/dist/src/evaluator.js +7 -2
- package/dist/src/evaluator.js.map +1 -1
- package/dist/src/generated/constants.js +1 -1
- package/dist/src/microsoftSharepoint.d.ts +12 -0
- package/dist/src/microsoftSharepoint.d.ts.map +1 -0
- package/dist/src/microsoftSharepoint.js +154 -0
- package/dist/src/microsoftSharepoint.js.map +1 -0
- package/dist/src/models/eval.d.ts.map +1 -1
- package/dist/src/models/eval.js +26 -26
- package/dist/src/models/eval.js.map +1 -1
- package/dist/src/providers/http.d.ts +2 -2
- package/dist/src/providers/http.d.ts.map +1 -1
- package/dist/src/providers/http.js +16 -0
- package/dist/src/providers/http.js.map +1 -1
- package/dist/src/providers/index.d.ts +1 -1
- package/dist/src/providers/index.d.ts.map +1 -1
- package/dist/src/providers/index.js +42 -6
- package/dist/src/providers/index.js.map +1 -1
- package/dist/src/providers/simulatedUser.d.ts +20 -0
- package/dist/src/providers/simulatedUser.d.ts.map +1 -1
- package/dist/src/providers/simulatedUser.js +92 -1
- package/dist/src/providers/simulatedUser.js.map +1 -1
- package/dist/src/python/persistent_wrapper.py +95 -11
- package/dist/src/python/worker.d.ts +1 -2
- package/dist/src/python/worker.d.ts.map +1 -1
- package/dist/src/python/worker.js +2 -2
- package/dist/src/python/worker.js.map +1 -1
- package/dist/src/redteam/commands/generate.d.ts.map +1 -1
- package/dist/src/redteam/commands/generate.js +0 -1
- package/dist/src/redteam/commands/generate.js.map +1 -1
- package/dist/src/redteam/constants/frameworks.d.ts +1 -1
- package/dist/src/redteam/constants/frameworks.d.ts.map +1 -1
- package/dist/src/redteam/constants/frameworks.js +49 -12
- package/dist/src/redteam/constants/frameworks.js.map +1 -1
- package/dist/src/redteam/constants/metadata.d.ts.map +1 -1
- package/dist/src/redteam/constants/metadata.js +61 -4
- package/dist/src/redteam/constants/metadata.js.map +1 -1
- package/dist/src/redteam/constants/plugins.d.ts +10 -4
- package/dist/src/redteam/constants/plugins.d.ts.map +1 -1
- package/dist/src/redteam/constants/plugins.js +26 -1
- package/dist/src/redteam/constants/plugins.js.map +1 -1
- package/dist/src/redteam/constants/strategies.d.ts +9 -1
- package/dist/src/redteam/constants/strategies.d.ts.map +1 -1
- package/dist/src/redteam/constants/strategies.js +19 -3
- package/dist/src/redteam/constants/strategies.js.map +1 -1
- package/dist/src/redteam/graders.d.ts.map +1 -1
- package/dist/src/redteam/graders.js +14 -0
- package/dist/src/redteam/graders.js.map +1 -1
- package/dist/src/redteam/index.d.ts +1 -22
- package/dist/src/redteam/index.d.ts.map +1 -1
- package/dist/src/redteam/index.js +200 -138
- package/dist/src/redteam/index.js.map +1 -1
- package/dist/src/redteam/plugins/aegis.d.ts +3 -3
- package/dist/src/redteam/plugins/aegis.d.ts.map +1 -1
- package/dist/src/redteam/plugins/aegis.js +2 -2
- package/dist/src/redteam/plugins/aegis.js.map +1 -1
- package/dist/src/redteam/plugins/asciiSmuggling.d.ts +3 -3
- package/dist/src/redteam/plugins/asciiSmuggling.d.ts.map +1 -1
- package/dist/src/redteam/plugins/asciiSmuggling.js +1 -1
- package/dist/src/redteam/plugins/asciiSmuggling.js.map +1 -1
- package/dist/src/redteam/plugins/base.d.ts +6 -1
- package/dist/src/redteam/plugins/base.d.ts.map +1 -1
- package/dist/src/redteam/plugins/base.js +18 -15
- package/dist/src/redteam/plugins/base.js.map +1 -1
- package/dist/src/redteam/plugins/beavertails.d.ts +3 -3
- package/dist/src/redteam/plugins/beavertails.d.ts.map +1 -1
- package/dist/src/redteam/plugins/beavertails.js +7 -2
- package/dist/src/redteam/plugins/beavertails.js.map +1 -1
- package/dist/src/redteam/plugins/crossSessionLeak.d.ts +3 -3
- package/dist/src/redteam/plugins/crossSessionLeak.d.ts.map +1 -1
- package/dist/src/redteam/plugins/crossSessionLeak.js +1 -1
- package/dist/src/redteam/plugins/crossSessionLeak.js.map +1 -1
- package/dist/src/redteam/plugins/goalMisalignment.d.ts +18 -0
- package/dist/src/redteam/plugins/goalMisalignment.d.ts.map +1 -0
- package/dist/src/redteam/plugins/goalMisalignment.js +548 -0
- package/dist/src/redteam/plugins/goalMisalignment.js.map +1 -0
- package/dist/src/redteam/plugins/harmful/graders.d.ts +3 -3
- package/dist/src/redteam/plugins/harmful/graders.d.ts.map +1 -1
- package/dist/src/redteam/plugins/harmful/graders.js +2 -2
- package/dist/src/redteam/plugins/harmful/graders.js.map +1 -1
- package/dist/src/redteam/plugins/insurance/coverageDiscrimination.d.ts +11 -0
- package/dist/src/redteam/plugins/insurance/coverageDiscrimination.d.ts.map +1 -0
- package/dist/src/redteam/plugins/insurance/coverageDiscrimination.js +81 -0
- package/dist/src/redteam/plugins/insurance/coverageDiscrimination.js.map +1 -0
- package/dist/src/redteam/plugins/insurance/networkMisinformation.d.ts +11 -0
- package/dist/src/redteam/plugins/insurance/networkMisinformation.d.ts.map +1 -0
- package/dist/src/redteam/plugins/insurance/networkMisinformation.js +81 -0
- package/dist/src/redteam/plugins/insurance/networkMisinformation.js.map +1 -0
- package/dist/src/redteam/plugins/insurance/phiDisclosure.d.ts +11 -0
- package/dist/src/redteam/plugins/insurance/phiDisclosure.d.ts.map +1 -0
- package/dist/src/redteam/plugins/insurance/phiDisclosure.js +78 -0
- package/dist/src/redteam/plugins/insurance/phiDisclosure.js.map +1 -0
- package/dist/src/redteam/plugins/intent.d.ts +3 -3
- package/dist/src/redteam/plugins/intent.d.ts.map +1 -1
- package/dist/src/redteam/plugins/intent.js +2 -2
- package/dist/src/redteam/plugins/intent.js.map +1 -1
- package/dist/src/redteam/plugins/pharmacy/controlledSubstanceCompliance.d.ts +11 -0
- package/dist/src/redteam/plugins/pharmacy/controlledSubstanceCompliance.d.ts.map +1 -0
- package/dist/src/redteam/plugins/pharmacy/controlledSubstanceCompliance.js +76 -0
- package/dist/src/redteam/plugins/pharmacy/controlledSubstanceCompliance.js.map +1 -0
- package/dist/src/redteam/plugins/pharmacy/dosageCalculation.d.ts +11 -0
- package/dist/src/redteam/plugins/pharmacy/dosageCalculation.d.ts.map +1 -0
- package/dist/src/redteam/plugins/pharmacy/dosageCalculation.js +75 -0
- package/dist/src/redteam/plugins/pharmacy/dosageCalculation.js.map +1 -0
- package/dist/src/redteam/plugins/pharmacy/drugInteraction.d.ts +11 -0
- package/dist/src/redteam/plugins/pharmacy/drugInteraction.d.ts.map +1 -0
- package/dist/src/redteam/plugins/pharmacy/drugInteraction.js +69 -0
- package/dist/src/redteam/plugins/pharmacy/drugInteraction.js.map +1 -0
- package/dist/src/redteam/plugins/policy/index.d.ts +3 -3
- package/dist/src/redteam/plugins/policy/index.d.ts.map +1 -1
- package/dist/src/redteam/plugins/policy/index.js +2 -2
- package/dist/src/redteam/plugins/policy/index.js.map +1 -1
- package/dist/src/redteam/providers/crescendo/index.d.ts +6 -1
- package/dist/src/redteam/providers/crescendo/index.d.ts.map +1 -1
- package/dist/src/redteam/providers/crescendo/index.js +63 -21
- package/dist/src/redteam/providers/crescendo/index.js.map +1 -1
- package/dist/src/redteam/providers/custom/index.d.ts +2 -1
- package/dist/src/redteam/providers/custom/index.d.ts.map +1 -1
- package/dist/src/redteam/providers/custom/index.js +1 -14
- package/dist/src/redteam/providers/custom/index.js.map +1 -1
- package/dist/src/redteam/providers/goat.d.ts +6 -0
- package/dist/src/redteam/providers/goat.d.ts.map +1 -1
- package/dist/src/redteam/providers/goat.js +59 -2
- package/dist/src/redteam/providers/goat.js.map +1 -1
- package/dist/src/redteam/providers/iterative.d.ts +5 -1
- package/dist/src/redteam/providers/iterative.d.ts.map +1 -1
- package/dist/src/redteam/providers/iterative.js +79 -34
- package/dist/src/redteam/providers/iterative.js.map +1 -1
- package/dist/src/redteam/providers/iterativeImage.d.ts.map +1 -1
- package/dist/src/redteam/providers/iterativeImage.js +0 -3
- package/dist/src/redteam/providers/iterativeImage.js.map +1 -1
- package/dist/src/redteam/providers/iterativeTree.d.ts +2 -1
- package/dist/src/redteam/providers/iterativeTree.d.ts.map +1 -1
- package/dist/src/redteam/providers/iterativeTree.js +3 -20
- package/dist/src/redteam/providers/iterativeTree.js.map +1 -1
- package/dist/src/redteam/providers/shared.d.ts +3 -0
- package/dist/src/redteam/providers/shared.d.ts.map +1 -1
- package/dist/src/redteam/providers/shared.js.map +1 -1
- package/dist/src/redteam/providers/traceFormatting.d.ts +6 -0
- package/dist/src/redteam/providers/traceFormatting.d.ts.map +1 -0
- package/dist/src/redteam/providers/traceFormatting.js +55 -0
- package/dist/src/redteam/providers/traceFormatting.js.map +1 -0
- package/dist/src/redteam/providers/tracingOptions.d.ts +22 -0
- package/dist/src/redteam/providers/tracingOptions.d.ts.map +1 -0
- package/dist/src/redteam/providers/tracingOptions.js +54 -0
- package/dist/src/redteam/providers/tracingOptions.js.map +1 -0
- package/dist/src/redteam/shared.d.ts.map +1 -1
- package/dist/src/redteam/shared.js +3 -1
- package/dist/src/redteam/shared.js.map +1 -1
- package/dist/src/redteam/sharedFrontend.d.ts.map +1 -1
- package/dist/src/redteam/sharedFrontend.js +1 -0
- package/dist/src/redteam/sharedFrontend.js.map +1 -1
- package/dist/src/redteam/strategies/index.d.ts.map +1 -1
- package/dist/src/redteam/strategies/index.js +0 -10
- package/dist/src/redteam/strategies/index.js.map +1 -1
- package/dist/src/redteam/strategies/layer.js +1 -1
- package/dist/src/redteam/strategies/layer.js.map +1 -1
- package/dist/src/redteam/strategies/multilingual.d.ts +19 -0
- package/dist/src/redteam/strategies/multilingual.d.ts.map +1 -1
- package/dist/src/redteam/strategies/multilingual.js +32 -0
- package/dist/src/redteam/strategies/multilingual.js.map +1 -1
- package/dist/src/redteam/strategies/simpleImage.d.ts.map +1 -1
- package/dist/src/redteam/strategies/simpleImage.js +75 -2
- package/dist/src/redteam/strategies/simpleImage.js.map +1 -1
- package/dist/src/redteam/types.d.ts +19 -3
- package/dist/src/redteam/types.d.ts.map +1 -1
- package/dist/src/share.d.ts.map +1 -1
- package/dist/src/share.js +6 -0
- package/dist/src/share.js.map +1 -1
- package/dist/src/tracing/evaluatorTracing.d.ts.map +1 -1
- package/dist/src/tracing/evaluatorTracing.js +3 -1
- package/dist/src/tracing/evaluatorTracing.js.map +1 -1
- package/dist/src/tracing/otlpReceiver.d.ts.map +1 -1
- package/dist/src/tracing/otlpReceiver.js +11 -0
- package/dist/src/tracing/otlpReceiver.js.map +1 -1
- package/dist/src/tracing/store.d.ts +10 -0
- package/dist/src/tracing/store.d.ts.map +1 -1
- package/dist/src/tracing/store.js +174 -3
- package/dist/src/tracing/store.js.map +1 -1
- package/dist/src/tracing/traceContext.d.ts +37 -0
- package/dist/src/tracing/traceContext.d.ts.map +1 -0
- package/dist/src/tracing/traceContext.js +159 -0
- package/dist/src/tracing/traceContext.js.map +1 -0
- package/dist/src/types/env.d.ts +12 -0
- package/dist/src/types/env.d.ts.map +1 -1
- package/dist/src/types/env.js +4 -0
- package/dist/src/types/env.js.map +1 -1
- package/dist/src/types/index.d.ts +1420 -284
- package/dist/src/types/index.d.ts.map +1 -1
- package/dist/src/types/providers.d.ts +1 -0
- package/dist/src/types/providers.d.ts.map +1 -1
- package/dist/src/types/providers.js.map +1 -1
- package/dist/src/util/cloud.d.ts +21 -0
- package/dist/src/util/cloud.d.ts.map +1 -1
- package/dist/src/util/cloud.js +125 -0
- package/dist/src/util/cloud.js.map +1 -1
- package/dist/src/util/database.d.ts +8 -0
- package/dist/src/util/database.d.ts.map +1 -1
- package/dist/src/util/index.d.ts +22 -0
- package/dist/src/util/index.d.ts.map +1 -1
- package/dist/src/util/index.js +78 -0
- package/dist/src/util/index.js.map +1 -1
- package/dist/src/util/sanitizer.d.ts.map +1 -1
- package/dist/src/util/sanitizer.js +16 -0
- package/dist/src/util/sanitizer.js.map +1 -1
- package/dist/src/util/testCaseReader.d.ts.map +1 -1
- package/dist/src/util/testCaseReader.js +7 -0
- package/dist/src/util/testCaseReader.js.map +1 -1
- package/dist/src/validators/providers.d.ts +80 -0
- package/dist/src/validators/providers.d.ts.map +1 -1
- package/dist/src/validators/redteam.d.ts +59 -23
- package/dist/src/validators/redteam.d.ts.map +1 -1
- package/dist/src/validators/redteam.js +67 -2
- package/dist/src/validators/redteam.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -2
- package/dist/src/app/assets/index-DbPO3nbR.js +0 -72
|
@@ -1901,6 +1901,10 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
1901
1901
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
1902
1902
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
1903
1903
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
1904
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
1905
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
1906
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
1907
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
1904
1908
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
1905
1909
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
1906
1910
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -2003,6 +2007,10 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
2003
2007
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
2004
2008
|
REPLICATE_API_KEY?: string | undefined;
|
|
2005
2009
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
2010
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
2011
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
2012
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
2013
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
2006
2014
|
VERTEX_API_HOST?: string | undefined;
|
|
2007
2015
|
VERTEX_API_KEY?: string | undefined;
|
|
2008
2016
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -2105,6 +2113,10 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
2105
2113
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
2106
2114
|
REPLICATE_API_KEY?: string | undefined;
|
|
2107
2115
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
2116
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
2117
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
2118
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
2119
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
2108
2120
|
VERTEX_API_HOST?: string | undefined;
|
|
2109
2121
|
VERTEX_API_KEY?: string | undefined;
|
|
2110
2122
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -2215,6 +2227,10 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
2215
2227
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
2216
2228
|
REPLICATE_API_KEY?: string | undefined;
|
|
2217
2229
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
2230
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
2231
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
2232
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
2233
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
2218
2234
|
VERTEX_API_HOST?: string | undefined;
|
|
2219
2235
|
VERTEX_API_KEY?: string | undefined;
|
|
2220
2236
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -2325,6 +2341,10 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
2325
2341
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
2326
2342
|
REPLICATE_API_KEY?: string | undefined;
|
|
2327
2343
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
2344
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
2345
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
2346
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
2347
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
2328
2348
|
VERTEX_API_HOST?: string | undefined;
|
|
2329
2349
|
VERTEX_API_KEY?: string | undefined;
|
|
2330
2350
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -2741,6 +2761,10 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
2741
2761
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
2742
2762
|
REPLICATE_API_KEY?: string | undefined;
|
|
2743
2763
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
2764
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
2765
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
2766
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
2767
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
2744
2768
|
VERTEX_API_HOST?: string | undefined;
|
|
2745
2769
|
VERTEX_API_KEY?: string | undefined;
|
|
2746
2770
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -2933,6 +2957,10 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
2933
2957
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
2934
2958
|
REPLICATE_API_KEY?: string | undefined;
|
|
2935
2959
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
2960
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
2961
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
2962
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
2963
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
2936
2964
|
VERTEX_API_HOST?: string | undefined;
|
|
2937
2965
|
VERTEX_API_KEY?: string | undefined;
|
|
2938
2966
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -3106,6 +3134,10 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<{
|
|
|
3106
3134
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
3107
3135
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
3108
3136
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
3137
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
3138
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
3139
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
3140
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
3109
3141
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
3110
3142
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
3111
3143
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -3208,6 +3240,10 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<{
|
|
|
3208
3240
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
3209
3241
|
REPLICATE_API_KEY?: string | undefined;
|
|
3210
3242
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
3243
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
3244
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
3245
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
3246
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
3211
3247
|
VERTEX_API_HOST?: string | undefined;
|
|
3212
3248
|
VERTEX_API_KEY?: string | undefined;
|
|
3213
3249
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -3310,6 +3346,10 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<{
|
|
|
3310
3346
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
3311
3347
|
REPLICATE_API_KEY?: string | undefined;
|
|
3312
3348
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
3349
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
3350
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
3351
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
3352
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
3313
3353
|
VERTEX_API_HOST?: string | undefined;
|
|
3314
3354
|
VERTEX_API_KEY?: string | undefined;
|
|
3315
3355
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -3420,6 +3460,10 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<{
|
|
|
3420
3460
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
3421
3461
|
REPLICATE_API_KEY?: string | undefined;
|
|
3422
3462
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
3463
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
3464
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
3465
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
3466
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
3423
3467
|
VERTEX_API_HOST?: string | undefined;
|
|
3424
3468
|
VERTEX_API_KEY?: string | undefined;
|
|
3425
3469
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -3530,6 +3574,10 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<{
|
|
|
3530
3574
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
3531
3575
|
REPLICATE_API_KEY?: string | undefined;
|
|
3532
3576
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
3577
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
3578
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
3579
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
3580
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
3533
3581
|
VERTEX_API_HOST?: string | undefined;
|
|
3534
3582
|
VERTEX_API_KEY?: string | undefined;
|
|
3535
3583
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -3948,6 +3996,10 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<{
|
|
|
3948
3996
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
3949
3997
|
REPLICATE_API_KEY?: string | undefined;
|
|
3950
3998
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
3999
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
4000
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
4001
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
4002
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
3951
4003
|
VERTEX_API_HOST?: string | undefined;
|
|
3952
4004
|
VERTEX_API_KEY?: string | undefined;
|
|
3953
4005
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -4140,6 +4192,10 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<{
|
|
|
4140
4192
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
4141
4193
|
REPLICATE_API_KEY?: string | undefined;
|
|
4142
4194
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
4195
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
4196
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
4197
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
4198
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
4143
4199
|
VERTEX_API_HOST?: string | undefined;
|
|
4144
4200
|
VERTEX_API_KEY?: string | undefined;
|
|
4145
4201
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -4311,6 +4367,10 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
4311
4367
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
4312
4368
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
4313
4369
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
4370
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
4371
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
4372
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
4373
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
4314
4374
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
4315
4375
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
4316
4376
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -4413,6 +4473,10 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
4413
4473
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
4414
4474
|
REPLICATE_API_KEY?: string | undefined;
|
|
4415
4475
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
4476
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
4477
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
4478
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
4479
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
4416
4480
|
VERTEX_API_HOST?: string | undefined;
|
|
4417
4481
|
VERTEX_API_KEY?: string | undefined;
|
|
4418
4482
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -4515,6 +4579,10 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
4515
4579
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
4516
4580
|
REPLICATE_API_KEY?: string | undefined;
|
|
4517
4581
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
4582
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
4583
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
4584
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
4585
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
4518
4586
|
VERTEX_API_HOST?: string | undefined;
|
|
4519
4587
|
VERTEX_API_KEY?: string | undefined;
|
|
4520
4588
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -4625,6 +4693,10 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
4625
4693
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
4626
4694
|
REPLICATE_API_KEY?: string | undefined;
|
|
4627
4695
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
4696
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
4697
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
4698
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
4699
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
4628
4700
|
VERTEX_API_HOST?: string | undefined;
|
|
4629
4701
|
VERTEX_API_KEY?: string | undefined;
|
|
4630
4702
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -4735,6 +4807,10 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
4735
4807
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
4736
4808
|
REPLICATE_API_KEY?: string | undefined;
|
|
4737
4809
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
4810
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
4811
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
4812
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
4813
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
4738
4814
|
VERTEX_API_HOST?: string | undefined;
|
|
4739
4815
|
VERTEX_API_KEY?: string | undefined;
|
|
4740
4816
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -5151,6 +5227,10 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
5151
5227
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
5152
5228
|
REPLICATE_API_KEY?: string | undefined;
|
|
5153
5229
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
5230
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
5231
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
5232
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
5233
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
5154
5234
|
VERTEX_API_HOST?: string | undefined;
|
|
5155
5235
|
VERTEX_API_KEY?: string | undefined;
|
|
5156
5236
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -5343,6 +5423,10 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
5343
5423
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
5344
5424
|
REPLICATE_API_KEY?: string | undefined;
|
|
5345
5425
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
5426
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
5427
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
5428
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
5429
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
5346
5430
|
VERTEX_API_HOST?: string | undefined;
|
|
5347
5431
|
VERTEX_API_KEY?: string | undefined;
|
|
5348
5432
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -6063,6 +6147,10 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
6063
6147
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
6064
6148
|
REPLICATE_API_KEY?: string | undefined;
|
|
6065
6149
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
6150
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
6151
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
6152
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
6153
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
6066
6154
|
VERTEX_API_HOST?: string | undefined;
|
|
6067
6155
|
VERTEX_API_KEY?: string | undefined;
|
|
6068
6156
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -6319,6 +6407,10 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
6319
6407
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
6320
6408
|
REPLICATE_API_KEY?: string | undefined;
|
|
6321
6409
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
6410
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
6411
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
6412
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
6413
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
6322
6414
|
VERTEX_API_HOST?: string | undefined;
|
|
6323
6415
|
VERTEX_API_KEY?: string | undefined;
|
|
6324
6416
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -6491,6 +6583,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
6491
6583
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
6492
6584
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
6493
6585
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
6586
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
6587
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
6588
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
6589
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
6494
6590
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
6495
6591
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
6496
6592
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -6593,6 +6689,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
6593
6689
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
6594
6690
|
REPLICATE_API_KEY?: string | undefined;
|
|
6595
6691
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
6692
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
6693
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
6694
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
6695
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
6596
6696
|
VERTEX_API_HOST?: string | undefined;
|
|
6597
6697
|
VERTEX_API_KEY?: string | undefined;
|
|
6598
6698
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -6695,6 +6795,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
6695
6795
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
6696
6796
|
REPLICATE_API_KEY?: string | undefined;
|
|
6697
6797
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
6798
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
6799
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
6800
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
6801
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
6698
6802
|
VERTEX_API_HOST?: string | undefined;
|
|
6699
6803
|
VERTEX_API_KEY?: string | undefined;
|
|
6700
6804
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -6805,6 +6909,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
6805
6909
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
6806
6910
|
REPLICATE_API_KEY?: string | undefined;
|
|
6807
6911
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
6912
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
6913
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
6914
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
6915
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
6808
6916
|
VERTEX_API_HOST?: string | undefined;
|
|
6809
6917
|
VERTEX_API_KEY?: string | undefined;
|
|
6810
6918
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -6915,6 +7023,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
6915
7023
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
6916
7024
|
REPLICATE_API_KEY?: string | undefined;
|
|
6917
7025
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
7026
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
7027
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
7028
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
7029
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
6918
7030
|
VERTEX_API_HOST?: string | undefined;
|
|
6919
7031
|
VERTEX_API_KEY?: string | undefined;
|
|
6920
7032
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -7331,6 +7443,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
7331
7443
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
7332
7444
|
REPLICATE_API_KEY?: string | undefined;
|
|
7333
7445
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
7446
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
7447
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
7448
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
7449
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
7334
7450
|
VERTEX_API_HOST?: string | undefined;
|
|
7335
7451
|
VERTEX_API_KEY?: string | undefined;
|
|
7336
7452
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -7523,6 +7639,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
7523
7639
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
7524
7640
|
REPLICATE_API_KEY?: string | undefined;
|
|
7525
7641
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
7642
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
7643
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
7644
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
7645
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
7526
7646
|
VERTEX_API_HOST?: string | undefined;
|
|
7527
7647
|
VERTEX_API_KEY?: string | undefined;
|
|
7528
7648
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -7691,6 +7811,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
7691
7811
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
7692
7812
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
7693
7813
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
7814
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
7815
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
7816
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
7817
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
7694
7818
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
7695
7819
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
7696
7820
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -7793,6 +7917,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
7793
7917
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
7794
7918
|
REPLICATE_API_KEY?: string | undefined;
|
|
7795
7919
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
7920
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
7921
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
7922
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
7923
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
7796
7924
|
VERTEX_API_HOST?: string | undefined;
|
|
7797
7925
|
VERTEX_API_KEY?: string | undefined;
|
|
7798
7926
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -7895,6 +8023,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
7895
8023
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
7896
8024
|
REPLICATE_API_KEY?: string | undefined;
|
|
7897
8025
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
8026
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
8027
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
8028
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
8029
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
7898
8030
|
VERTEX_API_HOST?: string | undefined;
|
|
7899
8031
|
VERTEX_API_KEY?: string | undefined;
|
|
7900
8032
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -8005,6 +8137,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
8005
8137
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
8006
8138
|
REPLICATE_API_KEY?: string | undefined;
|
|
8007
8139
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
8140
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
8141
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
8142
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
8143
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
8008
8144
|
VERTEX_API_HOST?: string | undefined;
|
|
8009
8145
|
VERTEX_API_KEY?: string | undefined;
|
|
8010
8146
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -8115,6 +8251,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
8115
8251
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
8116
8252
|
REPLICATE_API_KEY?: string | undefined;
|
|
8117
8253
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
8254
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
8255
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
8256
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
8257
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
8118
8258
|
VERTEX_API_HOST?: string | undefined;
|
|
8119
8259
|
VERTEX_API_KEY?: string | undefined;
|
|
8120
8260
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -8531,6 +8671,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
8531
8671
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
8532
8672
|
REPLICATE_API_KEY?: string | undefined;
|
|
8533
8673
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
8674
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
8675
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
8676
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
8677
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
8534
8678
|
VERTEX_API_HOST?: string | undefined;
|
|
8535
8679
|
VERTEX_API_KEY?: string | undefined;
|
|
8536
8680
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -8723,6 +8867,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
8723
8867
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
8724
8868
|
REPLICATE_API_KEY?: string | undefined;
|
|
8725
8869
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
8870
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
8871
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
8872
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
8873
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
8726
8874
|
VERTEX_API_HOST?: string | undefined;
|
|
8727
8875
|
VERTEX_API_KEY?: string | undefined;
|
|
8728
8876
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -8917,6 +9065,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
8917
9065
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
8918
9066
|
REPLICATE_API_KEY?: string | undefined;
|
|
8919
9067
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
9068
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
9069
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
9070
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
9071
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
8920
9072
|
VERTEX_API_HOST?: string | undefined;
|
|
8921
9073
|
VERTEX_API_KEY?: string | undefined;
|
|
8922
9074
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -9110,6 +9262,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
9110
9262
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
9111
9263
|
REPLICATE_API_KEY?: string | undefined;
|
|
9112
9264
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
9265
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
9266
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
9267
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
9268
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
9113
9269
|
VERTEX_API_HOST?: string | undefined;
|
|
9114
9270
|
VERTEX_API_KEY?: string | undefined;
|
|
9115
9271
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -9305,6 +9461,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
9305
9461
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
9306
9462
|
REPLICATE_API_KEY?: string | undefined;
|
|
9307
9463
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
9464
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
9465
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
9466
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
9467
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
9308
9468
|
VERTEX_API_HOST?: string | undefined;
|
|
9309
9469
|
VERTEX_API_KEY?: string | undefined;
|
|
9310
9470
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -9498,6 +9658,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
9498
9658
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
9499
9659
|
REPLICATE_API_KEY?: string | undefined;
|
|
9500
9660
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
9661
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
9662
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
9663
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
9664
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
9501
9665
|
VERTEX_API_HOST?: string | undefined;
|
|
9502
9666
|
VERTEX_API_KEY?: string | undefined;
|
|
9503
9667
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -9668,6 +9832,10 @@ export declare const AtomicTestCaseSchema: z.ZodObject<{
|
|
|
9668
9832
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
9669
9833
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
9670
9834
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
9835
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
9836
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
9837
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
9838
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
9671
9839
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
9672
9840
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
9673
9841
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -9770,6 +9938,10 @@ export declare const AtomicTestCaseSchema: z.ZodObject<{
|
|
|
9770
9938
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
9771
9939
|
REPLICATE_API_KEY?: string | undefined;
|
|
9772
9940
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
9941
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
9942
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
9943
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
9944
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
9773
9945
|
VERTEX_API_HOST?: string | undefined;
|
|
9774
9946
|
VERTEX_API_KEY?: string | undefined;
|
|
9775
9947
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -9872,6 +10044,10 @@ export declare const AtomicTestCaseSchema: z.ZodObject<{
|
|
|
9872
10044
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
9873
10045
|
REPLICATE_API_KEY?: string | undefined;
|
|
9874
10046
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
10047
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
10048
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
10049
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
10050
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
9875
10051
|
VERTEX_API_HOST?: string | undefined;
|
|
9876
10052
|
VERTEX_API_KEY?: string | undefined;
|
|
9877
10053
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -9982,6 +10158,10 @@ export declare const AtomicTestCaseSchema: z.ZodObject<{
|
|
|
9982
10158
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
9983
10159
|
REPLICATE_API_KEY?: string | undefined;
|
|
9984
10160
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
10161
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
10162
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
10163
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
10164
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
9985
10165
|
VERTEX_API_HOST?: string | undefined;
|
|
9986
10166
|
VERTEX_API_KEY?: string | undefined;
|
|
9987
10167
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -10092,6 +10272,10 @@ export declare const AtomicTestCaseSchema: z.ZodObject<{
|
|
|
10092
10272
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
10093
10273
|
REPLICATE_API_KEY?: string | undefined;
|
|
10094
10274
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
10275
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
10276
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
10277
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
10278
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
10095
10279
|
VERTEX_API_HOST?: string | undefined;
|
|
10096
10280
|
VERTEX_API_KEY?: string | undefined;
|
|
10097
10281
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -10510,6 +10694,10 @@ export declare const AtomicTestCaseSchema: z.ZodObject<{
|
|
|
10510
10694
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
10511
10695
|
REPLICATE_API_KEY?: string | undefined;
|
|
10512
10696
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
10697
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
10698
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
10699
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
10700
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
10513
10701
|
VERTEX_API_HOST?: string | undefined;
|
|
10514
10702
|
VERTEX_API_KEY?: string | undefined;
|
|
10515
10703
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -10702,6 +10890,10 @@ export declare const AtomicTestCaseSchema: z.ZodObject<{
|
|
|
10702
10890
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
10703
10891
|
REPLICATE_API_KEY?: string | undefined;
|
|
10704
10892
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
10893
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
10894
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
10895
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
10896
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
10705
10897
|
VERTEX_API_HOST?: string | undefined;
|
|
10706
10898
|
VERTEX_API_KEY?: string | undefined;
|
|
10707
10899
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -10989,6 +11181,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
10989
11181
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
10990
11182
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
10991
11183
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
11184
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
11185
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
11186
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
11187
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
10992
11188
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
10993
11189
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
10994
11190
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -11091,6 +11287,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
11091
11287
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
11092
11288
|
REPLICATE_API_KEY?: string | undefined;
|
|
11093
11289
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
11290
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
11291
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
11292
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
11293
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
11094
11294
|
VERTEX_API_HOST?: string | undefined;
|
|
11095
11295
|
VERTEX_API_KEY?: string | undefined;
|
|
11096
11296
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -11193,6 +11393,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
11193
11393
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
11194
11394
|
REPLICATE_API_KEY?: string | undefined;
|
|
11195
11395
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
11396
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
11397
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
11398
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
11399
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
11196
11400
|
VERTEX_API_HOST?: string | undefined;
|
|
11197
11401
|
VERTEX_API_KEY?: string | undefined;
|
|
11198
11402
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -11303,6 +11507,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
11303
11507
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
11304
11508
|
REPLICATE_API_KEY?: string | undefined;
|
|
11305
11509
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
11510
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
11511
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
11512
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
11513
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
11306
11514
|
VERTEX_API_HOST?: string | undefined;
|
|
11307
11515
|
VERTEX_API_KEY?: string | undefined;
|
|
11308
11516
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -11413,6 +11621,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
11413
11621
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
11414
11622
|
REPLICATE_API_KEY?: string | undefined;
|
|
11415
11623
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
11624
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
11625
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
11626
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
11627
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
11416
11628
|
VERTEX_API_HOST?: string | undefined;
|
|
11417
11629
|
VERTEX_API_KEY?: string | undefined;
|
|
11418
11630
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -11829,6 +12041,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
11829
12041
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
11830
12042
|
REPLICATE_API_KEY?: string | undefined;
|
|
11831
12043
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
12044
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
12045
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
12046
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
12047
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
11832
12048
|
VERTEX_API_HOST?: string | undefined;
|
|
11833
12049
|
VERTEX_API_KEY?: string | undefined;
|
|
11834
12050
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -12021,6 +12237,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
12021
12237
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
12022
12238
|
REPLICATE_API_KEY?: string | undefined;
|
|
12023
12239
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
12240
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
12241
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
12242
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
12243
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
12024
12244
|
VERTEX_API_HOST?: string | undefined;
|
|
12025
12245
|
VERTEX_API_KEY?: string | undefined;
|
|
12026
12246
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -12191,6 +12411,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
12191
12411
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
12192
12412
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
12193
12413
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
12414
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
12415
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
12416
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
12417
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
12194
12418
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
12195
12419
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
12196
12420
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -12293,6 +12517,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
12293
12517
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
12294
12518
|
REPLICATE_API_KEY?: string | undefined;
|
|
12295
12519
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
12520
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
12521
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
12522
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
12523
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
12296
12524
|
VERTEX_API_HOST?: string | undefined;
|
|
12297
12525
|
VERTEX_API_KEY?: string | undefined;
|
|
12298
12526
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -12395,6 +12623,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
12395
12623
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
12396
12624
|
REPLICATE_API_KEY?: string | undefined;
|
|
12397
12625
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
12626
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
12627
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
12628
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
12629
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
12398
12630
|
VERTEX_API_HOST?: string | undefined;
|
|
12399
12631
|
VERTEX_API_KEY?: string | undefined;
|
|
12400
12632
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -12505,6 +12737,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
12505
12737
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
12506
12738
|
REPLICATE_API_KEY?: string | undefined;
|
|
12507
12739
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
12740
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
12741
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
12742
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
12743
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
12508
12744
|
VERTEX_API_HOST?: string | undefined;
|
|
12509
12745
|
VERTEX_API_KEY?: string | undefined;
|
|
12510
12746
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -12615,6 +12851,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
12615
12851
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
12616
12852
|
REPLICATE_API_KEY?: string | undefined;
|
|
12617
12853
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
12854
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
12855
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
12856
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
12857
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
12618
12858
|
VERTEX_API_HOST?: string | undefined;
|
|
12619
12859
|
VERTEX_API_KEY?: string | undefined;
|
|
12620
12860
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -13031,6 +13271,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
13031
13271
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
13032
13272
|
REPLICATE_API_KEY?: string | undefined;
|
|
13033
13273
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
13274
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
13275
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
13276
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
13277
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
13034
13278
|
VERTEX_API_HOST?: string | undefined;
|
|
13035
13279
|
VERTEX_API_KEY?: string | undefined;
|
|
13036
13280
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -13223,6 +13467,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
13223
13467
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
13224
13468
|
REPLICATE_API_KEY?: string | undefined;
|
|
13225
13469
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
13470
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
13471
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
13472
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
13473
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
13226
13474
|
VERTEX_API_HOST?: string | undefined;
|
|
13227
13475
|
VERTEX_API_KEY?: string | undefined;
|
|
13228
13476
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -13391,6 +13639,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
13391
13639
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
13392
13640
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
13393
13641
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
13642
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
13643
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
13644
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
13645
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
13394
13646
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
13395
13647
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
13396
13648
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -13493,6 +13745,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
13493
13745
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
13494
13746
|
REPLICATE_API_KEY?: string | undefined;
|
|
13495
13747
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
13748
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
13749
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
13750
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
13751
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
13496
13752
|
VERTEX_API_HOST?: string | undefined;
|
|
13497
13753
|
VERTEX_API_KEY?: string | undefined;
|
|
13498
13754
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -13595,6 +13851,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
13595
13851
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
13596
13852
|
REPLICATE_API_KEY?: string | undefined;
|
|
13597
13853
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
13854
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
13855
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
13856
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
13857
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
13598
13858
|
VERTEX_API_HOST?: string | undefined;
|
|
13599
13859
|
VERTEX_API_KEY?: string | undefined;
|
|
13600
13860
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -13705,6 +13965,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
13705
13965
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
13706
13966
|
REPLICATE_API_KEY?: string | undefined;
|
|
13707
13967
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
13968
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
13969
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
13970
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
13971
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
13708
13972
|
VERTEX_API_HOST?: string | undefined;
|
|
13709
13973
|
VERTEX_API_KEY?: string | undefined;
|
|
13710
13974
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -13815,6 +14079,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
13815
14079
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
13816
14080
|
REPLICATE_API_KEY?: string | undefined;
|
|
13817
14081
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
14082
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
14083
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
14084
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
14085
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
13818
14086
|
VERTEX_API_HOST?: string | undefined;
|
|
13819
14087
|
VERTEX_API_KEY?: string | undefined;
|
|
13820
14088
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -14231,6 +14499,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
14231
14499
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
14232
14500
|
REPLICATE_API_KEY?: string | undefined;
|
|
14233
14501
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
14502
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
14503
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
14504
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
14505
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
14234
14506
|
VERTEX_API_HOST?: string | undefined;
|
|
14235
14507
|
VERTEX_API_KEY?: string | undefined;
|
|
14236
14508
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -14423,6 +14695,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
14423
14695
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
14424
14696
|
REPLICATE_API_KEY?: string | undefined;
|
|
14425
14697
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
14698
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
14699
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
14700
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
14701
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
14426
14702
|
VERTEX_API_HOST?: string | undefined;
|
|
14427
14703
|
VERTEX_API_KEY?: string | undefined;
|
|
14428
14704
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -14617,6 +14893,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
14617
14893
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
14618
14894
|
REPLICATE_API_KEY?: string | undefined;
|
|
14619
14895
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
14896
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
14897
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
14898
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
14899
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
14620
14900
|
VERTEX_API_HOST?: string | undefined;
|
|
14621
14901
|
VERTEX_API_KEY?: string | undefined;
|
|
14622
14902
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -14810,6 +15090,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
14810
15090
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
14811
15091
|
REPLICATE_API_KEY?: string | undefined;
|
|
14812
15092
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
15093
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
15094
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
15095
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
15096
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
14813
15097
|
VERTEX_API_HOST?: string | undefined;
|
|
14814
15098
|
VERTEX_API_KEY?: string | undefined;
|
|
14815
15099
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -15005,6 +15289,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
15005
15289
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
15006
15290
|
REPLICATE_API_KEY?: string | undefined;
|
|
15007
15291
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
15292
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
15293
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
15294
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
15295
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
15008
15296
|
VERTEX_API_HOST?: string | undefined;
|
|
15009
15297
|
VERTEX_API_KEY?: string | undefined;
|
|
15010
15298
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -15198,6 +15486,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
15198
15486
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
15199
15487
|
REPLICATE_API_KEY?: string | undefined;
|
|
15200
15488
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
15489
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
15490
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
15491
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
15492
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
15201
15493
|
VERTEX_API_HOST?: string | undefined;
|
|
15202
15494
|
VERTEX_API_KEY?: string | undefined;
|
|
15203
15495
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -15368,6 +15660,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
15368
15660
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
15369
15661
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
15370
15662
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
15663
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
15664
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
15665
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
15666
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
15371
15667
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
15372
15668
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
15373
15669
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -15470,6 +15766,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
15470
15766
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
15471
15767
|
REPLICATE_API_KEY?: string | undefined;
|
|
15472
15768
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
15769
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
15770
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
15771
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
15772
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
15473
15773
|
VERTEX_API_HOST?: string | undefined;
|
|
15474
15774
|
VERTEX_API_KEY?: string | undefined;
|
|
15475
15775
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -15572,6 +15872,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
15572
15872
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
15573
15873
|
REPLICATE_API_KEY?: string | undefined;
|
|
15574
15874
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
15875
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
15876
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
15877
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
15878
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
15575
15879
|
VERTEX_API_HOST?: string | undefined;
|
|
15576
15880
|
VERTEX_API_KEY?: string | undefined;
|
|
15577
15881
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -15682,6 +15986,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
15682
15986
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
15683
15987
|
REPLICATE_API_KEY?: string | undefined;
|
|
15684
15988
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
15989
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
15990
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
15991
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
15992
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
15685
15993
|
VERTEX_API_HOST?: string | undefined;
|
|
15686
15994
|
VERTEX_API_KEY?: string | undefined;
|
|
15687
15995
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -15792,6 +16100,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
15792
16100
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
15793
16101
|
REPLICATE_API_KEY?: string | undefined;
|
|
15794
16102
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
16103
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
16104
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
16105
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
16106
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
15795
16107
|
VERTEX_API_HOST?: string | undefined;
|
|
15796
16108
|
VERTEX_API_KEY?: string | undefined;
|
|
15797
16109
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -16208,6 +16520,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
16208
16520
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
16209
16521
|
REPLICATE_API_KEY?: string | undefined;
|
|
16210
16522
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
16523
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
16524
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
16525
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
16526
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
16211
16527
|
VERTEX_API_HOST?: string | undefined;
|
|
16212
16528
|
VERTEX_API_KEY?: string | undefined;
|
|
16213
16529
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -16399,6 +16715,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
16399
16715
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
16400
16716
|
REPLICATE_API_KEY?: string | undefined;
|
|
16401
16717
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
16718
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
16719
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
16720
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
16721
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
16402
16722
|
VERTEX_API_HOST?: string | undefined;
|
|
16403
16723
|
VERTEX_API_KEY?: string | undefined;
|
|
16404
16724
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -16557,6 +16877,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
16557
16877
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
16558
16878
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
16559
16879
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
16880
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
16881
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
16882
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
16883
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
16560
16884
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
16561
16885
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
16562
16886
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -16659,6 +16983,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
16659
16983
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
16660
16984
|
REPLICATE_API_KEY?: string | undefined;
|
|
16661
16985
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
16986
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
16987
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
16988
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
16989
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
16662
16990
|
VERTEX_API_HOST?: string | undefined;
|
|
16663
16991
|
VERTEX_API_KEY?: string | undefined;
|
|
16664
16992
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -16761,6 +17089,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
16761
17089
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
16762
17090
|
REPLICATE_API_KEY?: string | undefined;
|
|
16763
17091
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
17092
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
17093
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
17094
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
17095
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
16764
17096
|
VERTEX_API_HOST?: string | undefined;
|
|
16765
17097
|
VERTEX_API_KEY?: string | undefined;
|
|
16766
17098
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -17020,6 +17352,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
17020
17352
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
17021
17353
|
REPLICATE_API_KEY?: string | undefined;
|
|
17022
17354
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
17355
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
17356
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
17357
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
17358
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
17023
17359
|
VERTEX_API_HOST?: string | undefined;
|
|
17024
17360
|
VERTEX_API_KEY?: string | undefined;
|
|
17025
17361
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -17043,6 +17379,30 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
17043
17379
|
AWS_SAGEMAKER_MAX_RETRIES?: string | undefined;
|
|
17044
17380
|
PROMPTFOO_EVAL_TIMEOUT_MS?: string | undefined;
|
|
17045
17381
|
} | undefined;
|
|
17382
|
+
tracing?: {
|
|
17383
|
+
enabled: boolean;
|
|
17384
|
+
otlp?: {
|
|
17385
|
+
http?: {
|
|
17386
|
+
enabled: boolean;
|
|
17387
|
+
port: number;
|
|
17388
|
+
acceptFormats: string[];
|
|
17389
|
+
host?: string | undefined;
|
|
17390
|
+
} | undefined;
|
|
17391
|
+
grpc?: {
|
|
17392
|
+
enabled: boolean;
|
|
17393
|
+
port: number;
|
|
17394
|
+
} | undefined;
|
|
17395
|
+
} | undefined;
|
|
17396
|
+
storage?: {
|
|
17397
|
+
type: string;
|
|
17398
|
+
retentionDays: number;
|
|
17399
|
+
} | undefined;
|
|
17400
|
+
forwarding?: {
|
|
17401
|
+
enabled: boolean;
|
|
17402
|
+
endpoint: string;
|
|
17403
|
+
headers?: Record<string, string> | undefined;
|
|
17404
|
+
} | undefined;
|
|
17405
|
+
} | undefined;
|
|
17046
17406
|
description?: string | undefined;
|
|
17047
17407
|
tests?: {
|
|
17048
17408
|
options?: ({
|
|
@@ -17159,6 +17519,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
17159
17519
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
17160
17520
|
REPLICATE_API_KEY?: string | undefined;
|
|
17161
17521
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
17522
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
17523
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
17524
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
17525
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
17162
17526
|
VERTEX_API_HOST?: string | undefined;
|
|
17163
17527
|
VERTEX_API_KEY?: string | undefined;
|
|
17164
17528
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -17355,6 +17719,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
17355
17719
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
17356
17720
|
REPLICATE_API_KEY?: string | undefined;
|
|
17357
17721
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
17722
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
17723
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
17724
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
17725
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
17358
17726
|
VERTEX_API_HOST?: string | undefined;
|
|
17359
17727
|
VERTEX_API_KEY?: string | undefined;
|
|
17360
17728
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -17548,6 +17916,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
17548
17916
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
17549
17917
|
REPLICATE_API_KEY?: string | undefined;
|
|
17550
17918
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
17919
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
17920
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
17921
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
17922
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
17551
17923
|
VERTEX_API_HOST?: string | undefined;
|
|
17552
17924
|
VERTEX_API_KEY?: string | undefined;
|
|
17553
17925
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -17743,6 +18115,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
17743
18115
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
17744
18116
|
REPLICATE_API_KEY?: string | undefined;
|
|
17745
18117
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
18118
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
18119
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
18120
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
18121
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
17746
18122
|
VERTEX_API_HOST?: string | undefined;
|
|
17747
18123
|
VERTEX_API_KEY?: string | undefined;
|
|
17748
18124
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -17826,30 +18202,6 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
17826
18202
|
name: string;
|
|
17827
18203
|
}[] | undefined;
|
|
17828
18204
|
extensions?: string[] | null | undefined;
|
|
17829
|
-
tracing?: {
|
|
17830
|
-
enabled: boolean;
|
|
17831
|
-
otlp?: {
|
|
17832
|
-
http?: {
|
|
17833
|
-
enabled: boolean;
|
|
17834
|
-
port: number;
|
|
17835
|
-
acceptFormats: string[];
|
|
17836
|
-
host?: string | undefined;
|
|
17837
|
-
} | undefined;
|
|
17838
|
-
grpc?: {
|
|
17839
|
-
enabled: boolean;
|
|
17840
|
-
port: number;
|
|
17841
|
-
} | undefined;
|
|
17842
|
-
} | undefined;
|
|
17843
|
-
storage?: {
|
|
17844
|
-
type: string;
|
|
17845
|
-
retentionDays: number;
|
|
17846
|
-
} | undefined;
|
|
17847
|
-
forwarding?: {
|
|
17848
|
-
enabled: boolean;
|
|
17849
|
-
endpoint: string;
|
|
17850
|
-
headers?: Record<string, string> | undefined;
|
|
17851
|
-
} | undefined;
|
|
17852
|
-
} | undefined;
|
|
17853
18205
|
providerPromptMap?: Record<string, string[]> | undefined;
|
|
17854
18206
|
}, {
|
|
17855
18207
|
prompts: {
|
|
@@ -17953,6 +18305,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
17953
18305
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
17954
18306
|
REPLICATE_API_KEY?: string | undefined;
|
|
17955
18307
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
18308
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
18309
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
18310
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
18311
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
17956
18312
|
VERTEX_API_HOST?: string | undefined;
|
|
17957
18313
|
VERTEX_API_KEY?: string | undefined;
|
|
17958
18314
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -17976,6 +18332,30 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
17976
18332
|
AWS_SAGEMAKER_MAX_RETRIES?: string | undefined;
|
|
17977
18333
|
PROMPTFOO_EVAL_TIMEOUT_MS?: string | undefined;
|
|
17978
18334
|
} | undefined;
|
|
18335
|
+
tracing?: {
|
|
18336
|
+
enabled: boolean;
|
|
18337
|
+
otlp?: {
|
|
18338
|
+
http?: {
|
|
18339
|
+
enabled: boolean;
|
|
18340
|
+
port: number;
|
|
18341
|
+
acceptFormats: string[];
|
|
18342
|
+
host?: string | undefined;
|
|
18343
|
+
} | undefined;
|
|
18344
|
+
grpc?: {
|
|
18345
|
+
enabled: boolean;
|
|
18346
|
+
port: number;
|
|
18347
|
+
} | undefined;
|
|
18348
|
+
} | undefined;
|
|
18349
|
+
storage?: {
|
|
18350
|
+
type: string;
|
|
18351
|
+
retentionDays: number;
|
|
18352
|
+
} | undefined;
|
|
18353
|
+
forwarding?: {
|
|
18354
|
+
enabled: boolean;
|
|
18355
|
+
endpoint: string;
|
|
18356
|
+
headers?: Record<string, string> | undefined;
|
|
18357
|
+
} | undefined;
|
|
18358
|
+
} | undefined;
|
|
17979
18359
|
description?: string | undefined;
|
|
17980
18360
|
tests?: {
|
|
17981
18361
|
options?: ({
|
|
@@ -18092,6 +18472,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
18092
18472
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
18093
18473
|
REPLICATE_API_KEY?: string | undefined;
|
|
18094
18474
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
18475
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
18476
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
18477
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
18478
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
18095
18479
|
VERTEX_API_HOST?: string | undefined;
|
|
18096
18480
|
VERTEX_API_KEY?: string | undefined;
|
|
18097
18481
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -18288,6 +18672,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
18288
18672
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
18289
18673
|
REPLICATE_API_KEY?: string | undefined;
|
|
18290
18674
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
18675
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
18676
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
18677
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
18678
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
18291
18679
|
VERTEX_API_HOST?: string | undefined;
|
|
18292
18680
|
VERTEX_API_KEY?: string | undefined;
|
|
18293
18681
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -18481,6 +18869,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
18481
18869
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
18482
18870
|
REPLICATE_API_KEY?: string | undefined;
|
|
18483
18871
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
18872
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
18873
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
18874
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
18875
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
18484
18876
|
VERTEX_API_HOST?: string | undefined;
|
|
18485
18877
|
VERTEX_API_KEY?: string | undefined;
|
|
18486
18878
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -18676,6 +19068,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
18676
19068
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
18677
19069
|
REPLICATE_API_KEY?: string | undefined;
|
|
18678
19070
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
19071
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
19072
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
19073
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
19074
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
18679
19075
|
VERTEX_API_HOST?: string | undefined;
|
|
18680
19076
|
VERTEX_API_KEY?: string | undefined;
|
|
18681
19077
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -18759,30 +19155,6 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
18759
19155
|
name: string;
|
|
18760
19156
|
}[] | undefined;
|
|
18761
19157
|
extensions?: string[] | null | undefined;
|
|
18762
|
-
tracing?: {
|
|
18763
|
-
enabled: boolean;
|
|
18764
|
-
otlp?: {
|
|
18765
|
-
http?: {
|
|
18766
|
-
enabled: boolean;
|
|
18767
|
-
port: number;
|
|
18768
|
-
acceptFormats: string[];
|
|
18769
|
-
host?: string | undefined;
|
|
18770
|
-
} | undefined;
|
|
18771
|
-
grpc?: {
|
|
18772
|
-
enabled: boolean;
|
|
18773
|
-
port: number;
|
|
18774
|
-
} | undefined;
|
|
18775
|
-
} | undefined;
|
|
18776
|
-
storage?: {
|
|
18777
|
-
type: string;
|
|
18778
|
-
retentionDays: number;
|
|
18779
|
-
} | undefined;
|
|
18780
|
-
forwarding?: {
|
|
18781
|
-
enabled: boolean;
|
|
18782
|
-
endpoint: string;
|
|
18783
|
-
headers?: Record<string, string> | undefined;
|
|
18784
|
-
} | undefined;
|
|
18785
|
-
} | undefined;
|
|
18786
19158
|
providerPromptMap?: Record<string, string | string[]> | undefined;
|
|
18787
19159
|
}>;
|
|
18788
19160
|
export type TestSuite = z.infer<typeof TestSuiteSchema>;
|
|
@@ -18968,6 +19340,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
18968
19340
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
18969
19341
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
18970
19342
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
19343
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
19344
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
19345
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
19346
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
18971
19347
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
18972
19348
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
18973
19349
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -19070,6 +19446,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
19070
19446
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
19071
19447
|
REPLICATE_API_KEY?: string | undefined;
|
|
19072
19448
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
19449
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
19450
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
19451
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
19452
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
19073
19453
|
VERTEX_API_HOST?: string | undefined;
|
|
19074
19454
|
VERTEX_API_KEY?: string | undefined;
|
|
19075
19455
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -19172,6 +19552,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
19172
19552
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
19173
19553
|
REPLICATE_API_KEY?: string | undefined;
|
|
19174
19554
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
19555
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
19556
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
19557
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
19558
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
19175
19559
|
VERTEX_API_HOST?: string | undefined;
|
|
19176
19560
|
VERTEX_API_KEY?: string | undefined;
|
|
19177
19561
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -19282,6 +19666,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
19282
19666
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
19283
19667
|
REPLICATE_API_KEY?: string | undefined;
|
|
19284
19668
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
19669
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
19670
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
19671
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
19672
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
19285
19673
|
VERTEX_API_HOST?: string | undefined;
|
|
19286
19674
|
VERTEX_API_KEY?: string | undefined;
|
|
19287
19675
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -19392,6 +19780,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
19392
19780
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
19393
19781
|
REPLICATE_API_KEY?: string | undefined;
|
|
19394
19782
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
19783
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
19784
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
19785
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
19786
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
19395
19787
|
VERTEX_API_HOST?: string | undefined;
|
|
19396
19788
|
VERTEX_API_KEY?: string | undefined;
|
|
19397
19789
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -19502,6 +19894,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
19502
19894
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
19503
19895
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
19504
19896
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
19897
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
19898
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
19899
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
19900
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
19505
19901
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
19506
19902
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
19507
19903
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -19604,6 +20000,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
19604
20000
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
19605
20001
|
REPLICATE_API_KEY?: string | undefined;
|
|
19606
20002
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
20003
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
20004
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
20005
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
20006
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
19607
20007
|
VERTEX_API_HOST?: string | undefined;
|
|
19608
20008
|
VERTEX_API_KEY?: string | undefined;
|
|
19609
20009
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -19706,6 +20106,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
19706
20106
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
19707
20107
|
REPLICATE_API_KEY?: string | undefined;
|
|
19708
20108
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
20109
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
20110
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
20111
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
20112
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
19709
20113
|
VERTEX_API_HOST?: string | undefined;
|
|
19710
20114
|
VERTEX_API_KEY?: string | undefined;
|
|
19711
20115
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -19816,6 +20220,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
19816
20220
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
19817
20221
|
REPLICATE_API_KEY?: string | undefined;
|
|
19818
20222
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
20223
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
20224
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
20225
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
20226
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
19819
20227
|
VERTEX_API_HOST?: string | undefined;
|
|
19820
20228
|
VERTEX_API_KEY?: string | undefined;
|
|
19821
20229
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -19926,6 +20334,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
19926
20334
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
19927
20335
|
REPLICATE_API_KEY?: string | undefined;
|
|
19928
20336
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
20337
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
20338
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
20339
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
20340
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
19929
20341
|
VERTEX_API_HOST?: string | undefined;
|
|
19930
20342
|
VERTEX_API_KEY?: string | undefined;
|
|
19931
20343
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -20181,6 +20593,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
20181
20593
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
20182
20594
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
20183
20595
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
20596
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
20597
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
20598
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
20599
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
20184
20600
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
20185
20601
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
20186
20602
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -20283,6 +20699,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
20283
20699
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
20284
20700
|
REPLICATE_API_KEY?: string | undefined;
|
|
20285
20701
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
20702
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
20703
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
20704
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
20705
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
20286
20706
|
VERTEX_API_HOST?: string | undefined;
|
|
20287
20707
|
VERTEX_API_KEY?: string | undefined;
|
|
20288
20708
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -20385,6 +20805,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
20385
20805
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
20386
20806
|
REPLICATE_API_KEY?: string | undefined;
|
|
20387
20807
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
20808
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
20809
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
20810
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
20811
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
20388
20812
|
VERTEX_API_HOST?: string | undefined;
|
|
20389
20813
|
VERTEX_API_KEY?: string | undefined;
|
|
20390
20814
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -20495,6 +20919,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
20495
20919
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
20496
20920
|
REPLICATE_API_KEY?: string | undefined;
|
|
20497
20921
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
20922
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
20923
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
20924
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
20925
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
20498
20926
|
VERTEX_API_HOST?: string | undefined;
|
|
20499
20927
|
VERTEX_API_KEY?: string | undefined;
|
|
20500
20928
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -20605,6 +21033,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
20605
21033
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
20606
21034
|
REPLICATE_API_KEY?: string | undefined;
|
|
20607
21035
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
21036
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
21037
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
21038
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
21039
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
20608
21040
|
VERTEX_API_HOST?: string | undefined;
|
|
20609
21041
|
VERTEX_API_KEY?: string | undefined;
|
|
20610
21042
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -21021,6 +21453,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
21021
21453
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
21022
21454
|
REPLICATE_API_KEY?: string | undefined;
|
|
21023
21455
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
21456
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
21457
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
21458
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
21459
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
21024
21460
|
VERTEX_API_HOST?: string | undefined;
|
|
21025
21461
|
VERTEX_API_KEY?: string | undefined;
|
|
21026
21462
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -21213,6 +21649,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
21213
21649
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
21214
21650
|
REPLICATE_API_KEY?: string | undefined;
|
|
21215
21651
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
21652
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
21653
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
21654
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
21655
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
21216
21656
|
VERTEX_API_HOST?: string | undefined;
|
|
21217
21657
|
VERTEX_API_KEY?: string | undefined;
|
|
21218
21658
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -21429,6 +21869,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
21429
21869
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
21430
21870
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
21431
21871
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
21872
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
21873
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
21874
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
21875
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
21432
21876
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
21433
21877
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
21434
21878
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -21531,6 +21975,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
21531
21975
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
21532
21976
|
REPLICATE_API_KEY?: string | undefined;
|
|
21533
21977
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
21978
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
21979
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
21980
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
21981
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
21534
21982
|
VERTEX_API_HOST?: string | undefined;
|
|
21535
21983
|
VERTEX_API_KEY?: string | undefined;
|
|
21536
21984
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -21633,6 +22081,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
21633
22081
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
21634
22082
|
REPLICATE_API_KEY?: string | undefined;
|
|
21635
22083
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
22084
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
22085
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
22086
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
22087
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
21636
22088
|
VERTEX_API_HOST?: string | undefined;
|
|
21637
22089
|
VERTEX_API_KEY?: string | undefined;
|
|
21638
22090
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -21743,6 +22195,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
21743
22195
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
21744
22196
|
REPLICATE_API_KEY?: string | undefined;
|
|
21745
22197
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
22198
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
22199
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
22200
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
22201
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
21746
22202
|
VERTEX_API_HOST?: string | undefined;
|
|
21747
22203
|
VERTEX_API_KEY?: string | undefined;
|
|
21748
22204
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -21853,6 +22309,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
21853
22309
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
21854
22310
|
REPLICATE_API_KEY?: string | undefined;
|
|
21855
22311
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
22312
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
22313
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
22314
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
22315
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
21856
22316
|
VERTEX_API_HOST?: string | undefined;
|
|
21857
22317
|
VERTEX_API_KEY?: string | undefined;
|
|
21858
22318
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -22269,6 +22729,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
22269
22729
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
22270
22730
|
REPLICATE_API_KEY?: string | undefined;
|
|
22271
22731
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
22732
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
22733
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
22734
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
22735
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
22272
22736
|
VERTEX_API_HOST?: string | undefined;
|
|
22273
22737
|
VERTEX_API_KEY?: string | undefined;
|
|
22274
22738
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -22461,6 +22925,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
22461
22925
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
22462
22926
|
REPLICATE_API_KEY?: string | undefined;
|
|
22463
22927
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
22928
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
22929
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
22930
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
22931
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
22464
22932
|
VERTEX_API_HOST?: string | undefined;
|
|
22465
22933
|
VERTEX_API_KEY?: string | undefined;
|
|
22466
22934
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -22629,6 +23097,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
22629
23097
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
22630
23098
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
22631
23099
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
23100
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
23101
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
23102
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
23103
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
22632
23104
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
22633
23105
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
22634
23106
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -22731,6 +23203,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
22731
23203
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
22732
23204
|
REPLICATE_API_KEY?: string | undefined;
|
|
22733
23205
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
23206
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
23207
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
23208
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
23209
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
22734
23210
|
VERTEX_API_HOST?: string | undefined;
|
|
22735
23211
|
VERTEX_API_KEY?: string | undefined;
|
|
22736
23212
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -22833,6 +23309,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
22833
23309
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
22834
23310
|
REPLICATE_API_KEY?: string | undefined;
|
|
22835
23311
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
23312
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
23313
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
23314
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
23315
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
22836
23316
|
VERTEX_API_HOST?: string | undefined;
|
|
22837
23317
|
VERTEX_API_KEY?: string | undefined;
|
|
22838
23318
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -22943,6 +23423,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
22943
23423
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
22944
23424
|
REPLICATE_API_KEY?: string | undefined;
|
|
22945
23425
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
23426
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
23427
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
23428
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
23429
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
22946
23430
|
VERTEX_API_HOST?: string | undefined;
|
|
22947
23431
|
VERTEX_API_KEY?: string | undefined;
|
|
22948
23432
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -23053,6 +23537,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
23053
23537
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
23054
23538
|
REPLICATE_API_KEY?: string | undefined;
|
|
23055
23539
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
23540
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
23541
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
23542
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
23543
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
23056
23544
|
VERTEX_API_HOST?: string | undefined;
|
|
23057
23545
|
VERTEX_API_KEY?: string | undefined;
|
|
23058
23546
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -23469,6 +23957,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
23469
23957
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
23470
23958
|
REPLICATE_API_KEY?: string | undefined;
|
|
23471
23959
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
23960
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
23961
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
23962
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
23963
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
23472
23964
|
VERTEX_API_HOST?: string | undefined;
|
|
23473
23965
|
VERTEX_API_KEY?: string | undefined;
|
|
23474
23966
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -23661,6 +24153,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
23661
24153
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
23662
24154
|
REPLICATE_API_KEY?: string | undefined;
|
|
23663
24155
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
24156
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
24157
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
24158
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
24159
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
23664
24160
|
VERTEX_API_HOST?: string | undefined;
|
|
23665
24161
|
VERTEX_API_KEY?: string | undefined;
|
|
23666
24162
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -23855,6 +24351,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
23855
24351
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
23856
24352
|
REPLICATE_API_KEY?: string | undefined;
|
|
23857
24353
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
24354
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
24355
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
24356
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
24357
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
23858
24358
|
VERTEX_API_HOST?: string | undefined;
|
|
23859
24359
|
VERTEX_API_KEY?: string | undefined;
|
|
23860
24360
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -24048,6 +24548,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
24048
24548
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
24049
24549
|
REPLICATE_API_KEY?: string | undefined;
|
|
24050
24550
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
24551
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
24552
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
24553
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
24554
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
24051
24555
|
VERTEX_API_HOST?: string | undefined;
|
|
24052
24556
|
VERTEX_API_KEY?: string | undefined;
|
|
24053
24557
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -24243,6 +24747,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
24243
24747
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
24244
24748
|
REPLICATE_API_KEY?: string | undefined;
|
|
24245
24749
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
24750
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
24751
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
24752
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
24753
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
24246
24754
|
VERTEX_API_HOST?: string | undefined;
|
|
24247
24755
|
VERTEX_API_KEY?: string | undefined;
|
|
24248
24756
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -24436,6 +24944,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
24436
24944
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
24437
24945
|
REPLICATE_API_KEY?: string | undefined;
|
|
24438
24946
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
24947
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
24948
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
24949
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
24950
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
24439
24951
|
VERTEX_API_HOST?: string | undefined;
|
|
24440
24952
|
VERTEX_API_KEY?: string | undefined;
|
|
24441
24953
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -24606,6 +25118,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
24606
25118
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
24607
25119
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
24608
25120
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
25121
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
25122
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
25123
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
25124
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
24609
25125
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
24610
25126
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
24611
25127
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -24708,6 +25224,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
24708
25224
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
24709
25225
|
REPLICATE_API_KEY?: string | undefined;
|
|
24710
25226
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
25227
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
25228
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
25229
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
25230
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
24711
25231
|
VERTEX_API_HOST?: string | undefined;
|
|
24712
25232
|
VERTEX_API_KEY?: string | undefined;
|
|
24713
25233
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -24810,6 +25330,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
24810
25330
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
24811
25331
|
REPLICATE_API_KEY?: string | undefined;
|
|
24812
25332
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
25333
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
25334
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
25335
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
25336
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
24813
25337
|
VERTEX_API_HOST?: string | undefined;
|
|
24814
25338
|
VERTEX_API_KEY?: string | undefined;
|
|
24815
25339
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -24920,6 +25444,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
24920
25444
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
24921
25445
|
REPLICATE_API_KEY?: string | undefined;
|
|
24922
25446
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
25447
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
25448
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
25449
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
25450
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
24923
25451
|
VERTEX_API_HOST?: string | undefined;
|
|
24924
25452
|
VERTEX_API_KEY?: string | undefined;
|
|
24925
25453
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -25030,6 +25558,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
25030
25558
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
25031
25559
|
REPLICATE_API_KEY?: string | undefined;
|
|
25032
25560
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
25561
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
25562
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
25563
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
25564
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
25033
25565
|
VERTEX_API_HOST?: string | undefined;
|
|
25034
25566
|
VERTEX_API_KEY?: string | undefined;
|
|
25035
25567
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -25446,6 +25978,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
25446
25978
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
25447
25979
|
REPLICATE_API_KEY?: string | undefined;
|
|
25448
25980
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
25981
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
25982
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
25983
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
25984
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
25449
25985
|
VERTEX_API_HOST?: string | undefined;
|
|
25450
25986
|
VERTEX_API_KEY?: string | undefined;
|
|
25451
25987
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -25637,6 +26173,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
25637
26173
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
25638
26174
|
REPLICATE_API_KEY?: string | undefined;
|
|
25639
26175
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
26176
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
26177
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
26178
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
26179
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
25640
26180
|
VERTEX_API_HOST?: string | undefined;
|
|
25641
26181
|
VERTEX_API_KEY?: string | undefined;
|
|
25642
26182
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -25806,6 +26346,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
25806
26346
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
25807
26347
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
25808
26348
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
26349
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
26350
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
26351
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
26352
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
25809
26353
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
25810
26354
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
25811
26355
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -25908,6 +26452,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
25908
26452
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
25909
26453
|
REPLICATE_API_KEY?: string | undefined;
|
|
25910
26454
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
26455
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
26456
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
26457
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
26458
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
25911
26459
|
VERTEX_API_HOST?: string | undefined;
|
|
25912
26460
|
VERTEX_API_KEY?: string | undefined;
|
|
25913
26461
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -26010,6 +26558,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
26010
26558
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
26011
26559
|
REPLICATE_API_KEY?: string | undefined;
|
|
26012
26560
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
26561
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
26562
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
26563
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
26564
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
26013
26565
|
VERTEX_API_HOST?: string | undefined;
|
|
26014
26566
|
VERTEX_API_KEY?: string | undefined;
|
|
26015
26567
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -26136,6 +26688,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
26136
26688
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
26137
26689
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
26138
26690
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
26691
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
26692
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
26693
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
26694
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
26139
26695
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
26140
26696
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
26141
26697
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -26238,6 +26794,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
26238
26794
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
26239
26795
|
REPLICATE_API_KEY?: string | undefined;
|
|
26240
26796
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
26797
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
26798
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
26799
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
26800
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
26241
26801
|
VERTEX_API_HOST?: string | undefined;
|
|
26242
26802
|
VERTEX_API_KEY?: string | undefined;
|
|
26243
26803
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -26340,6 +26900,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
26340
26900
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
26341
26901
|
REPLICATE_API_KEY?: string | undefined;
|
|
26342
26902
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
26903
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
26904
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
26905
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
26906
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
26343
26907
|
VERTEX_API_HOST?: string | undefined;
|
|
26344
26908
|
VERTEX_API_KEY?: string | undefined;
|
|
26345
26909
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -26450,6 +27014,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
26450
27014
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
26451
27015
|
REPLICATE_API_KEY?: string | undefined;
|
|
26452
27016
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
27017
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
27018
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
27019
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
27020
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
26453
27021
|
VERTEX_API_HOST?: string | undefined;
|
|
26454
27022
|
VERTEX_API_KEY?: string | undefined;
|
|
26455
27023
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -26560,6 +27128,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
26560
27128
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
26561
27129
|
REPLICATE_API_KEY?: string | undefined;
|
|
26562
27130
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
27131
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
27132
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
27133
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
27134
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
26563
27135
|
VERTEX_API_HOST?: string | undefined;
|
|
26564
27136
|
VERTEX_API_KEY?: string | undefined;
|
|
26565
27137
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -26612,7 +27184,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
26612
27184
|
callClassificationApi?: ((args_0: string, ...args: unknown[]) => Promise<import("./providers").ProviderClassificationResponse>) | undefined;
|
|
26613
27185
|
}>]>>;
|
|
26614
27186
|
numTests: z.ZodOptional<z.ZodNumber>;
|
|
26615
|
-
language: z.ZodOptional<z.ZodString
|
|
27187
|
+
language: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
26616
27188
|
entities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
26617
27189
|
plugins: z.ZodDefault<z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodEnum<[string, ...string[]]>, string, string>, z.ZodEffects<z.ZodString, string, string>]>, z.ZodObject<{
|
|
26618
27190
|
id: z.ZodUnion<[z.ZodEffects<z.ZodEnum<[string, ...string[]]>, string, string>, z.ZodEffects<z.ZodString, string, string>]>;
|
|
@@ -26643,6 +27215,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
26643
27215
|
maxConcurrency: z.ZodOptional<z.ZodNumber>;
|
|
26644
27216
|
delay: z.ZodOptional<z.ZodNumber>;
|
|
26645
27217
|
excludeTargetOutputFromAgenticAttackGeneration: z.ZodOptional<z.ZodBoolean>;
|
|
27218
|
+
tracing: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
26646
27219
|
}, "strip", z.ZodTypeAny, {
|
|
26647
27220
|
plugins: (string | {
|
|
26648
27221
|
id: string;
|
|
@@ -26741,6 +27314,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
26741
27314
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
26742
27315
|
REPLICATE_API_KEY?: string | undefined;
|
|
26743
27316
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
27317
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
27318
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
27319
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
27320
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
26744
27321
|
VERTEX_API_HOST?: string | undefined;
|
|
26745
27322
|
VERTEX_API_KEY?: string | undefined;
|
|
26746
27323
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -26779,10 +27356,11 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
26779
27356
|
entities?: string[] | undefined;
|
|
26780
27357
|
numTests?: number | undefined;
|
|
26781
27358
|
injectVar?: string | undefined;
|
|
26782
|
-
language?: string | undefined;
|
|
27359
|
+
language?: string | string[] | undefined;
|
|
26783
27360
|
maxConcurrency?: number | undefined;
|
|
26784
27361
|
purpose?: string | undefined;
|
|
26785
27362
|
excludeTargetOutputFromAgenticAttackGeneration?: boolean | undefined;
|
|
27363
|
+
tracing?: any;
|
|
26786
27364
|
}, {
|
|
26787
27365
|
provider?: string | {
|
|
26788
27366
|
id?: string | undefined;
|
|
@@ -26871,6 +27449,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
26871
27449
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
26872
27450
|
REPLICATE_API_KEY?: string | undefined;
|
|
26873
27451
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
27452
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
27453
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
27454
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
27455
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
26874
27456
|
VERTEX_API_HOST?: string | undefined;
|
|
26875
27457
|
VERTEX_API_KEY?: string | undefined;
|
|
26876
27458
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -26913,16 +27495,17 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
26913
27495
|
numTests?: number | undefined;
|
|
26914
27496
|
})[] | undefined;
|
|
26915
27497
|
entities?: string[] | undefined;
|
|
26916
|
-
numTests?: number | undefined;
|
|
26917
|
-
injectVar?: string | undefined;
|
|
26918
|
-
language?: string | undefined;
|
|
26919
|
-
maxConcurrency?: number | undefined;
|
|
26920
|
-
purpose?: string | undefined;
|
|
26921
27498
|
strategies?: (string | {
|
|
26922
27499
|
id: string;
|
|
26923
27500
|
config?: Record<string, unknown> | undefined;
|
|
26924
27501
|
})[] | undefined;
|
|
27502
|
+
numTests?: number | undefined;
|
|
27503
|
+
injectVar?: string | undefined;
|
|
27504
|
+
language?: string | string[] | undefined;
|
|
27505
|
+
maxConcurrency?: number | undefined;
|
|
27506
|
+
purpose?: string | undefined;
|
|
26925
27507
|
excludeTargetOutputFromAgenticAttackGeneration?: boolean | undefined;
|
|
27508
|
+
tracing?: any;
|
|
26926
27509
|
}>, RedteamFileConfig, {
|
|
26927
27510
|
provider?: string | {
|
|
26928
27511
|
id?: string | undefined;
|
|
@@ -27011,6 +27594,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
27011
27594
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
27012
27595
|
REPLICATE_API_KEY?: string | undefined;
|
|
27013
27596
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
27597
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
27598
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
27599
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
27600
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
27014
27601
|
VERTEX_API_HOST?: string | undefined;
|
|
27015
27602
|
VERTEX_API_KEY?: string | undefined;
|
|
27016
27603
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -27053,16 +27640,17 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
27053
27640
|
numTests?: number | undefined;
|
|
27054
27641
|
})[] | undefined;
|
|
27055
27642
|
entities?: string[] | undefined;
|
|
27056
|
-
numTests?: number | undefined;
|
|
27057
|
-
injectVar?: string | undefined;
|
|
27058
|
-
language?: string | undefined;
|
|
27059
|
-
maxConcurrency?: number | undefined;
|
|
27060
|
-
purpose?: string | undefined;
|
|
27061
27643
|
strategies?: (string | {
|
|
27062
27644
|
id: string;
|
|
27063
27645
|
config?: Record<string, unknown> | undefined;
|
|
27064
27646
|
})[] | undefined;
|
|
27647
|
+
numTests?: number | undefined;
|
|
27648
|
+
injectVar?: string | undefined;
|
|
27649
|
+
language?: string | string[] | undefined;
|
|
27650
|
+
maxConcurrency?: number | undefined;
|
|
27651
|
+
purpose?: string | undefined;
|
|
27065
27652
|
excludeTargetOutputFromAgenticAttackGeneration?: boolean | undefined;
|
|
27653
|
+
tracing?: any;
|
|
27066
27654
|
}>>;
|
|
27067
27655
|
writeLatestResults: z.ZodOptional<z.ZodBoolean>;
|
|
27068
27656
|
tracing: z.ZodOptional<z.ZodObject<{
|
|
@@ -27312,6 +27900,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
27312
27900
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
27313
27901
|
REPLICATE_API_KEY?: string | undefined;
|
|
27314
27902
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
27903
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
27904
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
27905
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
27906
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
27315
27907
|
VERTEX_API_HOST?: string | undefined;
|
|
27316
27908
|
VERTEX_API_KEY?: string | undefined;
|
|
27317
27909
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -27444,6 +28036,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
27444
28036
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
27445
28037
|
REPLICATE_API_KEY?: string | undefined;
|
|
27446
28038
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
28039
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
28040
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
28041
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
28042
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
27447
28043
|
VERTEX_API_HOST?: string | undefined;
|
|
27448
28044
|
VERTEX_API_KEY?: string | undefined;
|
|
27449
28045
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -27548,6 +28144,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
27548
28144
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
27549
28145
|
REPLICATE_API_KEY?: string | undefined;
|
|
27550
28146
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
28147
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
28148
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
28149
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
28150
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
27551
28151
|
VERTEX_API_HOST?: string | undefined;
|
|
27552
28152
|
VERTEX_API_KEY?: string | undefined;
|
|
27553
28153
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -27572,6 +28172,30 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
27572
28172
|
PROMPTFOO_EVAL_TIMEOUT_MS?: string | undefined;
|
|
27573
28173
|
} | Record<string, string> | undefined;
|
|
27574
28174
|
metadata?: Record<string, any> | undefined;
|
|
28175
|
+
tracing?: {
|
|
28176
|
+
enabled: boolean;
|
|
28177
|
+
otlp?: {
|
|
28178
|
+
http?: {
|
|
28179
|
+
enabled: boolean;
|
|
28180
|
+
port: number;
|
|
28181
|
+
host: string;
|
|
28182
|
+
acceptFormats: ("protobuf" | "json")[];
|
|
28183
|
+
} | undefined;
|
|
28184
|
+
grpc?: {
|
|
28185
|
+
enabled: boolean;
|
|
28186
|
+
port: number;
|
|
28187
|
+
} | undefined;
|
|
28188
|
+
} | undefined;
|
|
28189
|
+
storage?: {
|
|
28190
|
+
type: "sqlite";
|
|
28191
|
+
retentionDays: number;
|
|
28192
|
+
} | undefined;
|
|
28193
|
+
forwarding?: {
|
|
28194
|
+
enabled: boolean;
|
|
28195
|
+
endpoint: string;
|
|
28196
|
+
headers?: Record<string, string> | undefined;
|
|
28197
|
+
} | undefined;
|
|
28198
|
+
} | undefined;
|
|
27575
28199
|
description?: string | undefined;
|
|
27576
28200
|
tests?: string | {
|
|
27577
28201
|
path: string;
|
|
@@ -27691,6 +28315,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
27691
28315
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
27692
28316
|
REPLICATE_API_KEY?: string | undefined;
|
|
27693
28317
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
28318
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
28319
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
28320
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
28321
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
27694
28322
|
VERTEX_API_HOST?: string | undefined;
|
|
27695
28323
|
VERTEX_API_KEY?: string | undefined;
|
|
27696
28324
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -27890,6 +28518,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
27890
28518
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
27891
28519
|
REPLICATE_API_KEY?: string | undefined;
|
|
27892
28520
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
28521
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
28522
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
28523
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
28524
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
27893
28525
|
VERTEX_API_HOST?: string | undefined;
|
|
27894
28526
|
VERTEX_API_KEY?: string | undefined;
|
|
27895
28527
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -28083,6 +28715,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
28083
28715
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
28084
28716
|
REPLICATE_API_KEY?: string | undefined;
|
|
28085
28717
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
28718
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
28719
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
28720
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
28721
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
28086
28722
|
VERTEX_API_HOST?: string | undefined;
|
|
28087
28723
|
VERTEX_API_KEY?: string | undefined;
|
|
28088
28724
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -28278,6 +28914,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
28278
28914
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
28279
28915
|
REPLICATE_API_KEY?: string | undefined;
|
|
28280
28916
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
28917
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
28918
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
28919
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
28920
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
28281
28921
|
VERTEX_API_HOST?: string | undefined;
|
|
28282
28922
|
VERTEX_API_KEY?: string | undefined;
|
|
28283
28923
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -28367,30 +29007,6 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
28367
29007
|
}[] | undefined;
|
|
28368
29008
|
extensions?: string[] | null | undefined;
|
|
28369
29009
|
writeLatestResults?: boolean | undefined;
|
|
28370
|
-
tracing?: {
|
|
28371
|
-
enabled: boolean;
|
|
28372
|
-
otlp?: {
|
|
28373
|
-
http?: {
|
|
28374
|
-
enabled: boolean;
|
|
28375
|
-
port: number;
|
|
28376
|
-
host: string;
|
|
28377
|
-
acceptFormats: ("protobuf" | "json")[];
|
|
28378
|
-
} | undefined;
|
|
28379
|
-
grpc?: {
|
|
28380
|
-
enabled: boolean;
|
|
28381
|
-
port: number;
|
|
28382
|
-
} | undefined;
|
|
28383
|
-
} | undefined;
|
|
28384
|
-
storage?: {
|
|
28385
|
-
type: "sqlite";
|
|
28386
|
-
retentionDays: number;
|
|
28387
|
-
} | undefined;
|
|
28388
|
-
forwarding?: {
|
|
28389
|
-
enabled: boolean;
|
|
28390
|
-
endpoint: string;
|
|
28391
|
-
headers?: Record<string, string> | undefined;
|
|
28392
|
-
} | undefined;
|
|
28393
|
-
} | undefined;
|
|
28394
29010
|
}, {
|
|
28395
29011
|
prompts: string | Record<string, string> | (string | {
|
|
28396
29012
|
raw: string;
|
|
@@ -28516,6 +29132,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
28516
29132
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
28517
29133
|
REPLICATE_API_KEY?: string | undefined;
|
|
28518
29134
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
29135
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
29136
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
29137
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
29138
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
28519
29139
|
VERTEX_API_HOST?: string | undefined;
|
|
28520
29140
|
VERTEX_API_KEY?: string | undefined;
|
|
28521
29141
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -28648,6 +29268,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
28648
29268
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
28649
29269
|
REPLICATE_API_KEY?: string | undefined;
|
|
28650
29270
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
29271
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
29272
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
29273
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
29274
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
28651
29275
|
VERTEX_API_HOST?: string | undefined;
|
|
28652
29276
|
VERTEX_API_KEY?: string | undefined;
|
|
28653
29277
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -28752,6 +29376,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
28752
29376
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
28753
29377
|
REPLICATE_API_KEY?: string | undefined;
|
|
28754
29378
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
29379
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
29380
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
29381
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
29382
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
28755
29383
|
VERTEX_API_HOST?: string | undefined;
|
|
28756
29384
|
VERTEX_API_KEY?: string | undefined;
|
|
28757
29385
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -28776,6 +29404,30 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
28776
29404
|
PROMPTFOO_EVAL_TIMEOUT_MS?: string | undefined;
|
|
28777
29405
|
} | Record<string, string | number | boolean> | undefined;
|
|
28778
29406
|
metadata?: Record<string, any> | undefined;
|
|
29407
|
+
tracing?: {
|
|
29408
|
+
enabled?: boolean | undefined;
|
|
29409
|
+
otlp?: {
|
|
29410
|
+
http?: {
|
|
29411
|
+
enabled?: boolean | undefined;
|
|
29412
|
+
port?: number | undefined;
|
|
29413
|
+
host?: string | undefined;
|
|
29414
|
+
acceptFormats?: ("protobuf" | "json")[] | undefined;
|
|
29415
|
+
} | undefined;
|
|
29416
|
+
grpc?: {
|
|
29417
|
+
enabled?: boolean | undefined;
|
|
29418
|
+
port?: number | undefined;
|
|
29419
|
+
} | undefined;
|
|
29420
|
+
} | undefined;
|
|
29421
|
+
storage?: {
|
|
29422
|
+
type?: "sqlite" | undefined;
|
|
29423
|
+
retentionDays?: number | undefined;
|
|
29424
|
+
} | undefined;
|
|
29425
|
+
forwarding?: {
|
|
29426
|
+
endpoint: string;
|
|
29427
|
+
enabled?: boolean | undefined;
|
|
29428
|
+
headers?: Record<string, string> | undefined;
|
|
29429
|
+
} | undefined;
|
|
29430
|
+
} | undefined;
|
|
28779
29431
|
description?: string | undefined;
|
|
28780
29432
|
tests?: string | {
|
|
28781
29433
|
path: string;
|
|
@@ -28895,6 +29547,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
28895
29547
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
28896
29548
|
REPLICATE_API_KEY?: string | undefined;
|
|
28897
29549
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
29550
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
29551
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
29552
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
29553
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
28898
29554
|
VERTEX_API_HOST?: string | undefined;
|
|
28899
29555
|
VERTEX_API_KEY?: string | undefined;
|
|
28900
29556
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -29064,6 +29720,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
29064
29720
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
29065
29721
|
REPLICATE_API_KEY?: string | undefined;
|
|
29066
29722
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
29723
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
29724
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
29725
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
29726
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
29067
29727
|
VERTEX_API_HOST?: string | undefined;
|
|
29068
29728
|
VERTEX_API_KEY?: string | undefined;
|
|
29069
29729
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -29106,16 +29766,17 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
29106
29766
|
numTests?: number | undefined;
|
|
29107
29767
|
})[] | undefined;
|
|
29108
29768
|
entities?: string[] | undefined;
|
|
29109
|
-
numTests?: number | undefined;
|
|
29110
|
-
injectVar?: string | undefined;
|
|
29111
|
-
language?: string | undefined;
|
|
29112
|
-
maxConcurrency?: number | undefined;
|
|
29113
|
-
purpose?: string | undefined;
|
|
29114
29769
|
strategies?: (string | {
|
|
29115
29770
|
id: string;
|
|
29116
29771
|
config?: Record<string, unknown> | undefined;
|
|
29117
29772
|
})[] | undefined;
|
|
29773
|
+
numTests?: number | undefined;
|
|
29774
|
+
injectVar?: string | undefined;
|
|
29775
|
+
language?: string | string[] | undefined;
|
|
29776
|
+
maxConcurrency?: number | undefined;
|
|
29777
|
+
purpose?: string | undefined;
|
|
29118
29778
|
excludeTargetOutputFromAgenticAttackGeneration?: boolean | undefined;
|
|
29779
|
+
tracing?: any;
|
|
29119
29780
|
} | undefined;
|
|
29120
29781
|
tags?: Record<string, string> | undefined;
|
|
29121
29782
|
scenarios?: (string | {
|
|
@@ -29234,6 +29895,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
29234
29895
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
29235
29896
|
REPLICATE_API_KEY?: string | undefined;
|
|
29236
29897
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
29898
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
29899
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
29900
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
29901
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
29237
29902
|
VERTEX_API_HOST?: string | undefined;
|
|
29238
29903
|
VERTEX_API_KEY?: string | undefined;
|
|
29239
29904
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -29427,6 +30092,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
29427
30092
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
29428
30093
|
REPLICATE_API_KEY?: string | undefined;
|
|
29429
30094
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
30095
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
30096
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
30097
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
30098
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
29430
30099
|
VERTEX_API_HOST?: string | undefined;
|
|
29431
30100
|
VERTEX_API_KEY?: string | undefined;
|
|
29432
30101
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -29622,6 +30291,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
29622
30291
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
29623
30292
|
REPLICATE_API_KEY?: string | undefined;
|
|
29624
30293
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
30294
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
30295
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
30296
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
30297
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
29625
30298
|
VERTEX_API_HOST?: string | undefined;
|
|
29626
30299
|
VERTEX_API_KEY?: string | undefined;
|
|
29627
30300
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -29711,30 +30384,6 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
29711
30384
|
}[] | undefined;
|
|
29712
30385
|
extensions?: string[] | null | undefined;
|
|
29713
30386
|
writeLatestResults?: boolean | undefined;
|
|
29714
|
-
tracing?: {
|
|
29715
|
-
enabled?: boolean | undefined;
|
|
29716
|
-
otlp?: {
|
|
29717
|
-
http?: {
|
|
29718
|
-
enabled?: boolean | undefined;
|
|
29719
|
-
port?: number | undefined;
|
|
29720
|
-
host?: string | undefined;
|
|
29721
|
-
acceptFormats?: ("protobuf" | "json")[] | undefined;
|
|
29722
|
-
} | undefined;
|
|
29723
|
-
grpc?: {
|
|
29724
|
-
enabled?: boolean | undefined;
|
|
29725
|
-
port?: number | undefined;
|
|
29726
|
-
} | undefined;
|
|
29727
|
-
} | undefined;
|
|
29728
|
-
storage?: {
|
|
29729
|
-
type?: "sqlite" | undefined;
|
|
29730
|
-
retentionDays?: number | undefined;
|
|
29731
|
-
} | undefined;
|
|
29732
|
-
forwarding?: {
|
|
29733
|
-
endpoint: string;
|
|
29734
|
-
enabled?: boolean | undefined;
|
|
29735
|
-
headers?: Record<string, string> | undefined;
|
|
29736
|
-
} | undefined;
|
|
29737
|
-
} | undefined;
|
|
29738
30387
|
}>;
|
|
29739
30388
|
export type TestSuiteConfig = z.infer<typeof TestSuiteConfigSchema>;
|
|
29740
30389
|
export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
@@ -29879,6 +30528,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
29879
30528
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
29880
30529
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
29881
30530
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
30531
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
30532
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
30533
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
30534
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
29882
30535
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
29883
30536
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
29884
30537
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -29981,6 +30634,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
29981
30634
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
29982
30635
|
REPLICATE_API_KEY?: string | undefined;
|
|
29983
30636
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
30637
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
30638
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
30639
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
30640
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
29984
30641
|
VERTEX_API_HOST?: string | undefined;
|
|
29985
30642
|
VERTEX_API_KEY?: string | undefined;
|
|
29986
30643
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -30083,6 +30740,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
30083
30740
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
30084
30741
|
REPLICATE_API_KEY?: string | undefined;
|
|
30085
30742
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
30743
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
30744
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
30745
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
30746
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
30086
30747
|
VERTEX_API_HOST?: string | undefined;
|
|
30087
30748
|
VERTEX_API_KEY?: string | undefined;
|
|
30088
30749
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -30193,6 +30854,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
30193
30854
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
30194
30855
|
REPLICATE_API_KEY?: string | undefined;
|
|
30195
30856
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
30857
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
30858
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
30859
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
30860
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
30196
30861
|
VERTEX_API_HOST?: string | undefined;
|
|
30197
30862
|
VERTEX_API_KEY?: string | undefined;
|
|
30198
30863
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -30303,6 +30968,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
30303
30968
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
30304
30969
|
REPLICATE_API_KEY?: string | undefined;
|
|
30305
30970
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
30971
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
30972
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
30973
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
30974
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
30306
30975
|
VERTEX_API_HOST?: string | undefined;
|
|
30307
30976
|
VERTEX_API_KEY?: string | undefined;
|
|
30308
30977
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -30719,6 +31388,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
30719
31388
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
30720
31389
|
REPLICATE_API_KEY?: string | undefined;
|
|
30721
31390
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
31391
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
31392
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
31393
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
31394
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
30722
31395
|
VERTEX_API_HOST?: string | undefined;
|
|
30723
31396
|
VERTEX_API_KEY?: string | undefined;
|
|
30724
31397
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -30911,6 +31584,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
30911
31584
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
30912
31585
|
REPLICATE_API_KEY?: string | undefined;
|
|
30913
31586
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
31587
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
31588
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
31589
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
31590
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
30914
31591
|
VERTEX_API_HOST?: string | undefined;
|
|
30915
31592
|
VERTEX_API_KEY?: string | undefined;
|
|
30916
31593
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -31127,6 +31804,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
31127
31804
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
31128
31805
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
31129
31806
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
31807
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
31808
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
31809
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
31810
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
31130
31811
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
31131
31812
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
31132
31813
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -31229,6 +31910,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
31229
31910
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
31230
31911
|
REPLICATE_API_KEY?: string | undefined;
|
|
31231
31912
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
31913
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
31914
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
31915
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
31916
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
31232
31917
|
VERTEX_API_HOST?: string | undefined;
|
|
31233
31918
|
VERTEX_API_KEY?: string | undefined;
|
|
31234
31919
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -31331,6 +32016,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
31331
32016
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
31332
32017
|
REPLICATE_API_KEY?: string | undefined;
|
|
31333
32018
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
32019
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
32020
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
32021
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
32022
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
31334
32023
|
VERTEX_API_HOST?: string | undefined;
|
|
31335
32024
|
VERTEX_API_KEY?: string | undefined;
|
|
31336
32025
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -31441,6 +32130,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
31441
32130
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
31442
32131
|
REPLICATE_API_KEY?: string | undefined;
|
|
31443
32132
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
32133
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
32134
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
32135
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
32136
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
31444
32137
|
VERTEX_API_HOST?: string | undefined;
|
|
31445
32138
|
VERTEX_API_KEY?: string | undefined;
|
|
31446
32139
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -31551,6 +32244,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
31551
32244
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
31552
32245
|
REPLICATE_API_KEY?: string | undefined;
|
|
31553
32246
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
32247
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
32248
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
32249
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
32250
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
31554
32251
|
VERTEX_API_HOST?: string | undefined;
|
|
31555
32252
|
VERTEX_API_KEY?: string | undefined;
|
|
31556
32253
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -31967,6 +32664,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
31967
32664
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
31968
32665
|
REPLICATE_API_KEY?: string | undefined;
|
|
31969
32666
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
32667
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
32668
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
32669
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
32670
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
31970
32671
|
VERTEX_API_HOST?: string | undefined;
|
|
31971
32672
|
VERTEX_API_KEY?: string | undefined;
|
|
31972
32673
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -32159,6 +32860,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
32159
32860
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
32160
32861
|
REPLICATE_API_KEY?: string | undefined;
|
|
32161
32862
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
32863
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
32864
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
32865
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
32866
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
32162
32867
|
VERTEX_API_HOST?: string | undefined;
|
|
32163
32868
|
VERTEX_API_KEY?: string | undefined;
|
|
32164
32869
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -32327,6 +33032,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
32327
33032
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
32328
33033
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
32329
33034
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
33035
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
33036
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
33037
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
33038
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
32330
33039
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
32331
33040
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
32332
33041
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -32429,6 +33138,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
32429
33138
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
32430
33139
|
REPLICATE_API_KEY?: string | undefined;
|
|
32431
33140
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
33141
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
33142
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
33143
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
33144
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
32432
33145
|
VERTEX_API_HOST?: string | undefined;
|
|
32433
33146
|
VERTEX_API_KEY?: string | undefined;
|
|
32434
33147
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -32531,6 +33244,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
32531
33244
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
32532
33245
|
REPLICATE_API_KEY?: string | undefined;
|
|
32533
33246
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
33247
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
33248
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
33249
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
33250
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
32534
33251
|
VERTEX_API_HOST?: string | undefined;
|
|
32535
33252
|
VERTEX_API_KEY?: string | undefined;
|
|
32536
33253
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -32641,6 +33358,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
32641
33358
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
32642
33359
|
REPLICATE_API_KEY?: string | undefined;
|
|
32643
33360
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
33361
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
33362
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
33363
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
33364
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
32644
33365
|
VERTEX_API_HOST?: string | undefined;
|
|
32645
33366
|
VERTEX_API_KEY?: string | undefined;
|
|
32646
33367
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -32751,6 +33472,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
32751
33472
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
32752
33473
|
REPLICATE_API_KEY?: string | undefined;
|
|
32753
33474
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
33475
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
33476
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
33477
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
33478
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
32754
33479
|
VERTEX_API_HOST?: string | undefined;
|
|
32755
33480
|
VERTEX_API_KEY?: string | undefined;
|
|
32756
33481
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -33167,6 +33892,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
33167
33892
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
33168
33893
|
REPLICATE_API_KEY?: string | undefined;
|
|
33169
33894
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
33895
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
33896
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
33897
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
33898
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
33170
33899
|
VERTEX_API_HOST?: string | undefined;
|
|
33171
33900
|
VERTEX_API_KEY?: string | undefined;
|
|
33172
33901
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -33359,6 +34088,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
33359
34088
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
33360
34089
|
REPLICATE_API_KEY?: string | undefined;
|
|
33361
34090
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
34091
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
34092
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
34093
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
34094
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
33362
34095
|
VERTEX_API_HOST?: string | undefined;
|
|
33363
34096
|
VERTEX_API_KEY?: string | undefined;
|
|
33364
34097
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -33553,6 +34286,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
33553
34286
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
33554
34287
|
REPLICATE_API_KEY?: string | undefined;
|
|
33555
34288
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
34289
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
34290
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
34291
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
34292
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
33556
34293
|
VERTEX_API_HOST?: string | undefined;
|
|
33557
34294
|
VERTEX_API_KEY?: string | undefined;
|
|
33558
34295
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -33746,6 +34483,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
33746
34483
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
33747
34484
|
REPLICATE_API_KEY?: string | undefined;
|
|
33748
34485
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
34486
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
34487
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
34488
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
34489
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
33749
34490
|
VERTEX_API_HOST?: string | undefined;
|
|
33750
34491
|
VERTEX_API_KEY?: string | undefined;
|
|
33751
34492
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -33941,6 +34682,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
33941
34682
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
33942
34683
|
REPLICATE_API_KEY?: string | undefined;
|
|
33943
34684
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
34685
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
34686
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
34687
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
34688
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
33944
34689
|
VERTEX_API_HOST?: string | undefined;
|
|
33945
34690
|
VERTEX_API_KEY?: string | undefined;
|
|
33946
34691
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -34134,6 +34879,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
34134
34879
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
34135
34880
|
REPLICATE_API_KEY?: string | undefined;
|
|
34136
34881
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
34882
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
34883
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
34884
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
34885
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
34137
34886
|
VERTEX_API_HOST?: string | undefined;
|
|
34138
34887
|
VERTEX_API_KEY?: string | undefined;
|
|
34139
34888
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -34304,6 +35053,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
34304
35053
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
34305
35054
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
34306
35055
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
35056
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
35057
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
35058
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
35059
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
34307
35060
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
34308
35061
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
34309
35062
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -34406,6 +35159,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
34406
35159
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
34407
35160
|
REPLICATE_API_KEY?: string | undefined;
|
|
34408
35161
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
35162
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
35163
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
35164
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
35165
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
34409
35166
|
VERTEX_API_HOST?: string | undefined;
|
|
34410
35167
|
VERTEX_API_KEY?: string | undefined;
|
|
34411
35168
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -34508,6 +35265,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
34508
35265
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
34509
35266
|
REPLICATE_API_KEY?: string | undefined;
|
|
34510
35267
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
35268
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
35269
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
35270
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
35271
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
34511
35272
|
VERTEX_API_HOST?: string | undefined;
|
|
34512
35273
|
VERTEX_API_KEY?: string | undefined;
|
|
34513
35274
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -34618,6 +35379,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
34618
35379
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
34619
35380
|
REPLICATE_API_KEY?: string | undefined;
|
|
34620
35381
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
35382
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
35383
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
35384
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
35385
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
34621
35386
|
VERTEX_API_HOST?: string | undefined;
|
|
34622
35387
|
VERTEX_API_KEY?: string | undefined;
|
|
34623
35388
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -34728,6 +35493,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
34728
35493
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
34729
35494
|
REPLICATE_API_KEY?: string | undefined;
|
|
34730
35495
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
35496
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
35497
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
35498
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
35499
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
34731
35500
|
VERTEX_API_HOST?: string | undefined;
|
|
34732
35501
|
VERTEX_API_KEY?: string | undefined;
|
|
34733
35502
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -35144,6 +35913,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
35144
35913
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
35145
35914
|
REPLICATE_API_KEY?: string | undefined;
|
|
35146
35915
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
35916
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
35917
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
35918
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
35919
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
35147
35920
|
VERTEX_API_HOST?: string | undefined;
|
|
35148
35921
|
VERTEX_API_KEY?: string | undefined;
|
|
35149
35922
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -35335,6 +36108,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
35335
36108
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
35336
36109
|
REPLICATE_API_KEY?: string | undefined;
|
|
35337
36110
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
36111
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
36112
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
36113
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
36114
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
35338
36115
|
VERTEX_API_HOST?: string | undefined;
|
|
35339
36116
|
VERTEX_API_KEY?: string | undefined;
|
|
35340
36117
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -35504,6 +36281,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
35504
36281
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
35505
36282
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
35506
36283
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
36284
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
36285
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
36286
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
36287
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
35507
36288
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
35508
36289
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
35509
36290
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -35606,6 +36387,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
35606
36387
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
35607
36388
|
REPLICATE_API_KEY?: string | undefined;
|
|
35608
36389
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
36390
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
36391
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
36392
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
36393
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
35609
36394
|
VERTEX_API_HOST?: string | undefined;
|
|
35610
36395
|
VERTEX_API_KEY?: string | undefined;
|
|
35611
36396
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -35708,6 +36493,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
35708
36493
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
35709
36494
|
REPLICATE_API_KEY?: string | undefined;
|
|
35710
36495
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
36496
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
36497
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
36498
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
36499
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
35711
36500
|
VERTEX_API_HOST?: string | undefined;
|
|
35712
36501
|
VERTEX_API_KEY?: string | undefined;
|
|
35713
36502
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -35834,6 +36623,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
35834
36623
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
35835
36624
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
35836
36625
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
36626
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
36627
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
36628
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
36629
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
35837
36630
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
35838
36631
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
35839
36632
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -35936,6 +36729,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
35936
36729
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
35937
36730
|
REPLICATE_API_KEY?: string | undefined;
|
|
35938
36731
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
36732
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
36733
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
36734
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
36735
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
35939
36736
|
VERTEX_API_HOST?: string | undefined;
|
|
35940
36737
|
VERTEX_API_KEY?: string | undefined;
|
|
35941
36738
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -36038,6 +36835,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
36038
36835
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
36039
36836
|
REPLICATE_API_KEY?: string | undefined;
|
|
36040
36837
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
36838
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
36839
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
36840
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
36841
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
36041
36842
|
VERTEX_API_HOST?: string | undefined;
|
|
36042
36843
|
VERTEX_API_KEY?: string | undefined;
|
|
36043
36844
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -36148,6 +36949,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
36148
36949
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
36149
36950
|
REPLICATE_API_KEY?: string | undefined;
|
|
36150
36951
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
36952
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
36953
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
36954
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
36955
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
36151
36956
|
VERTEX_API_HOST?: string | undefined;
|
|
36152
36957
|
VERTEX_API_KEY?: string | undefined;
|
|
36153
36958
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -36258,6 +37063,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
36258
37063
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
36259
37064
|
REPLICATE_API_KEY?: string | undefined;
|
|
36260
37065
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
37066
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
37067
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
37068
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
37069
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
36261
37070
|
VERTEX_API_HOST?: string | undefined;
|
|
36262
37071
|
VERTEX_API_KEY?: string | undefined;
|
|
36263
37072
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -36310,7 +37119,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
36310
37119
|
callClassificationApi?: ((args_0: string, ...args: unknown[]) => Promise<import("./providers").ProviderClassificationResponse>) | undefined;
|
|
36311
37120
|
}>]>>;
|
|
36312
37121
|
numTests: z.ZodOptional<z.ZodNumber>;
|
|
36313
|
-
language: z.ZodOptional<z.ZodString
|
|
37122
|
+
language: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
36314
37123
|
entities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
36315
37124
|
plugins: z.ZodDefault<z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodEnum<[string, ...string[]]>, string, string>, z.ZodEffects<z.ZodString, string, string>]>, z.ZodObject<{
|
|
36316
37125
|
id: z.ZodUnion<[z.ZodEffects<z.ZodEnum<[string, ...string[]]>, string, string>, z.ZodEffects<z.ZodString, string, string>]>;
|
|
@@ -36341,6 +37150,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
36341
37150
|
maxConcurrency: z.ZodOptional<z.ZodNumber>;
|
|
36342
37151
|
delay: z.ZodOptional<z.ZodNumber>;
|
|
36343
37152
|
excludeTargetOutputFromAgenticAttackGeneration: z.ZodOptional<z.ZodBoolean>;
|
|
37153
|
+
tracing: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
36344
37154
|
}, "strip", z.ZodTypeAny, {
|
|
36345
37155
|
plugins: (string | {
|
|
36346
37156
|
id: string;
|
|
@@ -36439,6 +37249,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
36439
37249
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
36440
37250
|
REPLICATE_API_KEY?: string | undefined;
|
|
36441
37251
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
37252
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
37253
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
37254
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
37255
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
36442
37256
|
VERTEX_API_HOST?: string | undefined;
|
|
36443
37257
|
VERTEX_API_KEY?: string | undefined;
|
|
36444
37258
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -36477,10 +37291,11 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
36477
37291
|
entities?: string[] | undefined;
|
|
36478
37292
|
numTests?: number | undefined;
|
|
36479
37293
|
injectVar?: string | undefined;
|
|
36480
|
-
language?: string | undefined;
|
|
37294
|
+
language?: string | string[] | undefined;
|
|
36481
37295
|
maxConcurrency?: number | undefined;
|
|
36482
37296
|
purpose?: string | undefined;
|
|
36483
37297
|
excludeTargetOutputFromAgenticAttackGeneration?: boolean | undefined;
|
|
37298
|
+
tracing?: any;
|
|
36484
37299
|
}, {
|
|
36485
37300
|
provider?: string | {
|
|
36486
37301
|
id?: string | undefined;
|
|
@@ -36569,6 +37384,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
36569
37384
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
36570
37385
|
REPLICATE_API_KEY?: string | undefined;
|
|
36571
37386
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
37387
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
37388
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
37389
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
37390
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
36572
37391
|
VERTEX_API_HOST?: string | undefined;
|
|
36573
37392
|
VERTEX_API_KEY?: string | undefined;
|
|
36574
37393
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -36611,16 +37430,17 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
36611
37430
|
numTests?: number | undefined;
|
|
36612
37431
|
})[] | undefined;
|
|
36613
37432
|
entities?: string[] | undefined;
|
|
36614
|
-
numTests?: number | undefined;
|
|
36615
|
-
injectVar?: string | undefined;
|
|
36616
|
-
language?: string | undefined;
|
|
36617
|
-
maxConcurrency?: number | undefined;
|
|
36618
|
-
purpose?: string | undefined;
|
|
36619
37433
|
strategies?: (string | {
|
|
36620
37434
|
id: string;
|
|
36621
37435
|
config?: Record<string, unknown> | undefined;
|
|
36622
37436
|
})[] | undefined;
|
|
37437
|
+
numTests?: number | undefined;
|
|
37438
|
+
injectVar?: string | undefined;
|
|
37439
|
+
language?: string | string[] | undefined;
|
|
37440
|
+
maxConcurrency?: number | undefined;
|
|
37441
|
+
purpose?: string | undefined;
|
|
36623
37442
|
excludeTargetOutputFromAgenticAttackGeneration?: boolean | undefined;
|
|
37443
|
+
tracing?: any;
|
|
36624
37444
|
}>, RedteamFileConfig, {
|
|
36625
37445
|
provider?: string | {
|
|
36626
37446
|
id?: string | undefined;
|
|
@@ -36709,6 +37529,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
36709
37529
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
36710
37530
|
REPLICATE_API_KEY?: string | undefined;
|
|
36711
37531
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
37532
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
37533
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
37534
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
37535
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
36712
37536
|
VERTEX_API_HOST?: string | undefined;
|
|
36713
37537
|
VERTEX_API_KEY?: string | undefined;
|
|
36714
37538
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -36751,16 +37575,17 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
36751
37575
|
numTests?: number | undefined;
|
|
36752
37576
|
})[] | undefined;
|
|
36753
37577
|
entities?: string[] | undefined;
|
|
36754
|
-
numTests?: number | undefined;
|
|
36755
|
-
injectVar?: string | undefined;
|
|
36756
|
-
language?: string | undefined;
|
|
36757
|
-
maxConcurrency?: number | undefined;
|
|
36758
|
-
purpose?: string | undefined;
|
|
36759
37578
|
strategies?: (string | {
|
|
36760
37579
|
id: string;
|
|
36761
37580
|
config?: Record<string, unknown> | undefined;
|
|
36762
37581
|
})[] | undefined;
|
|
37582
|
+
numTests?: number | undefined;
|
|
37583
|
+
injectVar?: string | undefined;
|
|
37584
|
+
language?: string | string[] | undefined;
|
|
37585
|
+
maxConcurrency?: number | undefined;
|
|
37586
|
+
purpose?: string | undefined;
|
|
36763
37587
|
excludeTargetOutputFromAgenticAttackGeneration?: boolean | undefined;
|
|
37588
|
+
tracing?: any;
|
|
36764
37589
|
}>>;
|
|
36765
37590
|
writeLatestResults: z.ZodOptional<z.ZodBoolean>;
|
|
36766
37591
|
tracing: z.ZodOptional<z.ZodObject<{
|
|
@@ -37396,6 +38221,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
37396
38221
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
37397
38222
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
37398
38223
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
38224
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
38225
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
38226
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
38227
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
37399
38228
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
37400
38229
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
37401
38230
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -37498,6 +38327,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
37498
38327
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
37499
38328
|
REPLICATE_API_KEY?: string | undefined;
|
|
37500
38329
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
38330
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
38331
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
38332
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
38333
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
37501
38334
|
VERTEX_API_HOST?: string | undefined;
|
|
37502
38335
|
VERTEX_API_KEY?: string | undefined;
|
|
37503
38336
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -37600,6 +38433,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
37600
38433
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
37601
38434
|
REPLICATE_API_KEY?: string | undefined;
|
|
37602
38435
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
38436
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
38437
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
38438
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
38439
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
37603
38440
|
VERTEX_API_HOST?: string | undefined;
|
|
37604
38441
|
VERTEX_API_KEY?: string | undefined;
|
|
37605
38442
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -37710,6 +38547,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
37710
38547
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
37711
38548
|
REPLICATE_API_KEY?: string | undefined;
|
|
37712
38549
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
38550
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
38551
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
38552
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
38553
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
37713
38554
|
VERTEX_API_HOST?: string | undefined;
|
|
37714
38555
|
VERTEX_API_KEY?: string | undefined;
|
|
37715
38556
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -37820,6 +38661,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
37820
38661
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
37821
38662
|
REPLICATE_API_KEY?: string | undefined;
|
|
37822
38663
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
38664
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
38665
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
38666
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
38667
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
37823
38668
|
VERTEX_API_HOST?: string | undefined;
|
|
37824
38669
|
VERTEX_API_KEY?: string | undefined;
|
|
37825
38670
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -37930,6 +38775,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
37930
38775
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
37931
38776
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
37932
38777
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
38778
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
38779
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
38780
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
38781
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
37933
38782
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
37934
38783
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
37935
38784
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -38032,6 +38881,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
38032
38881
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
38033
38882
|
REPLICATE_API_KEY?: string | undefined;
|
|
38034
38883
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
38884
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
38885
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
38886
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
38887
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
38035
38888
|
VERTEX_API_HOST?: string | undefined;
|
|
38036
38889
|
VERTEX_API_KEY?: string | undefined;
|
|
38037
38890
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -38134,6 +38987,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
38134
38987
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
38135
38988
|
REPLICATE_API_KEY?: string | undefined;
|
|
38136
38989
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
38990
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
38991
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
38992
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
38993
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
38137
38994
|
VERTEX_API_HOST?: string | undefined;
|
|
38138
38995
|
VERTEX_API_KEY?: string | undefined;
|
|
38139
38996
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -38244,6 +39101,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
38244
39101
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
38245
39102
|
REPLICATE_API_KEY?: string | undefined;
|
|
38246
39103
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
39104
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
39105
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
39106
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
39107
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
38247
39108
|
VERTEX_API_HOST?: string | undefined;
|
|
38248
39109
|
VERTEX_API_KEY?: string | undefined;
|
|
38249
39110
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -38354,6 +39215,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
38354
39215
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
38355
39216
|
REPLICATE_API_KEY?: string | undefined;
|
|
38356
39217
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
39218
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
39219
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
39220
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
39221
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
38357
39222
|
VERTEX_API_HOST?: string | undefined;
|
|
38358
39223
|
VERTEX_API_KEY?: string | undefined;
|
|
38359
39224
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -38649,6 +39514,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
38649
39514
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
38650
39515
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
38651
39516
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
39517
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
39518
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
39519
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
39520
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
38652
39521
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
38653
39522
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
38654
39523
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -38751,6 +39620,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
38751
39620
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
38752
39621
|
REPLICATE_API_KEY?: string | undefined;
|
|
38753
39622
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
39623
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
39624
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
39625
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
39626
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
38754
39627
|
VERTEX_API_HOST?: string | undefined;
|
|
38755
39628
|
VERTEX_API_KEY?: string | undefined;
|
|
38756
39629
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -38853,6 +39726,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
38853
39726
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
38854
39727
|
REPLICATE_API_KEY?: string | undefined;
|
|
38855
39728
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
39729
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
39730
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
39731
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
39732
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
38856
39733
|
VERTEX_API_HOST?: string | undefined;
|
|
38857
39734
|
VERTEX_API_KEY?: string | undefined;
|
|
38858
39735
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -38963,6 +39840,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
38963
39840
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
38964
39841
|
REPLICATE_API_KEY?: string | undefined;
|
|
38965
39842
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
39843
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
39844
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
39845
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
39846
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
38966
39847
|
VERTEX_API_HOST?: string | undefined;
|
|
38967
39848
|
VERTEX_API_KEY?: string | undefined;
|
|
38968
39849
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -39073,6 +39954,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
39073
39954
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
39074
39955
|
REPLICATE_API_KEY?: string | undefined;
|
|
39075
39956
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
39957
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
39958
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
39959
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
39960
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
39076
39961
|
VERTEX_API_HOST?: string | undefined;
|
|
39077
39962
|
VERTEX_API_KEY?: string | undefined;
|
|
39078
39963
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -39183,6 +40068,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
39183
40068
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
39184
40069
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
39185
40070
|
REPLICATE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
40071
|
+
SHAREPOINT_BASE_URL: z.ZodOptional<z.ZodString>;
|
|
40072
|
+
SHAREPOINT_CERT_PATH: z.ZodOptional<z.ZodString>;
|
|
40073
|
+
SHAREPOINT_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
40074
|
+
SHAREPOINT_TENANT_ID: z.ZodOptional<z.ZodString>;
|
|
39186
40075
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
39187
40076
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
39188
40077
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -39285,6 +40174,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
39285
40174
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
39286
40175
|
REPLICATE_API_KEY?: string | undefined;
|
|
39287
40176
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
40177
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
40178
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
40179
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
40180
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
39288
40181
|
VERTEX_API_HOST?: string | undefined;
|
|
39289
40182
|
VERTEX_API_KEY?: string | undefined;
|
|
39290
40183
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -39387,6 +40280,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
39387
40280
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
39388
40281
|
REPLICATE_API_KEY?: string | undefined;
|
|
39389
40282
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
40283
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
40284
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
40285
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
40286
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
39390
40287
|
VERTEX_API_HOST?: string | undefined;
|
|
39391
40288
|
VERTEX_API_KEY?: string | undefined;
|
|
39392
40289
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -39497,6 +40394,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
39497
40394
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
39498
40395
|
REPLICATE_API_KEY?: string | undefined;
|
|
39499
40396
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
40397
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
40398
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
40399
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
40400
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
39500
40401
|
VERTEX_API_HOST?: string | undefined;
|
|
39501
40402
|
VERTEX_API_KEY?: string | undefined;
|
|
39502
40403
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -39607,6 +40508,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
39607
40508
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
39608
40509
|
REPLICATE_API_KEY?: string | undefined;
|
|
39609
40510
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
40511
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
40512
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
40513
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
40514
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
39610
40515
|
VERTEX_API_HOST?: string | undefined;
|
|
39611
40516
|
VERTEX_API_KEY?: string | undefined;
|
|
39612
40517
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -39819,6 +40724,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
39819
40724
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
39820
40725
|
REPLICATE_API_KEY?: string | undefined;
|
|
39821
40726
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
40727
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
40728
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
40729
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
40730
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
39822
40731
|
VERTEX_API_HOST?: string | undefined;
|
|
39823
40732
|
VERTEX_API_KEY?: string | undefined;
|
|
39824
40733
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -39843,6 +40752,30 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
39843
40752
|
PROMPTFOO_EVAL_TIMEOUT_MS?: string | undefined;
|
|
39844
40753
|
} | Record<string, string> | undefined;
|
|
39845
40754
|
metadata?: Record<string, any> | undefined;
|
|
40755
|
+
tracing?: {
|
|
40756
|
+
enabled: boolean;
|
|
40757
|
+
otlp?: {
|
|
40758
|
+
http?: {
|
|
40759
|
+
enabled: boolean;
|
|
40760
|
+
port: number;
|
|
40761
|
+
host: string;
|
|
40762
|
+
acceptFormats: ("protobuf" | "json")[];
|
|
40763
|
+
} | undefined;
|
|
40764
|
+
grpc?: {
|
|
40765
|
+
enabled: boolean;
|
|
40766
|
+
port: number;
|
|
40767
|
+
} | undefined;
|
|
40768
|
+
} | undefined;
|
|
40769
|
+
storage?: {
|
|
40770
|
+
type: "sqlite";
|
|
40771
|
+
retentionDays: number;
|
|
40772
|
+
} | undefined;
|
|
40773
|
+
forwarding?: {
|
|
40774
|
+
enabled: boolean;
|
|
40775
|
+
endpoint: string;
|
|
40776
|
+
headers?: Record<string, string> | undefined;
|
|
40777
|
+
} | undefined;
|
|
40778
|
+
} | undefined;
|
|
39846
40779
|
description?: string | undefined;
|
|
39847
40780
|
providers?: string | (((args_0: string, args_1: {
|
|
39848
40781
|
prompt: {
|
|
@@ -39953,6 +40886,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
39953
40886
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
39954
40887
|
REPLICATE_API_KEY?: string | undefined;
|
|
39955
40888
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
40889
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
40890
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
40891
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
40892
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
39956
40893
|
VERTEX_API_HOST?: string | undefined;
|
|
39957
40894
|
VERTEX_API_KEY?: string | undefined;
|
|
39958
40895
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -40085,6 +41022,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
40085
41022
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
40086
41023
|
REPLICATE_API_KEY?: string | undefined;
|
|
40087
41024
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
41025
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
41026
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
41027
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
41028
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
40088
41029
|
VERTEX_API_HOST?: string | undefined;
|
|
40089
41030
|
VERTEX_API_KEY?: string | undefined;
|
|
40090
41031
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -40227,6 +41168,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
40227
41168
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
40228
41169
|
REPLICATE_API_KEY?: string | undefined;
|
|
40229
41170
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
41171
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
41172
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
41173
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
41174
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
40230
41175
|
VERTEX_API_HOST?: string | undefined;
|
|
40231
41176
|
VERTEX_API_KEY?: string | undefined;
|
|
40232
41177
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -40426,6 +41371,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
40426
41371
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
40427
41372
|
REPLICATE_API_KEY?: string | undefined;
|
|
40428
41373
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
41374
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
41375
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
41376
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
41377
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
40429
41378
|
VERTEX_API_HOST?: string | undefined;
|
|
40430
41379
|
VERTEX_API_KEY?: string | undefined;
|
|
40431
41380
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -40619,6 +41568,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
40619
41568
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
40620
41569
|
REPLICATE_API_KEY?: string | undefined;
|
|
40621
41570
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
41571
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
41572
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
41573
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
41574
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
40622
41575
|
VERTEX_API_HOST?: string | undefined;
|
|
40623
41576
|
VERTEX_API_KEY?: string | undefined;
|
|
40624
41577
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -40814,6 +41767,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
40814
41767
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
40815
41768
|
REPLICATE_API_KEY?: string | undefined;
|
|
40816
41769
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
41770
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
41771
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
41772
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
41773
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
40817
41774
|
VERTEX_API_HOST?: string | undefined;
|
|
40818
41775
|
VERTEX_API_KEY?: string | undefined;
|
|
40819
41776
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -40903,30 +41860,6 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
40903
41860
|
}[] | undefined;
|
|
40904
41861
|
extensions?: string[] | null | undefined;
|
|
40905
41862
|
writeLatestResults?: boolean | undefined;
|
|
40906
|
-
tracing?: {
|
|
40907
|
-
enabled: boolean;
|
|
40908
|
-
otlp?: {
|
|
40909
|
-
http?: {
|
|
40910
|
-
enabled: boolean;
|
|
40911
|
-
port: number;
|
|
40912
|
-
host: string;
|
|
40913
|
-
acceptFormats: ("protobuf" | "json")[];
|
|
40914
|
-
} | undefined;
|
|
40915
|
-
grpc?: {
|
|
40916
|
-
enabled: boolean;
|
|
40917
|
-
port: number;
|
|
40918
|
-
} | undefined;
|
|
40919
|
-
} | undefined;
|
|
40920
|
-
storage?: {
|
|
40921
|
-
type: "sqlite";
|
|
40922
|
-
retentionDays: number;
|
|
40923
|
-
} | undefined;
|
|
40924
|
-
forwarding?: {
|
|
40925
|
-
enabled: boolean;
|
|
40926
|
-
endpoint: string;
|
|
40927
|
-
headers?: Record<string, string> | undefined;
|
|
40928
|
-
} | undefined;
|
|
40929
|
-
} | undefined;
|
|
40930
41863
|
evaluateOptions?: {
|
|
40931
41864
|
delay?: number | undefined;
|
|
40932
41865
|
cache?: boolean | undefined;
|
|
@@ -41129,6 +42062,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
41129
42062
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
41130
42063
|
REPLICATE_API_KEY?: string | undefined;
|
|
41131
42064
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
42065
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
42066
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
42067
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
42068
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
41132
42069
|
VERTEX_API_HOST?: string | undefined;
|
|
41133
42070
|
VERTEX_API_KEY?: string | undefined;
|
|
41134
42071
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -41261,6 +42198,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
41261
42198
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
41262
42199
|
REPLICATE_API_KEY?: string | undefined;
|
|
41263
42200
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
42201
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
42202
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
42203
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
42204
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
41264
42205
|
VERTEX_API_HOST?: string | undefined;
|
|
41265
42206
|
VERTEX_API_KEY?: string | undefined;
|
|
41266
42207
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -41381,6 +42322,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
41381
42322
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
41382
42323
|
REPLICATE_API_KEY?: string | undefined;
|
|
41383
42324
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
42325
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
42326
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
42327
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
42328
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
41384
42329
|
VERTEX_API_HOST?: string | undefined;
|
|
41385
42330
|
VERTEX_API_KEY?: string | undefined;
|
|
41386
42331
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -41405,6 +42350,30 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
41405
42350
|
PROMPTFOO_EVAL_TIMEOUT_MS?: string | undefined;
|
|
41406
42351
|
} | Record<string, string | number | boolean> | undefined;
|
|
41407
42352
|
metadata?: Record<string, any> | undefined;
|
|
42353
|
+
tracing?: {
|
|
42354
|
+
enabled?: boolean | undefined;
|
|
42355
|
+
otlp?: {
|
|
42356
|
+
http?: {
|
|
42357
|
+
enabled?: boolean | undefined;
|
|
42358
|
+
port?: number | undefined;
|
|
42359
|
+
host?: string | undefined;
|
|
42360
|
+
acceptFormats?: ("protobuf" | "json")[] | undefined;
|
|
42361
|
+
} | undefined;
|
|
42362
|
+
grpc?: {
|
|
42363
|
+
enabled?: boolean | undefined;
|
|
42364
|
+
port?: number | undefined;
|
|
42365
|
+
} | undefined;
|
|
42366
|
+
} | undefined;
|
|
42367
|
+
storage?: {
|
|
42368
|
+
type?: "sqlite" | undefined;
|
|
42369
|
+
retentionDays?: number | undefined;
|
|
42370
|
+
} | undefined;
|
|
42371
|
+
forwarding?: {
|
|
42372
|
+
endpoint: string;
|
|
42373
|
+
enabled?: boolean | undefined;
|
|
42374
|
+
headers?: Record<string, string> | undefined;
|
|
42375
|
+
} | undefined;
|
|
42376
|
+
} | undefined;
|
|
41408
42377
|
description?: string | undefined;
|
|
41409
42378
|
providers?: string | (((args_0: string, args_1: {
|
|
41410
42379
|
prompt: {
|
|
@@ -41515,6 +42484,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
41515
42484
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
41516
42485
|
REPLICATE_API_KEY?: string | undefined;
|
|
41517
42486
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
42487
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
42488
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
42489
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
42490
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
41518
42491
|
VERTEX_API_HOST?: string | undefined;
|
|
41519
42492
|
VERTEX_API_KEY?: string | undefined;
|
|
41520
42493
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -41647,6 +42620,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
41647
42620
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
41648
42621
|
REPLICATE_API_KEY?: string | undefined;
|
|
41649
42622
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
42623
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
42624
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
42625
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
42626
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
41650
42627
|
VERTEX_API_HOST?: string | undefined;
|
|
41651
42628
|
VERTEX_API_KEY?: string | undefined;
|
|
41652
42629
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -41789,6 +42766,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
41789
42766
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
41790
42767
|
REPLICATE_API_KEY?: string | undefined;
|
|
41791
42768
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
42769
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
42770
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
42771
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
42772
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
41792
42773
|
VERTEX_API_HOST?: string | undefined;
|
|
41793
42774
|
VERTEX_API_KEY?: string | undefined;
|
|
41794
42775
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -41958,6 +42939,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
41958
42939
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
41959
42940
|
REPLICATE_API_KEY?: string | undefined;
|
|
41960
42941
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
42942
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
42943
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
42944
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
42945
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
41961
42946
|
VERTEX_API_HOST?: string | undefined;
|
|
41962
42947
|
VERTEX_API_KEY?: string | undefined;
|
|
41963
42948
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -42000,16 +42985,17 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
42000
42985
|
numTests?: number | undefined;
|
|
42001
42986
|
})[] | undefined;
|
|
42002
42987
|
entities?: string[] | undefined;
|
|
42003
|
-
numTests?: number | undefined;
|
|
42004
|
-
injectVar?: string | undefined;
|
|
42005
|
-
language?: string | undefined;
|
|
42006
|
-
maxConcurrency?: number | undefined;
|
|
42007
|
-
purpose?: string | undefined;
|
|
42008
42988
|
strategies?: (string | {
|
|
42009
42989
|
id: string;
|
|
42010
42990
|
config?: Record<string, unknown> | undefined;
|
|
42011
42991
|
})[] | undefined;
|
|
42992
|
+
numTests?: number | undefined;
|
|
42993
|
+
injectVar?: string | undefined;
|
|
42994
|
+
language?: string | string[] | undefined;
|
|
42995
|
+
maxConcurrency?: number | undefined;
|
|
42996
|
+
purpose?: string | undefined;
|
|
42012
42997
|
excludeTargetOutputFromAgenticAttackGeneration?: boolean | undefined;
|
|
42998
|
+
tracing?: any;
|
|
42013
42999
|
} | undefined;
|
|
42014
43000
|
tags?: Record<string, string> | undefined;
|
|
42015
43001
|
scenarios?: (string | {
|
|
@@ -42128,6 +43114,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
42128
43114
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
42129
43115
|
REPLICATE_API_KEY?: string | undefined;
|
|
42130
43116
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
43117
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
43118
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
43119
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
43120
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
42131
43121
|
VERTEX_API_HOST?: string | undefined;
|
|
42132
43122
|
VERTEX_API_KEY?: string | undefined;
|
|
42133
43123
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -42321,6 +43311,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
42321
43311
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
42322
43312
|
REPLICATE_API_KEY?: string | undefined;
|
|
42323
43313
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
43314
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
43315
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
43316
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
43317
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
42324
43318
|
VERTEX_API_HOST?: string | undefined;
|
|
42325
43319
|
VERTEX_API_KEY?: string | undefined;
|
|
42326
43320
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -42516,6 +43510,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
42516
43510
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
42517
43511
|
REPLICATE_API_KEY?: string | undefined;
|
|
42518
43512
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
43513
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
43514
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
43515
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
43516
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
42519
43517
|
VERTEX_API_HOST?: string | undefined;
|
|
42520
43518
|
VERTEX_API_KEY?: string | undefined;
|
|
42521
43519
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -42605,30 +43603,6 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
42605
43603
|
}[] | undefined;
|
|
42606
43604
|
extensions?: string[] | null | undefined;
|
|
42607
43605
|
writeLatestResults?: boolean | undefined;
|
|
42608
|
-
tracing?: {
|
|
42609
|
-
enabled?: boolean | undefined;
|
|
42610
|
-
otlp?: {
|
|
42611
|
-
http?: {
|
|
42612
|
-
enabled?: boolean | undefined;
|
|
42613
|
-
port?: number | undefined;
|
|
42614
|
-
host?: string | undefined;
|
|
42615
|
-
acceptFormats?: ("protobuf" | "json")[] | undefined;
|
|
42616
|
-
} | undefined;
|
|
42617
|
-
grpc?: {
|
|
42618
|
-
enabled?: boolean | undefined;
|
|
42619
|
-
port?: number | undefined;
|
|
42620
|
-
} | undefined;
|
|
42621
|
-
} | undefined;
|
|
42622
|
-
storage?: {
|
|
42623
|
-
type?: "sqlite" | undefined;
|
|
42624
|
-
retentionDays?: number | undefined;
|
|
42625
|
-
} | undefined;
|
|
42626
|
-
forwarding?: {
|
|
42627
|
-
endpoint: string;
|
|
42628
|
-
enabled?: boolean | undefined;
|
|
42629
|
-
headers?: Record<string, string> | undefined;
|
|
42630
|
-
} | undefined;
|
|
42631
|
-
} | undefined;
|
|
42632
43606
|
evaluateOptions?: {
|
|
42633
43607
|
delay?: number | undefined;
|
|
42634
43608
|
cache?: boolean | undefined;
|
|
@@ -42831,6 +43805,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
42831
43805
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
42832
43806
|
REPLICATE_API_KEY?: string | undefined;
|
|
42833
43807
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
43808
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
43809
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
43810
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
43811
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
42834
43812
|
VERTEX_API_HOST?: string | undefined;
|
|
42835
43813
|
VERTEX_API_KEY?: string | undefined;
|
|
42836
43814
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -42963,6 +43941,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
42963
43941
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
42964
43942
|
REPLICATE_API_KEY?: string | undefined;
|
|
42965
43943
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
43944
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
43945
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
43946
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
43947
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
42966
43948
|
VERTEX_API_HOST?: string | undefined;
|
|
42967
43949
|
VERTEX_API_KEY?: string | undefined;
|
|
42968
43950
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -43083,6 +44065,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
43083
44065
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
43084
44066
|
REPLICATE_API_KEY?: string | undefined;
|
|
43085
44067
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
44068
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
44069
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
44070
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
44071
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
43086
44072
|
VERTEX_API_HOST?: string | undefined;
|
|
43087
44073
|
VERTEX_API_KEY?: string | undefined;
|
|
43088
44074
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -43107,6 +44093,30 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
43107
44093
|
PROMPTFOO_EVAL_TIMEOUT_MS?: string | undefined;
|
|
43108
44094
|
} | Record<string, string> | undefined;
|
|
43109
44095
|
metadata?: Record<string, any> | undefined;
|
|
44096
|
+
tracing?: {
|
|
44097
|
+
enabled: boolean;
|
|
44098
|
+
otlp?: {
|
|
44099
|
+
http?: {
|
|
44100
|
+
enabled: boolean;
|
|
44101
|
+
port: number;
|
|
44102
|
+
host: string;
|
|
44103
|
+
acceptFormats: ("protobuf" | "json")[];
|
|
44104
|
+
} | undefined;
|
|
44105
|
+
grpc?: {
|
|
44106
|
+
enabled: boolean;
|
|
44107
|
+
port: number;
|
|
44108
|
+
} | undefined;
|
|
44109
|
+
} | undefined;
|
|
44110
|
+
storage?: {
|
|
44111
|
+
type: "sqlite";
|
|
44112
|
+
retentionDays: number;
|
|
44113
|
+
} | undefined;
|
|
44114
|
+
forwarding?: {
|
|
44115
|
+
enabled: boolean;
|
|
44116
|
+
endpoint: string;
|
|
44117
|
+
headers?: Record<string, string> | undefined;
|
|
44118
|
+
} | undefined;
|
|
44119
|
+
} | undefined;
|
|
43110
44120
|
description?: string | undefined;
|
|
43111
44121
|
providers?: string | (((args_0: string, args_1: {
|
|
43112
44122
|
prompt: {
|
|
@@ -43217,6 +44227,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
43217
44227
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
43218
44228
|
REPLICATE_API_KEY?: string | undefined;
|
|
43219
44229
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
44230
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
44231
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
44232
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
44233
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
43220
44234
|
VERTEX_API_HOST?: string | undefined;
|
|
43221
44235
|
VERTEX_API_KEY?: string | undefined;
|
|
43222
44236
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -43349,6 +44363,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
43349
44363
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
43350
44364
|
REPLICATE_API_KEY?: string | undefined;
|
|
43351
44365
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
44366
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
44367
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
44368
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
44369
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
43352
44370
|
VERTEX_API_HOST?: string | undefined;
|
|
43353
44371
|
VERTEX_API_KEY?: string | undefined;
|
|
43354
44372
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -43491,6 +44509,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
43491
44509
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
43492
44510
|
REPLICATE_API_KEY?: string | undefined;
|
|
43493
44511
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
44512
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
44513
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
44514
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
44515
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
43494
44516
|
VERTEX_API_HOST?: string | undefined;
|
|
43495
44517
|
VERTEX_API_KEY?: string | undefined;
|
|
43496
44518
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -43690,6 +44712,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
43690
44712
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
43691
44713
|
REPLICATE_API_KEY?: string | undefined;
|
|
43692
44714
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
44715
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
44716
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
44717
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
44718
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
43693
44719
|
VERTEX_API_HOST?: string | undefined;
|
|
43694
44720
|
VERTEX_API_KEY?: string | undefined;
|
|
43695
44721
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -43883,6 +44909,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
43883
44909
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
43884
44910
|
REPLICATE_API_KEY?: string | undefined;
|
|
43885
44911
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
44912
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
44913
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
44914
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
44915
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
43886
44916
|
VERTEX_API_HOST?: string | undefined;
|
|
43887
44917
|
VERTEX_API_KEY?: string | undefined;
|
|
43888
44918
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -44078,6 +45108,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
44078
45108
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
44079
45109
|
REPLICATE_API_KEY?: string | undefined;
|
|
44080
45110
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
45111
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
45112
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
45113
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
45114
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
44081
45115
|
VERTEX_API_HOST?: string | undefined;
|
|
44082
45116
|
VERTEX_API_KEY?: string | undefined;
|
|
44083
45117
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -44167,30 +45201,6 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
44167
45201
|
}[] | undefined;
|
|
44168
45202
|
extensions?: string[] | null | undefined;
|
|
44169
45203
|
writeLatestResults?: boolean | undefined;
|
|
44170
|
-
tracing?: {
|
|
44171
|
-
enabled: boolean;
|
|
44172
|
-
otlp?: {
|
|
44173
|
-
http?: {
|
|
44174
|
-
enabled: boolean;
|
|
44175
|
-
port: number;
|
|
44176
|
-
host: string;
|
|
44177
|
-
acceptFormats: ("protobuf" | "json")[];
|
|
44178
|
-
} | undefined;
|
|
44179
|
-
grpc?: {
|
|
44180
|
-
enabled: boolean;
|
|
44181
|
-
port: number;
|
|
44182
|
-
} | undefined;
|
|
44183
|
-
} | undefined;
|
|
44184
|
-
storage?: {
|
|
44185
|
-
type: "sqlite";
|
|
44186
|
-
retentionDays: number;
|
|
44187
|
-
} | undefined;
|
|
44188
|
-
forwarding?: {
|
|
44189
|
-
enabled: boolean;
|
|
44190
|
-
endpoint: string;
|
|
44191
|
-
headers?: Record<string, string> | undefined;
|
|
44192
|
-
} | undefined;
|
|
44193
|
-
} | undefined;
|
|
44194
45204
|
evaluateOptions?: {
|
|
44195
45205
|
delay?: number | undefined;
|
|
44196
45206
|
cache?: boolean | undefined;
|
|
@@ -44393,6 +45403,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
44393
45403
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
44394
45404
|
REPLICATE_API_KEY?: string | undefined;
|
|
44395
45405
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
45406
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
45407
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
45408
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
45409
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
44396
45410
|
VERTEX_API_HOST?: string | undefined;
|
|
44397
45411
|
VERTEX_API_KEY?: string | undefined;
|
|
44398
45412
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -44525,6 +45539,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
44525
45539
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
44526
45540
|
REPLICATE_API_KEY?: string | undefined;
|
|
44527
45541
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
45542
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
45543
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
45544
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
45545
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
44528
45546
|
VERTEX_API_HOST?: string | undefined;
|
|
44529
45547
|
VERTEX_API_KEY?: string | undefined;
|
|
44530
45548
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -44645,6 +45663,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
44645
45663
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
44646
45664
|
REPLICATE_API_KEY?: string | undefined;
|
|
44647
45665
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
45666
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
45667
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
45668
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
45669
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
44648
45670
|
VERTEX_API_HOST?: string | undefined;
|
|
44649
45671
|
VERTEX_API_KEY?: string | undefined;
|
|
44650
45672
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -44669,6 +45691,30 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
44669
45691
|
PROMPTFOO_EVAL_TIMEOUT_MS?: string | undefined;
|
|
44670
45692
|
} | Record<string, string | number | boolean> | undefined;
|
|
44671
45693
|
metadata?: Record<string, any> | undefined;
|
|
45694
|
+
tracing?: {
|
|
45695
|
+
enabled?: boolean | undefined;
|
|
45696
|
+
otlp?: {
|
|
45697
|
+
http?: {
|
|
45698
|
+
enabled?: boolean | undefined;
|
|
45699
|
+
port?: number | undefined;
|
|
45700
|
+
host?: string | undefined;
|
|
45701
|
+
acceptFormats?: ("protobuf" | "json")[] | undefined;
|
|
45702
|
+
} | undefined;
|
|
45703
|
+
grpc?: {
|
|
45704
|
+
enabled?: boolean | undefined;
|
|
45705
|
+
port?: number | undefined;
|
|
45706
|
+
} | undefined;
|
|
45707
|
+
} | undefined;
|
|
45708
|
+
storage?: {
|
|
45709
|
+
type?: "sqlite" | undefined;
|
|
45710
|
+
retentionDays?: number | undefined;
|
|
45711
|
+
} | undefined;
|
|
45712
|
+
forwarding?: {
|
|
45713
|
+
endpoint: string;
|
|
45714
|
+
enabled?: boolean | undefined;
|
|
45715
|
+
headers?: Record<string, string> | undefined;
|
|
45716
|
+
} | undefined;
|
|
45717
|
+
} | undefined;
|
|
44672
45718
|
description?: string | undefined;
|
|
44673
45719
|
providers?: string | (((args_0: string, args_1: {
|
|
44674
45720
|
prompt: {
|
|
@@ -44779,6 +45825,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
44779
45825
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
44780
45826
|
REPLICATE_API_KEY?: string | undefined;
|
|
44781
45827
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
45828
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
45829
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
45830
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
45831
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
44782
45832
|
VERTEX_API_HOST?: string | undefined;
|
|
44783
45833
|
VERTEX_API_KEY?: string | undefined;
|
|
44784
45834
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -44911,6 +45961,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
44911
45961
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
44912
45962
|
REPLICATE_API_KEY?: string | undefined;
|
|
44913
45963
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
45964
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
45965
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
45966
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
45967
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
44914
45968
|
VERTEX_API_HOST?: string | undefined;
|
|
44915
45969
|
VERTEX_API_KEY?: string | undefined;
|
|
44916
45970
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -45053,6 +46107,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
45053
46107
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
45054
46108
|
REPLICATE_API_KEY?: string | undefined;
|
|
45055
46109
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
46110
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
46111
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
46112
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
46113
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
45056
46114
|
VERTEX_API_HOST?: string | undefined;
|
|
45057
46115
|
VERTEX_API_KEY?: string | undefined;
|
|
45058
46116
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -45222,6 +46280,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
45222
46280
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
45223
46281
|
REPLICATE_API_KEY?: string | undefined;
|
|
45224
46282
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
46283
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
46284
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
46285
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
46286
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
45225
46287
|
VERTEX_API_HOST?: string | undefined;
|
|
45226
46288
|
VERTEX_API_KEY?: string | undefined;
|
|
45227
46289
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -45264,16 +46326,17 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
45264
46326
|
numTests?: number | undefined;
|
|
45265
46327
|
})[] | undefined;
|
|
45266
46328
|
entities?: string[] | undefined;
|
|
45267
|
-
numTests?: number | undefined;
|
|
45268
|
-
injectVar?: string | undefined;
|
|
45269
|
-
language?: string | undefined;
|
|
45270
|
-
maxConcurrency?: number | undefined;
|
|
45271
|
-
purpose?: string | undefined;
|
|
45272
46329
|
strategies?: (string | {
|
|
45273
46330
|
id: string;
|
|
45274
46331
|
config?: Record<string, unknown> | undefined;
|
|
45275
46332
|
})[] | undefined;
|
|
46333
|
+
numTests?: number | undefined;
|
|
46334
|
+
injectVar?: string | undefined;
|
|
46335
|
+
language?: string | string[] | undefined;
|
|
46336
|
+
maxConcurrency?: number | undefined;
|
|
46337
|
+
purpose?: string | undefined;
|
|
45276
46338
|
excludeTargetOutputFromAgenticAttackGeneration?: boolean | undefined;
|
|
46339
|
+
tracing?: any;
|
|
45277
46340
|
} | undefined;
|
|
45278
46341
|
tags?: Record<string, string> | undefined;
|
|
45279
46342
|
scenarios?: (string | {
|
|
@@ -45392,6 +46455,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
45392
46455
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
45393
46456
|
REPLICATE_API_KEY?: string | undefined;
|
|
45394
46457
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
46458
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
46459
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
46460
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
46461
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
45395
46462
|
VERTEX_API_HOST?: string | undefined;
|
|
45396
46463
|
VERTEX_API_KEY?: string | undefined;
|
|
45397
46464
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -45585,6 +46652,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
45585
46652
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
45586
46653
|
REPLICATE_API_KEY?: string | undefined;
|
|
45587
46654
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
46655
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
46656
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
46657
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
46658
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
45588
46659
|
VERTEX_API_HOST?: string | undefined;
|
|
45589
46660
|
VERTEX_API_KEY?: string | undefined;
|
|
45590
46661
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -45780,6 +46851,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
45780
46851
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
45781
46852
|
REPLICATE_API_KEY?: string | undefined;
|
|
45782
46853
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
46854
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
46855
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
46856
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
46857
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
45783
46858
|
VERTEX_API_HOST?: string | undefined;
|
|
45784
46859
|
VERTEX_API_KEY?: string | undefined;
|
|
45785
46860
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -45869,30 +46944,6 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
45869
46944
|
}[] | undefined;
|
|
45870
46945
|
extensions?: string[] | null | undefined;
|
|
45871
46946
|
writeLatestResults?: boolean | undefined;
|
|
45872
|
-
tracing?: {
|
|
45873
|
-
enabled?: boolean | undefined;
|
|
45874
|
-
otlp?: {
|
|
45875
|
-
http?: {
|
|
45876
|
-
enabled?: boolean | undefined;
|
|
45877
|
-
port?: number | undefined;
|
|
45878
|
-
host?: string | undefined;
|
|
45879
|
-
acceptFormats?: ("protobuf" | "json")[] | undefined;
|
|
45880
|
-
} | undefined;
|
|
45881
|
-
grpc?: {
|
|
45882
|
-
enabled?: boolean | undefined;
|
|
45883
|
-
port?: number | undefined;
|
|
45884
|
-
} | undefined;
|
|
45885
|
-
} | undefined;
|
|
45886
|
-
storage?: {
|
|
45887
|
-
type?: "sqlite" | undefined;
|
|
45888
|
-
retentionDays?: number | undefined;
|
|
45889
|
-
} | undefined;
|
|
45890
|
-
forwarding?: {
|
|
45891
|
-
endpoint: string;
|
|
45892
|
-
enabled?: boolean | undefined;
|
|
45893
|
-
headers?: Record<string, string> | undefined;
|
|
45894
|
-
} | undefined;
|
|
45895
|
-
} | undefined;
|
|
45896
46947
|
evaluateOptions?: {
|
|
45897
46948
|
delay?: number | undefined;
|
|
45898
46949
|
cache?: boolean | undefined;
|
|
@@ -46095,6 +47146,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
46095
47146
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
46096
47147
|
REPLICATE_API_KEY?: string | undefined;
|
|
46097
47148
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
47149
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
47150
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
47151
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
47152
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
46098
47153
|
VERTEX_API_HOST?: string | undefined;
|
|
46099
47154
|
VERTEX_API_KEY?: string | undefined;
|
|
46100
47155
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -46227,6 +47282,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
46227
47282
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
46228
47283
|
REPLICATE_API_KEY?: string | undefined;
|
|
46229
47284
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
47285
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
47286
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
47287
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
47288
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
46230
47289
|
VERTEX_API_HOST?: string | undefined;
|
|
46231
47290
|
VERTEX_API_KEY?: string | undefined;
|
|
46232
47291
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -46347,6 +47406,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
46347
47406
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
46348
47407
|
REPLICATE_API_KEY?: string | undefined;
|
|
46349
47408
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
47409
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
47410
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
47411
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
47412
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
46350
47413
|
VERTEX_API_HOST?: string | undefined;
|
|
46351
47414
|
VERTEX_API_KEY?: string | undefined;
|
|
46352
47415
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -46371,6 +47434,30 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
46371
47434
|
PROMPTFOO_EVAL_TIMEOUT_MS?: string | undefined;
|
|
46372
47435
|
} | Record<string, string> | undefined;
|
|
46373
47436
|
metadata?: Record<string, any> | undefined;
|
|
47437
|
+
tracing?: {
|
|
47438
|
+
enabled: boolean;
|
|
47439
|
+
otlp?: {
|
|
47440
|
+
http?: {
|
|
47441
|
+
enabled: boolean;
|
|
47442
|
+
port: number;
|
|
47443
|
+
host: string;
|
|
47444
|
+
acceptFormats: ("protobuf" | "json")[];
|
|
47445
|
+
} | undefined;
|
|
47446
|
+
grpc?: {
|
|
47447
|
+
enabled: boolean;
|
|
47448
|
+
port: number;
|
|
47449
|
+
} | undefined;
|
|
47450
|
+
} | undefined;
|
|
47451
|
+
storage?: {
|
|
47452
|
+
type: "sqlite";
|
|
47453
|
+
retentionDays: number;
|
|
47454
|
+
} | undefined;
|
|
47455
|
+
forwarding?: {
|
|
47456
|
+
enabled: boolean;
|
|
47457
|
+
endpoint: string;
|
|
47458
|
+
headers?: Record<string, string> | undefined;
|
|
47459
|
+
} | undefined;
|
|
47460
|
+
} | undefined;
|
|
46374
47461
|
description?: string | undefined;
|
|
46375
47462
|
providers?: string | (((args_0: string, args_1: {
|
|
46376
47463
|
prompt: {
|
|
@@ -46481,6 +47568,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
46481
47568
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
46482
47569
|
REPLICATE_API_KEY?: string | undefined;
|
|
46483
47570
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
47571
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
47572
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
47573
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
47574
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
46484
47575
|
VERTEX_API_HOST?: string | undefined;
|
|
46485
47576
|
VERTEX_API_KEY?: string | undefined;
|
|
46486
47577
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -46613,6 +47704,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
46613
47704
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
46614
47705
|
REPLICATE_API_KEY?: string | undefined;
|
|
46615
47706
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
47707
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
47708
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
47709
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
47710
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
46616
47711
|
VERTEX_API_HOST?: string | undefined;
|
|
46617
47712
|
VERTEX_API_KEY?: string | undefined;
|
|
46618
47713
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -46755,6 +47850,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
46755
47850
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
46756
47851
|
REPLICATE_API_KEY?: string | undefined;
|
|
46757
47852
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
47853
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
47854
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
47855
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
47856
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
46758
47857
|
VERTEX_API_HOST?: string | undefined;
|
|
46759
47858
|
VERTEX_API_KEY?: string | undefined;
|
|
46760
47859
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -46954,6 +48053,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
46954
48053
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
46955
48054
|
REPLICATE_API_KEY?: string | undefined;
|
|
46956
48055
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
48056
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
48057
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
48058
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
48059
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
46957
48060
|
VERTEX_API_HOST?: string | undefined;
|
|
46958
48061
|
VERTEX_API_KEY?: string | undefined;
|
|
46959
48062
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -47147,6 +48250,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
47147
48250
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
47148
48251
|
REPLICATE_API_KEY?: string | undefined;
|
|
47149
48252
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
48253
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
48254
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
48255
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
48256
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
47150
48257
|
VERTEX_API_HOST?: string | undefined;
|
|
47151
48258
|
VERTEX_API_KEY?: string | undefined;
|
|
47152
48259
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -47342,6 +48449,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
47342
48449
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
47343
48450
|
REPLICATE_API_KEY?: string | undefined;
|
|
47344
48451
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
48452
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
48453
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
48454
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
48455
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
47345
48456
|
VERTEX_API_HOST?: string | undefined;
|
|
47346
48457
|
VERTEX_API_KEY?: string | undefined;
|
|
47347
48458
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -47431,30 +48542,6 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
47431
48542
|
}[] | undefined;
|
|
47432
48543
|
extensions?: string[] | null | undefined;
|
|
47433
48544
|
writeLatestResults?: boolean | undefined;
|
|
47434
|
-
tracing?: {
|
|
47435
|
-
enabled: boolean;
|
|
47436
|
-
otlp?: {
|
|
47437
|
-
http?: {
|
|
47438
|
-
enabled: boolean;
|
|
47439
|
-
port: number;
|
|
47440
|
-
host: string;
|
|
47441
|
-
acceptFormats: ("protobuf" | "json")[];
|
|
47442
|
-
} | undefined;
|
|
47443
|
-
grpc?: {
|
|
47444
|
-
enabled: boolean;
|
|
47445
|
-
port: number;
|
|
47446
|
-
} | undefined;
|
|
47447
|
-
} | undefined;
|
|
47448
|
-
storage?: {
|
|
47449
|
-
type: "sqlite";
|
|
47450
|
-
retentionDays: number;
|
|
47451
|
-
} | undefined;
|
|
47452
|
-
forwarding?: {
|
|
47453
|
-
enabled: boolean;
|
|
47454
|
-
endpoint: string;
|
|
47455
|
-
headers?: Record<string, string> | undefined;
|
|
47456
|
-
} | undefined;
|
|
47457
|
-
} | undefined;
|
|
47458
48545
|
evaluateOptions?: {
|
|
47459
48546
|
delay?: number | undefined;
|
|
47460
48547
|
cache?: boolean | undefined;
|
|
@@ -47657,6 +48744,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
47657
48744
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
47658
48745
|
REPLICATE_API_KEY?: string | undefined;
|
|
47659
48746
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
48747
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
48748
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
48749
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
48750
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
47660
48751
|
VERTEX_API_HOST?: string | undefined;
|
|
47661
48752
|
VERTEX_API_KEY?: string | undefined;
|
|
47662
48753
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -47789,6 +48880,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
47789
48880
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
47790
48881
|
REPLICATE_API_KEY?: string | undefined;
|
|
47791
48882
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
48883
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
48884
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
48885
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
48886
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
47792
48887
|
VERTEX_API_HOST?: string | undefined;
|
|
47793
48888
|
VERTEX_API_KEY?: string | undefined;
|
|
47794
48889
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -47909,6 +49004,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
47909
49004
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
47910
49005
|
REPLICATE_API_KEY?: string | undefined;
|
|
47911
49006
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
49007
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
49008
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
49009
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
49010
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
47912
49011
|
VERTEX_API_HOST?: string | undefined;
|
|
47913
49012
|
VERTEX_API_KEY?: string | undefined;
|
|
47914
49013
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -47933,6 +49032,30 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
47933
49032
|
PROMPTFOO_EVAL_TIMEOUT_MS?: string | undefined;
|
|
47934
49033
|
} | Record<string, string | number | boolean> | undefined;
|
|
47935
49034
|
metadata?: Record<string, any> | undefined;
|
|
49035
|
+
tracing?: {
|
|
49036
|
+
enabled?: boolean | undefined;
|
|
49037
|
+
otlp?: {
|
|
49038
|
+
http?: {
|
|
49039
|
+
enabled?: boolean | undefined;
|
|
49040
|
+
port?: number | undefined;
|
|
49041
|
+
host?: string | undefined;
|
|
49042
|
+
acceptFormats?: ("protobuf" | "json")[] | undefined;
|
|
49043
|
+
} | undefined;
|
|
49044
|
+
grpc?: {
|
|
49045
|
+
enabled?: boolean | undefined;
|
|
49046
|
+
port?: number | undefined;
|
|
49047
|
+
} | undefined;
|
|
49048
|
+
} | undefined;
|
|
49049
|
+
storage?: {
|
|
49050
|
+
type?: "sqlite" | undefined;
|
|
49051
|
+
retentionDays?: number | undefined;
|
|
49052
|
+
} | undefined;
|
|
49053
|
+
forwarding?: {
|
|
49054
|
+
endpoint: string;
|
|
49055
|
+
enabled?: boolean | undefined;
|
|
49056
|
+
headers?: Record<string, string> | undefined;
|
|
49057
|
+
} | undefined;
|
|
49058
|
+
} | undefined;
|
|
47936
49059
|
description?: string | undefined;
|
|
47937
49060
|
providers?: string | (((args_0: string, args_1: {
|
|
47938
49061
|
prompt: {
|
|
@@ -48043,6 +49166,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
48043
49166
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
48044
49167
|
REPLICATE_API_KEY?: string | undefined;
|
|
48045
49168
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
49169
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
49170
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
49171
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
49172
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
48046
49173
|
VERTEX_API_HOST?: string | undefined;
|
|
48047
49174
|
VERTEX_API_KEY?: string | undefined;
|
|
48048
49175
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -48175,6 +49302,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
48175
49302
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
48176
49303
|
REPLICATE_API_KEY?: string | undefined;
|
|
48177
49304
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
49305
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
49306
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
49307
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
49308
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
48178
49309
|
VERTEX_API_HOST?: string | undefined;
|
|
48179
49310
|
VERTEX_API_KEY?: string | undefined;
|
|
48180
49311
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -48317,6 +49448,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
48317
49448
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
48318
49449
|
REPLICATE_API_KEY?: string | undefined;
|
|
48319
49450
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
49451
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
49452
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
49453
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
49454
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
48320
49455
|
VERTEX_API_HOST?: string | undefined;
|
|
48321
49456
|
VERTEX_API_KEY?: string | undefined;
|
|
48322
49457
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -48486,6 +49621,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
48486
49621
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
48487
49622
|
REPLICATE_API_KEY?: string | undefined;
|
|
48488
49623
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
49624
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
49625
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
49626
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
49627
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
48489
49628
|
VERTEX_API_HOST?: string | undefined;
|
|
48490
49629
|
VERTEX_API_KEY?: string | undefined;
|
|
48491
49630
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -48528,16 +49667,17 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
48528
49667
|
numTests?: number | undefined;
|
|
48529
49668
|
})[] | undefined;
|
|
48530
49669
|
entities?: string[] | undefined;
|
|
48531
|
-
numTests?: number | undefined;
|
|
48532
|
-
injectVar?: string | undefined;
|
|
48533
|
-
language?: string | undefined;
|
|
48534
|
-
maxConcurrency?: number | undefined;
|
|
48535
|
-
purpose?: string | undefined;
|
|
48536
49670
|
strategies?: (string | {
|
|
48537
49671
|
id: string;
|
|
48538
49672
|
config?: Record<string, unknown> | undefined;
|
|
48539
49673
|
})[] | undefined;
|
|
49674
|
+
numTests?: number | undefined;
|
|
49675
|
+
injectVar?: string | undefined;
|
|
49676
|
+
language?: string | string[] | undefined;
|
|
49677
|
+
maxConcurrency?: number | undefined;
|
|
49678
|
+
purpose?: string | undefined;
|
|
48540
49679
|
excludeTargetOutputFromAgenticAttackGeneration?: boolean | undefined;
|
|
49680
|
+
tracing?: any;
|
|
48541
49681
|
} | undefined;
|
|
48542
49682
|
tags?: Record<string, string> | undefined;
|
|
48543
49683
|
scenarios?: (string | {
|
|
@@ -48656,6 +49796,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
48656
49796
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
48657
49797
|
REPLICATE_API_KEY?: string | undefined;
|
|
48658
49798
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
49799
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
49800
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
49801
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
49802
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
48659
49803
|
VERTEX_API_HOST?: string | undefined;
|
|
48660
49804
|
VERTEX_API_KEY?: string | undefined;
|
|
48661
49805
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -48849,6 +49993,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
48849
49993
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
48850
49994
|
REPLICATE_API_KEY?: string | undefined;
|
|
48851
49995
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
49996
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
49997
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
49998
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
49999
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
48852
50000
|
VERTEX_API_HOST?: string | undefined;
|
|
48853
50001
|
VERTEX_API_KEY?: string | undefined;
|
|
48854
50002
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -49044,6 +50192,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
49044
50192
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
49045
50193
|
REPLICATE_API_KEY?: string | undefined;
|
|
49046
50194
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
50195
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
50196
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
50197
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
50198
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
49047
50199
|
VERTEX_API_HOST?: string | undefined;
|
|
49048
50200
|
VERTEX_API_KEY?: string | undefined;
|
|
49049
50201
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -49133,30 +50285,6 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
49133
50285
|
}[] | undefined;
|
|
49134
50286
|
extensions?: string[] | null | undefined;
|
|
49135
50287
|
writeLatestResults?: boolean | undefined;
|
|
49136
|
-
tracing?: {
|
|
49137
|
-
enabled?: boolean | undefined;
|
|
49138
|
-
otlp?: {
|
|
49139
|
-
http?: {
|
|
49140
|
-
enabled?: boolean | undefined;
|
|
49141
|
-
port?: number | undefined;
|
|
49142
|
-
host?: string | undefined;
|
|
49143
|
-
acceptFormats?: ("protobuf" | "json")[] | undefined;
|
|
49144
|
-
} | undefined;
|
|
49145
|
-
grpc?: {
|
|
49146
|
-
enabled?: boolean | undefined;
|
|
49147
|
-
port?: number | undefined;
|
|
49148
|
-
} | undefined;
|
|
49149
|
-
} | undefined;
|
|
49150
|
-
storage?: {
|
|
49151
|
-
type?: "sqlite" | undefined;
|
|
49152
|
-
retentionDays?: number | undefined;
|
|
49153
|
-
} | undefined;
|
|
49154
|
-
forwarding?: {
|
|
49155
|
-
endpoint: string;
|
|
49156
|
-
enabled?: boolean | undefined;
|
|
49157
|
-
headers?: Record<string, string> | undefined;
|
|
49158
|
-
} | undefined;
|
|
49159
|
-
} | undefined;
|
|
49160
50288
|
evaluateOptions?: {
|
|
49161
50289
|
delay?: number | undefined;
|
|
49162
50290
|
cache?: boolean | undefined;
|
|
@@ -49359,6 +50487,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
49359
50487
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
49360
50488
|
REPLICATE_API_KEY?: string | undefined;
|
|
49361
50489
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
50490
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
50491
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
50492
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
50493
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
49362
50494
|
VERTEX_API_HOST?: string | undefined;
|
|
49363
50495
|
VERTEX_API_KEY?: string | undefined;
|
|
49364
50496
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -49491,6 +50623,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
49491
50623
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
49492
50624
|
REPLICATE_API_KEY?: string | undefined;
|
|
49493
50625
|
REPLICATE_API_TOKEN?: string | undefined;
|
|
50626
|
+
SHAREPOINT_BASE_URL?: string | undefined;
|
|
50627
|
+
SHAREPOINT_CERT_PATH?: string | undefined;
|
|
50628
|
+
SHAREPOINT_CLIENT_ID?: string | undefined;
|
|
50629
|
+
SHAREPOINT_TENANT_ID?: string | undefined;
|
|
49494
50630
|
VERTEX_API_HOST?: string | undefined;
|
|
49495
50631
|
VERTEX_API_KEY?: string | undefined;
|
|
49496
50632
|
VERTEX_API_VERSION?: string | undefined;
|