promptfoo 0.119.0 → 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 +10 -10
- package/dist/src/app/assets/index-DqlKP0sF.js +72 -0
- package/dist/src/app/assets/{index-BmEhbU1h.js.map → index-DqlKP0sF.js.map} +1 -1
- package/dist/src/app/assets/{source-map-support-5rOGWFat.js → source-map-support-eCtSvaxE.js} +1 -1
- package/dist/src/app/assets/{source-map-support-5rOGWFat.js.map → source-map-support-eCtSvaxE.js.map} +1 -1
- package/dist/src/app/index.html +1 -1
- package/dist/src/assertions/answerRelevance.d.ts +1 -1
- package/dist/src/assertions/answerRelevance.d.ts.map +1 -1
- package/dist/src/assertions/answerRelevance.js +2 -2
- package/dist/src/assertions/answerRelevance.js.map +1 -1
- package/dist/src/assertions/contextFaithfulness.d.ts +1 -1
- package/dist/src/assertions/contextFaithfulness.d.ts.map +1 -1
- package/dist/src/assertions/contextFaithfulness.js +2 -2
- package/dist/src/assertions/contextFaithfulness.js.map +1 -1
- package/dist/src/assertions/contextRecall.d.ts +1 -1
- package/dist/src/assertions/contextRecall.d.ts.map +1 -1
- package/dist/src/assertions/contextRecall.js +2 -2
- package/dist/src/assertions/contextRecall.js.map +1 -1
- package/dist/src/assertions/contextRelevance.d.ts +1 -1
- package/dist/src/assertions/contextRelevance.d.ts.map +1 -1
- package/dist/src/assertions/contextRelevance.js +2 -2
- package/dist/src/assertions/contextRelevance.js.map +1 -1
- package/dist/src/assertions/factuality.d.ts +1 -1
- package/dist/src/assertions/factuality.d.ts.map +1 -1
- package/dist/src/assertions/factuality.js +2 -2
- package/dist/src/assertions/factuality.js.map +1 -1
- package/dist/src/assertions/geval.d.ts +1 -1
- package/dist/src/assertions/geval.d.ts.map +1 -1
- package/dist/src/assertions/geval.js +3 -3
- package/dist/src/assertions/geval.js.map +1 -1
- package/dist/src/assertions/index.d.ts +2 -2
- package/dist/src/assertions/index.d.ts.map +1 -1
- package/dist/src/assertions/index.js +12 -3
- package/dist/src/assertions/index.js.map +1 -1
- package/dist/src/assertions/javascript.d.ts +1 -1
- package/dist/src/assertions/javascript.d.ts.map +1 -1
- package/dist/src/assertions/javascript.js +3 -3
- package/dist/src/assertions/javascript.js.map +1 -1
- package/dist/src/assertions/llmRubric.d.ts +1 -1
- package/dist/src/assertions/llmRubric.d.ts.map +1 -1
- package/dist/src/assertions/llmRubric.js +2 -2
- package/dist/src/assertions/llmRubric.js.map +1 -1
- package/dist/src/assertions/modelGradedClosedQa.d.ts +1 -1
- package/dist/src/assertions/modelGradedClosedQa.d.ts.map +1 -1
- package/dist/src/assertions/modelGradedClosedQa.js +2 -2
- package/dist/src/assertions/modelGradedClosedQa.js.map +1 -1
- package/dist/src/assertions/python.d.ts +1 -1
- package/dist/src/assertions/python.d.ts.map +1 -1
- package/dist/src/assertions/python.js +2 -2
- package/dist/src/assertions/python.js.map +1 -1
- package/dist/src/assertions/ruby.d.ts +1 -1
- package/dist/src/assertions/ruby.d.ts.map +1 -1
- package/dist/src/assertions/ruby.js +2 -2
- package/dist/src/assertions/ruby.js.map +1 -1
- package/dist/src/assertions/traceErrorSpans.d.ts +1 -1
- package/dist/src/assertions/traceErrorSpans.d.ts.map +1 -1
- package/dist/src/assertions/traceErrorSpans.js +3 -3
- package/dist/src/assertions/traceErrorSpans.js.map +1 -1
- package/dist/src/assertions/traceSpanCount.d.ts +1 -1
- package/dist/src/assertions/traceSpanCount.d.ts.map +1 -1
- package/dist/src/assertions/traceSpanCount.js +3 -3
- package/dist/src/assertions/traceSpanCount.js.map +1 -1
- package/dist/src/assertions/traceSpanDuration.d.ts +1 -1
- package/dist/src/assertions/traceSpanDuration.d.ts.map +1 -1
- package/dist/src/assertions/traceSpanDuration.js +3 -3
- package/dist/src/assertions/traceSpanDuration.js.map +1 -1
- package/dist/src/commands/init.d.ts +1 -0
- package/dist/src/commands/init.d.ts.map +1 -1
- package/dist/src/commands/init.js +29 -0
- package/dist/src/commands/init.js.map +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 +20 -3
- package/dist/src/evaluator.js.map +1 -1
- package/dist/src/generated/constants.js +1 -1
- package/dist/src/matchers.d.ts +10 -10
- package/dist/src/matchers.d.ts.map +1 -1
- package/dist/src/matchers.js +81 -30
- package/dist/src/matchers.js.map +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/google/live.d.ts +8 -0
- package/dist/src/providers/google/live.d.ts.map +1 -1
- package/dist/src/providers/google/live.js +44 -16
- package/dist/src/providers/google/live.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 +11 -3
- package/dist/src/redteam/constants/strategies.d.ts.map +1 -1
- package/dist/src/redteam/constants/strategies.js +21 -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/plugins/policy/utils.d.ts +2 -1
- package/dist/src/redteam/plugins/policy/utils.d.ts.map +1 -1
- package/dist/src/redteam/plugins/policy/utils.js +21 -3
- package/dist/src/redteam/plugins/policy/utils.js.map +1 -1
- package/dist/src/redteam/plugins/policy/utils.test.js +33 -2
- package/dist/src/redteam/plugins/policy/utils.test.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 +4 -11
- 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/server/utils/evalTableUtils.d.ts.map +1 -1
- package/dist/src/server/utils/evalTableUtils.js +24 -16
- package/dist/src/server/utils/evalTableUtils.js.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 +1425 -286
- package/dist/src/types/index.d.ts.map +1 -1
- package/dist/src/types/index.js.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 +10 -10
- package/dist/src/app/assets/index-BmEhbU1h.js +0 -72
|
@@ -2,7 +2,7 @@ import { z } from 'zod';
|
|
|
2
2
|
import type { PluginConfig, RedteamFileConfig } from '../redteam/types';
|
|
3
3
|
import type { EnvOverrides } from '../types/env';
|
|
4
4
|
import type { Prompt, PromptFunction } from './prompts';
|
|
5
|
-
import type { ApiProvider, ProviderOptions, ProviderResponse } from './providers';
|
|
5
|
+
import type { ApiProvider, CallApiContextParams, ProviderOptions, ProviderResponse } from './providers';
|
|
6
6
|
import type { NunjucksFilterMap, TokenUsage } from './shared';
|
|
7
7
|
import type { TraceData } from './tracing';
|
|
8
8
|
export * from '../redteam/types';
|
|
@@ -1317,7 +1317,10 @@ export type AssertionValueFunctionResult = boolean | number | GradingResult;
|
|
|
1317
1317
|
export interface AssertionParams {
|
|
1318
1318
|
assertion: Assertion;
|
|
1319
1319
|
baseType: AssertionType;
|
|
1320
|
-
|
|
1320
|
+
/** Context passed to provider.callApi() for model-graded assertions */
|
|
1321
|
+
providerCallContext?: CallApiContextParams;
|
|
1322
|
+
/** Context passed to assertion value functions */
|
|
1323
|
+
assertionValueContext: AssertionValueFunctionContext;
|
|
1321
1324
|
cost?: number;
|
|
1322
1325
|
inverse: boolean;
|
|
1323
1326
|
logProbs?: number[];
|
|
@@ -1898,6 +1901,10 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
1898
1901
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
1899
1902
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
1900
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>;
|
|
1901
1908
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
1902
1909
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
1903
1910
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -2000,6 +2007,10 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
2000
2007
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
2001
2008
|
REPLICATE_API_KEY?: string | undefined;
|
|
2002
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;
|
|
2003
2014
|
VERTEX_API_HOST?: string | undefined;
|
|
2004
2015
|
VERTEX_API_KEY?: string | undefined;
|
|
2005
2016
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -2102,6 +2113,10 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
2102
2113
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
2103
2114
|
REPLICATE_API_KEY?: string | undefined;
|
|
2104
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;
|
|
2105
2120
|
VERTEX_API_HOST?: string | undefined;
|
|
2106
2121
|
VERTEX_API_KEY?: string | undefined;
|
|
2107
2122
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -2212,6 +2227,10 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
2212
2227
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
2213
2228
|
REPLICATE_API_KEY?: string | undefined;
|
|
2214
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;
|
|
2215
2234
|
VERTEX_API_HOST?: string | undefined;
|
|
2216
2235
|
VERTEX_API_KEY?: string | undefined;
|
|
2217
2236
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -2322,6 +2341,10 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
2322
2341
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
2323
2342
|
REPLICATE_API_KEY?: string | undefined;
|
|
2324
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;
|
|
2325
2348
|
VERTEX_API_HOST?: string | undefined;
|
|
2326
2349
|
VERTEX_API_KEY?: string | undefined;
|
|
2327
2350
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -2738,6 +2761,10 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
2738
2761
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
2739
2762
|
REPLICATE_API_KEY?: string | undefined;
|
|
2740
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;
|
|
2741
2768
|
VERTEX_API_HOST?: string | undefined;
|
|
2742
2769
|
VERTEX_API_KEY?: string | undefined;
|
|
2743
2770
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -2930,6 +2957,10 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
2930
2957
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
2931
2958
|
REPLICATE_API_KEY?: string | undefined;
|
|
2932
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;
|
|
2933
2964
|
VERTEX_API_HOST?: string | undefined;
|
|
2934
2965
|
VERTEX_API_KEY?: string | undefined;
|
|
2935
2966
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -3103,6 +3134,10 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<{
|
|
|
3103
3134
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
3104
3135
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
3105
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>;
|
|
3106
3141
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
3107
3142
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
3108
3143
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -3205,6 +3240,10 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<{
|
|
|
3205
3240
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
3206
3241
|
REPLICATE_API_KEY?: string | undefined;
|
|
3207
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;
|
|
3208
3247
|
VERTEX_API_HOST?: string | undefined;
|
|
3209
3248
|
VERTEX_API_KEY?: string | undefined;
|
|
3210
3249
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -3307,6 +3346,10 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<{
|
|
|
3307
3346
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
3308
3347
|
REPLICATE_API_KEY?: string | undefined;
|
|
3309
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;
|
|
3310
3353
|
VERTEX_API_HOST?: string | undefined;
|
|
3311
3354
|
VERTEX_API_KEY?: string | undefined;
|
|
3312
3355
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -3417,6 +3460,10 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<{
|
|
|
3417
3460
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
3418
3461
|
REPLICATE_API_KEY?: string | undefined;
|
|
3419
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;
|
|
3420
3467
|
VERTEX_API_HOST?: string | undefined;
|
|
3421
3468
|
VERTEX_API_KEY?: string | undefined;
|
|
3422
3469
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -3527,6 +3574,10 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<{
|
|
|
3527
3574
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
3528
3575
|
REPLICATE_API_KEY?: string | undefined;
|
|
3529
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;
|
|
3530
3581
|
VERTEX_API_HOST?: string | undefined;
|
|
3531
3582
|
VERTEX_API_KEY?: string | undefined;
|
|
3532
3583
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -3945,6 +3996,10 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<{
|
|
|
3945
3996
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
3946
3997
|
REPLICATE_API_KEY?: string | undefined;
|
|
3947
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;
|
|
3948
4003
|
VERTEX_API_HOST?: string | undefined;
|
|
3949
4004
|
VERTEX_API_KEY?: string | undefined;
|
|
3950
4005
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -4137,6 +4192,10 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<{
|
|
|
4137
4192
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
4138
4193
|
REPLICATE_API_KEY?: string | undefined;
|
|
4139
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;
|
|
4140
4199
|
VERTEX_API_HOST?: string | undefined;
|
|
4141
4200
|
VERTEX_API_KEY?: string | undefined;
|
|
4142
4201
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -4308,6 +4367,10 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
4308
4367
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
4309
4368
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
4310
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>;
|
|
4311
4374
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
4312
4375
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
4313
4376
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -4410,6 +4473,10 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
4410
4473
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
4411
4474
|
REPLICATE_API_KEY?: string | undefined;
|
|
4412
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;
|
|
4413
4480
|
VERTEX_API_HOST?: string | undefined;
|
|
4414
4481
|
VERTEX_API_KEY?: string | undefined;
|
|
4415
4482
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -4512,6 +4579,10 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
4512
4579
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
4513
4580
|
REPLICATE_API_KEY?: string | undefined;
|
|
4514
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;
|
|
4515
4586
|
VERTEX_API_HOST?: string | undefined;
|
|
4516
4587
|
VERTEX_API_KEY?: string | undefined;
|
|
4517
4588
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -4622,6 +4693,10 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
4622
4693
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
4623
4694
|
REPLICATE_API_KEY?: string | undefined;
|
|
4624
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;
|
|
4625
4700
|
VERTEX_API_HOST?: string | undefined;
|
|
4626
4701
|
VERTEX_API_KEY?: string | undefined;
|
|
4627
4702
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -4732,6 +4807,10 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
4732
4807
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
4733
4808
|
REPLICATE_API_KEY?: string | undefined;
|
|
4734
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;
|
|
4735
4814
|
VERTEX_API_HOST?: string | undefined;
|
|
4736
4815
|
VERTEX_API_KEY?: string | undefined;
|
|
4737
4816
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -5148,6 +5227,10 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
5148
5227
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
5149
5228
|
REPLICATE_API_KEY?: string | undefined;
|
|
5150
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;
|
|
5151
5234
|
VERTEX_API_HOST?: string | undefined;
|
|
5152
5235
|
VERTEX_API_KEY?: string | undefined;
|
|
5153
5236
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -5340,6 +5423,10 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
5340
5423
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
5341
5424
|
REPLICATE_API_KEY?: string | undefined;
|
|
5342
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;
|
|
5343
5430
|
VERTEX_API_HOST?: string | undefined;
|
|
5344
5431
|
VERTEX_API_KEY?: string | undefined;
|
|
5345
5432
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -6060,6 +6147,10 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
6060
6147
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
6061
6148
|
REPLICATE_API_KEY?: string | undefined;
|
|
6062
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;
|
|
6063
6154
|
VERTEX_API_HOST?: string | undefined;
|
|
6064
6155
|
VERTEX_API_KEY?: string | undefined;
|
|
6065
6156
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -6316,6 +6407,10 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
6316
6407
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
6317
6408
|
REPLICATE_API_KEY?: string | undefined;
|
|
6318
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;
|
|
6319
6414
|
VERTEX_API_HOST?: string | undefined;
|
|
6320
6415
|
VERTEX_API_KEY?: string | undefined;
|
|
6321
6416
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -6488,6 +6583,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
6488
6583
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
6489
6584
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
6490
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>;
|
|
6491
6590
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
6492
6591
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
6493
6592
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -6590,6 +6689,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
6590
6689
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
6591
6690
|
REPLICATE_API_KEY?: string | undefined;
|
|
6592
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;
|
|
6593
6696
|
VERTEX_API_HOST?: string | undefined;
|
|
6594
6697
|
VERTEX_API_KEY?: string | undefined;
|
|
6595
6698
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -6692,6 +6795,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
6692
6795
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
6693
6796
|
REPLICATE_API_KEY?: string | undefined;
|
|
6694
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;
|
|
6695
6802
|
VERTEX_API_HOST?: string | undefined;
|
|
6696
6803
|
VERTEX_API_KEY?: string | undefined;
|
|
6697
6804
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -6802,6 +6909,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
6802
6909
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
6803
6910
|
REPLICATE_API_KEY?: string | undefined;
|
|
6804
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;
|
|
6805
6916
|
VERTEX_API_HOST?: string | undefined;
|
|
6806
6917
|
VERTEX_API_KEY?: string | undefined;
|
|
6807
6918
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -6912,6 +7023,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
6912
7023
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
6913
7024
|
REPLICATE_API_KEY?: string | undefined;
|
|
6914
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;
|
|
6915
7030
|
VERTEX_API_HOST?: string | undefined;
|
|
6916
7031
|
VERTEX_API_KEY?: string | undefined;
|
|
6917
7032
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -7328,6 +7443,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
7328
7443
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
7329
7444
|
REPLICATE_API_KEY?: string | undefined;
|
|
7330
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;
|
|
7331
7450
|
VERTEX_API_HOST?: string | undefined;
|
|
7332
7451
|
VERTEX_API_KEY?: string | undefined;
|
|
7333
7452
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -7520,6 +7639,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
7520
7639
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
7521
7640
|
REPLICATE_API_KEY?: string | undefined;
|
|
7522
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;
|
|
7523
7646
|
VERTEX_API_HOST?: string | undefined;
|
|
7524
7647
|
VERTEX_API_KEY?: string | undefined;
|
|
7525
7648
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -7688,6 +7811,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
7688
7811
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
7689
7812
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
7690
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>;
|
|
7691
7818
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
7692
7819
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
7693
7820
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -7790,6 +7917,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
7790
7917
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
7791
7918
|
REPLICATE_API_KEY?: string | undefined;
|
|
7792
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;
|
|
7793
7924
|
VERTEX_API_HOST?: string | undefined;
|
|
7794
7925
|
VERTEX_API_KEY?: string | undefined;
|
|
7795
7926
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -7892,6 +8023,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
7892
8023
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
7893
8024
|
REPLICATE_API_KEY?: string | undefined;
|
|
7894
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;
|
|
7895
8030
|
VERTEX_API_HOST?: string | undefined;
|
|
7896
8031
|
VERTEX_API_KEY?: string | undefined;
|
|
7897
8032
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -8002,6 +8137,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
8002
8137
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
8003
8138
|
REPLICATE_API_KEY?: string | undefined;
|
|
8004
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;
|
|
8005
8144
|
VERTEX_API_HOST?: string | undefined;
|
|
8006
8145
|
VERTEX_API_KEY?: string | undefined;
|
|
8007
8146
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -8112,6 +8251,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
8112
8251
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
8113
8252
|
REPLICATE_API_KEY?: string | undefined;
|
|
8114
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;
|
|
8115
8258
|
VERTEX_API_HOST?: string | undefined;
|
|
8116
8259
|
VERTEX_API_KEY?: string | undefined;
|
|
8117
8260
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -8528,6 +8671,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
8528
8671
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
8529
8672
|
REPLICATE_API_KEY?: string | undefined;
|
|
8530
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;
|
|
8531
8678
|
VERTEX_API_HOST?: string | undefined;
|
|
8532
8679
|
VERTEX_API_KEY?: string | undefined;
|
|
8533
8680
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -8720,6 +8867,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
8720
8867
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
8721
8868
|
REPLICATE_API_KEY?: string | undefined;
|
|
8722
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;
|
|
8723
8874
|
VERTEX_API_HOST?: string | undefined;
|
|
8724
8875
|
VERTEX_API_KEY?: string | undefined;
|
|
8725
8876
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -8914,6 +9065,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
8914
9065
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
8915
9066
|
REPLICATE_API_KEY?: string | undefined;
|
|
8916
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;
|
|
8917
9072
|
VERTEX_API_HOST?: string | undefined;
|
|
8918
9073
|
VERTEX_API_KEY?: string | undefined;
|
|
8919
9074
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -9107,6 +9262,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
9107
9262
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
9108
9263
|
REPLICATE_API_KEY?: string | undefined;
|
|
9109
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;
|
|
9110
9269
|
VERTEX_API_HOST?: string | undefined;
|
|
9111
9270
|
VERTEX_API_KEY?: string | undefined;
|
|
9112
9271
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -9302,6 +9461,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
9302
9461
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
9303
9462
|
REPLICATE_API_KEY?: string | undefined;
|
|
9304
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;
|
|
9305
9468
|
VERTEX_API_HOST?: string | undefined;
|
|
9306
9469
|
VERTEX_API_KEY?: string | undefined;
|
|
9307
9470
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -9495,6 +9658,10 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
9495
9658
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
9496
9659
|
REPLICATE_API_KEY?: string | undefined;
|
|
9497
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;
|
|
9498
9665
|
VERTEX_API_HOST?: string | undefined;
|
|
9499
9666
|
VERTEX_API_KEY?: string | undefined;
|
|
9500
9667
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -9665,6 +9832,10 @@ export declare const AtomicTestCaseSchema: z.ZodObject<{
|
|
|
9665
9832
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
9666
9833
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
9667
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>;
|
|
9668
9839
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
9669
9840
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
9670
9841
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -9767,6 +9938,10 @@ export declare const AtomicTestCaseSchema: z.ZodObject<{
|
|
|
9767
9938
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
9768
9939
|
REPLICATE_API_KEY?: string | undefined;
|
|
9769
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;
|
|
9770
9945
|
VERTEX_API_HOST?: string | undefined;
|
|
9771
9946
|
VERTEX_API_KEY?: string | undefined;
|
|
9772
9947
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -9869,6 +10044,10 @@ export declare const AtomicTestCaseSchema: z.ZodObject<{
|
|
|
9869
10044
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
9870
10045
|
REPLICATE_API_KEY?: string | undefined;
|
|
9871
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;
|
|
9872
10051
|
VERTEX_API_HOST?: string | undefined;
|
|
9873
10052
|
VERTEX_API_KEY?: string | undefined;
|
|
9874
10053
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -9979,6 +10158,10 @@ export declare const AtomicTestCaseSchema: z.ZodObject<{
|
|
|
9979
10158
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
9980
10159
|
REPLICATE_API_KEY?: string | undefined;
|
|
9981
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;
|
|
9982
10165
|
VERTEX_API_HOST?: string | undefined;
|
|
9983
10166
|
VERTEX_API_KEY?: string | undefined;
|
|
9984
10167
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -10089,6 +10272,10 @@ export declare const AtomicTestCaseSchema: z.ZodObject<{
|
|
|
10089
10272
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
10090
10273
|
REPLICATE_API_KEY?: string | undefined;
|
|
10091
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;
|
|
10092
10279
|
VERTEX_API_HOST?: string | undefined;
|
|
10093
10280
|
VERTEX_API_KEY?: string | undefined;
|
|
10094
10281
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -10507,6 +10694,10 @@ export declare const AtomicTestCaseSchema: z.ZodObject<{
|
|
|
10507
10694
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
10508
10695
|
REPLICATE_API_KEY?: string | undefined;
|
|
10509
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;
|
|
10510
10701
|
VERTEX_API_HOST?: string | undefined;
|
|
10511
10702
|
VERTEX_API_KEY?: string | undefined;
|
|
10512
10703
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -10699,6 +10890,10 @@ export declare const AtomicTestCaseSchema: z.ZodObject<{
|
|
|
10699
10890
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
10700
10891
|
REPLICATE_API_KEY?: string | undefined;
|
|
10701
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;
|
|
10702
10897
|
VERTEX_API_HOST?: string | undefined;
|
|
10703
10898
|
VERTEX_API_KEY?: string | undefined;
|
|
10704
10899
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -10986,6 +11181,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
10986
11181
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
10987
11182
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
10988
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>;
|
|
10989
11188
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
10990
11189
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
10991
11190
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -11088,6 +11287,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
11088
11287
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
11089
11288
|
REPLICATE_API_KEY?: string | undefined;
|
|
11090
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;
|
|
11091
11294
|
VERTEX_API_HOST?: string | undefined;
|
|
11092
11295
|
VERTEX_API_KEY?: string | undefined;
|
|
11093
11296
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -11190,6 +11393,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
11190
11393
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
11191
11394
|
REPLICATE_API_KEY?: string | undefined;
|
|
11192
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;
|
|
11193
11400
|
VERTEX_API_HOST?: string | undefined;
|
|
11194
11401
|
VERTEX_API_KEY?: string | undefined;
|
|
11195
11402
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -11300,6 +11507,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
11300
11507
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
11301
11508
|
REPLICATE_API_KEY?: string | undefined;
|
|
11302
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;
|
|
11303
11514
|
VERTEX_API_HOST?: string | undefined;
|
|
11304
11515
|
VERTEX_API_KEY?: string | undefined;
|
|
11305
11516
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -11410,6 +11621,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
11410
11621
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
11411
11622
|
REPLICATE_API_KEY?: string | undefined;
|
|
11412
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;
|
|
11413
11628
|
VERTEX_API_HOST?: string | undefined;
|
|
11414
11629
|
VERTEX_API_KEY?: string | undefined;
|
|
11415
11630
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -11826,6 +12041,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
11826
12041
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
11827
12042
|
REPLICATE_API_KEY?: string | undefined;
|
|
11828
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;
|
|
11829
12048
|
VERTEX_API_HOST?: string | undefined;
|
|
11830
12049
|
VERTEX_API_KEY?: string | undefined;
|
|
11831
12050
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -12018,6 +12237,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
12018
12237
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
12019
12238
|
REPLICATE_API_KEY?: string | undefined;
|
|
12020
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;
|
|
12021
12244
|
VERTEX_API_HOST?: string | undefined;
|
|
12022
12245
|
VERTEX_API_KEY?: string | undefined;
|
|
12023
12246
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -12188,6 +12411,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
12188
12411
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
12189
12412
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
12190
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>;
|
|
12191
12418
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
12192
12419
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
12193
12420
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -12290,6 +12517,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
12290
12517
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
12291
12518
|
REPLICATE_API_KEY?: string | undefined;
|
|
12292
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;
|
|
12293
12524
|
VERTEX_API_HOST?: string | undefined;
|
|
12294
12525
|
VERTEX_API_KEY?: string | undefined;
|
|
12295
12526
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -12392,6 +12623,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
12392
12623
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
12393
12624
|
REPLICATE_API_KEY?: string | undefined;
|
|
12394
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;
|
|
12395
12630
|
VERTEX_API_HOST?: string | undefined;
|
|
12396
12631
|
VERTEX_API_KEY?: string | undefined;
|
|
12397
12632
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -12502,6 +12737,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
12502
12737
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
12503
12738
|
REPLICATE_API_KEY?: string | undefined;
|
|
12504
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;
|
|
12505
12744
|
VERTEX_API_HOST?: string | undefined;
|
|
12506
12745
|
VERTEX_API_KEY?: string | undefined;
|
|
12507
12746
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -12612,6 +12851,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
12612
12851
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
12613
12852
|
REPLICATE_API_KEY?: string | undefined;
|
|
12614
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;
|
|
12615
12858
|
VERTEX_API_HOST?: string | undefined;
|
|
12616
12859
|
VERTEX_API_KEY?: string | undefined;
|
|
12617
12860
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -13028,6 +13271,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
13028
13271
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
13029
13272
|
REPLICATE_API_KEY?: string | undefined;
|
|
13030
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;
|
|
13031
13278
|
VERTEX_API_HOST?: string | undefined;
|
|
13032
13279
|
VERTEX_API_KEY?: string | undefined;
|
|
13033
13280
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -13220,6 +13467,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
13220
13467
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
13221
13468
|
REPLICATE_API_KEY?: string | undefined;
|
|
13222
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;
|
|
13223
13474
|
VERTEX_API_HOST?: string | undefined;
|
|
13224
13475
|
VERTEX_API_KEY?: string | undefined;
|
|
13225
13476
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -13388,6 +13639,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
13388
13639
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
13389
13640
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
13390
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>;
|
|
13391
13646
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
13392
13647
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
13393
13648
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -13490,6 +13745,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
13490
13745
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
13491
13746
|
REPLICATE_API_KEY?: string | undefined;
|
|
13492
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;
|
|
13493
13752
|
VERTEX_API_HOST?: string | undefined;
|
|
13494
13753
|
VERTEX_API_KEY?: string | undefined;
|
|
13495
13754
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -13592,6 +13851,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
13592
13851
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
13593
13852
|
REPLICATE_API_KEY?: string | undefined;
|
|
13594
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;
|
|
13595
13858
|
VERTEX_API_HOST?: string | undefined;
|
|
13596
13859
|
VERTEX_API_KEY?: string | undefined;
|
|
13597
13860
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -13702,6 +13965,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
13702
13965
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
13703
13966
|
REPLICATE_API_KEY?: string | undefined;
|
|
13704
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;
|
|
13705
13972
|
VERTEX_API_HOST?: string | undefined;
|
|
13706
13973
|
VERTEX_API_KEY?: string | undefined;
|
|
13707
13974
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -13812,6 +14079,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
13812
14079
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
13813
14080
|
REPLICATE_API_KEY?: string | undefined;
|
|
13814
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;
|
|
13815
14086
|
VERTEX_API_HOST?: string | undefined;
|
|
13816
14087
|
VERTEX_API_KEY?: string | undefined;
|
|
13817
14088
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -14228,6 +14499,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
14228
14499
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
14229
14500
|
REPLICATE_API_KEY?: string | undefined;
|
|
14230
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;
|
|
14231
14506
|
VERTEX_API_HOST?: string | undefined;
|
|
14232
14507
|
VERTEX_API_KEY?: string | undefined;
|
|
14233
14508
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -14420,6 +14695,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
14420
14695
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
14421
14696
|
REPLICATE_API_KEY?: string | undefined;
|
|
14422
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;
|
|
14423
14702
|
VERTEX_API_HOST?: string | undefined;
|
|
14424
14703
|
VERTEX_API_KEY?: string | undefined;
|
|
14425
14704
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -14614,6 +14893,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
14614
14893
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
14615
14894
|
REPLICATE_API_KEY?: string | undefined;
|
|
14616
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;
|
|
14617
14900
|
VERTEX_API_HOST?: string | undefined;
|
|
14618
14901
|
VERTEX_API_KEY?: string | undefined;
|
|
14619
14902
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -14807,6 +15090,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
14807
15090
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
14808
15091
|
REPLICATE_API_KEY?: string | undefined;
|
|
14809
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;
|
|
14810
15097
|
VERTEX_API_HOST?: string | undefined;
|
|
14811
15098
|
VERTEX_API_KEY?: string | undefined;
|
|
14812
15099
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -15002,6 +15289,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
15002
15289
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
15003
15290
|
REPLICATE_API_KEY?: string | undefined;
|
|
15004
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;
|
|
15005
15296
|
VERTEX_API_HOST?: string | undefined;
|
|
15006
15297
|
VERTEX_API_KEY?: string | undefined;
|
|
15007
15298
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -15195,6 +15486,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
15195
15486
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
15196
15487
|
REPLICATE_API_KEY?: string | undefined;
|
|
15197
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;
|
|
15198
15493
|
VERTEX_API_HOST?: string | undefined;
|
|
15199
15494
|
VERTEX_API_KEY?: string | undefined;
|
|
15200
15495
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -15365,6 +15660,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
15365
15660
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
15366
15661
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
15367
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>;
|
|
15368
15667
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
15369
15668
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
15370
15669
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -15467,6 +15766,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
15467
15766
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
15468
15767
|
REPLICATE_API_KEY?: string | undefined;
|
|
15469
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;
|
|
15470
15773
|
VERTEX_API_HOST?: string | undefined;
|
|
15471
15774
|
VERTEX_API_KEY?: string | undefined;
|
|
15472
15775
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -15569,6 +15872,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
15569
15872
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
15570
15873
|
REPLICATE_API_KEY?: string | undefined;
|
|
15571
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;
|
|
15572
15879
|
VERTEX_API_HOST?: string | undefined;
|
|
15573
15880
|
VERTEX_API_KEY?: string | undefined;
|
|
15574
15881
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -15679,6 +15986,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
15679
15986
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
15680
15987
|
REPLICATE_API_KEY?: string | undefined;
|
|
15681
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;
|
|
15682
15993
|
VERTEX_API_HOST?: string | undefined;
|
|
15683
15994
|
VERTEX_API_KEY?: string | undefined;
|
|
15684
15995
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -15789,6 +16100,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
15789
16100
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
15790
16101
|
REPLICATE_API_KEY?: string | undefined;
|
|
15791
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;
|
|
15792
16107
|
VERTEX_API_HOST?: string | undefined;
|
|
15793
16108
|
VERTEX_API_KEY?: string | undefined;
|
|
15794
16109
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -16205,6 +16520,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
16205
16520
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
16206
16521
|
REPLICATE_API_KEY?: string | undefined;
|
|
16207
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;
|
|
16208
16527
|
VERTEX_API_HOST?: string | undefined;
|
|
16209
16528
|
VERTEX_API_KEY?: string | undefined;
|
|
16210
16529
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -16396,6 +16715,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
16396
16715
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
16397
16716
|
REPLICATE_API_KEY?: string | undefined;
|
|
16398
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;
|
|
16399
16722
|
VERTEX_API_HOST?: string | undefined;
|
|
16400
16723
|
VERTEX_API_KEY?: string | undefined;
|
|
16401
16724
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -16554,6 +16877,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
16554
16877
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
16555
16878
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
16556
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>;
|
|
16557
16884
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
16558
16885
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
16559
16886
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -16656,6 +16983,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
16656
16983
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
16657
16984
|
REPLICATE_API_KEY?: string | undefined;
|
|
16658
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;
|
|
16659
16990
|
VERTEX_API_HOST?: string | undefined;
|
|
16660
16991
|
VERTEX_API_KEY?: string | undefined;
|
|
16661
16992
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -16758,6 +17089,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
16758
17089
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
16759
17090
|
REPLICATE_API_KEY?: string | undefined;
|
|
16760
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;
|
|
16761
17096
|
VERTEX_API_HOST?: string | undefined;
|
|
16762
17097
|
VERTEX_API_KEY?: string | undefined;
|
|
16763
17098
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -17017,6 +17352,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
17017
17352
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
17018
17353
|
REPLICATE_API_KEY?: string | undefined;
|
|
17019
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;
|
|
17020
17359
|
VERTEX_API_HOST?: string | undefined;
|
|
17021
17360
|
VERTEX_API_KEY?: string | undefined;
|
|
17022
17361
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -17040,6 +17379,30 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
17040
17379
|
AWS_SAGEMAKER_MAX_RETRIES?: string | undefined;
|
|
17041
17380
|
PROMPTFOO_EVAL_TIMEOUT_MS?: string | undefined;
|
|
17042
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;
|
|
17043
17406
|
description?: string | undefined;
|
|
17044
17407
|
tests?: {
|
|
17045
17408
|
options?: ({
|
|
@@ -17156,6 +17519,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
17156
17519
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
17157
17520
|
REPLICATE_API_KEY?: string | undefined;
|
|
17158
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;
|
|
17159
17526
|
VERTEX_API_HOST?: string | undefined;
|
|
17160
17527
|
VERTEX_API_KEY?: string | undefined;
|
|
17161
17528
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -17352,6 +17719,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
17352
17719
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
17353
17720
|
REPLICATE_API_KEY?: string | undefined;
|
|
17354
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;
|
|
17355
17726
|
VERTEX_API_HOST?: string | undefined;
|
|
17356
17727
|
VERTEX_API_KEY?: string | undefined;
|
|
17357
17728
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -17545,6 +17916,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
17545
17916
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
17546
17917
|
REPLICATE_API_KEY?: string | undefined;
|
|
17547
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;
|
|
17548
17923
|
VERTEX_API_HOST?: string | undefined;
|
|
17549
17924
|
VERTEX_API_KEY?: string | undefined;
|
|
17550
17925
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -17740,6 +18115,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
17740
18115
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
17741
18116
|
REPLICATE_API_KEY?: string | undefined;
|
|
17742
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;
|
|
17743
18122
|
VERTEX_API_HOST?: string | undefined;
|
|
17744
18123
|
VERTEX_API_KEY?: string | undefined;
|
|
17745
18124
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -17823,30 +18202,6 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
17823
18202
|
name: string;
|
|
17824
18203
|
}[] | undefined;
|
|
17825
18204
|
extensions?: string[] | null | undefined;
|
|
17826
|
-
tracing?: {
|
|
17827
|
-
enabled: boolean;
|
|
17828
|
-
otlp?: {
|
|
17829
|
-
http?: {
|
|
17830
|
-
enabled: boolean;
|
|
17831
|
-
port: number;
|
|
17832
|
-
acceptFormats: string[];
|
|
17833
|
-
host?: string | undefined;
|
|
17834
|
-
} | undefined;
|
|
17835
|
-
grpc?: {
|
|
17836
|
-
enabled: boolean;
|
|
17837
|
-
port: number;
|
|
17838
|
-
} | undefined;
|
|
17839
|
-
} | undefined;
|
|
17840
|
-
storage?: {
|
|
17841
|
-
type: string;
|
|
17842
|
-
retentionDays: number;
|
|
17843
|
-
} | undefined;
|
|
17844
|
-
forwarding?: {
|
|
17845
|
-
enabled: boolean;
|
|
17846
|
-
endpoint: string;
|
|
17847
|
-
headers?: Record<string, string> | undefined;
|
|
17848
|
-
} | undefined;
|
|
17849
|
-
} | undefined;
|
|
17850
18205
|
providerPromptMap?: Record<string, string[]> | undefined;
|
|
17851
18206
|
}, {
|
|
17852
18207
|
prompts: {
|
|
@@ -17950,6 +18305,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
17950
18305
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
17951
18306
|
REPLICATE_API_KEY?: string | undefined;
|
|
17952
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;
|
|
17953
18312
|
VERTEX_API_HOST?: string | undefined;
|
|
17954
18313
|
VERTEX_API_KEY?: string | undefined;
|
|
17955
18314
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -17973,6 +18332,30 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
17973
18332
|
AWS_SAGEMAKER_MAX_RETRIES?: string | undefined;
|
|
17974
18333
|
PROMPTFOO_EVAL_TIMEOUT_MS?: string | undefined;
|
|
17975
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;
|
|
17976
18359
|
description?: string | undefined;
|
|
17977
18360
|
tests?: {
|
|
17978
18361
|
options?: ({
|
|
@@ -18089,6 +18472,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
18089
18472
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
18090
18473
|
REPLICATE_API_KEY?: string | undefined;
|
|
18091
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;
|
|
18092
18479
|
VERTEX_API_HOST?: string | undefined;
|
|
18093
18480
|
VERTEX_API_KEY?: string | undefined;
|
|
18094
18481
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -18285,6 +18672,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
18285
18672
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
18286
18673
|
REPLICATE_API_KEY?: string | undefined;
|
|
18287
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;
|
|
18288
18679
|
VERTEX_API_HOST?: string | undefined;
|
|
18289
18680
|
VERTEX_API_KEY?: string | undefined;
|
|
18290
18681
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -18478,6 +18869,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
18478
18869
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
18479
18870
|
REPLICATE_API_KEY?: string | undefined;
|
|
18480
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;
|
|
18481
18876
|
VERTEX_API_HOST?: string | undefined;
|
|
18482
18877
|
VERTEX_API_KEY?: string | undefined;
|
|
18483
18878
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -18673,6 +19068,10 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
18673
19068
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
18674
19069
|
REPLICATE_API_KEY?: string | undefined;
|
|
18675
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;
|
|
18676
19075
|
VERTEX_API_HOST?: string | undefined;
|
|
18677
19076
|
VERTEX_API_KEY?: string | undefined;
|
|
18678
19077
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -18756,30 +19155,6 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
18756
19155
|
name: string;
|
|
18757
19156
|
}[] | undefined;
|
|
18758
19157
|
extensions?: string[] | null | undefined;
|
|
18759
|
-
tracing?: {
|
|
18760
|
-
enabled: boolean;
|
|
18761
|
-
otlp?: {
|
|
18762
|
-
http?: {
|
|
18763
|
-
enabled: boolean;
|
|
18764
|
-
port: number;
|
|
18765
|
-
acceptFormats: string[];
|
|
18766
|
-
host?: string | undefined;
|
|
18767
|
-
} | undefined;
|
|
18768
|
-
grpc?: {
|
|
18769
|
-
enabled: boolean;
|
|
18770
|
-
port: number;
|
|
18771
|
-
} | undefined;
|
|
18772
|
-
} | undefined;
|
|
18773
|
-
storage?: {
|
|
18774
|
-
type: string;
|
|
18775
|
-
retentionDays: number;
|
|
18776
|
-
} | undefined;
|
|
18777
|
-
forwarding?: {
|
|
18778
|
-
enabled: boolean;
|
|
18779
|
-
endpoint: string;
|
|
18780
|
-
headers?: Record<string, string> | undefined;
|
|
18781
|
-
} | undefined;
|
|
18782
|
-
} | undefined;
|
|
18783
19158
|
providerPromptMap?: Record<string, string | string[]> | undefined;
|
|
18784
19159
|
}>;
|
|
18785
19160
|
export type TestSuite = z.infer<typeof TestSuiteSchema>;
|
|
@@ -18965,6 +19340,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
18965
19340
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
18966
19341
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
18967
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>;
|
|
18968
19347
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
18969
19348
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
18970
19349
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -19067,6 +19446,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
19067
19446
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
19068
19447
|
REPLICATE_API_KEY?: string | undefined;
|
|
19069
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;
|
|
19070
19453
|
VERTEX_API_HOST?: string | undefined;
|
|
19071
19454
|
VERTEX_API_KEY?: string | undefined;
|
|
19072
19455
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -19169,6 +19552,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
19169
19552
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
19170
19553
|
REPLICATE_API_KEY?: string | undefined;
|
|
19171
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;
|
|
19172
19559
|
VERTEX_API_HOST?: string | undefined;
|
|
19173
19560
|
VERTEX_API_KEY?: string | undefined;
|
|
19174
19561
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -19279,6 +19666,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
19279
19666
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
19280
19667
|
REPLICATE_API_KEY?: string | undefined;
|
|
19281
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;
|
|
19282
19673
|
VERTEX_API_HOST?: string | undefined;
|
|
19283
19674
|
VERTEX_API_KEY?: string | undefined;
|
|
19284
19675
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -19389,6 +19780,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
19389
19780
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
19390
19781
|
REPLICATE_API_KEY?: string | undefined;
|
|
19391
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;
|
|
19392
19787
|
VERTEX_API_HOST?: string | undefined;
|
|
19393
19788
|
VERTEX_API_KEY?: string | undefined;
|
|
19394
19789
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -19499,6 +19894,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
19499
19894
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
19500
19895
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
19501
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>;
|
|
19502
19901
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
19503
19902
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
19504
19903
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -19601,6 +20000,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
19601
20000
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
19602
20001
|
REPLICATE_API_KEY?: string | undefined;
|
|
19603
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;
|
|
19604
20007
|
VERTEX_API_HOST?: string | undefined;
|
|
19605
20008
|
VERTEX_API_KEY?: string | undefined;
|
|
19606
20009
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -19703,6 +20106,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
19703
20106
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
19704
20107
|
REPLICATE_API_KEY?: string | undefined;
|
|
19705
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;
|
|
19706
20113
|
VERTEX_API_HOST?: string | undefined;
|
|
19707
20114
|
VERTEX_API_KEY?: string | undefined;
|
|
19708
20115
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -19813,6 +20220,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
19813
20220
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
19814
20221
|
REPLICATE_API_KEY?: string | undefined;
|
|
19815
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;
|
|
19816
20227
|
VERTEX_API_HOST?: string | undefined;
|
|
19817
20228
|
VERTEX_API_KEY?: string | undefined;
|
|
19818
20229
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -19923,6 +20334,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
19923
20334
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
19924
20335
|
REPLICATE_API_KEY?: string | undefined;
|
|
19925
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;
|
|
19926
20341
|
VERTEX_API_HOST?: string | undefined;
|
|
19927
20342
|
VERTEX_API_KEY?: string | undefined;
|
|
19928
20343
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -20178,6 +20593,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
20178
20593
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
20179
20594
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
20180
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>;
|
|
20181
20600
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
20182
20601
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
20183
20602
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -20280,6 +20699,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
20280
20699
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
20281
20700
|
REPLICATE_API_KEY?: string | undefined;
|
|
20282
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;
|
|
20283
20706
|
VERTEX_API_HOST?: string | undefined;
|
|
20284
20707
|
VERTEX_API_KEY?: string | undefined;
|
|
20285
20708
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -20382,6 +20805,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
20382
20805
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
20383
20806
|
REPLICATE_API_KEY?: string | undefined;
|
|
20384
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;
|
|
20385
20812
|
VERTEX_API_HOST?: string | undefined;
|
|
20386
20813
|
VERTEX_API_KEY?: string | undefined;
|
|
20387
20814
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -20492,6 +20919,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
20492
20919
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
20493
20920
|
REPLICATE_API_KEY?: string | undefined;
|
|
20494
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;
|
|
20495
20926
|
VERTEX_API_HOST?: string | undefined;
|
|
20496
20927
|
VERTEX_API_KEY?: string | undefined;
|
|
20497
20928
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -20602,6 +21033,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
20602
21033
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
20603
21034
|
REPLICATE_API_KEY?: string | undefined;
|
|
20604
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;
|
|
20605
21040
|
VERTEX_API_HOST?: string | undefined;
|
|
20606
21041
|
VERTEX_API_KEY?: string | undefined;
|
|
20607
21042
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -21018,6 +21453,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
21018
21453
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
21019
21454
|
REPLICATE_API_KEY?: string | undefined;
|
|
21020
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;
|
|
21021
21460
|
VERTEX_API_HOST?: string | undefined;
|
|
21022
21461
|
VERTEX_API_KEY?: string | undefined;
|
|
21023
21462
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -21210,6 +21649,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
21210
21649
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
21211
21650
|
REPLICATE_API_KEY?: string | undefined;
|
|
21212
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;
|
|
21213
21656
|
VERTEX_API_HOST?: string | undefined;
|
|
21214
21657
|
VERTEX_API_KEY?: string | undefined;
|
|
21215
21658
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -21426,6 +21869,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
21426
21869
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
21427
21870
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
21428
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>;
|
|
21429
21876
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
21430
21877
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
21431
21878
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -21528,6 +21975,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
21528
21975
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
21529
21976
|
REPLICATE_API_KEY?: string | undefined;
|
|
21530
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;
|
|
21531
21982
|
VERTEX_API_HOST?: string | undefined;
|
|
21532
21983
|
VERTEX_API_KEY?: string | undefined;
|
|
21533
21984
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -21630,6 +22081,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
21630
22081
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
21631
22082
|
REPLICATE_API_KEY?: string | undefined;
|
|
21632
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;
|
|
21633
22088
|
VERTEX_API_HOST?: string | undefined;
|
|
21634
22089
|
VERTEX_API_KEY?: string | undefined;
|
|
21635
22090
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -21740,6 +22195,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
21740
22195
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
21741
22196
|
REPLICATE_API_KEY?: string | undefined;
|
|
21742
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;
|
|
21743
22202
|
VERTEX_API_HOST?: string | undefined;
|
|
21744
22203
|
VERTEX_API_KEY?: string | undefined;
|
|
21745
22204
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -21850,6 +22309,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
21850
22309
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
21851
22310
|
REPLICATE_API_KEY?: string | undefined;
|
|
21852
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;
|
|
21853
22316
|
VERTEX_API_HOST?: string | undefined;
|
|
21854
22317
|
VERTEX_API_KEY?: string | undefined;
|
|
21855
22318
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -22266,6 +22729,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
22266
22729
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
22267
22730
|
REPLICATE_API_KEY?: string | undefined;
|
|
22268
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;
|
|
22269
22736
|
VERTEX_API_HOST?: string | undefined;
|
|
22270
22737
|
VERTEX_API_KEY?: string | undefined;
|
|
22271
22738
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -22458,6 +22925,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
22458
22925
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
22459
22926
|
REPLICATE_API_KEY?: string | undefined;
|
|
22460
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;
|
|
22461
22932
|
VERTEX_API_HOST?: string | undefined;
|
|
22462
22933
|
VERTEX_API_KEY?: string | undefined;
|
|
22463
22934
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -22626,6 +23097,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
22626
23097
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
22627
23098
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
22628
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>;
|
|
22629
23104
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
22630
23105
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
22631
23106
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -22728,6 +23203,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
22728
23203
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
22729
23204
|
REPLICATE_API_KEY?: string | undefined;
|
|
22730
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;
|
|
22731
23210
|
VERTEX_API_HOST?: string | undefined;
|
|
22732
23211
|
VERTEX_API_KEY?: string | undefined;
|
|
22733
23212
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -22830,6 +23309,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
22830
23309
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
22831
23310
|
REPLICATE_API_KEY?: string | undefined;
|
|
22832
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;
|
|
22833
23316
|
VERTEX_API_HOST?: string | undefined;
|
|
22834
23317
|
VERTEX_API_KEY?: string | undefined;
|
|
22835
23318
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -22940,6 +23423,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
22940
23423
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
22941
23424
|
REPLICATE_API_KEY?: string | undefined;
|
|
22942
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;
|
|
22943
23430
|
VERTEX_API_HOST?: string | undefined;
|
|
22944
23431
|
VERTEX_API_KEY?: string | undefined;
|
|
22945
23432
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -23050,6 +23537,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
23050
23537
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
23051
23538
|
REPLICATE_API_KEY?: string | undefined;
|
|
23052
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;
|
|
23053
23544
|
VERTEX_API_HOST?: string | undefined;
|
|
23054
23545
|
VERTEX_API_KEY?: string | undefined;
|
|
23055
23546
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -23466,6 +23957,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
23466
23957
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
23467
23958
|
REPLICATE_API_KEY?: string | undefined;
|
|
23468
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;
|
|
23469
23964
|
VERTEX_API_HOST?: string | undefined;
|
|
23470
23965
|
VERTEX_API_KEY?: string | undefined;
|
|
23471
23966
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -23658,6 +24153,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
23658
24153
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
23659
24154
|
REPLICATE_API_KEY?: string | undefined;
|
|
23660
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;
|
|
23661
24160
|
VERTEX_API_HOST?: string | undefined;
|
|
23662
24161
|
VERTEX_API_KEY?: string | undefined;
|
|
23663
24162
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -23852,6 +24351,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
23852
24351
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
23853
24352
|
REPLICATE_API_KEY?: string | undefined;
|
|
23854
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;
|
|
23855
24358
|
VERTEX_API_HOST?: string | undefined;
|
|
23856
24359
|
VERTEX_API_KEY?: string | undefined;
|
|
23857
24360
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -24045,6 +24548,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
24045
24548
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
24046
24549
|
REPLICATE_API_KEY?: string | undefined;
|
|
24047
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;
|
|
24048
24555
|
VERTEX_API_HOST?: string | undefined;
|
|
24049
24556
|
VERTEX_API_KEY?: string | undefined;
|
|
24050
24557
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -24240,6 +24747,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
24240
24747
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
24241
24748
|
REPLICATE_API_KEY?: string | undefined;
|
|
24242
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;
|
|
24243
24754
|
VERTEX_API_HOST?: string | undefined;
|
|
24244
24755
|
VERTEX_API_KEY?: string | undefined;
|
|
24245
24756
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -24433,6 +24944,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
24433
24944
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
24434
24945
|
REPLICATE_API_KEY?: string | undefined;
|
|
24435
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;
|
|
24436
24951
|
VERTEX_API_HOST?: string | undefined;
|
|
24437
24952
|
VERTEX_API_KEY?: string | undefined;
|
|
24438
24953
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -24603,6 +25118,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
24603
25118
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
24604
25119
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
24605
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>;
|
|
24606
25125
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
24607
25126
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
24608
25127
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -24705,6 +25224,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
24705
25224
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
24706
25225
|
REPLICATE_API_KEY?: string | undefined;
|
|
24707
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;
|
|
24708
25231
|
VERTEX_API_HOST?: string | undefined;
|
|
24709
25232
|
VERTEX_API_KEY?: string | undefined;
|
|
24710
25233
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -24807,6 +25330,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
24807
25330
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
24808
25331
|
REPLICATE_API_KEY?: string | undefined;
|
|
24809
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;
|
|
24810
25337
|
VERTEX_API_HOST?: string | undefined;
|
|
24811
25338
|
VERTEX_API_KEY?: string | undefined;
|
|
24812
25339
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -24917,6 +25444,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
24917
25444
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
24918
25445
|
REPLICATE_API_KEY?: string | undefined;
|
|
24919
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;
|
|
24920
25451
|
VERTEX_API_HOST?: string | undefined;
|
|
24921
25452
|
VERTEX_API_KEY?: string | undefined;
|
|
24922
25453
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -25027,6 +25558,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
25027
25558
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
25028
25559
|
REPLICATE_API_KEY?: string | undefined;
|
|
25029
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;
|
|
25030
25565
|
VERTEX_API_HOST?: string | undefined;
|
|
25031
25566
|
VERTEX_API_KEY?: string | undefined;
|
|
25032
25567
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -25443,6 +25978,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
25443
25978
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
25444
25979
|
REPLICATE_API_KEY?: string | undefined;
|
|
25445
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;
|
|
25446
25985
|
VERTEX_API_HOST?: string | undefined;
|
|
25447
25986
|
VERTEX_API_KEY?: string | undefined;
|
|
25448
25987
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -25634,6 +26173,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
25634
26173
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
25635
26174
|
REPLICATE_API_KEY?: string | undefined;
|
|
25636
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;
|
|
25637
26180
|
VERTEX_API_HOST?: string | undefined;
|
|
25638
26181
|
VERTEX_API_KEY?: string | undefined;
|
|
25639
26182
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -25803,6 +26346,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
25803
26346
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
25804
26347
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
25805
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>;
|
|
25806
26353
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
25807
26354
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
25808
26355
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -25905,6 +26452,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
25905
26452
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
25906
26453
|
REPLICATE_API_KEY?: string | undefined;
|
|
25907
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;
|
|
25908
26459
|
VERTEX_API_HOST?: string | undefined;
|
|
25909
26460
|
VERTEX_API_KEY?: string | undefined;
|
|
25910
26461
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -26007,6 +26558,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
26007
26558
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
26008
26559
|
REPLICATE_API_KEY?: string | undefined;
|
|
26009
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;
|
|
26010
26565
|
VERTEX_API_HOST?: string | undefined;
|
|
26011
26566
|
VERTEX_API_KEY?: string | undefined;
|
|
26012
26567
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -26133,6 +26688,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
26133
26688
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
26134
26689
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
26135
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>;
|
|
26136
26695
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
26137
26696
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
26138
26697
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -26235,6 +26794,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
26235
26794
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
26236
26795
|
REPLICATE_API_KEY?: string | undefined;
|
|
26237
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;
|
|
26238
26801
|
VERTEX_API_HOST?: string | undefined;
|
|
26239
26802
|
VERTEX_API_KEY?: string | undefined;
|
|
26240
26803
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -26337,6 +26900,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
26337
26900
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
26338
26901
|
REPLICATE_API_KEY?: string | undefined;
|
|
26339
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;
|
|
26340
26907
|
VERTEX_API_HOST?: string | undefined;
|
|
26341
26908
|
VERTEX_API_KEY?: string | undefined;
|
|
26342
26909
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -26447,6 +27014,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
26447
27014
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
26448
27015
|
REPLICATE_API_KEY?: string | undefined;
|
|
26449
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;
|
|
26450
27021
|
VERTEX_API_HOST?: string | undefined;
|
|
26451
27022
|
VERTEX_API_KEY?: string | undefined;
|
|
26452
27023
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -26557,6 +27128,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
26557
27128
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
26558
27129
|
REPLICATE_API_KEY?: string | undefined;
|
|
26559
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;
|
|
26560
27135
|
VERTEX_API_HOST?: string | undefined;
|
|
26561
27136
|
VERTEX_API_KEY?: string | undefined;
|
|
26562
27137
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -26609,7 +27184,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
26609
27184
|
callClassificationApi?: ((args_0: string, ...args: unknown[]) => Promise<import("./providers").ProviderClassificationResponse>) | undefined;
|
|
26610
27185
|
}>]>>;
|
|
26611
27186
|
numTests: z.ZodOptional<z.ZodNumber>;
|
|
26612
|
-
language: z.ZodOptional<z.ZodString
|
|
27187
|
+
language: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
26613
27188
|
entities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
26614
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<{
|
|
26615
27190
|
id: z.ZodUnion<[z.ZodEffects<z.ZodEnum<[string, ...string[]]>, string, string>, z.ZodEffects<z.ZodString, string, string>]>;
|
|
@@ -26640,6 +27215,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
26640
27215
|
maxConcurrency: z.ZodOptional<z.ZodNumber>;
|
|
26641
27216
|
delay: z.ZodOptional<z.ZodNumber>;
|
|
26642
27217
|
excludeTargetOutputFromAgenticAttackGeneration: z.ZodOptional<z.ZodBoolean>;
|
|
27218
|
+
tracing: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
26643
27219
|
}, "strip", z.ZodTypeAny, {
|
|
26644
27220
|
plugins: (string | {
|
|
26645
27221
|
id: string;
|
|
@@ -26738,6 +27314,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
26738
27314
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
26739
27315
|
REPLICATE_API_KEY?: string | undefined;
|
|
26740
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;
|
|
26741
27321
|
VERTEX_API_HOST?: string | undefined;
|
|
26742
27322
|
VERTEX_API_KEY?: string | undefined;
|
|
26743
27323
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -26776,10 +27356,11 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
26776
27356
|
entities?: string[] | undefined;
|
|
26777
27357
|
numTests?: number | undefined;
|
|
26778
27358
|
injectVar?: string | undefined;
|
|
26779
|
-
language?: string | undefined;
|
|
27359
|
+
language?: string | string[] | undefined;
|
|
26780
27360
|
maxConcurrency?: number | undefined;
|
|
26781
27361
|
purpose?: string | undefined;
|
|
26782
27362
|
excludeTargetOutputFromAgenticAttackGeneration?: boolean | undefined;
|
|
27363
|
+
tracing?: any;
|
|
26783
27364
|
}, {
|
|
26784
27365
|
provider?: string | {
|
|
26785
27366
|
id?: string | undefined;
|
|
@@ -26868,6 +27449,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
26868
27449
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
26869
27450
|
REPLICATE_API_KEY?: string | undefined;
|
|
26870
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;
|
|
26871
27456
|
VERTEX_API_HOST?: string | undefined;
|
|
26872
27457
|
VERTEX_API_KEY?: string | undefined;
|
|
26873
27458
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -26910,16 +27495,17 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
26910
27495
|
numTests?: number | undefined;
|
|
26911
27496
|
})[] | undefined;
|
|
26912
27497
|
entities?: string[] | undefined;
|
|
26913
|
-
numTests?: number | undefined;
|
|
26914
|
-
injectVar?: string | undefined;
|
|
26915
|
-
language?: string | undefined;
|
|
26916
|
-
maxConcurrency?: number | undefined;
|
|
26917
|
-
purpose?: string | undefined;
|
|
26918
27498
|
strategies?: (string | {
|
|
26919
27499
|
id: string;
|
|
26920
27500
|
config?: Record<string, unknown> | undefined;
|
|
26921
27501
|
})[] | undefined;
|
|
27502
|
+
numTests?: number | undefined;
|
|
27503
|
+
injectVar?: string | undefined;
|
|
27504
|
+
language?: string | string[] | undefined;
|
|
27505
|
+
maxConcurrency?: number | undefined;
|
|
27506
|
+
purpose?: string | undefined;
|
|
26922
27507
|
excludeTargetOutputFromAgenticAttackGeneration?: boolean | undefined;
|
|
27508
|
+
tracing?: any;
|
|
26923
27509
|
}>, RedteamFileConfig, {
|
|
26924
27510
|
provider?: string | {
|
|
26925
27511
|
id?: string | undefined;
|
|
@@ -27008,6 +27594,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
27008
27594
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
27009
27595
|
REPLICATE_API_KEY?: string | undefined;
|
|
27010
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;
|
|
27011
27601
|
VERTEX_API_HOST?: string | undefined;
|
|
27012
27602
|
VERTEX_API_KEY?: string | undefined;
|
|
27013
27603
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -27050,16 +27640,17 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
27050
27640
|
numTests?: number | undefined;
|
|
27051
27641
|
})[] | undefined;
|
|
27052
27642
|
entities?: string[] | undefined;
|
|
27053
|
-
numTests?: number | undefined;
|
|
27054
|
-
injectVar?: string | undefined;
|
|
27055
|
-
language?: string | undefined;
|
|
27056
|
-
maxConcurrency?: number | undefined;
|
|
27057
|
-
purpose?: string | undefined;
|
|
27058
27643
|
strategies?: (string | {
|
|
27059
27644
|
id: string;
|
|
27060
27645
|
config?: Record<string, unknown> | undefined;
|
|
27061
27646
|
})[] | undefined;
|
|
27647
|
+
numTests?: number | undefined;
|
|
27648
|
+
injectVar?: string | undefined;
|
|
27649
|
+
language?: string | string[] | undefined;
|
|
27650
|
+
maxConcurrency?: number | undefined;
|
|
27651
|
+
purpose?: string | undefined;
|
|
27062
27652
|
excludeTargetOutputFromAgenticAttackGeneration?: boolean | undefined;
|
|
27653
|
+
tracing?: any;
|
|
27063
27654
|
}>>;
|
|
27064
27655
|
writeLatestResults: z.ZodOptional<z.ZodBoolean>;
|
|
27065
27656
|
tracing: z.ZodOptional<z.ZodObject<{
|
|
@@ -27309,6 +27900,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
27309
27900
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
27310
27901
|
REPLICATE_API_KEY?: string | undefined;
|
|
27311
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;
|
|
27312
27907
|
VERTEX_API_HOST?: string | undefined;
|
|
27313
27908
|
VERTEX_API_KEY?: string | undefined;
|
|
27314
27909
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -27441,6 +28036,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
27441
28036
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
27442
28037
|
REPLICATE_API_KEY?: string | undefined;
|
|
27443
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;
|
|
27444
28043
|
VERTEX_API_HOST?: string | undefined;
|
|
27445
28044
|
VERTEX_API_KEY?: string | undefined;
|
|
27446
28045
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -27545,6 +28144,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
27545
28144
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
27546
28145
|
REPLICATE_API_KEY?: string | undefined;
|
|
27547
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;
|
|
27548
28151
|
VERTEX_API_HOST?: string | undefined;
|
|
27549
28152
|
VERTEX_API_KEY?: string | undefined;
|
|
27550
28153
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -27569,6 +28172,30 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
27569
28172
|
PROMPTFOO_EVAL_TIMEOUT_MS?: string | undefined;
|
|
27570
28173
|
} | Record<string, string> | undefined;
|
|
27571
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;
|
|
27572
28199
|
description?: string | undefined;
|
|
27573
28200
|
tests?: string | {
|
|
27574
28201
|
path: string;
|
|
@@ -27688,6 +28315,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
27688
28315
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
27689
28316
|
REPLICATE_API_KEY?: string | undefined;
|
|
27690
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;
|
|
27691
28322
|
VERTEX_API_HOST?: string | undefined;
|
|
27692
28323
|
VERTEX_API_KEY?: string | undefined;
|
|
27693
28324
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -27887,6 +28518,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
27887
28518
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
27888
28519
|
REPLICATE_API_KEY?: string | undefined;
|
|
27889
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;
|
|
27890
28525
|
VERTEX_API_HOST?: string | undefined;
|
|
27891
28526
|
VERTEX_API_KEY?: string | undefined;
|
|
27892
28527
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -28080,6 +28715,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
28080
28715
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
28081
28716
|
REPLICATE_API_KEY?: string | undefined;
|
|
28082
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;
|
|
28083
28722
|
VERTEX_API_HOST?: string | undefined;
|
|
28084
28723
|
VERTEX_API_KEY?: string | undefined;
|
|
28085
28724
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -28275,6 +28914,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
28275
28914
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
28276
28915
|
REPLICATE_API_KEY?: string | undefined;
|
|
28277
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;
|
|
28278
28921
|
VERTEX_API_HOST?: string | undefined;
|
|
28279
28922
|
VERTEX_API_KEY?: string | undefined;
|
|
28280
28923
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -28364,30 +29007,6 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
28364
29007
|
}[] | undefined;
|
|
28365
29008
|
extensions?: string[] | null | undefined;
|
|
28366
29009
|
writeLatestResults?: boolean | undefined;
|
|
28367
|
-
tracing?: {
|
|
28368
|
-
enabled: boolean;
|
|
28369
|
-
otlp?: {
|
|
28370
|
-
http?: {
|
|
28371
|
-
enabled: boolean;
|
|
28372
|
-
port: number;
|
|
28373
|
-
host: string;
|
|
28374
|
-
acceptFormats: ("protobuf" | "json")[];
|
|
28375
|
-
} | undefined;
|
|
28376
|
-
grpc?: {
|
|
28377
|
-
enabled: boolean;
|
|
28378
|
-
port: number;
|
|
28379
|
-
} | undefined;
|
|
28380
|
-
} | undefined;
|
|
28381
|
-
storage?: {
|
|
28382
|
-
type: "sqlite";
|
|
28383
|
-
retentionDays: number;
|
|
28384
|
-
} | undefined;
|
|
28385
|
-
forwarding?: {
|
|
28386
|
-
enabled: boolean;
|
|
28387
|
-
endpoint: string;
|
|
28388
|
-
headers?: Record<string, string> | undefined;
|
|
28389
|
-
} | undefined;
|
|
28390
|
-
} | undefined;
|
|
28391
29010
|
}, {
|
|
28392
29011
|
prompts: string | Record<string, string> | (string | {
|
|
28393
29012
|
raw: string;
|
|
@@ -28513,6 +29132,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
28513
29132
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
28514
29133
|
REPLICATE_API_KEY?: string | undefined;
|
|
28515
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;
|
|
28516
29139
|
VERTEX_API_HOST?: string | undefined;
|
|
28517
29140
|
VERTEX_API_KEY?: string | undefined;
|
|
28518
29141
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -28645,6 +29268,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
28645
29268
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
28646
29269
|
REPLICATE_API_KEY?: string | undefined;
|
|
28647
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;
|
|
28648
29275
|
VERTEX_API_HOST?: string | undefined;
|
|
28649
29276
|
VERTEX_API_KEY?: string | undefined;
|
|
28650
29277
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -28749,6 +29376,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
28749
29376
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
28750
29377
|
REPLICATE_API_KEY?: string | undefined;
|
|
28751
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;
|
|
28752
29383
|
VERTEX_API_HOST?: string | undefined;
|
|
28753
29384
|
VERTEX_API_KEY?: string | undefined;
|
|
28754
29385
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -28773,6 +29404,30 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
28773
29404
|
PROMPTFOO_EVAL_TIMEOUT_MS?: string | undefined;
|
|
28774
29405
|
} | Record<string, string | number | boolean> | undefined;
|
|
28775
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;
|
|
28776
29431
|
description?: string | undefined;
|
|
28777
29432
|
tests?: string | {
|
|
28778
29433
|
path: string;
|
|
@@ -28892,6 +29547,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
28892
29547
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
28893
29548
|
REPLICATE_API_KEY?: string | undefined;
|
|
28894
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;
|
|
28895
29554
|
VERTEX_API_HOST?: string | undefined;
|
|
28896
29555
|
VERTEX_API_KEY?: string | undefined;
|
|
28897
29556
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -29061,6 +29720,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
29061
29720
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
29062
29721
|
REPLICATE_API_KEY?: string | undefined;
|
|
29063
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;
|
|
29064
29727
|
VERTEX_API_HOST?: string | undefined;
|
|
29065
29728
|
VERTEX_API_KEY?: string | undefined;
|
|
29066
29729
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -29103,16 +29766,17 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
29103
29766
|
numTests?: number | undefined;
|
|
29104
29767
|
})[] | undefined;
|
|
29105
29768
|
entities?: string[] | undefined;
|
|
29106
|
-
numTests?: number | undefined;
|
|
29107
|
-
injectVar?: string | undefined;
|
|
29108
|
-
language?: string | undefined;
|
|
29109
|
-
maxConcurrency?: number | undefined;
|
|
29110
|
-
purpose?: string | undefined;
|
|
29111
29769
|
strategies?: (string | {
|
|
29112
29770
|
id: string;
|
|
29113
29771
|
config?: Record<string, unknown> | undefined;
|
|
29114
29772
|
})[] | undefined;
|
|
29773
|
+
numTests?: number | undefined;
|
|
29774
|
+
injectVar?: string | undefined;
|
|
29775
|
+
language?: string | string[] | undefined;
|
|
29776
|
+
maxConcurrency?: number | undefined;
|
|
29777
|
+
purpose?: string | undefined;
|
|
29115
29778
|
excludeTargetOutputFromAgenticAttackGeneration?: boolean | undefined;
|
|
29779
|
+
tracing?: any;
|
|
29116
29780
|
} | undefined;
|
|
29117
29781
|
tags?: Record<string, string> | undefined;
|
|
29118
29782
|
scenarios?: (string | {
|
|
@@ -29231,6 +29895,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
29231
29895
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
29232
29896
|
REPLICATE_API_KEY?: string | undefined;
|
|
29233
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;
|
|
29234
29902
|
VERTEX_API_HOST?: string | undefined;
|
|
29235
29903
|
VERTEX_API_KEY?: string | undefined;
|
|
29236
29904
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -29424,6 +30092,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
29424
30092
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
29425
30093
|
REPLICATE_API_KEY?: string | undefined;
|
|
29426
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;
|
|
29427
30099
|
VERTEX_API_HOST?: string | undefined;
|
|
29428
30100
|
VERTEX_API_KEY?: string | undefined;
|
|
29429
30101
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -29619,6 +30291,10 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
29619
30291
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
29620
30292
|
REPLICATE_API_KEY?: string | undefined;
|
|
29621
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;
|
|
29622
30298
|
VERTEX_API_HOST?: string | undefined;
|
|
29623
30299
|
VERTEX_API_KEY?: string | undefined;
|
|
29624
30300
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -29708,30 +30384,6 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
29708
30384
|
}[] | undefined;
|
|
29709
30385
|
extensions?: string[] | null | undefined;
|
|
29710
30386
|
writeLatestResults?: boolean | undefined;
|
|
29711
|
-
tracing?: {
|
|
29712
|
-
enabled?: boolean | undefined;
|
|
29713
|
-
otlp?: {
|
|
29714
|
-
http?: {
|
|
29715
|
-
enabled?: boolean | undefined;
|
|
29716
|
-
port?: number | undefined;
|
|
29717
|
-
host?: string | undefined;
|
|
29718
|
-
acceptFormats?: ("protobuf" | "json")[] | undefined;
|
|
29719
|
-
} | undefined;
|
|
29720
|
-
grpc?: {
|
|
29721
|
-
enabled?: boolean | undefined;
|
|
29722
|
-
port?: number | undefined;
|
|
29723
|
-
} | undefined;
|
|
29724
|
-
} | undefined;
|
|
29725
|
-
storage?: {
|
|
29726
|
-
type?: "sqlite" | undefined;
|
|
29727
|
-
retentionDays?: number | undefined;
|
|
29728
|
-
} | undefined;
|
|
29729
|
-
forwarding?: {
|
|
29730
|
-
endpoint: string;
|
|
29731
|
-
enabled?: boolean | undefined;
|
|
29732
|
-
headers?: Record<string, string> | undefined;
|
|
29733
|
-
} | undefined;
|
|
29734
|
-
} | undefined;
|
|
29735
30387
|
}>;
|
|
29736
30388
|
export type TestSuiteConfig = z.infer<typeof TestSuiteConfigSchema>;
|
|
29737
30389
|
export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
@@ -29876,6 +30528,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
29876
30528
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
29877
30529
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
29878
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>;
|
|
29879
30535
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
29880
30536
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
29881
30537
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -29978,6 +30634,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
29978
30634
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
29979
30635
|
REPLICATE_API_KEY?: string | undefined;
|
|
29980
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;
|
|
29981
30641
|
VERTEX_API_HOST?: string | undefined;
|
|
29982
30642
|
VERTEX_API_KEY?: string | undefined;
|
|
29983
30643
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -30080,6 +30740,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
30080
30740
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
30081
30741
|
REPLICATE_API_KEY?: string | undefined;
|
|
30082
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;
|
|
30083
30747
|
VERTEX_API_HOST?: string | undefined;
|
|
30084
30748
|
VERTEX_API_KEY?: string | undefined;
|
|
30085
30749
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -30190,6 +30854,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
30190
30854
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
30191
30855
|
REPLICATE_API_KEY?: string | undefined;
|
|
30192
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;
|
|
30193
30861
|
VERTEX_API_HOST?: string | undefined;
|
|
30194
30862
|
VERTEX_API_KEY?: string | undefined;
|
|
30195
30863
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -30300,6 +30968,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
30300
30968
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
30301
30969
|
REPLICATE_API_KEY?: string | undefined;
|
|
30302
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;
|
|
30303
30975
|
VERTEX_API_HOST?: string | undefined;
|
|
30304
30976
|
VERTEX_API_KEY?: string | undefined;
|
|
30305
30977
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -30716,6 +31388,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
30716
31388
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
30717
31389
|
REPLICATE_API_KEY?: string | undefined;
|
|
30718
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;
|
|
30719
31395
|
VERTEX_API_HOST?: string | undefined;
|
|
30720
31396
|
VERTEX_API_KEY?: string | undefined;
|
|
30721
31397
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -30908,6 +31584,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
30908
31584
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
30909
31585
|
REPLICATE_API_KEY?: string | undefined;
|
|
30910
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;
|
|
30911
31591
|
VERTEX_API_HOST?: string | undefined;
|
|
30912
31592
|
VERTEX_API_KEY?: string | undefined;
|
|
30913
31593
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -31124,6 +31804,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
31124
31804
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
31125
31805
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
31126
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>;
|
|
31127
31811
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
31128
31812
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
31129
31813
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -31226,6 +31910,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
31226
31910
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
31227
31911
|
REPLICATE_API_KEY?: string | undefined;
|
|
31228
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;
|
|
31229
31917
|
VERTEX_API_HOST?: string | undefined;
|
|
31230
31918
|
VERTEX_API_KEY?: string | undefined;
|
|
31231
31919
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -31328,6 +32016,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
31328
32016
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
31329
32017
|
REPLICATE_API_KEY?: string | undefined;
|
|
31330
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;
|
|
31331
32023
|
VERTEX_API_HOST?: string | undefined;
|
|
31332
32024
|
VERTEX_API_KEY?: string | undefined;
|
|
31333
32025
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -31438,6 +32130,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
31438
32130
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
31439
32131
|
REPLICATE_API_KEY?: string | undefined;
|
|
31440
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;
|
|
31441
32137
|
VERTEX_API_HOST?: string | undefined;
|
|
31442
32138
|
VERTEX_API_KEY?: string | undefined;
|
|
31443
32139
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -31548,6 +32244,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
31548
32244
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
31549
32245
|
REPLICATE_API_KEY?: string | undefined;
|
|
31550
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;
|
|
31551
32251
|
VERTEX_API_HOST?: string | undefined;
|
|
31552
32252
|
VERTEX_API_KEY?: string | undefined;
|
|
31553
32253
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -31964,6 +32664,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
31964
32664
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
31965
32665
|
REPLICATE_API_KEY?: string | undefined;
|
|
31966
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;
|
|
31967
32671
|
VERTEX_API_HOST?: string | undefined;
|
|
31968
32672
|
VERTEX_API_KEY?: string | undefined;
|
|
31969
32673
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -32156,6 +32860,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
32156
32860
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
32157
32861
|
REPLICATE_API_KEY?: string | undefined;
|
|
32158
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;
|
|
32159
32867
|
VERTEX_API_HOST?: string | undefined;
|
|
32160
32868
|
VERTEX_API_KEY?: string | undefined;
|
|
32161
32869
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -32324,6 +33032,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
32324
33032
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
32325
33033
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
32326
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>;
|
|
32327
33039
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
32328
33040
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
32329
33041
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -32426,6 +33138,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
32426
33138
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
32427
33139
|
REPLICATE_API_KEY?: string | undefined;
|
|
32428
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;
|
|
32429
33145
|
VERTEX_API_HOST?: string | undefined;
|
|
32430
33146
|
VERTEX_API_KEY?: string | undefined;
|
|
32431
33147
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -32528,6 +33244,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
32528
33244
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
32529
33245
|
REPLICATE_API_KEY?: string | undefined;
|
|
32530
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;
|
|
32531
33251
|
VERTEX_API_HOST?: string | undefined;
|
|
32532
33252
|
VERTEX_API_KEY?: string | undefined;
|
|
32533
33253
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -32638,6 +33358,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
32638
33358
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
32639
33359
|
REPLICATE_API_KEY?: string | undefined;
|
|
32640
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;
|
|
32641
33365
|
VERTEX_API_HOST?: string | undefined;
|
|
32642
33366
|
VERTEX_API_KEY?: string | undefined;
|
|
32643
33367
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -32748,6 +33472,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
32748
33472
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
32749
33473
|
REPLICATE_API_KEY?: string | undefined;
|
|
32750
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;
|
|
32751
33479
|
VERTEX_API_HOST?: string | undefined;
|
|
32752
33480
|
VERTEX_API_KEY?: string | undefined;
|
|
32753
33481
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -33164,6 +33892,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
33164
33892
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
33165
33893
|
REPLICATE_API_KEY?: string | undefined;
|
|
33166
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;
|
|
33167
33899
|
VERTEX_API_HOST?: string | undefined;
|
|
33168
33900
|
VERTEX_API_KEY?: string | undefined;
|
|
33169
33901
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -33356,6 +34088,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
33356
34088
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
33357
34089
|
REPLICATE_API_KEY?: string | undefined;
|
|
33358
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;
|
|
33359
34095
|
VERTEX_API_HOST?: string | undefined;
|
|
33360
34096
|
VERTEX_API_KEY?: string | undefined;
|
|
33361
34097
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -33550,6 +34286,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
33550
34286
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
33551
34287
|
REPLICATE_API_KEY?: string | undefined;
|
|
33552
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;
|
|
33553
34293
|
VERTEX_API_HOST?: string | undefined;
|
|
33554
34294
|
VERTEX_API_KEY?: string | undefined;
|
|
33555
34295
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -33743,6 +34483,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
33743
34483
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
33744
34484
|
REPLICATE_API_KEY?: string | undefined;
|
|
33745
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;
|
|
33746
34490
|
VERTEX_API_HOST?: string | undefined;
|
|
33747
34491
|
VERTEX_API_KEY?: string | undefined;
|
|
33748
34492
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -33938,6 +34682,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
33938
34682
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
33939
34683
|
REPLICATE_API_KEY?: string | undefined;
|
|
33940
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;
|
|
33941
34689
|
VERTEX_API_HOST?: string | undefined;
|
|
33942
34690
|
VERTEX_API_KEY?: string | undefined;
|
|
33943
34691
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -34131,6 +34879,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
34131
34879
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
34132
34880
|
REPLICATE_API_KEY?: string | undefined;
|
|
34133
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;
|
|
34134
34886
|
VERTEX_API_HOST?: string | undefined;
|
|
34135
34887
|
VERTEX_API_KEY?: string | undefined;
|
|
34136
34888
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -34301,6 +35053,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
34301
35053
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
34302
35054
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
34303
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>;
|
|
34304
35060
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
34305
35061
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
34306
35062
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -34403,6 +35159,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
34403
35159
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
34404
35160
|
REPLICATE_API_KEY?: string | undefined;
|
|
34405
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;
|
|
34406
35166
|
VERTEX_API_HOST?: string | undefined;
|
|
34407
35167
|
VERTEX_API_KEY?: string | undefined;
|
|
34408
35168
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -34505,6 +35265,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
34505
35265
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
34506
35266
|
REPLICATE_API_KEY?: string | undefined;
|
|
34507
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;
|
|
34508
35272
|
VERTEX_API_HOST?: string | undefined;
|
|
34509
35273
|
VERTEX_API_KEY?: string | undefined;
|
|
34510
35274
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -34615,6 +35379,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
34615
35379
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
34616
35380
|
REPLICATE_API_KEY?: string | undefined;
|
|
34617
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;
|
|
34618
35386
|
VERTEX_API_HOST?: string | undefined;
|
|
34619
35387
|
VERTEX_API_KEY?: string | undefined;
|
|
34620
35388
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -34725,6 +35493,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
34725
35493
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
34726
35494
|
REPLICATE_API_KEY?: string | undefined;
|
|
34727
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;
|
|
34728
35500
|
VERTEX_API_HOST?: string | undefined;
|
|
34729
35501
|
VERTEX_API_KEY?: string | undefined;
|
|
34730
35502
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -35141,6 +35913,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
35141
35913
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
35142
35914
|
REPLICATE_API_KEY?: string | undefined;
|
|
35143
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;
|
|
35144
35920
|
VERTEX_API_HOST?: string | undefined;
|
|
35145
35921
|
VERTEX_API_KEY?: string | undefined;
|
|
35146
35922
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -35332,6 +36108,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
35332
36108
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
35333
36109
|
REPLICATE_API_KEY?: string | undefined;
|
|
35334
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;
|
|
35335
36115
|
VERTEX_API_HOST?: string | undefined;
|
|
35336
36116
|
VERTEX_API_KEY?: string | undefined;
|
|
35337
36117
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -35501,6 +36281,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
35501
36281
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
35502
36282
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
35503
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>;
|
|
35504
36288
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
35505
36289
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
35506
36290
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -35603,6 +36387,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
35603
36387
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
35604
36388
|
REPLICATE_API_KEY?: string | undefined;
|
|
35605
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;
|
|
35606
36394
|
VERTEX_API_HOST?: string | undefined;
|
|
35607
36395
|
VERTEX_API_KEY?: string | undefined;
|
|
35608
36396
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -35705,6 +36493,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
35705
36493
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
35706
36494
|
REPLICATE_API_KEY?: string | undefined;
|
|
35707
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;
|
|
35708
36500
|
VERTEX_API_HOST?: string | undefined;
|
|
35709
36501
|
VERTEX_API_KEY?: string | undefined;
|
|
35710
36502
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -35831,6 +36623,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
35831
36623
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
35832
36624
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
35833
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>;
|
|
35834
36630
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
35835
36631
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
35836
36632
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -35933,6 +36729,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
35933
36729
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
35934
36730
|
REPLICATE_API_KEY?: string | undefined;
|
|
35935
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;
|
|
35936
36736
|
VERTEX_API_HOST?: string | undefined;
|
|
35937
36737
|
VERTEX_API_KEY?: string | undefined;
|
|
35938
36738
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -36035,6 +36835,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
36035
36835
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
36036
36836
|
REPLICATE_API_KEY?: string | undefined;
|
|
36037
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;
|
|
36038
36842
|
VERTEX_API_HOST?: string | undefined;
|
|
36039
36843
|
VERTEX_API_KEY?: string | undefined;
|
|
36040
36844
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -36145,6 +36949,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
36145
36949
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
36146
36950
|
REPLICATE_API_KEY?: string | undefined;
|
|
36147
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;
|
|
36148
36956
|
VERTEX_API_HOST?: string | undefined;
|
|
36149
36957
|
VERTEX_API_KEY?: string | undefined;
|
|
36150
36958
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -36255,6 +37063,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
36255
37063
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
36256
37064
|
REPLICATE_API_KEY?: string | undefined;
|
|
36257
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;
|
|
36258
37070
|
VERTEX_API_HOST?: string | undefined;
|
|
36259
37071
|
VERTEX_API_KEY?: string | undefined;
|
|
36260
37072
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -36307,7 +37119,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
36307
37119
|
callClassificationApi?: ((args_0: string, ...args: unknown[]) => Promise<import("./providers").ProviderClassificationResponse>) | undefined;
|
|
36308
37120
|
}>]>>;
|
|
36309
37121
|
numTests: z.ZodOptional<z.ZodNumber>;
|
|
36310
|
-
language: z.ZodOptional<z.ZodString
|
|
37122
|
+
language: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
36311
37123
|
entities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
36312
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<{
|
|
36313
37125
|
id: z.ZodUnion<[z.ZodEffects<z.ZodEnum<[string, ...string[]]>, string, string>, z.ZodEffects<z.ZodString, string, string>]>;
|
|
@@ -36338,6 +37150,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
36338
37150
|
maxConcurrency: z.ZodOptional<z.ZodNumber>;
|
|
36339
37151
|
delay: z.ZodOptional<z.ZodNumber>;
|
|
36340
37152
|
excludeTargetOutputFromAgenticAttackGeneration: z.ZodOptional<z.ZodBoolean>;
|
|
37153
|
+
tracing: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
36341
37154
|
}, "strip", z.ZodTypeAny, {
|
|
36342
37155
|
plugins: (string | {
|
|
36343
37156
|
id: string;
|
|
@@ -36436,6 +37249,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
36436
37249
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
36437
37250
|
REPLICATE_API_KEY?: string | undefined;
|
|
36438
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;
|
|
36439
37256
|
VERTEX_API_HOST?: string | undefined;
|
|
36440
37257
|
VERTEX_API_KEY?: string | undefined;
|
|
36441
37258
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -36474,10 +37291,11 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
36474
37291
|
entities?: string[] | undefined;
|
|
36475
37292
|
numTests?: number | undefined;
|
|
36476
37293
|
injectVar?: string | undefined;
|
|
36477
|
-
language?: string | undefined;
|
|
37294
|
+
language?: string | string[] | undefined;
|
|
36478
37295
|
maxConcurrency?: number | undefined;
|
|
36479
37296
|
purpose?: string | undefined;
|
|
36480
37297
|
excludeTargetOutputFromAgenticAttackGeneration?: boolean | undefined;
|
|
37298
|
+
tracing?: any;
|
|
36481
37299
|
}, {
|
|
36482
37300
|
provider?: string | {
|
|
36483
37301
|
id?: string | undefined;
|
|
@@ -36566,6 +37384,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
36566
37384
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
36567
37385
|
REPLICATE_API_KEY?: string | undefined;
|
|
36568
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;
|
|
36569
37391
|
VERTEX_API_HOST?: string | undefined;
|
|
36570
37392
|
VERTEX_API_KEY?: string | undefined;
|
|
36571
37393
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -36608,16 +37430,17 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
36608
37430
|
numTests?: number | undefined;
|
|
36609
37431
|
})[] | undefined;
|
|
36610
37432
|
entities?: string[] | undefined;
|
|
36611
|
-
numTests?: number | undefined;
|
|
36612
|
-
injectVar?: string | undefined;
|
|
36613
|
-
language?: string | undefined;
|
|
36614
|
-
maxConcurrency?: number | undefined;
|
|
36615
|
-
purpose?: string | undefined;
|
|
36616
37433
|
strategies?: (string | {
|
|
36617
37434
|
id: string;
|
|
36618
37435
|
config?: Record<string, unknown> | undefined;
|
|
36619
37436
|
})[] | undefined;
|
|
37437
|
+
numTests?: number | undefined;
|
|
37438
|
+
injectVar?: string | undefined;
|
|
37439
|
+
language?: string | string[] | undefined;
|
|
37440
|
+
maxConcurrency?: number | undefined;
|
|
37441
|
+
purpose?: string | undefined;
|
|
36620
37442
|
excludeTargetOutputFromAgenticAttackGeneration?: boolean | undefined;
|
|
37443
|
+
tracing?: any;
|
|
36621
37444
|
}>, RedteamFileConfig, {
|
|
36622
37445
|
provider?: string | {
|
|
36623
37446
|
id?: string | undefined;
|
|
@@ -36706,6 +37529,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
36706
37529
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
36707
37530
|
REPLICATE_API_KEY?: string | undefined;
|
|
36708
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;
|
|
36709
37536
|
VERTEX_API_HOST?: string | undefined;
|
|
36710
37537
|
VERTEX_API_KEY?: string | undefined;
|
|
36711
37538
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -36748,16 +37575,17 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
36748
37575
|
numTests?: number | undefined;
|
|
36749
37576
|
})[] | undefined;
|
|
36750
37577
|
entities?: string[] | undefined;
|
|
36751
|
-
numTests?: number | undefined;
|
|
36752
|
-
injectVar?: string | undefined;
|
|
36753
|
-
language?: string | undefined;
|
|
36754
|
-
maxConcurrency?: number | undefined;
|
|
36755
|
-
purpose?: string | undefined;
|
|
36756
37578
|
strategies?: (string | {
|
|
36757
37579
|
id: string;
|
|
36758
37580
|
config?: Record<string, unknown> | undefined;
|
|
36759
37581
|
})[] | undefined;
|
|
37582
|
+
numTests?: number | undefined;
|
|
37583
|
+
injectVar?: string | undefined;
|
|
37584
|
+
language?: string | string[] | undefined;
|
|
37585
|
+
maxConcurrency?: number | undefined;
|
|
37586
|
+
purpose?: string | undefined;
|
|
36760
37587
|
excludeTargetOutputFromAgenticAttackGeneration?: boolean | undefined;
|
|
37588
|
+
tracing?: any;
|
|
36761
37589
|
}>>;
|
|
36762
37590
|
writeLatestResults: z.ZodOptional<z.ZodBoolean>;
|
|
36763
37591
|
tracing: z.ZodOptional<z.ZodObject<{
|
|
@@ -37393,6 +38221,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
37393
38221
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
37394
38222
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
37395
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>;
|
|
37396
38228
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
37397
38229
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
37398
38230
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -37495,6 +38327,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
37495
38327
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
37496
38328
|
REPLICATE_API_KEY?: string | undefined;
|
|
37497
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;
|
|
37498
38334
|
VERTEX_API_HOST?: string | undefined;
|
|
37499
38335
|
VERTEX_API_KEY?: string | undefined;
|
|
37500
38336
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -37597,6 +38433,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
37597
38433
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
37598
38434
|
REPLICATE_API_KEY?: string | undefined;
|
|
37599
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;
|
|
37600
38440
|
VERTEX_API_HOST?: string | undefined;
|
|
37601
38441
|
VERTEX_API_KEY?: string | undefined;
|
|
37602
38442
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -37707,6 +38547,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
37707
38547
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
37708
38548
|
REPLICATE_API_KEY?: string | undefined;
|
|
37709
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;
|
|
37710
38554
|
VERTEX_API_HOST?: string | undefined;
|
|
37711
38555
|
VERTEX_API_KEY?: string | undefined;
|
|
37712
38556
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -37817,6 +38661,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
37817
38661
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
37818
38662
|
REPLICATE_API_KEY?: string | undefined;
|
|
37819
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;
|
|
37820
38668
|
VERTEX_API_HOST?: string | undefined;
|
|
37821
38669
|
VERTEX_API_KEY?: string | undefined;
|
|
37822
38670
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -37927,6 +38775,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
37927
38775
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
37928
38776
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
37929
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>;
|
|
37930
38782
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
37931
38783
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
37932
38784
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -38029,6 +38881,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
38029
38881
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
38030
38882
|
REPLICATE_API_KEY?: string | undefined;
|
|
38031
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;
|
|
38032
38888
|
VERTEX_API_HOST?: string | undefined;
|
|
38033
38889
|
VERTEX_API_KEY?: string | undefined;
|
|
38034
38890
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -38131,6 +38987,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
38131
38987
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
38132
38988
|
REPLICATE_API_KEY?: string | undefined;
|
|
38133
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;
|
|
38134
38994
|
VERTEX_API_HOST?: string | undefined;
|
|
38135
38995
|
VERTEX_API_KEY?: string | undefined;
|
|
38136
38996
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -38241,6 +39101,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
38241
39101
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
38242
39102
|
REPLICATE_API_KEY?: string | undefined;
|
|
38243
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;
|
|
38244
39108
|
VERTEX_API_HOST?: string | undefined;
|
|
38245
39109
|
VERTEX_API_KEY?: string | undefined;
|
|
38246
39110
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -38351,6 +39215,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
38351
39215
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
38352
39216
|
REPLICATE_API_KEY?: string | undefined;
|
|
38353
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;
|
|
38354
39222
|
VERTEX_API_HOST?: string | undefined;
|
|
38355
39223
|
VERTEX_API_KEY?: string | undefined;
|
|
38356
39224
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -38646,6 +39514,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
38646
39514
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
38647
39515
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
38648
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>;
|
|
38649
39521
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
38650
39522
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
38651
39523
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -38748,6 +39620,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
38748
39620
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
38749
39621
|
REPLICATE_API_KEY?: string | undefined;
|
|
38750
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;
|
|
38751
39627
|
VERTEX_API_HOST?: string | undefined;
|
|
38752
39628
|
VERTEX_API_KEY?: string | undefined;
|
|
38753
39629
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -38850,6 +39726,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
38850
39726
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
38851
39727
|
REPLICATE_API_KEY?: string | undefined;
|
|
38852
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;
|
|
38853
39733
|
VERTEX_API_HOST?: string | undefined;
|
|
38854
39734
|
VERTEX_API_KEY?: string | undefined;
|
|
38855
39735
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -38960,6 +39840,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
38960
39840
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
38961
39841
|
REPLICATE_API_KEY?: string | undefined;
|
|
38962
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;
|
|
38963
39847
|
VERTEX_API_HOST?: string | undefined;
|
|
38964
39848
|
VERTEX_API_KEY?: string | undefined;
|
|
38965
39849
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -39070,6 +39954,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
39070
39954
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
39071
39955
|
REPLICATE_API_KEY?: string | undefined;
|
|
39072
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;
|
|
39073
39961
|
VERTEX_API_HOST?: string | undefined;
|
|
39074
39962
|
VERTEX_API_KEY?: string | undefined;
|
|
39075
39963
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -39180,6 +40068,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
39180
40068
|
PROMPTFOO_INSECURE_SSL: z.ZodOptional<z.ZodString>;
|
|
39181
40069
|
REPLICATE_API_KEY: z.ZodOptional<z.ZodString>;
|
|
39182
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>;
|
|
39183
40075
|
VERTEX_API_HOST: z.ZodOptional<z.ZodString>;
|
|
39184
40076
|
VERTEX_API_KEY: z.ZodOptional<z.ZodString>;
|
|
39185
40077
|
VERTEX_API_VERSION: z.ZodOptional<z.ZodString>;
|
|
@@ -39282,6 +40174,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
39282
40174
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
39283
40175
|
REPLICATE_API_KEY?: string | undefined;
|
|
39284
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;
|
|
39285
40181
|
VERTEX_API_HOST?: string | undefined;
|
|
39286
40182
|
VERTEX_API_KEY?: string | undefined;
|
|
39287
40183
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -39384,6 +40280,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
39384
40280
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
39385
40281
|
REPLICATE_API_KEY?: string | undefined;
|
|
39386
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;
|
|
39387
40287
|
VERTEX_API_HOST?: string | undefined;
|
|
39388
40288
|
VERTEX_API_KEY?: string | undefined;
|
|
39389
40289
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -39494,6 +40394,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
39494
40394
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
39495
40395
|
REPLICATE_API_KEY?: string | undefined;
|
|
39496
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;
|
|
39497
40401
|
VERTEX_API_HOST?: string | undefined;
|
|
39498
40402
|
VERTEX_API_KEY?: string | undefined;
|
|
39499
40403
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -39604,6 +40508,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
39604
40508
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
39605
40509
|
REPLICATE_API_KEY?: string | undefined;
|
|
39606
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;
|
|
39607
40515
|
VERTEX_API_HOST?: string | undefined;
|
|
39608
40516
|
VERTEX_API_KEY?: string | undefined;
|
|
39609
40517
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -39816,6 +40724,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
39816
40724
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
39817
40725
|
REPLICATE_API_KEY?: string | undefined;
|
|
39818
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;
|
|
39819
40731
|
VERTEX_API_HOST?: string | undefined;
|
|
39820
40732
|
VERTEX_API_KEY?: string | undefined;
|
|
39821
40733
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -39840,6 +40752,30 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
39840
40752
|
PROMPTFOO_EVAL_TIMEOUT_MS?: string | undefined;
|
|
39841
40753
|
} | Record<string, string> | undefined;
|
|
39842
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;
|
|
39843
40779
|
description?: string | undefined;
|
|
39844
40780
|
providers?: string | (((args_0: string, args_1: {
|
|
39845
40781
|
prompt: {
|
|
@@ -39950,6 +40886,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
39950
40886
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
39951
40887
|
REPLICATE_API_KEY?: string | undefined;
|
|
39952
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;
|
|
39953
40893
|
VERTEX_API_HOST?: string | undefined;
|
|
39954
40894
|
VERTEX_API_KEY?: string | undefined;
|
|
39955
40895
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -40082,6 +41022,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
40082
41022
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
40083
41023
|
REPLICATE_API_KEY?: string | undefined;
|
|
40084
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;
|
|
40085
41029
|
VERTEX_API_HOST?: string | undefined;
|
|
40086
41030
|
VERTEX_API_KEY?: string | undefined;
|
|
40087
41031
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -40224,6 +41168,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
40224
41168
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
40225
41169
|
REPLICATE_API_KEY?: string | undefined;
|
|
40226
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;
|
|
40227
41175
|
VERTEX_API_HOST?: string | undefined;
|
|
40228
41176
|
VERTEX_API_KEY?: string | undefined;
|
|
40229
41177
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -40423,6 +41371,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
40423
41371
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
40424
41372
|
REPLICATE_API_KEY?: string | undefined;
|
|
40425
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;
|
|
40426
41378
|
VERTEX_API_HOST?: string | undefined;
|
|
40427
41379
|
VERTEX_API_KEY?: string | undefined;
|
|
40428
41380
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -40616,6 +41568,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
40616
41568
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
40617
41569
|
REPLICATE_API_KEY?: string | undefined;
|
|
40618
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;
|
|
40619
41575
|
VERTEX_API_HOST?: string | undefined;
|
|
40620
41576
|
VERTEX_API_KEY?: string | undefined;
|
|
40621
41577
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -40811,6 +41767,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
40811
41767
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
40812
41768
|
REPLICATE_API_KEY?: string | undefined;
|
|
40813
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;
|
|
40814
41774
|
VERTEX_API_HOST?: string | undefined;
|
|
40815
41775
|
VERTEX_API_KEY?: string | undefined;
|
|
40816
41776
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -40900,30 +41860,6 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
40900
41860
|
}[] | undefined;
|
|
40901
41861
|
extensions?: string[] | null | undefined;
|
|
40902
41862
|
writeLatestResults?: boolean | undefined;
|
|
40903
|
-
tracing?: {
|
|
40904
|
-
enabled: boolean;
|
|
40905
|
-
otlp?: {
|
|
40906
|
-
http?: {
|
|
40907
|
-
enabled: boolean;
|
|
40908
|
-
port: number;
|
|
40909
|
-
host: string;
|
|
40910
|
-
acceptFormats: ("protobuf" | "json")[];
|
|
40911
|
-
} | undefined;
|
|
40912
|
-
grpc?: {
|
|
40913
|
-
enabled: boolean;
|
|
40914
|
-
port: number;
|
|
40915
|
-
} | undefined;
|
|
40916
|
-
} | undefined;
|
|
40917
|
-
storage?: {
|
|
40918
|
-
type: "sqlite";
|
|
40919
|
-
retentionDays: number;
|
|
40920
|
-
} | undefined;
|
|
40921
|
-
forwarding?: {
|
|
40922
|
-
enabled: boolean;
|
|
40923
|
-
endpoint: string;
|
|
40924
|
-
headers?: Record<string, string> | undefined;
|
|
40925
|
-
} | undefined;
|
|
40926
|
-
} | undefined;
|
|
40927
41863
|
evaluateOptions?: {
|
|
40928
41864
|
delay?: number | undefined;
|
|
40929
41865
|
cache?: boolean | undefined;
|
|
@@ -41126,6 +42062,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
41126
42062
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
41127
42063
|
REPLICATE_API_KEY?: string | undefined;
|
|
41128
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;
|
|
41129
42069
|
VERTEX_API_HOST?: string | undefined;
|
|
41130
42070
|
VERTEX_API_KEY?: string | undefined;
|
|
41131
42071
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -41258,6 +42198,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
41258
42198
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
41259
42199
|
REPLICATE_API_KEY?: string | undefined;
|
|
41260
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;
|
|
41261
42205
|
VERTEX_API_HOST?: string | undefined;
|
|
41262
42206
|
VERTEX_API_KEY?: string | undefined;
|
|
41263
42207
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -41378,6 +42322,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
41378
42322
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
41379
42323
|
REPLICATE_API_KEY?: string | undefined;
|
|
41380
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;
|
|
41381
42329
|
VERTEX_API_HOST?: string | undefined;
|
|
41382
42330
|
VERTEX_API_KEY?: string | undefined;
|
|
41383
42331
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -41402,6 +42350,30 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
41402
42350
|
PROMPTFOO_EVAL_TIMEOUT_MS?: string | undefined;
|
|
41403
42351
|
} | Record<string, string | number | boolean> | undefined;
|
|
41404
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;
|
|
41405
42377
|
description?: string | undefined;
|
|
41406
42378
|
providers?: string | (((args_0: string, args_1: {
|
|
41407
42379
|
prompt: {
|
|
@@ -41512,6 +42484,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
41512
42484
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
41513
42485
|
REPLICATE_API_KEY?: string | undefined;
|
|
41514
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;
|
|
41515
42491
|
VERTEX_API_HOST?: string | undefined;
|
|
41516
42492
|
VERTEX_API_KEY?: string | undefined;
|
|
41517
42493
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -41644,6 +42620,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
41644
42620
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
41645
42621
|
REPLICATE_API_KEY?: string | undefined;
|
|
41646
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;
|
|
41647
42627
|
VERTEX_API_HOST?: string | undefined;
|
|
41648
42628
|
VERTEX_API_KEY?: string | undefined;
|
|
41649
42629
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -41786,6 +42766,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
41786
42766
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
41787
42767
|
REPLICATE_API_KEY?: string | undefined;
|
|
41788
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;
|
|
41789
42773
|
VERTEX_API_HOST?: string | undefined;
|
|
41790
42774
|
VERTEX_API_KEY?: string | undefined;
|
|
41791
42775
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -41955,6 +42939,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
41955
42939
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
41956
42940
|
REPLICATE_API_KEY?: string | undefined;
|
|
41957
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;
|
|
41958
42946
|
VERTEX_API_HOST?: string | undefined;
|
|
41959
42947
|
VERTEX_API_KEY?: string | undefined;
|
|
41960
42948
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -41997,16 +42985,17 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
41997
42985
|
numTests?: number | undefined;
|
|
41998
42986
|
})[] | undefined;
|
|
41999
42987
|
entities?: string[] | undefined;
|
|
42000
|
-
numTests?: number | undefined;
|
|
42001
|
-
injectVar?: string | undefined;
|
|
42002
|
-
language?: string | undefined;
|
|
42003
|
-
maxConcurrency?: number | undefined;
|
|
42004
|
-
purpose?: string | undefined;
|
|
42005
42988
|
strategies?: (string | {
|
|
42006
42989
|
id: string;
|
|
42007
42990
|
config?: Record<string, unknown> | undefined;
|
|
42008
42991
|
})[] | undefined;
|
|
42992
|
+
numTests?: number | undefined;
|
|
42993
|
+
injectVar?: string | undefined;
|
|
42994
|
+
language?: string | string[] | undefined;
|
|
42995
|
+
maxConcurrency?: number | undefined;
|
|
42996
|
+
purpose?: string | undefined;
|
|
42009
42997
|
excludeTargetOutputFromAgenticAttackGeneration?: boolean | undefined;
|
|
42998
|
+
tracing?: any;
|
|
42010
42999
|
} | undefined;
|
|
42011
43000
|
tags?: Record<string, string> | undefined;
|
|
42012
43001
|
scenarios?: (string | {
|
|
@@ -42125,6 +43114,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
42125
43114
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
42126
43115
|
REPLICATE_API_KEY?: string | undefined;
|
|
42127
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;
|
|
42128
43121
|
VERTEX_API_HOST?: string | undefined;
|
|
42129
43122
|
VERTEX_API_KEY?: string | undefined;
|
|
42130
43123
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -42318,6 +43311,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
42318
43311
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
42319
43312
|
REPLICATE_API_KEY?: string | undefined;
|
|
42320
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;
|
|
42321
43318
|
VERTEX_API_HOST?: string | undefined;
|
|
42322
43319
|
VERTEX_API_KEY?: string | undefined;
|
|
42323
43320
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -42513,6 +43510,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
42513
43510
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
42514
43511
|
REPLICATE_API_KEY?: string | undefined;
|
|
42515
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;
|
|
42516
43517
|
VERTEX_API_HOST?: string | undefined;
|
|
42517
43518
|
VERTEX_API_KEY?: string | undefined;
|
|
42518
43519
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -42602,30 +43603,6 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
42602
43603
|
}[] | undefined;
|
|
42603
43604
|
extensions?: string[] | null | undefined;
|
|
42604
43605
|
writeLatestResults?: boolean | undefined;
|
|
42605
|
-
tracing?: {
|
|
42606
|
-
enabled?: boolean | undefined;
|
|
42607
|
-
otlp?: {
|
|
42608
|
-
http?: {
|
|
42609
|
-
enabled?: boolean | undefined;
|
|
42610
|
-
port?: number | undefined;
|
|
42611
|
-
host?: string | undefined;
|
|
42612
|
-
acceptFormats?: ("protobuf" | "json")[] | undefined;
|
|
42613
|
-
} | undefined;
|
|
42614
|
-
grpc?: {
|
|
42615
|
-
enabled?: boolean | undefined;
|
|
42616
|
-
port?: number | undefined;
|
|
42617
|
-
} | undefined;
|
|
42618
|
-
} | undefined;
|
|
42619
|
-
storage?: {
|
|
42620
|
-
type?: "sqlite" | undefined;
|
|
42621
|
-
retentionDays?: number | undefined;
|
|
42622
|
-
} | undefined;
|
|
42623
|
-
forwarding?: {
|
|
42624
|
-
endpoint: string;
|
|
42625
|
-
enabled?: boolean | undefined;
|
|
42626
|
-
headers?: Record<string, string> | undefined;
|
|
42627
|
-
} | undefined;
|
|
42628
|
-
} | undefined;
|
|
42629
43606
|
evaluateOptions?: {
|
|
42630
43607
|
delay?: number | undefined;
|
|
42631
43608
|
cache?: boolean | undefined;
|
|
@@ -42828,6 +43805,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
42828
43805
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
42829
43806
|
REPLICATE_API_KEY?: string | undefined;
|
|
42830
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;
|
|
42831
43812
|
VERTEX_API_HOST?: string | undefined;
|
|
42832
43813
|
VERTEX_API_KEY?: string | undefined;
|
|
42833
43814
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -42960,6 +43941,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
42960
43941
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
42961
43942
|
REPLICATE_API_KEY?: string | undefined;
|
|
42962
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;
|
|
42963
43948
|
VERTEX_API_HOST?: string | undefined;
|
|
42964
43949
|
VERTEX_API_KEY?: string | undefined;
|
|
42965
43950
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -43080,6 +44065,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
43080
44065
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
43081
44066
|
REPLICATE_API_KEY?: string | undefined;
|
|
43082
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;
|
|
43083
44072
|
VERTEX_API_HOST?: string | undefined;
|
|
43084
44073
|
VERTEX_API_KEY?: string | undefined;
|
|
43085
44074
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -43104,6 +44093,30 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
43104
44093
|
PROMPTFOO_EVAL_TIMEOUT_MS?: string | undefined;
|
|
43105
44094
|
} | Record<string, string> | undefined;
|
|
43106
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;
|
|
43107
44120
|
description?: string | undefined;
|
|
43108
44121
|
providers?: string | (((args_0: string, args_1: {
|
|
43109
44122
|
prompt: {
|
|
@@ -43214,6 +44227,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
43214
44227
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
43215
44228
|
REPLICATE_API_KEY?: string | undefined;
|
|
43216
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;
|
|
43217
44234
|
VERTEX_API_HOST?: string | undefined;
|
|
43218
44235
|
VERTEX_API_KEY?: string | undefined;
|
|
43219
44236
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -43346,6 +44363,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
43346
44363
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
43347
44364
|
REPLICATE_API_KEY?: string | undefined;
|
|
43348
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;
|
|
43349
44370
|
VERTEX_API_HOST?: string | undefined;
|
|
43350
44371
|
VERTEX_API_KEY?: string | undefined;
|
|
43351
44372
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -43488,6 +44509,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
43488
44509
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
43489
44510
|
REPLICATE_API_KEY?: string | undefined;
|
|
43490
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;
|
|
43491
44516
|
VERTEX_API_HOST?: string | undefined;
|
|
43492
44517
|
VERTEX_API_KEY?: string | undefined;
|
|
43493
44518
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -43687,6 +44712,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
43687
44712
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
43688
44713
|
REPLICATE_API_KEY?: string | undefined;
|
|
43689
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;
|
|
43690
44719
|
VERTEX_API_HOST?: string | undefined;
|
|
43691
44720
|
VERTEX_API_KEY?: string | undefined;
|
|
43692
44721
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -43880,6 +44909,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
43880
44909
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
43881
44910
|
REPLICATE_API_KEY?: string | undefined;
|
|
43882
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;
|
|
43883
44916
|
VERTEX_API_HOST?: string | undefined;
|
|
43884
44917
|
VERTEX_API_KEY?: string | undefined;
|
|
43885
44918
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -44075,6 +45108,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
44075
45108
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
44076
45109
|
REPLICATE_API_KEY?: string | undefined;
|
|
44077
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;
|
|
44078
45115
|
VERTEX_API_HOST?: string | undefined;
|
|
44079
45116
|
VERTEX_API_KEY?: string | undefined;
|
|
44080
45117
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -44164,30 +45201,6 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
44164
45201
|
}[] | undefined;
|
|
44165
45202
|
extensions?: string[] | null | undefined;
|
|
44166
45203
|
writeLatestResults?: boolean | undefined;
|
|
44167
|
-
tracing?: {
|
|
44168
|
-
enabled: boolean;
|
|
44169
|
-
otlp?: {
|
|
44170
|
-
http?: {
|
|
44171
|
-
enabled: boolean;
|
|
44172
|
-
port: number;
|
|
44173
|
-
host: string;
|
|
44174
|
-
acceptFormats: ("protobuf" | "json")[];
|
|
44175
|
-
} | undefined;
|
|
44176
|
-
grpc?: {
|
|
44177
|
-
enabled: boolean;
|
|
44178
|
-
port: number;
|
|
44179
|
-
} | undefined;
|
|
44180
|
-
} | undefined;
|
|
44181
|
-
storage?: {
|
|
44182
|
-
type: "sqlite";
|
|
44183
|
-
retentionDays: number;
|
|
44184
|
-
} | undefined;
|
|
44185
|
-
forwarding?: {
|
|
44186
|
-
enabled: boolean;
|
|
44187
|
-
endpoint: string;
|
|
44188
|
-
headers?: Record<string, string> | undefined;
|
|
44189
|
-
} | undefined;
|
|
44190
|
-
} | undefined;
|
|
44191
45204
|
evaluateOptions?: {
|
|
44192
45205
|
delay?: number | undefined;
|
|
44193
45206
|
cache?: boolean | undefined;
|
|
@@ -44390,6 +45403,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
44390
45403
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
44391
45404
|
REPLICATE_API_KEY?: string | undefined;
|
|
44392
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;
|
|
44393
45410
|
VERTEX_API_HOST?: string | undefined;
|
|
44394
45411
|
VERTEX_API_KEY?: string | undefined;
|
|
44395
45412
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -44522,6 +45539,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
44522
45539
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
44523
45540
|
REPLICATE_API_KEY?: string | undefined;
|
|
44524
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;
|
|
44525
45546
|
VERTEX_API_HOST?: string | undefined;
|
|
44526
45547
|
VERTEX_API_KEY?: string | undefined;
|
|
44527
45548
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -44642,6 +45663,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
44642
45663
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
44643
45664
|
REPLICATE_API_KEY?: string | undefined;
|
|
44644
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;
|
|
44645
45670
|
VERTEX_API_HOST?: string | undefined;
|
|
44646
45671
|
VERTEX_API_KEY?: string | undefined;
|
|
44647
45672
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -44666,6 +45691,30 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
44666
45691
|
PROMPTFOO_EVAL_TIMEOUT_MS?: string | undefined;
|
|
44667
45692
|
} | Record<string, string | number | boolean> | undefined;
|
|
44668
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;
|
|
44669
45718
|
description?: string | undefined;
|
|
44670
45719
|
providers?: string | (((args_0: string, args_1: {
|
|
44671
45720
|
prompt: {
|
|
@@ -44776,6 +45825,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
44776
45825
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
44777
45826
|
REPLICATE_API_KEY?: string | undefined;
|
|
44778
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;
|
|
44779
45832
|
VERTEX_API_HOST?: string | undefined;
|
|
44780
45833
|
VERTEX_API_KEY?: string | undefined;
|
|
44781
45834
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -44908,6 +45961,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
44908
45961
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
44909
45962
|
REPLICATE_API_KEY?: string | undefined;
|
|
44910
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;
|
|
44911
45968
|
VERTEX_API_HOST?: string | undefined;
|
|
44912
45969
|
VERTEX_API_KEY?: string | undefined;
|
|
44913
45970
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -45050,6 +46107,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
45050
46107
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
45051
46108
|
REPLICATE_API_KEY?: string | undefined;
|
|
45052
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;
|
|
45053
46114
|
VERTEX_API_HOST?: string | undefined;
|
|
45054
46115
|
VERTEX_API_KEY?: string | undefined;
|
|
45055
46116
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -45219,6 +46280,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
45219
46280
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
45220
46281
|
REPLICATE_API_KEY?: string | undefined;
|
|
45221
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;
|
|
45222
46287
|
VERTEX_API_HOST?: string | undefined;
|
|
45223
46288
|
VERTEX_API_KEY?: string | undefined;
|
|
45224
46289
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -45261,16 +46326,17 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
45261
46326
|
numTests?: number | undefined;
|
|
45262
46327
|
})[] | undefined;
|
|
45263
46328
|
entities?: string[] | undefined;
|
|
45264
|
-
numTests?: number | undefined;
|
|
45265
|
-
injectVar?: string | undefined;
|
|
45266
|
-
language?: string | undefined;
|
|
45267
|
-
maxConcurrency?: number | undefined;
|
|
45268
|
-
purpose?: string | undefined;
|
|
45269
46329
|
strategies?: (string | {
|
|
45270
46330
|
id: string;
|
|
45271
46331
|
config?: Record<string, unknown> | undefined;
|
|
45272
46332
|
})[] | undefined;
|
|
46333
|
+
numTests?: number | undefined;
|
|
46334
|
+
injectVar?: string | undefined;
|
|
46335
|
+
language?: string | string[] | undefined;
|
|
46336
|
+
maxConcurrency?: number | undefined;
|
|
46337
|
+
purpose?: string | undefined;
|
|
45273
46338
|
excludeTargetOutputFromAgenticAttackGeneration?: boolean | undefined;
|
|
46339
|
+
tracing?: any;
|
|
45274
46340
|
} | undefined;
|
|
45275
46341
|
tags?: Record<string, string> | undefined;
|
|
45276
46342
|
scenarios?: (string | {
|
|
@@ -45389,6 +46455,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
45389
46455
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
45390
46456
|
REPLICATE_API_KEY?: string | undefined;
|
|
45391
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;
|
|
45392
46462
|
VERTEX_API_HOST?: string | undefined;
|
|
45393
46463
|
VERTEX_API_KEY?: string | undefined;
|
|
45394
46464
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -45582,6 +46652,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
45582
46652
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
45583
46653
|
REPLICATE_API_KEY?: string | undefined;
|
|
45584
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;
|
|
45585
46659
|
VERTEX_API_HOST?: string | undefined;
|
|
45586
46660
|
VERTEX_API_KEY?: string | undefined;
|
|
45587
46661
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -45777,6 +46851,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
45777
46851
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
45778
46852
|
REPLICATE_API_KEY?: string | undefined;
|
|
45779
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;
|
|
45780
46858
|
VERTEX_API_HOST?: string | undefined;
|
|
45781
46859
|
VERTEX_API_KEY?: string | undefined;
|
|
45782
46860
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -45866,30 +46944,6 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
45866
46944
|
}[] | undefined;
|
|
45867
46945
|
extensions?: string[] | null | undefined;
|
|
45868
46946
|
writeLatestResults?: boolean | undefined;
|
|
45869
|
-
tracing?: {
|
|
45870
|
-
enabled?: boolean | undefined;
|
|
45871
|
-
otlp?: {
|
|
45872
|
-
http?: {
|
|
45873
|
-
enabled?: boolean | undefined;
|
|
45874
|
-
port?: number | undefined;
|
|
45875
|
-
host?: string | undefined;
|
|
45876
|
-
acceptFormats?: ("protobuf" | "json")[] | undefined;
|
|
45877
|
-
} | undefined;
|
|
45878
|
-
grpc?: {
|
|
45879
|
-
enabled?: boolean | undefined;
|
|
45880
|
-
port?: number | undefined;
|
|
45881
|
-
} | undefined;
|
|
45882
|
-
} | undefined;
|
|
45883
|
-
storage?: {
|
|
45884
|
-
type?: "sqlite" | undefined;
|
|
45885
|
-
retentionDays?: number | undefined;
|
|
45886
|
-
} | undefined;
|
|
45887
|
-
forwarding?: {
|
|
45888
|
-
endpoint: string;
|
|
45889
|
-
enabled?: boolean | undefined;
|
|
45890
|
-
headers?: Record<string, string> | undefined;
|
|
45891
|
-
} | undefined;
|
|
45892
|
-
} | undefined;
|
|
45893
46947
|
evaluateOptions?: {
|
|
45894
46948
|
delay?: number | undefined;
|
|
45895
46949
|
cache?: boolean | undefined;
|
|
@@ -46092,6 +47146,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
46092
47146
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
46093
47147
|
REPLICATE_API_KEY?: string | undefined;
|
|
46094
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;
|
|
46095
47153
|
VERTEX_API_HOST?: string | undefined;
|
|
46096
47154
|
VERTEX_API_KEY?: string | undefined;
|
|
46097
47155
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -46224,6 +47282,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
46224
47282
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
46225
47283
|
REPLICATE_API_KEY?: string | undefined;
|
|
46226
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;
|
|
46227
47289
|
VERTEX_API_HOST?: string | undefined;
|
|
46228
47290
|
VERTEX_API_KEY?: string | undefined;
|
|
46229
47291
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -46344,6 +47406,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
46344
47406
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
46345
47407
|
REPLICATE_API_KEY?: string | undefined;
|
|
46346
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;
|
|
46347
47413
|
VERTEX_API_HOST?: string | undefined;
|
|
46348
47414
|
VERTEX_API_KEY?: string | undefined;
|
|
46349
47415
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -46368,6 +47434,30 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
46368
47434
|
PROMPTFOO_EVAL_TIMEOUT_MS?: string | undefined;
|
|
46369
47435
|
} | Record<string, string> | undefined;
|
|
46370
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;
|
|
46371
47461
|
description?: string | undefined;
|
|
46372
47462
|
providers?: string | (((args_0: string, args_1: {
|
|
46373
47463
|
prompt: {
|
|
@@ -46478,6 +47568,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
46478
47568
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
46479
47569
|
REPLICATE_API_KEY?: string | undefined;
|
|
46480
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;
|
|
46481
47575
|
VERTEX_API_HOST?: string | undefined;
|
|
46482
47576
|
VERTEX_API_KEY?: string | undefined;
|
|
46483
47577
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -46610,6 +47704,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
46610
47704
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
46611
47705
|
REPLICATE_API_KEY?: string | undefined;
|
|
46612
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;
|
|
46613
47711
|
VERTEX_API_HOST?: string | undefined;
|
|
46614
47712
|
VERTEX_API_KEY?: string | undefined;
|
|
46615
47713
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -46752,6 +47850,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
46752
47850
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
46753
47851
|
REPLICATE_API_KEY?: string | undefined;
|
|
46754
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;
|
|
46755
47857
|
VERTEX_API_HOST?: string | undefined;
|
|
46756
47858
|
VERTEX_API_KEY?: string | undefined;
|
|
46757
47859
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -46951,6 +48053,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
46951
48053
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
46952
48054
|
REPLICATE_API_KEY?: string | undefined;
|
|
46953
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;
|
|
46954
48060
|
VERTEX_API_HOST?: string | undefined;
|
|
46955
48061
|
VERTEX_API_KEY?: string | undefined;
|
|
46956
48062
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -47144,6 +48250,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
47144
48250
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
47145
48251
|
REPLICATE_API_KEY?: string | undefined;
|
|
47146
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;
|
|
47147
48257
|
VERTEX_API_HOST?: string | undefined;
|
|
47148
48258
|
VERTEX_API_KEY?: string | undefined;
|
|
47149
48259
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -47339,6 +48449,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
47339
48449
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
47340
48450
|
REPLICATE_API_KEY?: string | undefined;
|
|
47341
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;
|
|
47342
48456
|
VERTEX_API_HOST?: string | undefined;
|
|
47343
48457
|
VERTEX_API_KEY?: string | undefined;
|
|
47344
48458
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -47428,30 +48542,6 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
47428
48542
|
}[] | undefined;
|
|
47429
48543
|
extensions?: string[] | null | undefined;
|
|
47430
48544
|
writeLatestResults?: boolean | undefined;
|
|
47431
|
-
tracing?: {
|
|
47432
|
-
enabled: boolean;
|
|
47433
|
-
otlp?: {
|
|
47434
|
-
http?: {
|
|
47435
|
-
enabled: boolean;
|
|
47436
|
-
port: number;
|
|
47437
|
-
host: string;
|
|
47438
|
-
acceptFormats: ("protobuf" | "json")[];
|
|
47439
|
-
} | undefined;
|
|
47440
|
-
grpc?: {
|
|
47441
|
-
enabled: boolean;
|
|
47442
|
-
port: number;
|
|
47443
|
-
} | undefined;
|
|
47444
|
-
} | undefined;
|
|
47445
|
-
storage?: {
|
|
47446
|
-
type: "sqlite";
|
|
47447
|
-
retentionDays: number;
|
|
47448
|
-
} | undefined;
|
|
47449
|
-
forwarding?: {
|
|
47450
|
-
enabled: boolean;
|
|
47451
|
-
endpoint: string;
|
|
47452
|
-
headers?: Record<string, string> | undefined;
|
|
47453
|
-
} | undefined;
|
|
47454
|
-
} | undefined;
|
|
47455
48545
|
evaluateOptions?: {
|
|
47456
48546
|
delay?: number | undefined;
|
|
47457
48547
|
cache?: boolean | undefined;
|
|
@@ -47654,6 +48744,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
47654
48744
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
47655
48745
|
REPLICATE_API_KEY?: string | undefined;
|
|
47656
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;
|
|
47657
48751
|
VERTEX_API_HOST?: string | undefined;
|
|
47658
48752
|
VERTEX_API_KEY?: string | undefined;
|
|
47659
48753
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -47786,6 +48880,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
47786
48880
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
47787
48881
|
REPLICATE_API_KEY?: string | undefined;
|
|
47788
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;
|
|
47789
48887
|
VERTEX_API_HOST?: string | undefined;
|
|
47790
48888
|
VERTEX_API_KEY?: string | undefined;
|
|
47791
48889
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -47906,6 +49004,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
47906
49004
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
47907
49005
|
REPLICATE_API_KEY?: string | undefined;
|
|
47908
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;
|
|
47909
49011
|
VERTEX_API_HOST?: string | undefined;
|
|
47910
49012
|
VERTEX_API_KEY?: string | undefined;
|
|
47911
49013
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -47930,6 +49032,30 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
47930
49032
|
PROMPTFOO_EVAL_TIMEOUT_MS?: string | undefined;
|
|
47931
49033
|
} | Record<string, string | number | boolean> | undefined;
|
|
47932
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;
|
|
47933
49059
|
description?: string | undefined;
|
|
47934
49060
|
providers?: string | (((args_0: string, args_1: {
|
|
47935
49061
|
prompt: {
|
|
@@ -48040,6 +49166,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
48040
49166
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
48041
49167
|
REPLICATE_API_KEY?: string | undefined;
|
|
48042
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;
|
|
48043
49173
|
VERTEX_API_HOST?: string | undefined;
|
|
48044
49174
|
VERTEX_API_KEY?: string | undefined;
|
|
48045
49175
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -48172,6 +49302,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
48172
49302
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
48173
49303
|
REPLICATE_API_KEY?: string | undefined;
|
|
48174
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;
|
|
48175
49309
|
VERTEX_API_HOST?: string | undefined;
|
|
48176
49310
|
VERTEX_API_KEY?: string | undefined;
|
|
48177
49311
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -48314,6 +49448,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
48314
49448
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
48315
49449
|
REPLICATE_API_KEY?: string | undefined;
|
|
48316
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;
|
|
48317
49455
|
VERTEX_API_HOST?: string | undefined;
|
|
48318
49456
|
VERTEX_API_KEY?: string | undefined;
|
|
48319
49457
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -48483,6 +49621,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
48483
49621
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
48484
49622
|
REPLICATE_API_KEY?: string | undefined;
|
|
48485
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;
|
|
48486
49628
|
VERTEX_API_HOST?: string | undefined;
|
|
48487
49629
|
VERTEX_API_KEY?: string | undefined;
|
|
48488
49630
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -48525,16 +49667,17 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
48525
49667
|
numTests?: number | undefined;
|
|
48526
49668
|
})[] | undefined;
|
|
48527
49669
|
entities?: string[] | undefined;
|
|
48528
|
-
numTests?: number | undefined;
|
|
48529
|
-
injectVar?: string | undefined;
|
|
48530
|
-
language?: string | undefined;
|
|
48531
|
-
maxConcurrency?: number | undefined;
|
|
48532
|
-
purpose?: string | undefined;
|
|
48533
49670
|
strategies?: (string | {
|
|
48534
49671
|
id: string;
|
|
48535
49672
|
config?: Record<string, unknown> | undefined;
|
|
48536
49673
|
})[] | undefined;
|
|
49674
|
+
numTests?: number | undefined;
|
|
49675
|
+
injectVar?: string | undefined;
|
|
49676
|
+
language?: string | string[] | undefined;
|
|
49677
|
+
maxConcurrency?: number | undefined;
|
|
49678
|
+
purpose?: string | undefined;
|
|
48537
49679
|
excludeTargetOutputFromAgenticAttackGeneration?: boolean | undefined;
|
|
49680
|
+
tracing?: any;
|
|
48538
49681
|
} | undefined;
|
|
48539
49682
|
tags?: Record<string, string> | undefined;
|
|
48540
49683
|
scenarios?: (string | {
|
|
@@ -48653,6 +49796,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
48653
49796
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
48654
49797
|
REPLICATE_API_KEY?: string | undefined;
|
|
48655
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;
|
|
48656
49803
|
VERTEX_API_HOST?: string | undefined;
|
|
48657
49804
|
VERTEX_API_KEY?: string | undefined;
|
|
48658
49805
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -48846,6 +49993,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
48846
49993
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
48847
49994
|
REPLICATE_API_KEY?: string | undefined;
|
|
48848
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;
|
|
48849
50000
|
VERTEX_API_HOST?: string | undefined;
|
|
48850
50001
|
VERTEX_API_KEY?: string | undefined;
|
|
48851
50002
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -49041,6 +50192,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
49041
50192
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
49042
50193
|
REPLICATE_API_KEY?: string | undefined;
|
|
49043
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;
|
|
49044
50199
|
VERTEX_API_HOST?: string | undefined;
|
|
49045
50200
|
VERTEX_API_KEY?: string | undefined;
|
|
49046
50201
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -49130,30 +50285,6 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
49130
50285
|
}[] | undefined;
|
|
49131
50286
|
extensions?: string[] | null | undefined;
|
|
49132
50287
|
writeLatestResults?: boolean | undefined;
|
|
49133
|
-
tracing?: {
|
|
49134
|
-
enabled?: boolean | undefined;
|
|
49135
|
-
otlp?: {
|
|
49136
|
-
http?: {
|
|
49137
|
-
enabled?: boolean | undefined;
|
|
49138
|
-
port?: number | undefined;
|
|
49139
|
-
host?: string | undefined;
|
|
49140
|
-
acceptFormats?: ("protobuf" | "json")[] | undefined;
|
|
49141
|
-
} | undefined;
|
|
49142
|
-
grpc?: {
|
|
49143
|
-
enabled?: boolean | undefined;
|
|
49144
|
-
port?: number | undefined;
|
|
49145
|
-
} | undefined;
|
|
49146
|
-
} | undefined;
|
|
49147
|
-
storage?: {
|
|
49148
|
-
type?: "sqlite" | undefined;
|
|
49149
|
-
retentionDays?: number | undefined;
|
|
49150
|
-
} | undefined;
|
|
49151
|
-
forwarding?: {
|
|
49152
|
-
endpoint: string;
|
|
49153
|
-
enabled?: boolean | undefined;
|
|
49154
|
-
headers?: Record<string, string> | undefined;
|
|
49155
|
-
} | undefined;
|
|
49156
|
-
} | undefined;
|
|
49157
50288
|
evaluateOptions?: {
|
|
49158
50289
|
delay?: number | undefined;
|
|
49159
50290
|
cache?: boolean | undefined;
|
|
@@ -49356,6 +50487,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
49356
50487
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
49357
50488
|
REPLICATE_API_KEY?: string | undefined;
|
|
49358
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;
|
|
49359
50494
|
VERTEX_API_HOST?: string | undefined;
|
|
49360
50495
|
VERTEX_API_KEY?: string | undefined;
|
|
49361
50496
|
VERTEX_API_VERSION?: string | undefined;
|
|
@@ -49488,6 +50623,10 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
49488
50623
|
PROMPTFOO_INSECURE_SSL?: string | undefined;
|
|
49489
50624
|
REPLICATE_API_KEY?: string | undefined;
|
|
49490
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;
|
|
49491
50630
|
VERTEX_API_HOST?: string | undefined;
|
|
49492
50631
|
VERTEX_API_KEY?: string | undefined;
|
|
49493
50632
|
VERTEX_API_VERSION?: string | undefined;
|