promptfoo 0.115.0 → 0.115.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.
Files changed (259) hide show
  1. package/README.md +7 -0
  2. package/dist/package.json +3 -3
  3. package/dist/src/app/assets/{index-BguflfND.css → index-BPc2R353.css} +1 -1
  4. package/dist/src/app/assets/index-BfrupEi-.js +839 -0
  5. package/dist/src/app/assets/{source-map-support-CBm7zNFA.js → source-map-support-Bxu-SWOe.js} +1 -1
  6. package/dist/src/app/assets/{sync-CDJ7rnc8.js → sync-b9Bq8szO.js} +1 -1
  7. package/dist/src/app/index.html +2 -2
  8. package/dist/src/assertions/openai.d.ts.map +1 -1
  9. package/dist/src/assertions/openai.js +3 -1
  10. package/dist/src/assertions/openai.js.map +1 -1
  11. package/dist/src/assertions/synthesis.d.ts +15 -0
  12. package/dist/src/assertions/synthesis.d.ts.map +1 -0
  13. package/dist/src/assertions/synthesis.js +504 -0
  14. package/dist/src/assertions/synthesis.js.map +1 -0
  15. package/dist/src/commands/delete.d.ts +2 -0
  16. package/dist/src/commands/delete.d.ts.map +1 -1
  17. package/dist/src/commands/delete.js +6 -2
  18. package/dist/src/commands/delete.js.map +1 -1
  19. package/dist/src/commands/eval.d.ts.map +1 -1
  20. package/dist/src/commands/eval.js +15 -14
  21. package/dist/src/commands/eval.js.map +1 -1
  22. package/dist/src/commands/generate/assertions.d.ts +19 -0
  23. package/dist/src/commands/generate/assertions.d.ts.map +1 -0
  24. package/dist/src/commands/generate/assertions.js +150 -0
  25. package/dist/src/commands/generate/assertions.js.map +1 -0
  26. package/dist/src/commands/modelScan.d.ts +1 -0
  27. package/dist/src/commands/modelScan.d.ts.map +1 -1
  28. package/dist/src/commands/modelScan.js +4 -5
  29. package/dist/src/commands/modelScan.js.map +1 -1
  30. package/dist/src/commands/show.d.ts +3 -0
  31. package/dist/src/commands/show.d.ts.map +1 -1
  32. package/dist/src/commands/show.js +7 -0
  33. package/dist/src/commands/show.js.map +1 -1
  34. package/dist/src/commands/view.d.ts.map +1 -1
  35. package/dist/src/commands/view.js +5 -1
  36. package/dist/src/commands/view.js.map +1 -1
  37. package/dist/src/database/tables.d.ts +22 -0
  38. package/dist/src/database/tables.d.ts.map +1 -1
  39. package/dist/src/envars.d.ts +1 -1
  40. package/dist/src/envars.d.ts.map +1 -1
  41. package/dist/src/envars.js.map +1 -1
  42. package/dist/src/evaluator.d.ts +9 -0
  43. package/dist/src/evaluator.d.ts.map +1 -1
  44. package/dist/src/evaluator.js +51 -24
  45. package/dist/src/evaluator.js.map +1 -1
  46. package/dist/src/evaluatorHelpers.d.ts +10156 -5
  47. package/dist/src/evaluatorHelpers.d.ts.map +1 -1
  48. package/dist/src/evaluatorHelpers.js +92 -5
  49. package/dist/src/evaluatorHelpers.js.map +1 -1
  50. package/dist/src/feedback.js +3 -3
  51. package/dist/src/feedback.js.map +1 -1
  52. package/dist/src/main.d.ts.map +1 -1
  53. package/dist/src/main.js +2 -0
  54. package/dist/src/main.js.map +1 -1
  55. package/dist/src/models/eval.d.ts.map +1 -1
  56. package/dist/src/models/eval.js +1 -4
  57. package/dist/src/models/eval.js.map +1 -1
  58. package/dist/src/providers/azure/chat.d.ts.map +1 -1
  59. package/dist/src/providers/azure/chat.js +1 -1
  60. package/dist/src/providers/azure/chat.js.map +1 -1
  61. package/dist/src/providers/azure/completion.d.ts.map +1 -1
  62. package/dist/src/providers/azure/completion.js +1 -1
  63. package/dist/src/providers/azure/completion.js.map +1 -1
  64. package/dist/src/providers/azure/types.d.ts +1 -1
  65. package/dist/src/providers/azure/types.d.ts.map +1 -1
  66. package/dist/src/providers/golangCompletion.d.ts.map +1 -1
  67. package/dist/src/providers/golangCompletion.js +0 -1
  68. package/dist/src/providers/golangCompletion.js.map +1 -1
  69. package/dist/src/providers/google/ai.studio.js +1 -1
  70. package/dist/src/providers/google/ai.studio.js.map +1 -1
  71. package/dist/src/providers/google/live.d.ts +11 -0
  72. package/dist/src/providers/google/live.d.ts.map +1 -1
  73. package/dist/src/providers/google/live.js +84 -2
  74. package/dist/src/providers/google/live.js.map +1 -1
  75. package/dist/src/providers/google/shared.d.ts.map +1 -1
  76. package/dist/src/providers/google/shared.js +15 -0
  77. package/dist/src/providers/google/shared.js.map +1 -1
  78. package/dist/src/providers/google/types.d.ts +2 -2
  79. package/dist/src/providers/google/types.d.ts.map +1 -1
  80. package/dist/src/providers/google/vertex.d.ts +11 -0
  81. package/dist/src/providers/google/vertex.d.ts.map +1 -1
  82. package/dist/src/providers/google/vertex.js +82 -3
  83. package/dist/src/providers/google/vertex.js.map +1 -1
  84. package/dist/src/providers/groq.d.ts +3 -1
  85. package/dist/src/providers/groq.d.ts.map +1 -1
  86. package/dist/src/providers/http.js +1 -1
  87. package/dist/src/providers/http.js.map +1 -1
  88. package/dist/src/providers/hyperbolic/audio.d.ts +40 -0
  89. package/dist/src/providers/hyperbolic/audio.d.ts.map +1 -0
  90. package/dist/src/providers/hyperbolic/audio.js +141 -0
  91. package/dist/src/providers/hyperbolic/audio.js.map +1 -0
  92. package/dist/src/providers/hyperbolic/chat.d.ts +110 -0
  93. package/dist/src/providers/hyperbolic/chat.d.ts.map +1 -0
  94. package/dist/src/providers/hyperbolic/chat.js +318 -0
  95. package/dist/src/providers/hyperbolic/chat.js.map +1 -0
  96. package/dist/src/providers/hyperbolic/image.d.ts +57 -0
  97. package/dist/src/providers/hyperbolic/image.d.ts.map +1 -0
  98. package/dist/src/providers/hyperbolic/image.js +231 -0
  99. package/dist/src/providers/hyperbolic/image.js.map +1 -0
  100. package/dist/src/providers/litellm.d.ts +3 -1
  101. package/dist/src/providers/litellm.d.ts.map +1 -1
  102. package/dist/src/providers/ollama.d.ts.map +1 -1
  103. package/dist/src/providers/ollama.js +1 -1
  104. package/dist/src/providers/ollama.js.map +1 -1
  105. package/dist/src/providers/openai/chat.d.ts +11 -0
  106. package/dist/src/providers/openai/chat.d.ts.map +1 -1
  107. package/dist/src/providers/openai/chat.js +132 -4
  108. package/dist/src/providers/openai/chat.js.map +1 -1
  109. package/dist/src/providers/openai/completion.d.ts.map +1 -1
  110. package/dist/src/providers/openai/completion.js +1 -1
  111. package/dist/src/providers/openai/completion.js.map +1 -1
  112. package/dist/src/providers/openai/responses.d.ts.map +1 -1
  113. package/dist/src/providers/openai/responses.js +21 -1
  114. package/dist/src/providers/openai/responses.js.map +1 -1
  115. package/dist/src/providers/openai/types.d.ts +27 -2
  116. package/dist/src/providers/openai/types.d.ts.map +1 -1
  117. package/dist/src/providers/openai/util.d.ts.map +1 -1
  118. package/dist/src/providers/openai/util.js +24 -1
  119. package/dist/src/providers/openai/util.js.map +1 -1
  120. package/dist/src/providers/promptfoo.d.ts +4 -2
  121. package/dist/src/providers/promptfoo.d.ts.map +1 -1
  122. package/dist/src/providers/promptfoo.js +2 -0
  123. package/dist/src/providers/promptfoo.js.map +1 -1
  124. package/dist/src/providers/pythonCompletion.d.ts.map +1 -1
  125. package/dist/src/providers/pythonCompletion.js +0 -1
  126. package/dist/src/providers/pythonCompletion.js.map +1 -1
  127. package/dist/src/providers/registry.d.ts.map +1 -1
  128. package/dist/src/providers/registry.js +21 -12
  129. package/dist/src/providers/registry.js.map +1 -1
  130. package/dist/src/providers/sagemaker.js +1 -1
  131. package/dist/src/providers/sagemaker.js.map +1 -1
  132. package/dist/src/providers/scriptCompletion.d.ts.map +1 -1
  133. package/dist/src/providers/scriptCompletion.js +0 -1
  134. package/dist/src/providers/scriptCompletion.js.map +1 -1
  135. package/dist/src/providers/simulatedUser.d.ts.map +1 -1
  136. package/dist/src/providers/simulatedUser.js +5 -3
  137. package/dist/src/providers/simulatedUser.js.map +1 -1
  138. package/dist/src/providers/xai/chat.d.ts +3 -1
  139. package/dist/src/providers/xai/chat.d.ts.map +1 -1
  140. package/dist/src/python/pythonUtils.d.ts +1 -0
  141. package/dist/src/python/pythonUtils.d.ts.map +1 -1
  142. package/dist/src/python/pythonUtils.js +50 -23
  143. package/dist/src/python/pythonUtils.js.map +1 -1
  144. package/dist/src/redteam/commands/discover.d.ts +2 -8
  145. package/dist/src/redteam/commands/discover.d.ts.map +1 -1
  146. package/dist/src/redteam/commands/discover.js +31 -100
  147. package/dist/src/redteam/commands/discover.js.map +1 -1
  148. package/dist/src/redteam/commands/generate.d.ts.map +1 -1
  149. package/dist/src/redteam/commands/generate.js +12 -26
  150. package/dist/src/redteam/commands/generate.js.map +1 -1
  151. package/dist/src/redteam/commands/report.d.ts.map +1 -1
  152. package/dist/src/redteam/commands/report.js +5 -1
  153. package/dist/src/redteam/commands/report.js.map +1 -1
  154. package/dist/src/redteam/commands/setup.d.ts.map +1 -1
  155. package/dist/src/redteam/commands/setup.js +5 -1
  156. package/dist/src/redteam/commands/setup.js.map +1 -1
  157. package/dist/src/redteam/index.d.ts +1 -1
  158. package/dist/src/redteam/index.d.ts.map +1 -1
  159. package/dist/src/redteam/index.js +33 -6
  160. package/dist/src/redteam/index.js.map +1 -1
  161. package/dist/src/redteam/plugins/base.d.ts +7 -1
  162. package/dist/src/redteam/plugins/base.d.ts.map +1 -1
  163. package/dist/src/redteam/plugins/base.js +26 -8
  164. package/dist/src/redteam/plugins/base.js.map +1 -1
  165. package/dist/src/redteam/plugins/crossSessionLeak.d.ts +2 -1
  166. package/dist/src/redteam/plugins/crossSessionLeak.d.ts.map +1 -1
  167. package/dist/src/redteam/plugins/crossSessionLeak.js +13 -1
  168. package/dist/src/redteam/plugins/crossSessionLeak.js.map +1 -1
  169. package/dist/src/redteam/plugins/harmful/unaligned.d.ts +1 -1
  170. package/dist/src/redteam/plugins/harmful/unaligned.d.ts.map +1 -1
  171. package/dist/src/redteam/plugins/harmful/unaligned.js +2 -1
  172. package/dist/src/redteam/plugins/harmful/unaligned.js.map +1 -1
  173. package/dist/src/redteam/plugins/index.d.ts.map +1 -1
  174. package/dist/src/redteam/plugins/index.js +1 -1
  175. package/dist/src/redteam/plugins/index.js.map +1 -1
  176. package/dist/src/redteam/plugins/intent.d.ts +2 -7
  177. package/dist/src/redteam/plugins/intent.d.ts.map +1 -1
  178. package/dist/src/redteam/plugins/intent.js +1 -1
  179. package/dist/src/redteam/plugins/intent.js.map +1 -1
  180. package/dist/src/redteam/plugins/pii.d.ts.map +1 -1
  181. package/dist/src/redteam/plugins/pii.js +2 -1
  182. package/dist/src/redteam/plugins/pii.js.map +1 -1
  183. package/dist/src/redteam/plugins/policy.d.ts +2 -4
  184. package/dist/src/redteam/plugins/policy.d.ts.map +1 -1
  185. package/dist/src/redteam/plugins/policy.js +1 -1
  186. package/dist/src/redteam/plugins/policy.js.map +1 -1
  187. package/dist/src/redteam/plugins/promptExtraction.d.ts +2 -4
  188. package/dist/src/redteam/plugins/promptExtraction.d.ts.map +1 -1
  189. package/dist/src/redteam/plugins/promptExtraction.js +1 -1
  190. package/dist/src/redteam/plugins/promptExtraction.js.map +1 -1
  191. package/dist/src/redteam/plugins/unsafebench.js +1 -1
  192. package/dist/src/redteam/plugins/unsafebench.js.map +1 -1
  193. package/dist/src/redteam/providers/crescendo/index.d.ts +15 -3
  194. package/dist/src/redteam/providers/crescendo/index.d.ts.map +1 -1
  195. package/dist/src/redteam/providers/crescendo/index.js +152 -15
  196. package/dist/src/redteam/providers/crescendo/index.js.map +1 -1
  197. package/dist/src/redteam/providers/crescendo/prompts.js +4 -4
  198. package/dist/src/redteam/providers/goat.d.ts +9 -0
  199. package/dist/src/redteam/providers/goat.d.ts.map +1 -1
  200. package/dist/src/redteam/providers/goat.js +23 -2
  201. package/dist/src/redteam/providers/goat.js.map +1 -1
  202. package/dist/src/redteam/remoteGeneration.d.ts +5 -0
  203. package/dist/src/redteam/remoteGeneration.d.ts.map +1 -1
  204. package/dist/src/redteam/remoteGeneration.js +21 -7
  205. package/dist/src/redteam/remoteGeneration.js.map +1 -1
  206. package/dist/src/redteam/sharedFrontend.d.ts.map +1 -1
  207. package/dist/src/redteam/sharedFrontend.js +3 -0
  208. package/dist/src/redteam/sharedFrontend.js.map +1 -1
  209. package/dist/src/redteam/types.d.ts +21 -1
  210. package/dist/src/redteam/types.d.ts.map +1 -1
  211. package/dist/src/server/routes/providers.d.ts.map +1 -1
  212. package/dist/src/server/routes/providers.js +41 -0
  213. package/dist/src/server/routes/providers.js.map +1 -1
  214. package/dist/src/server/server.d.ts +1 -1
  215. package/dist/src/server/server.d.ts.map +1 -1
  216. package/dist/src/server/server.js +7 -6
  217. package/dist/src/server/server.js.map +1 -1
  218. package/dist/src/tableOutput.html +2 -2
  219. package/dist/src/types/env.d.ts +3 -0
  220. package/dist/src/types/env.d.ts.map +1 -1
  221. package/dist/src/types/env.js +1 -0
  222. package/dist/src/types/env.js.map +1 -1
  223. package/dist/src/types/index.d.ts +293 -0
  224. package/dist/src/types/index.d.ts.map +1 -1
  225. package/dist/src/types/providers.d.ts +1 -1
  226. package/dist/src/types/providers.d.ts.map +1 -1
  227. package/dist/src/util/cloud.js +10 -10
  228. package/dist/src/util/cloud.js.map +1 -1
  229. package/dist/src/util/config/load.d.ts +1 -1
  230. package/dist/src/util/config/load.d.ts.map +1 -1
  231. package/dist/src/util/config/load.js +1 -0
  232. package/dist/src/util/config/load.js.map +1 -1
  233. package/dist/src/util/database.d.ts +2 -1
  234. package/dist/src/util/database.d.ts.map +1 -1
  235. package/dist/src/util/database.js +0 -5
  236. package/dist/src/util/database.js.map +1 -1
  237. package/dist/src/util/server.d.ts +12 -0
  238. package/dist/src/util/server.d.ts.map +1 -1
  239. package/dist/src/util/server.js +59 -0
  240. package/dist/src/util/server.js.map +1 -1
  241. package/dist/src/util/tokenUsage.d.ts +0 -27
  242. package/dist/src/util/tokenUsage.d.ts.map +1 -1
  243. package/dist/src/util/tokenUsage.js +0 -54
  244. package/dist/src/util/tokenUsage.js.map +1 -1
  245. package/dist/src/util/transform.d.ts +3 -8
  246. package/dist/src/util/transform.d.ts.map +1 -1
  247. package/dist/src/util/transform.js +1 -1
  248. package/dist/src/util/transform.js.map +1 -1
  249. package/dist/src/validators/providers.d.ts +20 -0
  250. package/dist/src/validators/providers.d.ts.map +1 -1
  251. package/dist/src/validators/redteam.d.ts +12 -0
  252. package/dist/src/validators/redteam.d.ts.map +1 -1
  253. package/dist/src/validators/redteam.js +4 -0
  254. package/dist/src/validators/redteam.js.map +1 -1
  255. package/dist/tsconfig.tsbuildinfo +1 -1
  256. package/package.json +3 -3
  257. package/dist/src/app/assets/index-CLKCZa7h.js +0 -1050
  258. package/dist/src/app/assets/index.es-CtnPLEIO.js +0 -18
  259. package/dist/src/app/assets/purify.es-CQJ0hv7W.js +0 -2
@@ -2051,6 +2051,7 @@ export declare const TestCaseSchema: z.ZodObject<{
2051
2051
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
2052
2052
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
2053
2053
  HF_TOKEN: z.ZodOptional<z.ZodString>;
2054
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
2054
2055
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
2055
2056
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
2056
2057
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -2137,6 +2138,7 @@ export declare const TestCaseSchema: z.ZodObject<{
2137
2138
  HELICONE_API_KEY?: string | undefined;
2138
2139
  HF_API_TOKEN?: string | undefined;
2139
2140
  HF_TOKEN?: string | undefined;
2141
+ HYPERBOLIC_API_KEY?: string | undefined;
2140
2142
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
2141
2143
  JFROG_API_KEY?: string | undefined;
2142
2144
  LAMBDA_API_KEY?: string | undefined;
@@ -2223,6 +2225,7 @@ export declare const TestCaseSchema: z.ZodObject<{
2223
2225
  HELICONE_API_KEY?: string | undefined;
2224
2226
  HF_API_TOKEN?: string | undefined;
2225
2227
  HF_TOKEN?: string | undefined;
2228
+ HYPERBOLIC_API_KEY?: string | undefined;
2226
2229
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
2227
2230
  JFROG_API_KEY?: string | undefined;
2228
2231
  LAMBDA_API_KEY?: string | undefined;
@@ -2317,6 +2320,7 @@ export declare const TestCaseSchema: z.ZodObject<{
2317
2320
  HELICONE_API_KEY?: string | undefined;
2318
2321
  HF_API_TOKEN?: string | undefined;
2319
2322
  HF_TOKEN?: string | undefined;
2323
+ HYPERBOLIC_API_KEY?: string | undefined;
2320
2324
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
2321
2325
  JFROG_API_KEY?: string | undefined;
2322
2326
  LAMBDA_API_KEY?: string | undefined;
@@ -2411,6 +2415,7 @@ export declare const TestCaseSchema: z.ZodObject<{
2411
2415
  HELICONE_API_KEY?: string | undefined;
2412
2416
  HF_API_TOKEN?: string | undefined;
2413
2417
  HF_TOKEN?: string | undefined;
2418
+ HYPERBOLIC_API_KEY?: string | undefined;
2414
2419
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
2415
2420
  JFROG_API_KEY?: string | undefined;
2416
2421
  LAMBDA_API_KEY?: string | undefined;
@@ -2803,6 +2808,7 @@ export declare const TestCaseSchema: z.ZodObject<{
2803
2808
  HELICONE_API_KEY?: string | undefined;
2804
2809
  HF_API_TOKEN?: string | undefined;
2805
2810
  HF_TOKEN?: string | undefined;
2811
+ HYPERBOLIC_API_KEY?: string | undefined;
2806
2812
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
2807
2813
  JFROG_API_KEY?: string | undefined;
2808
2814
  LAMBDA_API_KEY?: string | undefined;
@@ -2977,6 +2983,7 @@ export declare const TestCaseSchema: z.ZodObject<{
2977
2983
  HELICONE_API_KEY?: string | undefined;
2978
2984
  HF_API_TOKEN?: string | undefined;
2979
2985
  HF_TOKEN?: string | undefined;
2986
+ HYPERBOLIC_API_KEY?: string | undefined;
2980
2987
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
2981
2988
  JFROG_API_KEY?: string | undefined;
2982
2989
  LAMBDA_API_KEY?: string | undefined;
@@ -3132,6 +3139,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<{
3132
3139
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
3133
3140
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
3134
3141
  HF_TOKEN: z.ZodOptional<z.ZodString>;
3142
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
3135
3143
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
3136
3144
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
3137
3145
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -3218,6 +3226,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<{
3218
3226
  HELICONE_API_KEY?: string | undefined;
3219
3227
  HF_API_TOKEN?: string | undefined;
3220
3228
  HF_TOKEN?: string | undefined;
3229
+ HYPERBOLIC_API_KEY?: string | undefined;
3221
3230
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
3222
3231
  JFROG_API_KEY?: string | undefined;
3223
3232
  LAMBDA_API_KEY?: string | undefined;
@@ -3304,6 +3313,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<{
3304
3313
  HELICONE_API_KEY?: string | undefined;
3305
3314
  HF_API_TOKEN?: string | undefined;
3306
3315
  HF_TOKEN?: string | undefined;
3316
+ HYPERBOLIC_API_KEY?: string | undefined;
3307
3317
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
3308
3318
  JFROG_API_KEY?: string | undefined;
3309
3319
  LAMBDA_API_KEY?: string | undefined;
@@ -3398,6 +3408,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<{
3398
3408
  HELICONE_API_KEY?: string | undefined;
3399
3409
  HF_API_TOKEN?: string | undefined;
3400
3410
  HF_TOKEN?: string | undefined;
3411
+ HYPERBOLIC_API_KEY?: string | undefined;
3401
3412
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
3402
3413
  JFROG_API_KEY?: string | undefined;
3403
3414
  LAMBDA_API_KEY?: string | undefined;
@@ -3492,6 +3503,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<{
3492
3503
  HELICONE_API_KEY?: string | undefined;
3493
3504
  HF_API_TOKEN?: string | undefined;
3494
3505
  HF_TOKEN?: string | undefined;
3506
+ HYPERBOLIC_API_KEY?: string | undefined;
3495
3507
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
3496
3508
  JFROG_API_KEY?: string | undefined;
3497
3509
  LAMBDA_API_KEY?: string | undefined;
@@ -3886,6 +3898,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<{
3886
3898
  HELICONE_API_KEY?: string | undefined;
3887
3899
  HF_API_TOKEN?: string | undefined;
3888
3900
  HF_TOKEN?: string | undefined;
3901
+ HYPERBOLIC_API_KEY?: string | undefined;
3889
3902
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
3890
3903
  JFROG_API_KEY?: string | undefined;
3891
3904
  LAMBDA_API_KEY?: string | undefined;
@@ -4060,6 +4073,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<{
4060
4073
  HELICONE_API_KEY?: string | undefined;
4061
4074
  HF_API_TOKEN?: string | undefined;
4062
4075
  HF_TOKEN?: string | undefined;
4076
+ HYPERBOLIC_API_KEY?: string | undefined;
4063
4077
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
4064
4078
  JFROG_API_KEY?: string | undefined;
4065
4079
  LAMBDA_API_KEY?: string | undefined;
@@ -4213,6 +4227,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
4213
4227
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
4214
4228
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
4215
4229
  HF_TOKEN: z.ZodOptional<z.ZodString>;
4230
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
4216
4231
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
4217
4232
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
4218
4233
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -4299,6 +4314,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
4299
4314
  HELICONE_API_KEY?: string | undefined;
4300
4315
  HF_API_TOKEN?: string | undefined;
4301
4316
  HF_TOKEN?: string | undefined;
4317
+ HYPERBOLIC_API_KEY?: string | undefined;
4302
4318
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
4303
4319
  JFROG_API_KEY?: string | undefined;
4304
4320
  LAMBDA_API_KEY?: string | undefined;
@@ -4385,6 +4401,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
4385
4401
  HELICONE_API_KEY?: string | undefined;
4386
4402
  HF_API_TOKEN?: string | undefined;
4387
4403
  HF_TOKEN?: string | undefined;
4404
+ HYPERBOLIC_API_KEY?: string | undefined;
4388
4405
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
4389
4406
  JFROG_API_KEY?: string | undefined;
4390
4407
  LAMBDA_API_KEY?: string | undefined;
@@ -4479,6 +4496,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
4479
4496
  HELICONE_API_KEY?: string | undefined;
4480
4497
  HF_API_TOKEN?: string | undefined;
4481
4498
  HF_TOKEN?: string | undefined;
4499
+ HYPERBOLIC_API_KEY?: string | undefined;
4482
4500
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
4483
4501
  JFROG_API_KEY?: string | undefined;
4484
4502
  LAMBDA_API_KEY?: string | undefined;
@@ -4573,6 +4591,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
4573
4591
  HELICONE_API_KEY?: string | undefined;
4574
4592
  HF_API_TOKEN?: string | undefined;
4575
4593
  HF_TOKEN?: string | undefined;
4594
+ HYPERBOLIC_API_KEY?: string | undefined;
4576
4595
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
4577
4596
  JFROG_API_KEY?: string | undefined;
4578
4597
  LAMBDA_API_KEY?: string | undefined;
@@ -4965,6 +4984,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
4965
4984
  HELICONE_API_KEY?: string | undefined;
4966
4985
  HF_API_TOKEN?: string | undefined;
4967
4986
  HF_TOKEN?: string | undefined;
4987
+ HYPERBOLIC_API_KEY?: string | undefined;
4968
4988
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
4969
4989
  JFROG_API_KEY?: string | undefined;
4970
4990
  LAMBDA_API_KEY?: string | undefined;
@@ -5139,6 +5159,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
5139
5159
  HELICONE_API_KEY?: string | undefined;
5140
5160
  HF_API_TOKEN?: string | undefined;
5141
5161
  HF_TOKEN?: string | undefined;
5162
+ HYPERBOLIC_API_KEY?: string | undefined;
5142
5163
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
5143
5164
  JFROG_API_KEY?: string | undefined;
5144
5165
  LAMBDA_API_KEY?: string | undefined;
@@ -5924,6 +5945,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
5924
5945
  HELICONE_API_KEY?: string | undefined;
5925
5946
  HF_API_TOKEN?: string | undefined;
5926
5947
  HF_TOKEN?: string | undefined;
5948
+ HYPERBOLIC_API_KEY?: string | undefined;
5927
5949
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
5928
5950
  JFROG_API_KEY?: string | undefined;
5929
5951
  LAMBDA_API_KEY?: string | undefined;
@@ -6168,6 +6190,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
6168
6190
  HELICONE_API_KEY?: string | undefined;
6169
6191
  HF_API_TOKEN?: string | undefined;
6170
6192
  HF_TOKEN?: string | undefined;
6193
+ HYPERBOLIC_API_KEY?: string | undefined;
6171
6194
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
6172
6195
  JFROG_API_KEY?: string | undefined;
6173
6196
  LAMBDA_API_KEY?: string | undefined;
@@ -6322,6 +6345,7 @@ export declare const ScenarioSchema: z.ZodObject<{
6322
6345
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
6323
6346
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
6324
6347
  HF_TOKEN: z.ZodOptional<z.ZodString>;
6348
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
6325
6349
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
6326
6350
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
6327
6351
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -6408,6 +6432,7 @@ export declare const ScenarioSchema: z.ZodObject<{
6408
6432
  HELICONE_API_KEY?: string | undefined;
6409
6433
  HF_API_TOKEN?: string | undefined;
6410
6434
  HF_TOKEN?: string | undefined;
6435
+ HYPERBOLIC_API_KEY?: string | undefined;
6411
6436
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
6412
6437
  JFROG_API_KEY?: string | undefined;
6413
6438
  LAMBDA_API_KEY?: string | undefined;
@@ -6494,6 +6519,7 @@ export declare const ScenarioSchema: z.ZodObject<{
6494
6519
  HELICONE_API_KEY?: string | undefined;
6495
6520
  HF_API_TOKEN?: string | undefined;
6496
6521
  HF_TOKEN?: string | undefined;
6522
+ HYPERBOLIC_API_KEY?: string | undefined;
6497
6523
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
6498
6524
  JFROG_API_KEY?: string | undefined;
6499
6525
  LAMBDA_API_KEY?: string | undefined;
@@ -6588,6 +6614,7 @@ export declare const ScenarioSchema: z.ZodObject<{
6588
6614
  HELICONE_API_KEY?: string | undefined;
6589
6615
  HF_API_TOKEN?: string | undefined;
6590
6616
  HF_TOKEN?: string | undefined;
6617
+ HYPERBOLIC_API_KEY?: string | undefined;
6591
6618
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
6592
6619
  JFROG_API_KEY?: string | undefined;
6593
6620
  LAMBDA_API_KEY?: string | undefined;
@@ -6682,6 +6709,7 @@ export declare const ScenarioSchema: z.ZodObject<{
6682
6709
  HELICONE_API_KEY?: string | undefined;
6683
6710
  HF_API_TOKEN?: string | undefined;
6684
6711
  HF_TOKEN?: string | undefined;
6712
+ HYPERBOLIC_API_KEY?: string | undefined;
6685
6713
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
6686
6714
  JFROG_API_KEY?: string | undefined;
6687
6715
  LAMBDA_API_KEY?: string | undefined;
@@ -7074,6 +7102,7 @@ export declare const ScenarioSchema: z.ZodObject<{
7074
7102
  HELICONE_API_KEY?: string | undefined;
7075
7103
  HF_API_TOKEN?: string | undefined;
7076
7104
  HF_TOKEN?: string | undefined;
7105
+ HYPERBOLIC_API_KEY?: string | undefined;
7077
7106
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
7078
7107
  JFROG_API_KEY?: string | undefined;
7079
7108
  LAMBDA_API_KEY?: string | undefined;
@@ -7248,6 +7277,7 @@ export declare const ScenarioSchema: z.ZodObject<{
7248
7277
  HELICONE_API_KEY?: string | undefined;
7249
7278
  HF_API_TOKEN?: string | undefined;
7250
7279
  HF_TOKEN?: string | undefined;
7280
+ HYPERBOLIC_API_KEY?: string | undefined;
7251
7281
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
7252
7282
  JFROG_API_KEY?: string | undefined;
7253
7283
  LAMBDA_API_KEY?: string | undefined;
@@ -7398,6 +7428,7 @@ export declare const ScenarioSchema: z.ZodObject<{
7398
7428
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
7399
7429
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
7400
7430
  HF_TOKEN: z.ZodOptional<z.ZodString>;
7431
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
7401
7432
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
7402
7433
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
7403
7434
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -7484,6 +7515,7 @@ export declare const ScenarioSchema: z.ZodObject<{
7484
7515
  HELICONE_API_KEY?: string | undefined;
7485
7516
  HF_API_TOKEN?: string | undefined;
7486
7517
  HF_TOKEN?: string | undefined;
7518
+ HYPERBOLIC_API_KEY?: string | undefined;
7487
7519
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
7488
7520
  JFROG_API_KEY?: string | undefined;
7489
7521
  LAMBDA_API_KEY?: string | undefined;
@@ -7570,6 +7602,7 @@ export declare const ScenarioSchema: z.ZodObject<{
7570
7602
  HELICONE_API_KEY?: string | undefined;
7571
7603
  HF_API_TOKEN?: string | undefined;
7572
7604
  HF_TOKEN?: string | undefined;
7605
+ HYPERBOLIC_API_KEY?: string | undefined;
7573
7606
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
7574
7607
  JFROG_API_KEY?: string | undefined;
7575
7608
  LAMBDA_API_KEY?: string | undefined;
@@ -7664,6 +7697,7 @@ export declare const ScenarioSchema: z.ZodObject<{
7664
7697
  HELICONE_API_KEY?: string | undefined;
7665
7698
  HF_API_TOKEN?: string | undefined;
7666
7699
  HF_TOKEN?: string | undefined;
7700
+ HYPERBOLIC_API_KEY?: string | undefined;
7667
7701
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
7668
7702
  JFROG_API_KEY?: string | undefined;
7669
7703
  LAMBDA_API_KEY?: string | undefined;
@@ -7758,6 +7792,7 @@ export declare const ScenarioSchema: z.ZodObject<{
7758
7792
  HELICONE_API_KEY?: string | undefined;
7759
7793
  HF_API_TOKEN?: string | undefined;
7760
7794
  HF_TOKEN?: string | undefined;
7795
+ HYPERBOLIC_API_KEY?: string | undefined;
7761
7796
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
7762
7797
  JFROG_API_KEY?: string | undefined;
7763
7798
  LAMBDA_API_KEY?: string | undefined;
@@ -8150,6 +8185,7 @@ export declare const ScenarioSchema: z.ZodObject<{
8150
8185
  HELICONE_API_KEY?: string | undefined;
8151
8186
  HF_API_TOKEN?: string | undefined;
8152
8187
  HF_TOKEN?: string | undefined;
8188
+ HYPERBOLIC_API_KEY?: string | undefined;
8153
8189
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
8154
8190
  JFROG_API_KEY?: string | undefined;
8155
8191
  LAMBDA_API_KEY?: string | undefined;
@@ -8324,6 +8360,7 @@ export declare const ScenarioSchema: z.ZodObject<{
8324
8360
  HELICONE_API_KEY?: string | undefined;
8325
8361
  HF_API_TOKEN?: string | undefined;
8326
8362
  HF_TOKEN?: string | undefined;
8363
+ HYPERBOLIC_API_KEY?: string | undefined;
8327
8364
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
8328
8365
  JFROG_API_KEY?: string | undefined;
8329
8366
  LAMBDA_API_KEY?: string | undefined;
@@ -8500,6 +8537,7 @@ export declare const ScenarioSchema: z.ZodObject<{
8500
8537
  HELICONE_API_KEY?: string | undefined;
8501
8538
  HF_API_TOKEN?: string | undefined;
8502
8539
  HF_TOKEN?: string | undefined;
8540
+ HYPERBOLIC_API_KEY?: string | undefined;
8503
8541
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
8504
8542
  JFROG_API_KEY?: string | undefined;
8505
8543
  LAMBDA_API_KEY?: string | undefined;
@@ -8675,6 +8713,7 @@ export declare const ScenarioSchema: z.ZodObject<{
8675
8713
  HELICONE_API_KEY?: string | undefined;
8676
8714
  HF_API_TOKEN?: string | undefined;
8677
8715
  HF_TOKEN?: string | undefined;
8716
+ HYPERBOLIC_API_KEY?: string | undefined;
8678
8717
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
8679
8718
  JFROG_API_KEY?: string | undefined;
8680
8719
  LAMBDA_API_KEY?: string | undefined;
@@ -8852,6 +8891,7 @@ export declare const ScenarioSchema: z.ZodObject<{
8852
8891
  HELICONE_API_KEY?: string | undefined;
8853
8892
  HF_API_TOKEN?: string | undefined;
8854
8893
  HF_TOKEN?: string | undefined;
8894
+ HYPERBOLIC_API_KEY?: string | undefined;
8855
8895
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
8856
8896
  JFROG_API_KEY?: string | undefined;
8857
8897
  LAMBDA_API_KEY?: string | undefined;
@@ -9027,6 +9067,7 @@ export declare const ScenarioSchema: z.ZodObject<{
9027
9067
  HELICONE_API_KEY?: string | undefined;
9028
9068
  HF_API_TOKEN?: string | undefined;
9029
9069
  HF_TOKEN?: string | undefined;
9070
+ HYPERBOLIC_API_KEY?: string | undefined;
9030
9071
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
9031
9072
  JFROG_API_KEY?: string | undefined;
9032
9073
  LAMBDA_API_KEY?: string | undefined;
@@ -9179,6 +9220,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<{
9179
9220
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
9180
9221
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
9181
9222
  HF_TOKEN: z.ZodOptional<z.ZodString>;
9223
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
9182
9224
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
9183
9225
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
9184
9226
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -9265,6 +9307,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<{
9265
9307
  HELICONE_API_KEY?: string | undefined;
9266
9308
  HF_API_TOKEN?: string | undefined;
9267
9309
  HF_TOKEN?: string | undefined;
9310
+ HYPERBOLIC_API_KEY?: string | undefined;
9268
9311
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
9269
9312
  JFROG_API_KEY?: string | undefined;
9270
9313
  LAMBDA_API_KEY?: string | undefined;
@@ -9351,6 +9394,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<{
9351
9394
  HELICONE_API_KEY?: string | undefined;
9352
9395
  HF_API_TOKEN?: string | undefined;
9353
9396
  HF_TOKEN?: string | undefined;
9397
+ HYPERBOLIC_API_KEY?: string | undefined;
9354
9398
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
9355
9399
  JFROG_API_KEY?: string | undefined;
9356
9400
  LAMBDA_API_KEY?: string | undefined;
@@ -9445,6 +9489,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<{
9445
9489
  HELICONE_API_KEY?: string | undefined;
9446
9490
  HF_API_TOKEN?: string | undefined;
9447
9491
  HF_TOKEN?: string | undefined;
9492
+ HYPERBOLIC_API_KEY?: string | undefined;
9448
9493
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
9449
9494
  JFROG_API_KEY?: string | undefined;
9450
9495
  LAMBDA_API_KEY?: string | undefined;
@@ -9539,6 +9584,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<{
9539
9584
  HELICONE_API_KEY?: string | undefined;
9540
9585
  HF_API_TOKEN?: string | undefined;
9541
9586
  HF_TOKEN?: string | undefined;
9587
+ HYPERBOLIC_API_KEY?: string | undefined;
9542
9588
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
9543
9589
  JFROG_API_KEY?: string | undefined;
9544
9590
  LAMBDA_API_KEY?: string | undefined;
@@ -9933,6 +9979,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<{
9933
9979
  HELICONE_API_KEY?: string | undefined;
9934
9980
  HF_API_TOKEN?: string | undefined;
9935
9981
  HF_TOKEN?: string | undefined;
9982
+ HYPERBOLIC_API_KEY?: string | undefined;
9936
9983
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
9937
9984
  JFROG_API_KEY?: string | undefined;
9938
9985
  LAMBDA_API_KEY?: string | undefined;
@@ -10107,6 +10154,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<{
10107
10154
  HELICONE_API_KEY?: string | undefined;
10108
10155
  HF_API_TOKEN?: string | undefined;
10109
10156
  HF_TOKEN?: string | undefined;
10157
+ HYPERBOLIC_API_KEY?: string | undefined;
10110
10158
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
10111
10159
  JFROG_API_KEY?: string | undefined;
10112
10160
  LAMBDA_API_KEY?: string | undefined;
@@ -10376,6 +10424,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
10376
10424
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
10377
10425
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
10378
10426
  HF_TOKEN: z.ZodOptional<z.ZodString>;
10427
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
10379
10428
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
10380
10429
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
10381
10430
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -10462,6 +10511,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
10462
10511
  HELICONE_API_KEY?: string | undefined;
10463
10512
  HF_API_TOKEN?: string | undefined;
10464
10513
  HF_TOKEN?: string | undefined;
10514
+ HYPERBOLIC_API_KEY?: string | undefined;
10465
10515
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
10466
10516
  JFROG_API_KEY?: string | undefined;
10467
10517
  LAMBDA_API_KEY?: string | undefined;
@@ -10548,6 +10598,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
10548
10598
  HELICONE_API_KEY?: string | undefined;
10549
10599
  HF_API_TOKEN?: string | undefined;
10550
10600
  HF_TOKEN?: string | undefined;
10601
+ HYPERBOLIC_API_KEY?: string | undefined;
10551
10602
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
10552
10603
  JFROG_API_KEY?: string | undefined;
10553
10604
  LAMBDA_API_KEY?: string | undefined;
@@ -10642,6 +10693,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
10642
10693
  HELICONE_API_KEY?: string | undefined;
10643
10694
  HF_API_TOKEN?: string | undefined;
10644
10695
  HF_TOKEN?: string | undefined;
10696
+ HYPERBOLIC_API_KEY?: string | undefined;
10645
10697
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
10646
10698
  JFROG_API_KEY?: string | undefined;
10647
10699
  LAMBDA_API_KEY?: string | undefined;
@@ -10736,6 +10788,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
10736
10788
  HELICONE_API_KEY?: string | undefined;
10737
10789
  HF_API_TOKEN?: string | undefined;
10738
10790
  HF_TOKEN?: string | undefined;
10791
+ HYPERBOLIC_API_KEY?: string | undefined;
10739
10792
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
10740
10793
  JFROG_API_KEY?: string | undefined;
10741
10794
  LAMBDA_API_KEY?: string | undefined;
@@ -11128,6 +11181,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
11128
11181
  HELICONE_API_KEY?: string | undefined;
11129
11182
  HF_API_TOKEN?: string | undefined;
11130
11183
  HF_TOKEN?: string | undefined;
11184
+ HYPERBOLIC_API_KEY?: string | undefined;
11131
11185
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
11132
11186
  JFROG_API_KEY?: string | undefined;
11133
11187
  LAMBDA_API_KEY?: string | undefined;
@@ -11302,6 +11356,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
11302
11356
  HELICONE_API_KEY?: string | undefined;
11303
11357
  HF_API_TOKEN?: string | undefined;
11304
11358
  HF_TOKEN?: string | undefined;
11359
+ HYPERBOLIC_API_KEY?: string | undefined;
11305
11360
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
11306
11361
  JFROG_API_KEY?: string | undefined;
11307
11362
  LAMBDA_API_KEY?: string | undefined;
@@ -11454,6 +11509,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
11454
11509
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
11455
11510
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
11456
11511
  HF_TOKEN: z.ZodOptional<z.ZodString>;
11512
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
11457
11513
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
11458
11514
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
11459
11515
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -11540,6 +11596,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
11540
11596
  HELICONE_API_KEY?: string | undefined;
11541
11597
  HF_API_TOKEN?: string | undefined;
11542
11598
  HF_TOKEN?: string | undefined;
11599
+ HYPERBOLIC_API_KEY?: string | undefined;
11543
11600
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
11544
11601
  JFROG_API_KEY?: string | undefined;
11545
11602
  LAMBDA_API_KEY?: string | undefined;
@@ -11626,6 +11683,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
11626
11683
  HELICONE_API_KEY?: string | undefined;
11627
11684
  HF_API_TOKEN?: string | undefined;
11628
11685
  HF_TOKEN?: string | undefined;
11686
+ HYPERBOLIC_API_KEY?: string | undefined;
11629
11687
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
11630
11688
  JFROG_API_KEY?: string | undefined;
11631
11689
  LAMBDA_API_KEY?: string | undefined;
@@ -11720,6 +11778,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
11720
11778
  HELICONE_API_KEY?: string | undefined;
11721
11779
  HF_API_TOKEN?: string | undefined;
11722
11780
  HF_TOKEN?: string | undefined;
11781
+ HYPERBOLIC_API_KEY?: string | undefined;
11723
11782
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
11724
11783
  JFROG_API_KEY?: string | undefined;
11725
11784
  LAMBDA_API_KEY?: string | undefined;
@@ -11814,6 +11873,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
11814
11873
  HELICONE_API_KEY?: string | undefined;
11815
11874
  HF_API_TOKEN?: string | undefined;
11816
11875
  HF_TOKEN?: string | undefined;
11876
+ HYPERBOLIC_API_KEY?: string | undefined;
11817
11877
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
11818
11878
  JFROG_API_KEY?: string | undefined;
11819
11879
  LAMBDA_API_KEY?: string | undefined;
@@ -12206,6 +12266,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
12206
12266
  HELICONE_API_KEY?: string | undefined;
12207
12267
  HF_API_TOKEN?: string | undefined;
12208
12268
  HF_TOKEN?: string | undefined;
12269
+ HYPERBOLIC_API_KEY?: string | undefined;
12209
12270
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
12210
12271
  JFROG_API_KEY?: string | undefined;
12211
12272
  LAMBDA_API_KEY?: string | undefined;
@@ -12380,6 +12441,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
12380
12441
  HELICONE_API_KEY?: string | undefined;
12381
12442
  HF_API_TOKEN?: string | undefined;
12382
12443
  HF_TOKEN?: string | undefined;
12444
+ HYPERBOLIC_API_KEY?: string | undefined;
12383
12445
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
12384
12446
  JFROG_API_KEY?: string | undefined;
12385
12447
  LAMBDA_API_KEY?: string | undefined;
@@ -12530,6 +12592,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
12530
12592
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
12531
12593
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
12532
12594
  HF_TOKEN: z.ZodOptional<z.ZodString>;
12595
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
12533
12596
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
12534
12597
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
12535
12598
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -12616,6 +12679,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
12616
12679
  HELICONE_API_KEY?: string | undefined;
12617
12680
  HF_API_TOKEN?: string | undefined;
12618
12681
  HF_TOKEN?: string | undefined;
12682
+ HYPERBOLIC_API_KEY?: string | undefined;
12619
12683
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
12620
12684
  JFROG_API_KEY?: string | undefined;
12621
12685
  LAMBDA_API_KEY?: string | undefined;
@@ -12702,6 +12766,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
12702
12766
  HELICONE_API_KEY?: string | undefined;
12703
12767
  HF_API_TOKEN?: string | undefined;
12704
12768
  HF_TOKEN?: string | undefined;
12769
+ HYPERBOLIC_API_KEY?: string | undefined;
12705
12770
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
12706
12771
  JFROG_API_KEY?: string | undefined;
12707
12772
  LAMBDA_API_KEY?: string | undefined;
@@ -12796,6 +12861,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
12796
12861
  HELICONE_API_KEY?: string | undefined;
12797
12862
  HF_API_TOKEN?: string | undefined;
12798
12863
  HF_TOKEN?: string | undefined;
12864
+ HYPERBOLIC_API_KEY?: string | undefined;
12799
12865
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
12800
12866
  JFROG_API_KEY?: string | undefined;
12801
12867
  LAMBDA_API_KEY?: string | undefined;
@@ -12890,6 +12956,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
12890
12956
  HELICONE_API_KEY?: string | undefined;
12891
12957
  HF_API_TOKEN?: string | undefined;
12892
12958
  HF_TOKEN?: string | undefined;
12959
+ HYPERBOLIC_API_KEY?: string | undefined;
12893
12960
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
12894
12961
  JFROG_API_KEY?: string | undefined;
12895
12962
  LAMBDA_API_KEY?: string | undefined;
@@ -13282,6 +13349,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
13282
13349
  HELICONE_API_KEY?: string | undefined;
13283
13350
  HF_API_TOKEN?: string | undefined;
13284
13351
  HF_TOKEN?: string | undefined;
13352
+ HYPERBOLIC_API_KEY?: string | undefined;
13285
13353
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
13286
13354
  JFROG_API_KEY?: string | undefined;
13287
13355
  LAMBDA_API_KEY?: string | undefined;
@@ -13456,6 +13524,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
13456
13524
  HELICONE_API_KEY?: string | undefined;
13457
13525
  HF_API_TOKEN?: string | undefined;
13458
13526
  HF_TOKEN?: string | undefined;
13527
+ HYPERBOLIC_API_KEY?: string | undefined;
13459
13528
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
13460
13529
  JFROG_API_KEY?: string | undefined;
13461
13530
  LAMBDA_API_KEY?: string | undefined;
@@ -13632,6 +13701,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
13632
13701
  HELICONE_API_KEY?: string | undefined;
13633
13702
  HF_API_TOKEN?: string | undefined;
13634
13703
  HF_TOKEN?: string | undefined;
13704
+ HYPERBOLIC_API_KEY?: string | undefined;
13635
13705
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
13636
13706
  JFROG_API_KEY?: string | undefined;
13637
13707
  LAMBDA_API_KEY?: string | undefined;
@@ -13807,6 +13877,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
13807
13877
  HELICONE_API_KEY?: string | undefined;
13808
13878
  HF_API_TOKEN?: string | undefined;
13809
13879
  HF_TOKEN?: string | undefined;
13880
+ HYPERBOLIC_API_KEY?: string | undefined;
13810
13881
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
13811
13882
  JFROG_API_KEY?: string | undefined;
13812
13883
  LAMBDA_API_KEY?: string | undefined;
@@ -13984,6 +14055,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
13984
14055
  HELICONE_API_KEY?: string | undefined;
13985
14056
  HF_API_TOKEN?: string | undefined;
13986
14057
  HF_TOKEN?: string | undefined;
14058
+ HYPERBOLIC_API_KEY?: string | undefined;
13987
14059
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
13988
14060
  JFROG_API_KEY?: string | undefined;
13989
14061
  LAMBDA_API_KEY?: string | undefined;
@@ -14159,6 +14231,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
14159
14231
  HELICONE_API_KEY?: string | undefined;
14160
14232
  HF_API_TOKEN?: string | undefined;
14161
14233
  HF_TOKEN?: string | undefined;
14234
+ HYPERBOLIC_API_KEY?: string | undefined;
14162
14235
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
14163
14236
  JFROG_API_KEY?: string | undefined;
14164
14237
  LAMBDA_API_KEY?: string | undefined;
@@ -14311,6 +14384,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
14311
14384
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
14312
14385
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
14313
14386
  HF_TOKEN: z.ZodOptional<z.ZodString>;
14387
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
14314
14388
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
14315
14389
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
14316
14390
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -14397,6 +14471,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
14397
14471
  HELICONE_API_KEY?: string | undefined;
14398
14472
  HF_API_TOKEN?: string | undefined;
14399
14473
  HF_TOKEN?: string | undefined;
14474
+ HYPERBOLIC_API_KEY?: string | undefined;
14400
14475
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
14401
14476
  JFROG_API_KEY?: string | undefined;
14402
14477
  LAMBDA_API_KEY?: string | undefined;
@@ -14483,6 +14558,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
14483
14558
  HELICONE_API_KEY?: string | undefined;
14484
14559
  HF_API_TOKEN?: string | undefined;
14485
14560
  HF_TOKEN?: string | undefined;
14561
+ HYPERBOLIC_API_KEY?: string | undefined;
14486
14562
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
14487
14563
  JFROG_API_KEY?: string | undefined;
14488
14564
  LAMBDA_API_KEY?: string | undefined;
@@ -14577,6 +14653,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
14577
14653
  HELICONE_API_KEY?: string | undefined;
14578
14654
  HF_API_TOKEN?: string | undefined;
14579
14655
  HF_TOKEN?: string | undefined;
14656
+ HYPERBOLIC_API_KEY?: string | undefined;
14580
14657
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
14581
14658
  JFROG_API_KEY?: string | undefined;
14582
14659
  LAMBDA_API_KEY?: string | undefined;
@@ -14671,6 +14748,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
14671
14748
  HELICONE_API_KEY?: string | undefined;
14672
14749
  HF_API_TOKEN?: string | undefined;
14673
14750
  HF_TOKEN?: string | undefined;
14751
+ HYPERBOLIC_API_KEY?: string | undefined;
14674
14752
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
14675
14753
  JFROG_API_KEY?: string | undefined;
14676
14754
  LAMBDA_API_KEY?: string | undefined;
@@ -15063,6 +15141,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
15063
15141
  HELICONE_API_KEY?: string | undefined;
15064
15142
  HF_API_TOKEN?: string | undefined;
15065
15143
  HF_TOKEN?: string | undefined;
15144
+ HYPERBOLIC_API_KEY?: string | undefined;
15066
15145
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
15067
15146
  JFROG_API_KEY?: string | undefined;
15068
15147
  LAMBDA_API_KEY?: string | undefined;
@@ -15237,6 +15316,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
15237
15316
  HELICONE_API_KEY?: string | undefined;
15238
15317
  HF_API_TOKEN?: string | undefined;
15239
15318
  HF_TOKEN?: string | undefined;
15319
+ HYPERBOLIC_API_KEY?: string | undefined;
15240
15320
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
15241
15321
  JFROG_API_KEY?: string | undefined;
15242
15322
  LAMBDA_API_KEY?: string | undefined;
@@ -15378,6 +15458,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
15378
15458
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
15379
15459
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
15380
15460
  HF_TOKEN: z.ZodOptional<z.ZodString>;
15461
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
15381
15462
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
15382
15463
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
15383
15464
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -15464,6 +15545,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
15464
15545
  HELICONE_API_KEY?: string | undefined;
15465
15546
  HF_API_TOKEN?: string | undefined;
15466
15547
  HF_TOKEN?: string | undefined;
15548
+ HYPERBOLIC_API_KEY?: string | undefined;
15467
15549
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
15468
15550
  JFROG_API_KEY?: string | undefined;
15469
15551
  LAMBDA_API_KEY?: string | undefined;
@@ -15550,6 +15632,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
15550
15632
  HELICONE_API_KEY?: string | undefined;
15551
15633
  HF_API_TOKEN?: string | undefined;
15552
15634
  HF_TOKEN?: string | undefined;
15635
+ HYPERBOLIC_API_KEY?: string | undefined;
15553
15636
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
15554
15637
  JFROG_API_KEY?: string | undefined;
15555
15638
  LAMBDA_API_KEY?: string | undefined;
@@ -15671,6 +15754,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
15671
15754
  HELICONE_API_KEY?: string | undefined;
15672
15755
  HF_API_TOKEN?: string | undefined;
15673
15756
  HF_TOKEN?: string | undefined;
15757
+ HYPERBOLIC_API_KEY?: string | undefined;
15674
15758
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
15675
15759
  JFROG_API_KEY?: string | undefined;
15676
15760
  LAMBDA_API_KEY?: string | undefined;
@@ -15794,6 +15878,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
15794
15878
  HELICONE_API_KEY?: string | undefined;
15795
15879
  HF_API_TOKEN?: string | undefined;
15796
15880
  HF_TOKEN?: string | undefined;
15881
+ HYPERBOLIC_API_KEY?: string | undefined;
15797
15882
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
15798
15883
  JFROG_API_KEY?: string | undefined;
15799
15884
  LAMBDA_API_KEY?: string | undefined;
@@ -15972,6 +16057,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
15972
16057
  HELICONE_API_KEY?: string | undefined;
15973
16058
  HF_API_TOKEN?: string | undefined;
15974
16059
  HF_TOKEN?: string | undefined;
16060
+ HYPERBOLIC_API_KEY?: string | undefined;
15975
16061
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
15976
16062
  JFROG_API_KEY?: string | undefined;
15977
16063
  LAMBDA_API_KEY?: string | undefined;
@@ -16147,6 +16233,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
16147
16233
  HELICONE_API_KEY?: string | undefined;
16148
16234
  HF_API_TOKEN?: string | undefined;
16149
16235
  HF_TOKEN?: string | undefined;
16236
+ HYPERBOLIC_API_KEY?: string | undefined;
16150
16237
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
16151
16238
  JFROG_API_KEY?: string | undefined;
16152
16239
  LAMBDA_API_KEY?: string | undefined;
@@ -16324,6 +16411,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
16324
16411
  HELICONE_API_KEY?: string | undefined;
16325
16412
  HF_API_TOKEN?: string | undefined;
16326
16413
  HF_TOKEN?: string | undefined;
16414
+ HYPERBOLIC_API_KEY?: string | undefined;
16327
16415
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
16328
16416
  JFROG_API_KEY?: string | undefined;
16329
16417
  LAMBDA_API_KEY?: string | undefined;
@@ -16493,6 +16581,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
16493
16581
  HELICONE_API_KEY?: string | undefined;
16494
16582
  HF_API_TOKEN?: string | undefined;
16495
16583
  HF_TOKEN?: string | undefined;
16584
+ HYPERBOLIC_API_KEY?: string | undefined;
16496
16585
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
16497
16586
  JFROG_API_KEY?: string | undefined;
16498
16587
  LAMBDA_API_KEY?: string | undefined;
@@ -16616,6 +16705,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
16616
16705
  HELICONE_API_KEY?: string | undefined;
16617
16706
  HF_API_TOKEN?: string | undefined;
16618
16707
  HF_TOKEN?: string | undefined;
16708
+ HYPERBOLIC_API_KEY?: string | undefined;
16619
16709
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
16620
16710
  JFROG_API_KEY?: string | undefined;
16621
16711
  LAMBDA_API_KEY?: string | undefined;
@@ -16794,6 +16884,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
16794
16884
  HELICONE_API_KEY?: string | undefined;
16795
16885
  HF_API_TOKEN?: string | undefined;
16796
16886
  HF_TOKEN?: string | undefined;
16887
+ HYPERBOLIC_API_KEY?: string | undefined;
16797
16888
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
16798
16889
  JFROG_API_KEY?: string | undefined;
16799
16890
  LAMBDA_API_KEY?: string | undefined;
@@ -16969,6 +17060,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
16969
17060
  HELICONE_API_KEY?: string | undefined;
16970
17061
  HF_API_TOKEN?: string | undefined;
16971
17062
  HF_TOKEN?: string | undefined;
17063
+ HYPERBOLIC_API_KEY?: string | undefined;
16972
17064
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
16973
17065
  JFROG_API_KEY?: string | undefined;
16974
17066
  LAMBDA_API_KEY?: string | undefined;
@@ -17146,6 +17238,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
17146
17238
  HELICONE_API_KEY?: string | undefined;
17147
17239
  HF_API_TOKEN?: string | undefined;
17148
17240
  HF_TOKEN?: string | undefined;
17241
+ HYPERBOLIC_API_KEY?: string | undefined;
17149
17242
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
17150
17243
  JFROG_API_KEY?: string | undefined;
17151
17244
  LAMBDA_API_KEY?: string | undefined;
@@ -17397,6 +17490,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
17397
17490
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
17398
17491
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
17399
17492
  HF_TOKEN: z.ZodOptional<z.ZodString>;
17493
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
17400
17494
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
17401
17495
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
17402
17496
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -17483,6 +17577,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
17483
17577
  HELICONE_API_KEY?: string | undefined;
17484
17578
  HF_API_TOKEN?: string | undefined;
17485
17579
  HF_TOKEN?: string | undefined;
17580
+ HYPERBOLIC_API_KEY?: string | undefined;
17486
17581
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
17487
17582
  JFROG_API_KEY?: string | undefined;
17488
17583
  LAMBDA_API_KEY?: string | undefined;
@@ -17569,6 +17664,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
17569
17664
  HELICONE_API_KEY?: string | undefined;
17570
17665
  HF_API_TOKEN?: string | undefined;
17571
17666
  HF_TOKEN?: string | undefined;
17667
+ HYPERBOLIC_API_KEY?: string | undefined;
17572
17668
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
17573
17669
  JFROG_API_KEY?: string | undefined;
17574
17670
  LAMBDA_API_KEY?: string | undefined;
@@ -17663,6 +17759,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
17663
17759
  HELICONE_API_KEY?: string | undefined;
17664
17760
  HF_API_TOKEN?: string | undefined;
17665
17761
  HF_TOKEN?: string | undefined;
17762
+ HYPERBOLIC_API_KEY?: string | undefined;
17666
17763
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
17667
17764
  JFROG_API_KEY?: string | undefined;
17668
17765
  LAMBDA_API_KEY?: string | undefined;
@@ -17757,6 +17854,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
17757
17854
  HELICONE_API_KEY?: string | undefined;
17758
17855
  HF_API_TOKEN?: string | undefined;
17759
17856
  HF_TOKEN?: string | undefined;
17857
+ HYPERBOLIC_API_KEY?: string | undefined;
17760
17858
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
17761
17859
  JFROG_API_KEY?: string | undefined;
17762
17860
  LAMBDA_API_KEY?: string | undefined;
@@ -17851,6 +17949,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
17851
17949
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
17852
17950
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
17853
17951
  HF_TOKEN: z.ZodOptional<z.ZodString>;
17952
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
17854
17953
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
17855
17954
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
17856
17955
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -17937,6 +18036,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
17937
18036
  HELICONE_API_KEY?: string | undefined;
17938
18037
  HF_API_TOKEN?: string | undefined;
17939
18038
  HF_TOKEN?: string | undefined;
18039
+ HYPERBOLIC_API_KEY?: string | undefined;
17940
18040
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
17941
18041
  JFROG_API_KEY?: string | undefined;
17942
18042
  LAMBDA_API_KEY?: string | undefined;
@@ -18023,6 +18123,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
18023
18123
  HELICONE_API_KEY?: string | undefined;
18024
18124
  HF_API_TOKEN?: string | undefined;
18025
18125
  HF_TOKEN?: string | undefined;
18126
+ HYPERBOLIC_API_KEY?: string | undefined;
18026
18127
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
18027
18128
  JFROG_API_KEY?: string | undefined;
18028
18129
  LAMBDA_API_KEY?: string | undefined;
@@ -18117,6 +18218,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
18117
18218
  HELICONE_API_KEY?: string | undefined;
18118
18219
  HF_API_TOKEN?: string | undefined;
18119
18220
  HF_TOKEN?: string | undefined;
18221
+ HYPERBOLIC_API_KEY?: string | undefined;
18120
18222
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
18121
18223
  JFROG_API_KEY?: string | undefined;
18122
18224
  LAMBDA_API_KEY?: string | undefined;
@@ -18211,6 +18313,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
18211
18313
  HELICONE_API_KEY?: string | undefined;
18212
18314
  HF_API_TOKEN?: string | undefined;
18213
18315
  HF_TOKEN?: string | undefined;
18316
+ HYPERBOLIC_API_KEY?: string | undefined;
18214
18317
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
18215
18318
  JFROG_API_KEY?: string | undefined;
18216
18319
  LAMBDA_API_KEY?: string | undefined;
@@ -18450,6 +18553,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
18450
18553
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
18451
18554
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
18452
18555
  HF_TOKEN: z.ZodOptional<z.ZodString>;
18556
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
18453
18557
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
18454
18558
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
18455
18559
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -18536,6 +18640,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
18536
18640
  HELICONE_API_KEY?: string | undefined;
18537
18641
  HF_API_TOKEN?: string | undefined;
18538
18642
  HF_TOKEN?: string | undefined;
18643
+ HYPERBOLIC_API_KEY?: string | undefined;
18539
18644
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
18540
18645
  JFROG_API_KEY?: string | undefined;
18541
18646
  LAMBDA_API_KEY?: string | undefined;
@@ -18622,6 +18727,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
18622
18727
  HELICONE_API_KEY?: string | undefined;
18623
18728
  HF_API_TOKEN?: string | undefined;
18624
18729
  HF_TOKEN?: string | undefined;
18730
+ HYPERBOLIC_API_KEY?: string | undefined;
18625
18731
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
18626
18732
  JFROG_API_KEY?: string | undefined;
18627
18733
  LAMBDA_API_KEY?: string | undefined;
@@ -18716,6 +18822,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
18716
18822
  HELICONE_API_KEY?: string | undefined;
18717
18823
  HF_API_TOKEN?: string | undefined;
18718
18824
  HF_TOKEN?: string | undefined;
18825
+ HYPERBOLIC_API_KEY?: string | undefined;
18719
18826
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
18720
18827
  JFROG_API_KEY?: string | undefined;
18721
18828
  LAMBDA_API_KEY?: string | undefined;
@@ -18810,6 +18917,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
18810
18917
  HELICONE_API_KEY?: string | undefined;
18811
18918
  HF_API_TOKEN?: string | undefined;
18812
18919
  HF_TOKEN?: string | undefined;
18920
+ HYPERBOLIC_API_KEY?: string | undefined;
18813
18921
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
18814
18922
  JFROG_API_KEY?: string | undefined;
18815
18923
  LAMBDA_API_KEY?: string | undefined;
@@ -19202,6 +19310,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
19202
19310
  HELICONE_API_KEY?: string | undefined;
19203
19311
  HF_API_TOKEN?: string | undefined;
19204
19312
  HF_TOKEN?: string | undefined;
19313
+ HYPERBOLIC_API_KEY?: string | undefined;
19205
19314
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
19206
19315
  JFROG_API_KEY?: string | undefined;
19207
19316
  LAMBDA_API_KEY?: string | undefined;
@@ -19376,6 +19485,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
19376
19485
  HELICONE_API_KEY?: string | undefined;
19377
19486
  HF_API_TOKEN?: string | undefined;
19378
19487
  HF_TOKEN?: string | undefined;
19488
+ HYPERBOLIC_API_KEY?: string | undefined;
19379
19489
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
19380
19490
  JFROG_API_KEY?: string | undefined;
19381
19491
  LAMBDA_API_KEY?: string | undefined;
@@ -19574,6 +19684,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
19574
19684
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
19575
19685
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
19576
19686
  HF_TOKEN: z.ZodOptional<z.ZodString>;
19687
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
19577
19688
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
19578
19689
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
19579
19690
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -19660,6 +19771,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
19660
19771
  HELICONE_API_KEY?: string | undefined;
19661
19772
  HF_API_TOKEN?: string | undefined;
19662
19773
  HF_TOKEN?: string | undefined;
19774
+ HYPERBOLIC_API_KEY?: string | undefined;
19663
19775
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
19664
19776
  JFROG_API_KEY?: string | undefined;
19665
19777
  LAMBDA_API_KEY?: string | undefined;
@@ -19746,6 +19858,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
19746
19858
  HELICONE_API_KEY?: string | undefined;
19747
19859
  HF_API_TOKEN?: string | undefined;
19748
19860
  HF_TOKEN?: string | undefined;
19861
+ HYPERBOLIC_API_KEY?: string | undefined;
19749
19862
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
19750
19863
  JFROG_API_KEY?: string | undefined;
19751
19864
  LAMBDA_API_KEY?: string | undefined;
@@ -19840,6 +19953,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
19840
19953
  HELICONE_API_KEY?: string | undefined;
19841
19954
  HF_API_TOKEN?: string | undefined;
19842
19955
  HF_TOKEN?: string | undefined;
19956
+ HYPERBOLIC_API_KEY?: string | undefined;
19843
19957
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
19844
19958
  JFROG_API_KEY?: string | undefined;
19845
19959
  LAMBDA_API_KEY?: string | undefined;
@@ -19934,6 +20048,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
19934
20048
  HELICONE_API_KEY?: string | undefined;
19935
20049
  HF_API_TOKEN?: string | undefined;
19936
20050
  HF_TOKEN?: string | undefined;
20051
+ HYPERBOLIC_API_KEY?: string | undefined;
19937
20052
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
19938
20053
  JFROG_API_KEY?: string | undefined;
19939
20054
  LAMBDA_API_KEY?: string | undefined;
@@ -20326,6 +20441,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
20326
20441
  HELICONE_API_KEY?: string | undefined;
20327
20442
  HF_API_TOKEN?: string | undefined;
20328
20443
  HF_TOKEN?: string | undefined;
20444
+ HYPERBOLIC_API_KEY?: string | undefined;
20329
20445
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
20330
20446
  JFROG_API_KEY?: string | undefined;
20331
20447
  LAMBDA_API_KEY?: string | undefined;
@@ -20500,6 +20616,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
20500
20616
  HELICONE_API_KEY?: string | undefined;
20501
20617
  HF_API_TOKEN?: string | undefined;
20502
20618
  HF_TOKEN?: string | undefined;
20619
+ HYPERBOLIC_API_KEY?: string | undefined;
20503
20620
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
20504
20621
  JFROG_API_KEY?: string | undefined;
20505
20622
  LAMBDA_API_KEY?: string | undefined;
@@ -20650,6 +20767,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
20650
20767
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
20651
20768
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
20652
20769
  HF_TOKEN: z.ZodOptional<z.ZodString>;
20770
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
20653
20771
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
20654
20772
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
20655
20773
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -20736,6 +20854,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
20736
20854
  HELICONE_API_KEY?: string | undefined;
20737
20855
  HF_API_TOKEN?: string | undefined;
20738
20856
  HF_TOKEN?: string | undefined;
20857
+ HYPERBOLIC_API_KEY?: string | undefined;
20739
20858
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
20740
20859
  JFROG_API_KEY?: string | undefined;
20741
20860
  LAMBDA_API_KEY?: string | undefined;
@@ -20822,6 +20941,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
20822
20941
  HELICONE_API_KEY?: string | undefined;
20823
20942
  HF_API_TOKEN?: string | undefined;
20824
20943
  HF_TOKEN?: string | undefined;
20944
+ HYPERBOLIC_API_KEY?: string | undefined;
20825
20945
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
20826
20946
  JFROG_API_KEY?: string | undefined;
20827
20947
  LAMBDA_API_KEY?: string | undefined;
@@ -20916,6 +21036,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
20916
21036
  HELICONE_API_KEY?: string | undefined;
20917
21037
  HF_API_TOKEN?: string | undefined;
20918
21038
  HF_TOKEN?: string | undefined;
21039
+ HYPERBOLIC_API_KEY?: string | undefined;
20919
21040
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
20920
21041
  JFROG_API_KEY?: string | undefined;
20921
21042
  LAMBDA_API_KEY?: string | undefined;
@@ -21010,6 +21131,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
21010
21131
  HELICONE_API_KEY?: string | undefined;
21011
21132
  HF_API_TOKEN?: string | undefined;
21012
21133
  HF_TOKEN?: string | undefined;
21134
+ HYPERBOLIC_API_KEY?: string | undefined;
21013
21135
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
21014
21136
  JFROG_API_KEY?: string | undefined;
21015
21137
  LAMBDA_API_KEY?: string | undefined;
@@ -21402,6 +21524,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
21402
21524
  HELICONE_API_KEY?: string | undefined;
21403
21525
  HF_API_TOKEN?: string | undefined;
21404
21526
  HF_TOKEN?: string | undefined;
21527
+ HYPERBOLIC_API_KEY?: string | undefined;
21405
21528
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
21406
21529
  JFROG_API_KEY?: string | undefined;
21407
21530
  LAMBDA_API_KEY?: string | undefined;
@@ -21576,6 +21699,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
21576
21699
  HELICONE_API_KEY?: string | undefined;
21577
21700
  HF_API_TOKEN?: string | undefined;
21578
21701
  HF_TOKEN?: string | undefined;
21702
+ HYPERBOLIC_API_KEY?: string | undefined;
21579
21703
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
21580
21704
  JFROG_API_KEY?: string | undefined;
21581
21705
  LAMBDA_API_KEY?: string | undefined;
@@ -21752,6 +21876,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
21752
21876
  HELICONE_API_KEY?: string | undefined;
21753
21877
  HF_API_TOKEN?: string | undefined;
21754
21878
  HF_TOKEN?: string | undefined;
21879
+ HYPERBOLIC_API_KEY?: string | undefined;
21755
21880
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
21756
21881
  JFROG_API_KEY?: string | undefined;
21757
21882
  LAMBDA_API_KEY?: string | undefined;
@@ -21927,6 +22052,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
21927
22052
  HELICONE_API_KEY?: string | undefined;
21928
22053
  HF_API_TOKEN?: string | undefined;
21929
22054
  HF_TOKEN?: string | undefined;
22055
+ HYPERBOLIC_API_KEY?: string | undefined;
21930
22056
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
21931
22057
  JFROG_API_KEY?: string | undefined;
21932
22058
  LAMBDA_API_KEY?: string | undefined;
@@ -22104,6 +22230,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
22104
22230
  HELICONE_API_KEY?: string | undefined;
22105
22231
  HF_API_TOKEN?: string | undefined;
22106
22232
  HF_TOKEN?: string | undefined;
22233
+ HYPERBOLIC_API_KEY?: string | undefined;
22107
22234
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
22108
22235
  JFROG_API_KEY?: string | undefined;
22109
22236
  LAMBDA_API_KEY?: string | undefined;
@@ -22279,6 +22406,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
22279
22406
  HELICONE_API_KEY?: string | undefined;
22280
22407
  HF_API_TOKEN?: string | undefined;
22281
22408
  HF_TOKEN?: string | undefined;
22409
+ HYPERBOLIC_API_KEY?: string | undefined;
22282
22410
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
22283
22411
  JFROG_API_KEY?: string | undefined;
22284
22412
  LAMBDA_API_KEY?: string | undefined;
@@ -22431,6 +22559,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
22431
22559
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
22432
22560
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
22433
22561
  HF_TOKEN: z.ZodOptional<z.ZodString>;
22562
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
22434
22563
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
22435
22564
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
22436
22565
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -22517,6 +22646,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
22517
22646
  HELICONE_API_KEY?: string | undefined;
22518
22647
  HF_API_TOKEN?: string | undefined;
22519
22648
  HF_TOKEN?: string | undefined;
22649
+ HYPERBOLIC_API_KEY?: string | undefined;
22520
22650
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
22521
22651
  JFROG_API_KEY?: string | undefined;
22522
22652
  LAMBDA_API_KEY?: string | undefined;
@@ -22603,6 +22733,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
22603
22733
  HELICONE_API_KEY?: string | undefined;
22604
22734
  HF_API_TOKEN?: string | undefined;
22605
22735
  HF_TOKEN?: string | undefined;
22736
+ HYPERBOLIC_API_KEY?: string | undefined;
22606
22737
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
22607
22738
  JFROG_API_KEY?: string | undefined;
22608
22739
  LAMBDA_API_KEY?: string | undefined;
@@ -22697,6 +22828,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
22697
22828
  HELICONE_API_KEY?: string | undefined;
22698
22829
  HF_API_TOKEN?: string | undefined;
22699
22830
  HF_TOKEN?: string | undefined;
22831
+ HYPERBOLIC_API_KEY?: string | undefined;
22700
22832
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
22701
22833
  JFROG_API_KEY?: string | undefined;
22702
22834
  LAMBDA_API_KEY?: string | undefined;
@@ -22791,6 +22923,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
22791
22923
  HELICONE_API_KEY?: string | undefined;
22792
22924
  HF_API_TOKEN?: string | undefined;
22793
22925
  HF_TOKEN?: string | undefined;
22926
+ HYPERBOLIC_API_KEY?: string | undefined;
22794
22927
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
22795
22928
  JFROG_API_KEY?: string | undefined;
22796
22929
  LAMBDA_API_KEY?: string | undefined;
@@ -23183,6 +23316,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
23183
23316
  HELICONE_API_KEY?: string | undefined;
23184
23317
  HF_API_TOKEN?: string | undefined;
23185
23318
  HF_TOKEN?: string | undefined;
23319
+ HYPERBOLIC_API_KEY?: string | undefined;
23186
23320
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
23187
23321
  JFROG_API_KEY?: string | undefined;
23188
23322
  LAMBDA_API_KEY?: string | undefined;
@@ -23356,6 +23490,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
23356
23490
  HELICONE_API_KEY?: string | undefined;
23357
23491
  HF_API_TOKEN?: string | undefined;
23358
23492
  HF_TOKEN?: string | undefined;
23493
+ HYPERBOLIC_API_KEY?: string | undefined;
23359
23494
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
23360
23495
  JFROG_API_KEY?: string | undefined;
23361
23496
  LAMBDA_API_KEY?: string | undefined;
@@ -23507,6 +23642,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
23507
23642
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
23508
23643
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
23509
23644
  HF_TOKEN: z.ZodOptional<z.ZodString>;
23645
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
23510
23646
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
23511
23647
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
23512
23648
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -23593,6 +23729,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
23593
23729
  HELICONE_API_KEY?: string | undefined;
23594
23730
  HF_API_TOKEN?: string | undefined;
23595
23731
  HF_TOKEN?: string | undefined;
23732
+ HYPERBOLIC_API_KEY?: string | undefined;
23596
23733
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
23597
23734
  JFROG_API_KEY?: string | undefined;
23598
23735
  LAMBDA_API_KEY?: string | undefined;
@@ -23679,6 +23816,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
23679
23816
  HELICONE_API_KEY?: string | undefined;
23680
23817
  HF_API_TOKEN?: string | undefined;
23681
23818
  HF_TOKEN?: string | undefined;
23819
+ HYPERBOLIC_API_KEY?: string | undefined;
23682
23820
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
23683
23821
  JFROG_API_KEY?: string | undefined;
23684
23822
  LAMBDA_API_KEY?: string | undefined;
@@ -23743,6 +23881,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
23743
23881
  redteam: z.ZodOptional<z.ZodEffects<z.ZodObject<{
23744
23882
  injectVar: z.ZodOptional<z.ZodString>;
23745
23883
  purpose: z.ZodOptional<z.ZodString>;
23884
+ testGenerationInstructions: z.ZodOptional<z.ZodString>;
23746
23885
  provider: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
23747
23886
  id: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
23748
23887
  label: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
@@ -23788,6 +23927,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
23788
23927
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
23789
23928
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
23790
23929
  HF_TOKEN: z.ZodOptional<z.ZodString>;
23930
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
23791
23931
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
23792
23932
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
23793
23933
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -23874,6 +24014,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
23874
24014
  HELICONE_API_KEY?: string | undefined;
23875
24015
  HF_API_TOKEN?: string | undefined;
23876
24016
  HF_TOKEN?: string | undefined;
24017
+ HYPERBOLIC_API_KEY?: string | undefined;
23877
24018
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
23878
24019
  JFROG_API_KEY?: string | undefined;
23879
24020
  LAMBDA_API_KEY?: string | undefined;
@@ -23960,6 +24101,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
23960
24101
  HELICONE_API_KEY?: string | undefined;
23961
24102
  HF_API_TOKEN?: string | undefined;
23962
24103
  HF_TOKEN?: string | undefined;
24104
+ HYPERBOLIC_API_KEY?: string | undefined;
23963
24105
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
23964
24106
  JFROG_API_KEY?: string | undefined;
23965
24107
  LAMBDA_API_KEY?: string | undefined;
@@ -24054,6 +24196,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
24054
24196
  HELICONE_API_KEY?: string | undefined;
24055
24197
  HF_API_TOKEN?: string | undefined;
24056
24198
  HF_TOKEN?: string | undefined;
24199
+ HYPERBOLIC_API_KEY?: string | undefined;
24057
24200
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
24058
24201
  JFROG_API_KEY?: string | undefined;
24059
24202
  LAMBDA_API_KEY?: string | undefined;
@@ -24148,6 +24291,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
24148
24291
  HELICONE_API_KEY?: string | undefined;
24149
24292
  HF_API_TOKEN?: string | undefined;
24150
24293
  HF_TOKEN?: string | undefined;
24294
+ HYPERBOLIC_API_KEY?: string | undefined;
24151
24295
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
24152
24296
  JFROG_API_KEY?: string | undefined;
24153
24297
  LAMBDA_API_KEY?: string | undefined;
@@ -24268,6 +24412,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
24268
24412
  id: string;
24269
24413
  config?: Record<string, unknown> | undefined;
24270
24414
  })[];
24415
+ testGenerationInstructions?: string | undefined;
24271
24416
  maxConcurrency?: number | undefined;
24272
24417
  entities?: string[] | undefined;
24273
24418
  provider?: string | {
@@ -24315,6 +24460,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
24315
24460
  HELICONE_API_KEY?: string | undefined;
24316
24461
  HF_API_TOKEN?: string | undefined;
24317
24462
  HF_TOKEN?: string | undefined;
24463
+ HYPERBOLIC_API_KEY?: string | undefined;
24318
24464
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
24319
24465
  JFROG_API_KEY?: string | undefined;
24320
24466
  LAMBDA_API_KEY?: string | undefined;
@@ -24381,6 +24527,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
24381
24527
  purpose?: string | undefined;
24382
24528
  excludeTargetOutputFromAgenticAttackGeneration?: boolean | undefined;
24383
24529
  }, {
24530
+ testGenerationInstructions?: string | undefined;
24384
24531
  plugins?: (string | {
24385
24532
  id: string;
24386
24533
  config?: Record<string, unknown> | undefined;
@@ -24434,6 +24581,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
24434
24581
  HELICONE_API_KEY?: string | undefined;
24435
24582
  HF_API_TOKEN?: string | undefined;
24436
24583
  HF_TOKEN?: string | undefined;
24584
+ HYPERBOLIC_API_KEY?: string | undefined;
24437
24585
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
24438
24586
  JFROG_API_KEY?: string | undefined;
24439
24587
  LAMBDA_API_KEY?: string | undefined;
@@ -24504,6 +24652,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
24504
24652
  })[] | undefined;
24505
24653
  excludeTargetOutputFromAgenticAttackGeneration?: boolean | undefined;
24506
24654
  }>, RedteamFileConfig, {
24655
+ testGenerationInstructions?: string | undefined;
24507
24656
  plugins?: (string | {
24508
24657
  id: string;
24509
24658
  config?: Record<string, unknown> | undefined;
@@ -24557,6 +24706,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
24557
24706
  HELICONE_API_KEY?: string | undefined;
24558
24707
  HF_API_TOKEN?: string | undefined;
24559
24708
  HF_TOKEN?: string | undefined;
24709
+ HYPERBOLIC_API_KEY?: string | undefined;
24560
24710
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
24561
24711
  JFROG_API_KEY?: string | undefined;
24562
24712
  LAMBDA_API_KEY?: string | undefined;
@@ -24711,6 +24861,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
24711
24861
  HELICONE_API_KEY?: string | undefined;
24712
24862
  HF_API_TOKEN?: string | undefined;
24713
24863
  HF_TOKEN?: string | undefined;
24864
+ HYPERBOLIC_API_KEY?: string | undefined;
24714
24865
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
24715
24866
  JFROG_API_KEY?: string | undefined;
24716
24867
  LAMBDA_API_KEY?: string | undefined;
@@ -24827,6 +24978,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
24827
24978
  HELICONE_API_KEY?: string | undefined;
24828
24979
  HF_API_TOKEN?: string | undefined;
24829
24980
  HF_TOKEN?: string | undefined;
24981
+ HYPERBOLIC_API_KEY?: string | undefined;
24830
24982
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
24831
24983
  JFROG_API_KEY?: string | undefined;
24832
24984
  LAMBDA_API_KEY?: string | undefined;
@@ -24915,6 +25067,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
24915
25067
  HELICONE_API_KEY?: string | undefined;
24916
25068
  HF_API_TOKEN?: string | undefined;
24917
25069
  HF_TOKEN?: string | undefined;
25070
+ HYPERBOLIC_API_KEY?: string | undefined;
24918
25071
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
24919
25072
  JFROG_API_KEY?: string | undefined;
24920
25073
  LAMBDA_API_KEY?: string | undefined;
@@ -25042,6 +25195,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
25042
25195
  HELICONE_API_KEY?: string | undefined;
25043
25196
  HF_API_TOKEN?: string | undefined;
25044
25197
  HF_TOKEN?: string | undefined;
25198
+ HYPERBOLIC_API_KEY?: string | undefined;
25045
25199
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
25046
25200
  JFROG_API_KEY?: string | undefined;
25047
25201
  LAMBDA_API_KEY?: string | undefined;
@@ -25223,6 +25377,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
25223
25377
  HELICONE_API_KEY?: string | undefined;
25224
25378
  HF_API_TOKEN?: string | undefined;
25225
25379
  HF_TOKEN?: string | undefined;
25380
+ HYPERBOLIC_API_KEY?: string | undefined;
25226
25381
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
25227
25382
  JFROG_API_KEY?: string | undefined;
25228
25383
  LAMBDA_API_KEY?: string | undefined;
@@ -25398,6 +25553,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
25398
25553
  HELICONE_API_KEY?: string | undefined;
25399
25554
  HF_API_TOKEN?: string | undefined;
25400
25555
  HF_TOKEN?: string | undefined;
25556
+ HYPERBOLIC_API_KEY?: string | undefined;
25401
25557
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
25402
25558
  JFROG_API_KEY?: string | undefined;
25403
25559
  LAMBDA_API_KEY?: string | undefined;
@@ -25575,6 +25731,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
25575
25731
  HELICONE_API_KEY?: string | undefined;
25576
25732
  HF_API_TOKEN?: string | undefined;
25577
25733
  HF_TOKEN?: string | undefined;
25734
+ HYPERBOLIC_API_KEY?: string | undefined;
25578
25735
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
25579
25736
  JFROG_API_KEY?: string | undefined;
25580
25737
  LAMBDA_API_KEY?: string | undefined;
@@ -25771,6 +25928,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
25771
25928
  HELICONE_API_KEY?: string | undefined;
25772
25929
  HF_API_TOKEN?: string | undefined;
25773
25930
  HF_TOKEN?: string | undefined;
25931
+ HYPERBOLIC_API_KEY?: string | undefined;
25774
25932
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
25775
25933
  JFROG_API_KEY?: string | undefined;
25776
25934
  LAMBDA_API_KEY?: string | undefined;
@@ -25887,6 +26045,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
25887
26045
  HELICONE_API_KEY?: string | undefined;
25888
26046
  HF_API_TOKEN?: string | undefined;
25889
26047
  HF_TOKEN?: string | undefined;
26048
+ HYPERBOLIC_API_KEY?: string | undefined;
25890
26049
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
25891
26050
  JFROG_API_KEY?: string | undefined;
25892
26051
  LAMBDA_API_KEY?: string | undefined;
@@ -25975,6 +26134,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
25975
26134
  HELICONE_API_KEY?: string | undefined;
25976
26135
  HF_API_TOKEN?: string | undefined;
25977
26136
  HF_TOKEN?: string | undefined;
26137
+ HYPERBOLIC_API_KEY?: string | undefined;
25978
26138
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
25979
26139
  JFROG_API_KEY?: string | undefined;
25980
26140
  LAMBDA_API_KEY?: string | undefined;
@@ -26102,6 +26262,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
26102
26262
  HELICONE_API_KEY?: string | undefined;
26103
26263
  HF_API_TOKEN?: string | undefined;
26104
26264
  HF_TOKEN?: string | undefined;
26265
+ HYPERBOLIC_API_KEY?: string | undefined;
26105
26266
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
26106
26267
  JFROG_API_KEY?: string | undefined;
26107
26268
  LAMBDA_API_KEY?: string | undefined;
@@ -26208,6 +26369,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
26208
26369
  config?: Record<string, any> | undefined;
26209
26370
  })[] | undefined;
26210
26371
  redteam?: {
26372
+ testGenerationInstructions?: string | undefined;
26211
26373
  plugins?: (string | {
26212
26374
  id: string;
26213
26375
  config?: Record<string, unknown> | undefined;
@@ -26261,6 +26423,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
26261
26423
  HELICONE_API_KEY?: string | undefined;
26262
26424
  HF_API_TOKEN?: string | undefined;
26263
26425
  HF_TOKEN?: string | undefined;
26426
+ HYPERBOLIC_API_KEY?: string | undefined;
26264
26427
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
26265
26428
  JFROG_API_KEY?: string | undefined;
26266
26429
  LAMBDA_API_KEY?: string | undefined;
@@ -26406,6 +26569,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
26406
26569
  HELICONE_API_KEY?: string | undefined;
26407
26570
  HF_API_TOKEN?: string | undefined;
26408
26571
  HF_TOKEN?: string | undefined;
26572
+ HYPERBOLIC_API_KEY?: string | undefined;
26409
26573
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
26410
26574
  JFROG_API_KEY?: string | undefined;
26411
26575
  LAMBDA_API_KEY?: string | undefined;
@@ -26581,6 +26745,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
26581
26745
  HELICONE_API_KEY?: string | undefined;
26582
26746
  HF_API_TOKEN?: string | undefined;
26583
26747
  HF_TOKEN?: string | undefined;
26748
+ HYPERBOLIC_API_KEY?: string | undefined;
26584
26749
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
26585
26750
  JFROG_API_KEY?: string | undefined;
26586
26751
  LAMBDA_API_KEY?: string | undefined;
@@ -26758,6 +26923,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
26758
26923
  HELICONE_API_KEY?: string | undefined;
26759
26924
  HF_API_TOKEN?: string | undefined;
26760
26925
  HF_TOKEN?: string | undefined;
26926
+ HYPERBOLIC_API_KEY?: string | undefined;
26761
26927
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
26762
26928
  JFROG_API_KEY?: string | undefined;
26763
26929
  LAMBDA_API_KEY?: string | undefined;
@@ -26973,6 +27139,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
26973
27139
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
26974
27140
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
26975
27141
  HF_TOKEN: z.ZodOptional<z.ZodString>;
27142
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
26976
27143
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
26977
27144
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
26978
27145
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -27059,6 +27226,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
27059
27226
  HELICONE_API_KEY?: string | undefined;
27060
27227
  HF_API_TOKEN?: string | undefined;
27061
27228
  HF_TOKEN?: string | undefined;
27229
+ HYPERBOLIC_API_KEY?: string | undefined;
27062
27230
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
27063
27231
  JFROG_API_KEY?: string | undefined;
27064
27232
  LAMBDA_API_KEY?: string | undefined;
@@ -27145,6 +27313,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
27145
27313
  HELICONE_API_KEY?: string | undefined;
27146
27314
  HF_API_TOKEN?: string | undefined;
27147
27315
  HF_TOKEN?: string | undefined;
27316
+ HYPERBOLIC_API_KEY?: string | undefined;
27148
27317
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
27149
27318
  JFROG_API_KEY?: string | undefined;
27150
27319
  LAMBDA_API_KEY?: string | undefined;
@@ -27239,6 +27408,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
27239
27408
  HELICONE_API_KEY?: string | undefined;
27240
27409
  HF_API_TOKEN?: string | undefined;
27241
27410
  HF_TOKEN?: string | undefined;
27411
+ HYPERBOLIC_API_KEY?: string | undefined;
27242
27412
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
27243
27413
  JFROG_API_KEY?: string | undefined;
27244
27414
  LAMBDA_API_KEY?: string | undefined;
@@ -27333,6 +27503,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
27333
27503
  HELICONE_API_KEY?: string | undefined;
27334
27504
  HF_API_TOKEN?: string | undefined;
27335
27505
  HF_TOKEN?: string | undefined;
27506
+ HYPERBOLIC_API_KEY?: string | undefined;
27336
27507
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
27337
27508
  JFROG_API_KEY?: string | undefined;
27338
27509
  LAMBDA_API_KEY?: string | undefined;
@@ -27725,6 +27896,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
27725
27896
  HELICONE_API_KEY?: string | undefined;
27726
27897
  HF_API_TOKEN?: string | undefined;
27727
27898
  HF_TOKEN?: string | undefined;
27899
+ HYPERBOLIC_API_KEY?: string | undefined;
27728
27900
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
27729
27901
  JFROG_API_KEY?: string | undefined;
27730
27902
  LAMBDA_API_KEY?: string | undefined;
@@ -27899,6 +28071,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
27899
28071
  HELICONE_API_KEY?: string | undefined;
27900
28072
  HF_API_TOKEN?: string | undefined;
27901
28073
  HF_TOKEN?: string | undefined;
28074
+ HYPERBOLIC_API_KEY?: string | undefined;
27902
28075
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
27903
28076
  JFROG_API_KEY?: string | undefined;
27904
28077
  LAMBDA_API_KEY?: string | undefined;
@@ -28097,6 +28270,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
28097
28270
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
28098
28271
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
28099
28272
  HF_TOKEN: z.ZodOptional<z.ZodString>;
28273
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
28100
28274
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
28101
28275
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
28102
28276
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -28183,6 +28357,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
28183
28357
  HELICONE_API_KEY?: string | undefined;
28184
28358
  HF_API_TOKEN?: string | undefined;
28185
28359
  HF_TOKEN?: string | undefined;
28360
+ HYPERBOLIC_API_KEY?: string | undefined;
28186
28361
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
28187
28362
  JFROG_API_KEY?: string | undefined;
28188
28363
  LAMBDA_API_KEY?: string | undefined;
@@ -28269,6 +28444,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
28269
28444
  HELICONE_API_KEY?: string | undefined;
28270
28445
  HF_API_TOKEN?: string | undefined;
28271
28446
  HF_TOKEN?: string | undefined;
28447
+ HYPERBOLIC_API_KEY?: string | undefined;
28272
28448
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
28273
28449
  JFROG_API_KEY?: string | undefined;
28274
28450
  LAMBDA_API_KEY?: string | undefined;
@@ -28363,6 +28539,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
28363
28539
  HELICONE_API_KEY?: string | undefined;
28364
28540
  HF_API_TOKEN?: string | undefined;
28365
28541
  HF_TOKEN?: string | undefined;
28542
+ HYPERBOLIC_API_KEY?: string | undefined;
28366
28543
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
28367
28544
  JFROG_API_KEY?: string | undefined;
28368
28545
  LAMBDA_API_KEY?: string | undefined;
@@ -28457,6 +28634,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
28457
28634
  HELICONE_API_KEY?: string | undefined;
28458
28635
  HF_API_TOKEN?: string | undefined;
28459
28636
  HF_TOKEN?: string | undefined;
28637
+ HYPERBOLIC_API_KEY?: string | undefined;
28460
28638
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
28461
28639
  JFROG_API_KEY?: string | undefined;
28462
28640
  LAMBDA_API_KEY?: string | undefined;
@@ -28849,6 +29027,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
28849
29027
  HELICONE_API_KEY?: string | undefined;
28850
29028
  HF_API_TOKEN?: string | undefined;
28851
29029
  HF_TOKEN?: string | undefined;
29030
+ HYPERBOLIC_API_KEY?: string | undefined;
28852
29031
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
28853
29032
  JFROG_API_KEY?: string | undefined;
28854
29033
  LAMBDA_API_KEY?: string | undefined;
@@ -29023,6 +29202,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
29023
29202
  HELICONE_API_KEY?: string | undefined;
29024
29203
  HF_API_TOKEN?: string | undefined;
29025
29204
  HF_TOKEN?: string | undefined;
29205
+ HYPERBOLIC_API_KEY?: string | undefined;
29026
29206
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
29027
29207
  JFROG_API_KEY?: string | undefined;
29028
29208
  LAMBDA_API_KEY?: string | undefined;
@@ -29173,6 +29353,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
29173
29353
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
29174
29354
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
29175
29355
  HF_TOKEN: z.ZodOptional<z.ZodString>;
29356
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
29176
29357
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
29177
29358
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
29178
29359
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -29259,6 +29440,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
29259
29440
  HELICONE_API_KEY?: string | undefined;
29260
29441
  HF_API_TOKEN?: string | undefined;
29261
29442
  HF_TOKEN?: string | undefined;
29443
+ HYPERBOLIC_API_KEY?: string | undefined;
29262
29444
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
29263
29445
  JFROG_API_KEY?: string | undefined;
29264
29446
  LAMBDA_API_KEY?: string | undefined;
@@ -29345,6 +29527,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
29345
29527
  HELICONE_API_KEY?: string | undefined;
29346
29528
  HF_API_TOKEN?: string | undefined;
29347
29529
  HF_TOKEN?: string | undefined;
29530
+ HYPERBOLIC_API_KEY?: string | undefined;
29348
29531
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
29349
29532
  JFROG_API_KEY?: string | undefined;
29350
29533
  LAMBDA_API_KEY?: string | undefined;
@@ -29439,6 +29622,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
29439
29622
  HELICONE_API_KEY?: string | undefined;
29440
29623
  HF_API_TOKEN?: string | undefined;
29441
29624
  HF_TOKEN?: string | undefined;
29625
+ HYPERBOLIC_API_KEY?: string | undefined;
29442
29626
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
29443
29627
  JFROG_API_KEY?: string | undefined;
29444
29628
  LAMBDA_API_KEY?: string | undefined;
@@ -29533,6 +29717,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
29533
29717
  HELICONE_API_KEY?: string | undefined;
29534
29718
  HF_API_TOKEN?: string | undefined;
29535
29719
  HF_TOKEN?: string | undefined;
29720
+ HYPERBOLIC_API_KEY?: string | undefined;
29536
29721
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
29537
29722
  JFROG_API_KEY?: string | undefined;
29538
29723
  LAMBDA_API_KEY?: string | undefined;
@@ -29925,6 +30110,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
29925
30110
  HELICONE_API_KEY?: string | undefined;
29926
30111
  HF_API_TOKEN?: string | undefined;
29927
30112
  HF_TOKEN?: string | undefined;
30113
+ HYPERBOLIC_API_KEY?: string | undefined;
29928
30114
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
29929
30115
  JFROG_API_KEY?: string | undefined;
29930
30116
  LAMBDA_API_KEY?: string | undefined;
@@ -30099,6 +30285,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
30099
30285
  HELICONE_API_KEY?: string | undefined;
30100
30286
  HF_API_TOKEN?: string | undefined;
30101
30287
  HF_TOKEN?: string | undefined;
30288
+ HYPERBOLIC_API_KEY?: string | undefined;
30102
30289
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
30103
30290
  JFROG_API_KEY?: string | undefined;
30104
30291
  LAMBDA_API_KEY?: string | undefined;
@@ -30275,6 +30462,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
30275
30462
  HELICONE_API_KEY?: string | undefined;
30276
30463
  HF_API_TOKEN?: string | undefined;
30277
30464
  HF_TOKEN?: string | undefined;
30465
+ HYPERBOLIC_API_KEY?: string | undefined;
30278
30466
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
30279
30467
  JFROG_API_KEY?: string | undefined;
30280
30468
  LAMBDA_API_KEY?: string | undefined;
@@ -30450,6 +30638,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
30450
30638
  HELICONE_API_KEY?: string | undefined;
30451
30639
  HF_API_TOKEN?: string | undefined;
30452
30640
  HF_TOKEN?: string | undefined;
30641
+ HYPERBOLIC_API_KEY?: string | undefined;
30453
30642
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
30454
30643
  JFROG_API_KEY?: string | undefined;
30455
30644
  LAMBDA_API_KEY?: string | undefined;
@@ -30627,6 +30816,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
30627
30816
  HELICONE_API_KEY?: string | undefined;
30628
30817
  HF_API_TOKEN?: string | undefined;
30629
30818
  HF_TOKEN?: string | undefined;
30819
+ HYPERBOLIC_API_KEY?: string | undefined;
30630
30820
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
30631
30821
  JFROG_API_KEY?: string | undefined;
30632
30822
  LAMBDA_API_KEY?: string | undefined;
@@ -30802,6 +30992,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
30802
30992
  HELICONE_API_KEY?: string | undefined;
30803
30993
  HF_API_TOKEN?: string | undefined;
30804
30994
  HF_TOKEN?: string | undefined;
30995
+ HYPERBOLIC_API_KEY?: string | undefined;
30805
30996
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
30806
30997
  JFROG_API_KEY?: string | undefined;
30807
30998
  LAMBDA_API_KEY?: string | undefined;
@@ -30954,6 +31145,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
30954
31145
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
30955
31146
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
30956
31147
  HF_TOKEN: z.ZodOptional<z.ZodString>;
31148
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
30957
31149
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
30958
31150
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
30959
31151
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -31040,6 +31232,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
31040
31232
  HELICONE_API_KEY?: string | undefined;
31041
31233
  HF_API_TOKEN?: string | undefined;
31042
31234
  HF_TOKEN?: string | undefined;
31235
+ HYPERBOLIC_API_KEY?: string | undefined;
31043
31236
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
31044
31237
  JFROG_API_KEY?: string | undefined;
31045
31238
  LAMBDA_API_KEY?: string | undefined;
@@ -31126,6 +31319,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
31126
31319
  HELICONE_API_KEY?: string | undefined;
31127
31320
  HF_API_TOKEN?: string | undefined;
31128
31321
  HF_TOKEN?: string | undefined;
31322
+ HYPERBOLIC_API_KEY?: string | undefined;
31129
31323
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
31130
31324
  JFROG_API_KEY?: string | undefined;
31131
31325
  LAMBDA_API_KEY?: string | undefined;
@@ -31220,6 +31414,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
31220
31414
  HELICONE_API_KEY?: string | undefined;
31221
31415
  HF_API_TOKEN?: string | undefined;
31222
31416
  HF_TOKEN?: string | undefined;
31417
+ HYPERBOLIC_API_KEY?: string | undefined;
31223
31418
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
31224
31419
  JFROG_API_KEY?: string | undefined;
31225
31420
  LAMBDA_API_KEY?: string | undefined;
@@ -31314,6 +31509,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
31314
31509
  HELICONE_API_KEY?: string | undefined;
31315
31510
  HF_API_TOKEN?: string | undefined;
31316
31511
  HF_TOKEN?: string | undefined;
31512
+ HYPERBOLIC_API_KEY?: string | undefined;
31317
31513
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
31318
31514
  JFROG_API_KEY?: string | undefined;
31319
31515
  LAMBDA_API_KEY?: string | undefined;
@@ -31706,6 +31902,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
31706
31902
  HELICONE_API_KEY?: string | undefined;
31707
31903
  HF_API_TOKEN?: string | undefined;
31708
31904
  HF_TOKEN?: string | undefined;
31905
+ HYPERBOLIC_API_KEY?: string | undefined;
31709
31906
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
31710
31907
  JFROG_API_KEY?: string | undefined;
31711
31908
  LAMBDA_API_KEY?: string | undefined;
@@ -31879,6 +32076,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
31879
32076
  HELICONE_API_KEY?: string | undefined;
31880
32077
  HF_API_TOKEN?: string | undefined;
31881
32078
  HF_TOKEN?: string | undefined;
32079
+ HYPERBOLIC_API_KEY?: string | undefined;
31882
32080
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
31883
32081
  JFROG_API_KEY?: string | undefined;
31884
32082
  LAMBDA_API_KEY?: string | undefined;
@@ -32030,6 +32228,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
32030
32228
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
32031
32229
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
32032
32230
  HF_TOKEN: z.ZodOptional<z.ZodString>;
32231
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
32033
32232
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
32034
32233
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
32035
32234
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -32116,6 +32315,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
32116
32315
  HELICONE_API_KEY?: string | undefined;
32117
32316
  HF_API_TOKEN?: string | undefined;
32118
32317
  HF_TOKEN?: string | undefined;
32318
+ HYPERBOLIC_API_KEY?: string | undefined;
32119
32319
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
32120
32320
  JFROG_API_KEY?: string | undefined;
32121
32321
  LAMBDA_API_KEY?: string | undefined;
@@ -32202,6 +32402,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
32202
32402
  HELICONE_API_KEY?: string | undefined;
32203
32403
  HF_API_TOKEN?: string | undefined;
32204
32404
  HF_TOKEN?: string | undefined;
32405
+ HYPERBOLIC_API_KEY?: string | undefined;
32205
32406
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
32206
32407
  JFROG_API_KEY?: string | undefined;
32207
32408
  LAMBDA_API_KEY?: string | undefined;
@@ -32266,6 +32467,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
32266
32467
  redteam: z.ZodOptional<z.ZodEffects<z.ZodObject<{
32267
32468
  injectVar: z.ZodOptional<z.ZodString>;
32268
32469
  purpose: z.ZodOptional<z.ZodString>;
32470
+ testGenerationInstructions: z.ZodOptional<z.ZodString>;
32269
32471
  provider: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
32270
32472
  id: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
32271
32473
  label: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
@@ -32311,6 +32513,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
32311
32513
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
32312
32514
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
32313
32515
  HF_TOKEN: z.ZodOptional<z.ZodString>;
32516
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
32314
32517
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
32315
32518
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
32316
32519
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -32397,6 +32600,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
32397
32600
  HELICONE_API_KEY?: string | undefined;
32398
32601
  HF_API_TOKEN?: string | undefined;
32399
32602
  HF_TOKEN?: string | undefined;
32603
+ HYPERBOLIC_API_KEY?: string | undefined;
32400
32604
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
32401
32605
  JFROG_API_KEY?: string | undefined;
32402
32606
  LAMBDA_API_KEY?: string | undefined;
@@ -32483,6 +32687,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
32483
32687
  HELICONE_API_KEY?: string | undefined;
32484
32688
  HF_API_TOKEN?: string | undefined;
32485
32689
  HF_TOKEN?: string | undefined;
32690
+ HYPERBOLIC_API_KEY?: string | undefined;
32486
32691
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
32487
32692
  JFROG_API_KEY?: string | undefined;
32488
32693
  LAMBDA_API_KEY?: string | undefined;
@@ -32577,6 +32782,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
32577
32782
  HELICONE_API_KEY?: string | undefined;
32578
32783
  HF_API_TOKEN?: string | undefined;
32579
32784
  HF_TOKEN?: string | undefined;
32785
+ HYPERBOLIC_API_KEY?: string | undefined;
32580
32786
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
32581
32787
  JFROG_API_KEY?: string | undefined;
32582
32788
  LAMBDA_API_KEY?: string | undefined;
@@ -32671,6 +32877,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
32671
32877
  HELICONE_API_KEY?: string | undefined;
32672
32878
  HF_API_TOKEN?: string | undefined;
32673
32879
  HF_TOKEN?: string | undefined;
32880
+ HYPERBOLIC_API_KEY?: string | undefined;
32674
32881
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
32675
32882
  JFROG_API_KEY?: string | undefined;
32676
32883
  LAMBDA_API_KEY?: string | undefined;
@@ -32791,6 +32998,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
32791
32998
  id: string;
32792
32999
  config?: Record<string, unknown> | undefined;
32793
33000
  })[];
33001
+ testGenerationInstructions?: string | undefined;
32794
33002
  maxConcurrency?: number | undefined;
32795
33003
  entities?: string[] | undefined;
32796
33004
  provider?: string | {
@@ -32838,6 +33046,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
32838
33046
  HELICONE_API_KEY?: string | undefined;
32839
33047
  HF_API_TOKEN?: string | undefined;
32840
33048
  HF_TOKEN?: string | undefined;
33049
+ HYPERBOLIC_API_KEY?: string | undefined;
32841
33050
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
32842
33051
  JFROG_API_KEY?: string | undefined;
32843
33052
  LAMBDA_API_KEY?: string | undefined;
@@ -32904,6 +33113,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
32904
33113
  purpose?: string | undefined;
32905
33114
  excludeTargetOutputFromAgenticAttackGeneration?: boolean | undefined;
32906
33115
  }, {
33116
+ testGenerationInstructions?: string | undefined;
32907
33117
  plugins?: (string | {
32908
33118
  id: string;
32909
33119
  config?: Record<string, unknown> | undefined;
@@ -32957,6 +33167,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
32957
33167
  HELICONE_API_KEY?: string | undefined;
32958
33168
  HF_API_TOKEN?: string | undefined;
32959
33169
  HF_TOKEN?: string | undefined;
33170
+ HYPERBOLIC_API_KEY?: string | undefined;
32960
33171
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
32961
33172
  JFROG_API_KEY?: string | undefined;
32962
33173
  LAMBDA_API_KEY?: string | undefined;
@@ -33027,6 +33238,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
33027
33238
  })[] | undefined;
33028
33239
  excludeTargetOutputFromAgenticAttackGeneration?: boolean | undefined;
33029
33240
  }>, RedteamFileConfig, {
33241
+ testGenerationInstructions?: string | undefined;
33030
33242
  plugins?: (string | {
33031
33243
  id: string;
33032
33244
  config?: Record<string, unknown> | undefined;
@@ -33080,6 +33292,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
33080
33292
  HELICONE_API_KEY?: string | undefined;
33081
33293
  HF_API_TOKEN?: string | undefined;
33082
33294
  HF_TOKEN?: string | undefined;
33295
+ HYPERBOLIC_API_KEY?: string | undefined;
33083
33296
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
33084
33297
  JFROG_API_KEY?: string | undefined;
33085
33298
  LAMBDA_API_KEY?: string | undefined;
@@ -33631,6 +33844,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
33631
33844
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
33632
33845
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
33633
33846
  HF_TOKEN: z.ZodOptional<z.ZodString>;
33847
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
33634
33848
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
33635
33849
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
33636
33850
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -33717,6 +33931,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
33717
33931
  HELICONE_API_KEY?: string | undefined;
33718
33932
  HF_API_TOKEN?: string | undefined;
33719
33933
  HF_TOKEN?: string | undefined;
33934
+ HYPERBOLIC_API_KEY?: string | undefined;
33720
33935
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
33721
33936
  JFROG_API_KEY?: string | undefined;
33722
33937
  LAMBDA_API_KEY?: string | undefined;
@@ -33803,6 +34018,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
33803
34018
  HELICONE_API_KEY?: string | undefined;
33804
34019
  HF_API_TOKEN?: string | undefined;
33805
34020
  HF_TOKEN?: string | undefined;
34021
+ HYPERBOLIC_API_KEY?: string | undefined;
33806
34022
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
33807
34023
  JFROG_API_KEY?: string | undefined;
33808
34024
  LAMBDA_API_KEY?: string | undefined;
@@ -33897,6 +34113,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
33897
34113
  HELICONE_API_KEY?: string | undefined;
33898
34114
  HF_API_TOKEN?: string | undefined;
33899
34115
  HF_TOKEN?: string | undefined;
34116
+ HYPERBOLIC_API_KEY?: string | undefined;
33900
34117
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
33901
34118
  JFROG_API_KEY?: string | undefined;
33902
34119
  LAMBDA_API_KEY?: string | undefined;
@@ -33991,6 +34208,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
33991
34208
  HELICONE_API_KEY?: string | undefined;
33992
34209
  HF_API_TOKEN?: string | undefined;
33993
34210
  HF_TOKEN?: string | undefined;
34211
+ HYPERBOLIC_API_KEY?: string | undefined;
33994
34212
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
33995
34213
  JFROG_API_KEY?: string | undefined;
33996
34214
  LAMBDA_API_KEY?: string | undefined;
@@ -34085,6 +34303,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
34085
34303
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
34086
34304
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
34087
34305
  HF_TOKEN: z.ZodOptional<z.ZodString>;
34306
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
34088
34307
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
34089
34308
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
34090
34309
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -34171,6 +34390,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
34171
34390
  HELICONE_API_KEY?: string | undefined;
34172
34391
  HF_API_TOKEN?: string | undefined;
34173
34392
  HF_TOKEN?: string | undefined;
34393
+ HYPERBOLIC_API_KEY?: string | undefined;
34174
34394
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
34175
34395
  JFROG_API_KEY?: string | undefined;
34176
34396
  LAMBDA_API_KEY?: string | undefined;
@@ -34257,6 +34477,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
34257
34477
  HELICONE_API_KEY?: string | undefined;
34258
34478
  HF_API_TOKEN?: string | undefined;
34259
34479
  HF_TOKEN?: string | undefined;
34480
+ HYPERBOLIC_API_KEY?: string | undefined;
34260
34481
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
34261
34482
  JFROG_API_KEY?: string | undefined;
34262
34483
  LAMBDA_API_KEY?: string | undefined;
@@ -34351,6 +34572,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
34351
34572
  HELICONE_API_KEY?: string | undefined;
34352
34573
  HF_API_TOKEN?: string | undefined;
34353
34574
  HF_TOKEN?: string | undefined;
34575
+ HYPERBOLIC_API_KEY?: string | undefined;
34354
34576
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
34355
34577
  JFROG_API_KEY?: string | undefined;
34356
34578
  LAMBDA_API_KEY?: string | undefined;
@@ -34445,6 +34667,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
34445
34667
  HELICONE_API_KEY?: string | undefined;
34446
34668
  HF_API_TOKEN?: string | undefined;
34447
34669
  HF_TOKEN?: string | undefined;
34670
+ HYPERBOLIC_API_KEY?: string | undefined;
34448
34671
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
34449
34672
  JFROG_API_KEY?: string | undefined;
34450
34673
  LAMBDA_API_KEY?: string | undefined;
@@ -34724,6 +34947,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
34724
34947
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
34725
34948
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
34726
34949
  HF_TOKEN: z.ZodOptional<z.ZodString>;
34950
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
34727
34951
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
34728
34952
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
34729
34953
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -34810,6 +35034,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
34810
35034
  HELICONE_API_KEY?: string | undefined;
34811
35035
  HF_API_TOKEN?: string | undefined;
34812
35036
  HF_TOKEN?: string | undefined;
35037
+ HYPERBOLIC_API_KEY?: string | undefined;
34813
35038
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
34814
35039
  JFROG_API_KEY?: string | undefined;
34815
35040
  LAMBDA_API_KEY?: string | undefined;
@@ -34896,6 +35121,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
34896
35121
  HELICONE_API_KEY?: string | undefined;
34897
35122
  HF_API_TOKEN?: string | undefined;
34898
35123
  HF_TOKEN?: string | undefined;
35124
+ HYPERBOLIC_API_KEY?: string | undefined;
34899
35125
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
34900
35126
  JFROG_API_KEY?: string | undefined;
34901
35127
  LAMBDA_API_KEY?: string | undefined;
@@ -34990,6 +35216,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
34990
35216
  HELICONE_API_KEY?: string | undefined;
34991
35217
  HF_API_TOKEN?: string | undefined;
34992
35218
  HF_TOKEN?: string | undefined;
35219
+ HYPERBOLIC_API_KEY?: string | undefined;
34993
35220
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
34994
35221
  JFROG_API_KEY?: string | undefined;
34995
35222
  LAMBDA_API_KEY?: string | undefined;
@@ -35084,6 +35311,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
35084
35311
  HELICONE_API_KEY?: string | undefined;
35085
35312
  HF_API_TOKEN?: string | undefined;
35086
35313
  HF_TOKEN?: string | undefined;
35314
+ HYPERBOLIC_API_KEY?: string | undefined;
35087
35315
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
35088
35316
  JFROG_API_KEY?: string | undefined;
35089
35317
  LAMBDA_API_KEY?: string | undefined;
@@ -35178,6 +35406,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
35178
35406
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
35179
35407
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
35180
35408
  HF_TOKEN: z.ZodOptional<z.ZodString>;
35409
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
35181
35410
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
35182
35411
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
35183
35412
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -35264,6 +35493,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
35264
35493
  HELICONE_API_KEY?: string | undefined;
35265
35494
  HF_API_TOKEN?: string | undefined;
35266
35495
  HF_TOKEN?: string | undefined;
35496
+ HYPERBOLIC_API_KEY?: string | undefined;
35267
35497
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
35268
35498
  JFROG_API_KEY?: string | undefined;
35269
35499
  LAMBDA_API_KEY?: string | undefined;
@@ -35350,6 +35580,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
35350
35580
  HELICONE_API_KEY?: string | undefined;
35351
35581
  HF_API_TOKEN?: string | undefined;
35352
35582
  HF_TOKEN?: string | undefined;
35583
+ HYPERBOLIC_API_KEY?: string | undefined;
35353
35584
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
35354
35585
  JFROG_API_KEY?: string | undefined;
35355
35586
  LAMBDA_API_KEY?: string | undefined;
@@ -35444,6 +35675,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
35444
35675
  HELICONE_API_KEY?: string | undefined;
35445
35676
  HF_API_TOKEN?: string | undefined;
35446
35677
  HF_TOKEN?: string | undefined;
35678
+ HYPERBOLIC_API_KEY?: string | undefined;
35447
35679
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
35448
35680
  JFROG_API_KEY?: string | undefined;
35449
35681
  LAMBDA_API_KEY?: string | undefined;
@@ -35538,6 +35770,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
35538
35770
  HELICONE_API_KEY?: string | undefined;
35539
35771
  HF_API_TOKEN?: string | undefined;
35540
35772
  HF_TOKEN?: string | undefined;
35773
+ HYPERBOLIC_API_KEY?: string | undefined;
35541
35774
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
35542
35775
  JFROG_API_KEY?: string | undefined;
35543
35776
  LAMBDA_API_KEY?: string | undefined;
@@ -35734,6 +35967,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
35734
35967
  HELICONE_API_KEY?: string | undefined;
35735
35968
  HF_API_TOKEN?: string | undefined;
35736
35969
  HF_TOKEN?: string | undefined;
35970
+ HYPERBOLIC_API_KEY?: string | undefined;
35737
35971
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
35738
35972
  JFROG_API_KEY?: string | undefined;
35739
35973
  LAMBDA_API_KEY?: string | undefined;
@@ -35852,6 +36086,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
35852
36086
  HELICONE_API_KEY?: string | undefined;
35853
36087
  HF_API_TOKEN?: string | undefined;
35854
36088
  HF_TOKEN?: string | undefined;
36089
+ HYPERBOLIC_API_KEY?: string | undefined;
35855
36090
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
35856
36091
  JFROG_API_KEY?: string | undefined;
35857
36092
  LAMBDA_API_KEY?: string | undefined;
@@ -35968,6 +36203,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
35968
36203
  HELICONE_API_KEY?: string | undefined;
35969
36204
  HF_API_TOKEN?: string | undefined;
35970
36205
  HF_TOKEN?: string | undefined;
36206
+ HYPERBOLIC_API_KEY?: string | undefined;
35971
36207
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
35972
36208
  JFROG_API_KEY?: string | undefined;
35973
36209
  LAMBDA_API_KEY?: string | undefined;
@@ -36094,6 +36330,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
36094
36330
  HELICONE_API_KEY?: string | undefined;
36095
36331
  HF_API_TOKEN?: string | undefined;
36096
36332
  HF_TOKEN?: string | undefined;
36333
+ HYPERBOLIC_API_KEY?: string | undefined;
36097
36334
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
36098
36335
  JFROG_API_KEY?: string | undefined;
36099
36336
  LAMBDA_API_KEY?: string | undefined;
@@ -36275,6 +36512,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
36275
36512
  HELICONE_API_KEY?: string | undefined;
36276
36513
  HF_API_TOKEN?: string | undefined;
36277
36514
  HF_TOKEN?: string | undefined;
36515
+ HYPERBOLIC_API_KEY?: string | undefined;
36278
36516
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
36279
36517
  JFROG_API_KEY?: string | undefined;
36280
36518
  LAMBDA_API_KEY?: string | undefined;
@@ -36450,6 +36688,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
36450
36688
  HELICONE_API_KEY?: string | undefined;
36451
36689
  HF_API_TOKEN?: string | undefined;
36452
36690
  HF_TOKEN?: string | undefined;
36691
+ HYPERBOLIC_API_KEY?: string | undefined;
36453
36692
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
36454
36693
  JFROG_API_KEY?: string | undefined;
36455
36694
  LAMBDA_API_KEY?: string | undefined;
@@ -36627,6 +36866,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
36627
36866
  HELICONE_API_KEY?: string | undefined;
36628
36867
  HF_API_TOKEN?: string | undefined;
36629
36868
  HF_TOKEN?: string | undefined;
36869
+ HYPERBOLIC_API_KEY?: string | undefined;
36630
36870
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
36631
36871
  JFROG_API_KEY?: string | undefined;
36632
36872
  LAMBDA_API_KEY?: string | undefined;
@@ -36903,6 +37143,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
36903
37143
  HELICONE_API_KEY?: string | undefined;
36904
37144
  HF_API_TOKEN?: string | undefined;
36905
37145
  HF_TOKEN?: string | undefined;
37146
+ HYPERBOLIC_API_KEY?: string | undefined;
36906
37147
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
36907
37148
  JFROG_API_KEY?: string | undefined;
36908
37149
  LAMBDA_API_KEY?: string | undefined;
@@ -37019,6 +37260,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
37019
37260
  HELICONE_API_KEY?: string | undefined;
37020
37261
  HF_API_TOKEN?: string | undefined;
37021
37262
  HF_TOKEN?: string | undefined;
37263
+ HYPERBOLIC_API_KEY?: string | undefined;
37022
37264
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
37023
37265
  JFROG_API_KEY?: string | undefined;
37024
37266
  LAMBDA_API_KEY?: string | undefined;
@@ -37123,6 +37365,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
37123
37365
  HELICONE_API_KEY?: string | undefined;
37124
37366
  HF_API_TOKEN?: string | undefined;
37125
37367
  HF_TOKEN?: string | undefined;
37368
+ HYPERBOLIC_API_KEY?: string | undefined;
37126
37369
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
37127
37370
  JFROG_API_KEY?: string | undefined;
37128
37371
  LAMBDA_API_KEY?: string | undefined;
@@ -37241,6 +37484,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
37241
37484
  HELICONE_API_KEY?: string | undefined;
37242
37485
  HF_API_TOKEN?: string | undefined;
37243
37486
  HF_TOKEN?: string | undefined;
37487
+ HYPERBOLIC_API_KEY?: string | undefined;
37244
37488
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
37245
37489
  JFROG_API_KEY?: string | undefined;
37246
37490
  LAMBDA_API_KEY?: string | undefined;
@@ -37357,6 +37601,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
37357
37601
  HELICONE_API_KEY?: string | undefined;
37358
37602
  HF_API_TOKEN?: string | undefined;
37359
37603
  HF_TOKEN?: string | undefined;
37604
+ HYPERBOLIC_API_KEY?: string | undefined;
37360
37605
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
37361
37606
  JFROG_API_KEY?: string | undefined;
37362
37607
  LAMBDA_API_KEY?: string | undefined;
@@ -37483,6 +37728,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
37483
37728
  HELICONE_API_KEY?: string | undefined;
37484
37729
  HF_API_TOKEN?: string | undefined;
37485
37730
  HF_TOKEN?: string | undefined;
37731
+ HYPERBOLIC_API_KEY?: string | undefined;
37486
37732
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
37487
37733
  JFROG_API_KEY?: string | undefined;
37488
37734
  LAMBDA_API_KEY?: string | undefined;
@@ -37589,6 +37835,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
37589
37835
  config?: Record<string, any> | undefined;
37590
37836
  })[] | undefined;
37591
37837
  redteam?: {
37838
+ testGenerationInstructions?: string | undefined;
37592
37839
  plugins?: (string | {
37593
37840
  id: string;
37594
37841
  config?: Record<string, unknown> | undefined;
@@ -37642,6 +37889,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
37642
37889
  HELICONE_API_KEY?: string | undefined;
37643
37890
  HF_API_TOKEN?: string | undefined;
37644
37891
  HF_TOKEN?: string | undefined;
37892
+ HYPERBOLIC_API_KEY?: string | undefined;
37645
37893
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
37646
37894
  JFROG_API_KEY?: string | undefined;
37647
37895
  LAMBDA_API_KEY?: string | undefined;
@@ -37787,6 +38035,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
37787
38035
  HELICONE_API_KEY?: string | undefined;
37788
38036
  HF_API_TOKEN?: string | undefined;
37789
38037
  HF_TOKEN?: string | undefined;
38038
+ HYPERBOLIC_API_KEY?: string | undefined;
37790
38039
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
37791
38040
  JFROG_API_KEY?: string | undefined;
37792
38041
  LAMBDA_API_KEY?: string | undefined;
@@ -37962,6 +38211,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
37962
38211
  HELICONE_API_KEY?: string | undefined;
37963
38212
  HF_API_TOKEN?: string | undefined;
37964
38213
  HF_TOKEN?: string | undefined;
38214
+ HYPERBOLIC_API_KEY?: string | undefined;
37965
38215
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
37966
38216
  JFROG_API_KEY?: string | undefined;
37967
38217
  LAMBDA_API_KEY?: string | undefined;
@@ -38139,6 +38389,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
38139
38389
  HELICONE_API_KEY?: string | undefined;
38140
38390
  HF_API_TOKEN?: string | undefined;
38141
38391
  HF_TOKEN?: string | undefined;
38392
+ HYPERBOLIC_API_KEY?: string | undefined;
38142
38393
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
38143
38394
  JFROG_API_KEY?: string | undefined;
38144
38395
  LAMBDA_API_KEY?: string | undefined;
@@ -38415,6 +38666,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
38415
38666
  HELICONE_API_KEY?: string | undefined;
38416
38667
  HF_API_TOKEN?: string | undefined;
38417
38668
  HF_TOKEN?: string | undefined;
38669
+ HYPERBOLIC_API_KEY?: string | undefined;
38418
38670
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
38419
38671
  JFROG_API_KEY?: string | undefined;
38420
38672
  LAMBDA_API_KEY?: string | undefined;
@@ -38531,6 +38783,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
38531
38783
  HELICONE_API_KEY?: string | undefined;
38532
38784
  HF_API_TOKEN?: string | undefined;
38533
38785
  HF_TOKEN?: string | undefined;
38786
+ HYPERBOLIC_API_KEY?: string | undefined;
38534
38787
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
38535
38788
  JFROG_API_KEY?: string | undefined;
38536
38789
  LAMBDA_API_KEY?: string | undefined;
@@ -38635,6 +38888,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
38635
38888
  HELICONE_API_KEY?: string | undefined;
38636
38889
  HF_API_TOKEN?: string | undefined;
38637
38890
  HF_TOKEN?: string | undefined;
38891
+ HYPERBOLIC_API_KEY?: string | undefined;
38638
38892
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
38639
38893
  JFROG_API_KEY?: string | undefined;
38640
38894
  LAMBDA_API_KEY?: string | undefined;
@@ -38753,6 +39007,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
38753
39007
  HELICONE_API_KEY?: string | undefined;
38754
39008
  HF_API_TOKEN?: string | undefined;
38755
39009
  HF_TOKEN?: string | undefined;
39010
+ HYPERBOLIC_API_KEY?: string | undefined;
38756
39011
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
38757
39012
  JFROG_API_KEY?: string | undefined;
38758
39013
  LAMBDA_API_KEY?: string | undefined;
@@ -38869,6 +39124,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
38869
39124
  HELICONE_API_KEY?: string | undefined;
38870
39125
  HF_API_TOKEN?: string | undefined;
38871
39126
  HF_TOKEN?: string | undefined;
39127
+ HYPERBOLIC_API_KEY?: string | undefined;
38872
39128
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
38873
39129
  JFROG_API_KEY?: string | undefined;
38874
39130
  LAMBDA_API_KEY?: string | undefined;
@@ -38995,6 +39251,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
38995
39251
  HELICONE_API_KEY?: string | undefined;
38996
39252
  HF_API_TOKEN?: string | undefined;
38997
39253
  HF_TOKEN?: string | undefined;
39254
+ HYPERBOLIC_API_KEY?: string | undefined;
38998
39255
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
38999
39256
  JFROG_API_KEY?: string | undefined;
39000
39257
  LAMBDA_API_KEY?: string | undefined;
@@ -39176,6 +39433,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
39176
39433
  HELICONE_API_KEY?: string | undefined;
39177
39434
  HF_API_TOKEN?: string | undefined;
39178
39435
  HF_TOKEN?: string | undefined;
39436
+ HYPERBOLIC_API_KEY?: string | undefined;
39179
39437
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
39180
39438
  JFROG_API_KEY?: string | undefined;
39181
39439
  LAMBDA_API_KEY?: string | undefined;
@@ -39351,6 +39609,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
39351
39609
  HELICONE_API_KEY?: string | undefined;
39352
39610
  HF_API_TOKEN?: string | undefined;
39353
39611
  HF_TOKEN?: string | undefined;
39612
+ HYPERBOLIC_API_KEY?: string | undefined;
39354
39613
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
39355
39614
  JFROG_API_KEY?: string | undefined;
39356
39615
  LAMBDA_API_KEY?: string | undefined;
@@ -39528,6 +39787,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
39528
39787
  HELICONE_API_KEY?: string | undefined;
39529
39788
  HF_API_TOKEN?: string | undefined;
39530
39789
  HF_TOKEN?: string | undefined;
39790
+ HYPERBOLIC_API_KEY?: string | undefined;
39531
39791
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
39532
39792
  JFROG_API_KEY?: string | undefined;
39533
39793
  LAMBDA_API_KEY?: string | undefined;
@@ -39804,6 +40064,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
39804
40064
  HELICONE_API_KEY?: string | undefined;
39805
40065
  HF_API_TOKEN?: string | undefined;
39806
40066
  HF_TOKEN?: string | undefined;
40067
+ HYPERBOLIC_API_KEY?: string | undefined;
39807
40068
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
39808
40069
  JFROG_API_KEY?: string | undefined;
39809
40070
  LAMBDA_API_KEY?: string | undefined;
@@ -39920,6 +40181,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
39920
40181
  HELICONE_API_KEY?: string | undefined;
39921
40182
  HF_API_TOKEN?: string | undefined;
39922
40183
  HF_TOKEN?: string | undefined;
40184
+ HYPERBOLIC_API_KEY?: string | undefined;
39923
40185
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
39924
40186
  JFROG_API_KEY?: string | undefined;
39925
40187
  LAMBDA_API_KEY?: string | undefined;
@@ -40024,6 +40286,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
40024
40286
  HELICONE_API_KEY?: string | undefined;
40025
40287
  HF_API_TOKEN?: string | undefined;
40026
40288
  HF_TOKEN?: string | undefined;
40289
+ HYPERBOLIC_API_KEY?: string | undefined;
40027
40290
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
40028
40291
  JFROG_API_KEY?: string | undefined;
40029
40292
  LAMBDA_API_KEY?: string | undefined;
@@ -40142,6 +40405,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
40142
40405
  HELICONE_API_KEY?: string | undefined;
40143
40406
  HF_API_TOKEN?: string | undefined;
40144
40407
  HF_TOKEN?: string | undefined;
40408
+ HYPERBOLIC_API_KEY?: string | undefined;
40145
40409
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
40146
40410
  JFROG_API_KEY?: string | undefined;
40147
40411
  LAMBDA_API_KEY?: string | undefined;
@@ -40258,6 +40522,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
40258
40522
  HELICONE_API_KEY?: string | undefined;
40259
40523
  HF_API_TOKEN?: string | undefined;
40260
40524
  HF_TOKEN?: string | undefined;
40525
+ HYPERBOLIC_API_KEY?: string | undefined;
40261
40526
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
40262
40527
  JFROG_API_KEY?: string | undefined;
40263
40528
  LAMBDA_API_KEY?: string | undefined;
@@ -40384,6 +40649,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
40384
40649
  HELICONE_API_KEY?: string | undefined;
40385
40650
  HF_API_TOKEN?: string | undefined;
40386
40651
  HF_TOKEN?: string | undefined;
40652
+ HYPERBOLIC_API_KEY?: string | undefined;
40387
40653
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
40388
40654
  JFROG_API_KEY?: string | undefined;
40389
40655
  LAMBDA_API_KEY?: string | undefined;
@@ -40490,6 +40756,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
40490
40756
  config?: Record<string, any> | undefined;
40491
40757
  })[] | undefined;
40492
40758
  redteam?: {
40759
+ testGenerationInstructions?: string | undefined;
40493
40760
  plugins?: (string | {
40494
40761
  id: string;
40495
40762
  config?: Record<string, unknown> | undefined;
@@ -40543,6 +40810,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
40543
40810
  HELICONE_API_KEY?: string | undefined;
40544
40811
  HF_API_TOKEN?: string | undefined;
40545
40812
  HF_TOKEN?: string | undefined;
40813
+ HYPERBOLIC_API_KEY?: string | undefined;
40546
40814
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
40547
40815
  JFROG_API_KEY?: string | undefined;
40548
40816
  LAMBDA_API_KEY?: string | undefined;
@@ -40688,6 +40956,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
40688
40956
  HELICONE_API_KEY?: string | undefined;
40689
40957
  HF_API_TOKEN?: string | undefined;
40690
40958
  HF_TOKEN?: string | undefined;
40959
+ HYPERBOLIC_API_KEY?: string | undefined;
40691
40960
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
40692
40961
  JFROG_API_KEY?: string | undefined;
40693
40962
  LAMBDA_API_KEY?: string | undefined;
@@ -40863,6 +41132,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
40863
41132
  HELICONE_API_KEY?: string | undefined;
40864
41133
  HF_API_TOKEN?: string | undefined;
40865
41134
  HF_TOKEN?: string | undefined;
41135
+ HYPERBOLIC_API_KEY?: string | undefined;
40866
41136
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
40867
41137
  JFROG_API_KEY?: string | undefined;
40868
41138
  LAMBDA_API_KEY?: string | undefined;
@@ -41040,6 +41310,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
41040
41310
  HELICONE_API_KEY?: string | undefined;
41041
41311
  HF_API_TOKEN?: string | undefined;
41042
41312
  HF_TOKEN?: string | undefined;
41313
+ HYPERBOLIC_API_KEY?: string | undefined;
41043
41314
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
41044
41315
  JFROG_API_KEY?: string | undefined;
41045
41316
  LAMBDA_API_KEY?: string | undefined;
@@ -41316,6 +41587,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
41316
41587
  HELICONE_API_KEY?: string | undefined;
41317
41588
  HF_API_TOKEN?: string | undefined;
41318
41589
  HF_TOKEN?: string | undefined;
41590
+ HYPERBOLIC_API_KEY?: string | undefined;
41319
41591
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
41320
41592
  JFROG_API_KEY?: string | undefined;
41321
41593
  LAMBDA_API_KEY?: string | undefined;
@@ -41432,6 +41704,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
41432
41704
  HELICONE_API_KEY?: string | undefined;
41433
41705
  HF_API_TOKEN?: string | undefined;
41434
41706
  HF_TOKEN?: string | undefined;
41707
+ HYPERBOLIC_API_KEY?: string | undefined;
41435
41708
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
41436
41709
  JFROG_API_KEY?: string | undefined;
41437
41710
  LAMBDA_API_KEY?: string | undefined;
@@ -41536,6 +41809,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
41536
41809
  HELICONE_API_KEY?: string | undefined;
41537
41810
  HF_API_TOKEN?: string | undefined;
41538
41811
  HF_TOKEN?: string | undefined;
41812
+ HYPERBOLIC_API_KEY?: string | undefined;
41539
41813
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
41540
41814
  JFROG_API_KEY?: string | undefined;
41541
41815
  LAMBDA_API_KEY?: string | undefined;
@@ -41654,6 +41928,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
41654
41928
  HELICONE_API_KEY?: string | undefined;
41655
41929
  HF_API_TOKEN?: string | undefined;
41656
41930
  HF_TOKEN?: string | undefined;
41931
+ HYPERBOLIC_API_KEY?: string | undefined;
41657
41932
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
41658
41933
  JFROG_API_KEY?: string | undefined;
41659
41934
  LAMBDA_API_KEY?: string | undefined;
@@ -41770,6 +42045,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
41770
42045
  HELICONE_API_KEY?: string | undefined;
41771
42046
  HF_API_TOKEN?: string | undefined;
41772
42047
  HF_TOKEN?: string | undefined;
42048
+ HYPERBOLIC_API_KEY?: string | undefined;
41773
42049
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
41774
42050
  JFROG_API_KEY?: string | undefined;
41775
42051
  LAMBDA_API_KEY?: string | undefined;
@@ -41896,6 +42172,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
41896
42172
  HELICONE_API_KEY?: string | undefined;
41897
42173
  HF_API_TOKEN?: string | undefined;
41898
42174
  HF_TOKEN?: string | undefined;
42175
+ HYPERBOLIC_API_KEY?: string | undefined;
41899
42176
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
41900
42177
  JFROG_API_KEY?: string | undefined;
41901
42178
  LAMBDA_API_KEY?: string | undefined;
@@ -42077,6 +42354,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
42077
42354
  HELICONE_API_KEY?: string | undefined;
42078
42355
  HF_API_TOKEN?: string | undefined;
42079
42356
  HF_TOKEN?: string | undefined;
42357
+ HYPERBOLIC_API_KEY?: string | undefined;
42080
42358
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
42081
42359
  JFROG_API_KEY?: string | undefined;
42082
42360
  LAMBDA_API_KEY?: string | undefined;
@@ -42252,6 +42530,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
42252
42530
  HELICONE_API_KEY?: string | undefined;
42253
42531
  HF_API_TOKEN?: string | undefined;
42254
42532
  HF_TOKEN?: string | undefined;
42533
+ HYPERBOLIC_API_KEY?: string | undefined;
42255
42534
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
42256
42535
  JFROG_API_KEY?: string | undefined;
42257
42536
  LAMBDA_API_KEY?: string | undefined;
@@ -42429,6 +42708,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
42429
42708
  HELICONE_API_KEY?: string | undefined;
42430
42709
  HF_API_TOKEN?: string | undefined;
42431
42710
  HF_TOKEN?: string | undefined;
42711
+ HYPERBOLIC_API_KEY?: string | undefined;
42432
42712
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
42433
42713
  JFROG_API_KEY?: string | undefined;
42434
42714
  LAMBDA_API_KEY?: string | undefined;
@@ -42705,6 +42985,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
42705
42985
  HELICONE_API_KEY?: string | undefined;
42706
42986
  HF_API_TOKEN?: string | undefined;
42707
42987
  HF_TOKEN?: string | undefined;
42988
+ HYPERBOLIC_API_KEY?: string | undefined;
42708
42989
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
42709
42990
  JFROG_API_KEY?: string | undefined;
42710
42991
  LAMBDA_API_KEY?: string | undefined;
@@ -42821,6 +43102,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
42821
43102
  HELICONE_API_KEY?: string | undefined;
42822
43103
  HF_API_TOKEN?: string | undefined;
42823
43104
  HF_TOKEN?: string | undefined;
43105
+ HYPERBOLIC_API_KEY?: string | undefined;
42824
43106
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
42825
43107
  JFROG_API_KEY?: string | undefined;
42826
43108
  LAMBDA_API_KEY?: string | undefined;
@@ -42925,6 +43207,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
42925
43207
  HELICONE_API_KEY?: string | undefined;
42926
43208
  HF_API_TOKEN?: string | undefined;
42927
43209
  HF_TOKEN?: string | undefined;
43210
+ HYPERBOLIC_API_KEY?: string | undefined;
42928
43211
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
42929
43212
  JFROG_API_KEY?: string | undefined;
42930
43213
  LAMBDA_API_KEY?: string | undefined;
@@ -43043,6 +43326,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
43043
43326
  HELICONE_API_KEY?: string | undefined;
43044
43327
  HF_API_TOKEN?: string | undefined;
43045
43328
  HF_TOKEN?: string | undefined;
43329
+ HYPERBOLIC_API_KEY?: string | undefined;
43046
43330
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
43047
43331
  JFROG_API_KEY?: string | undefined;
43048
43332
  LAMBDA_API_KEY?: string | undefined;
@@ -43159,6 +43443,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
43159
43443
  HELICONE_API_KEY?: string | undefined;
43160
43444
  HF_API_TOKEN?: string | undefined;
43161
43445
  HF_TOKEN?: string | undefined;
43446
+ HYPERBOLIC_API_KEY?: string | undefined;
43162
43447
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
43163
43448
  JFROG_API_KEY?: string | undefined;
43164
43449
  LAMBDA_API_KEY?: string | undefined;
@@ -43285,6 +43570,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
43285
43570
  HELICONE_API_KEY?: string | undefined;
43286
43571
  HF_API_TOKEN?: string | undefined;
43287
43572
  HF_TOKEN?: string | undefined;
43573
+ HYPERBOLIC_API_KEY?: string | undefined;
43288
43574
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
43289
43575
  JFROG_API_KEY?: string | undefined;
43290
43576
  LAMBDA_API_KEY?: string | undefined;
@@ -43391,6 +43677,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
43391
43677
  config?: Record<string, any> | undefined;
43392
43678
  })[] | undefined;
43393
43679
  redteam?: {
43680
+ testGenerationInstructions?: string | undefined;
43394
43681
  plugins?: (string | {
43395
43682
  id: string;
43396
43683
  config?: Record<string, unknown> | undefined;
@@ -43444,6 +43731,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
43444
43731
  HELICONE_API_KEY?: string | undefined;
43445
43732
  HF_API_TOKEN?: string | undefined;
43446
43733
  HF_TOKEN?: string | undefined;
43734
+ HYPERBOLIC_API_KEY?: string | undefined;
43447
43735
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
43448
43736
  JFROG_API_KEY?: string | undefined;
43449
43737
  LAMBDA_API_KEY?: string | undefined;
@@ -43589,6 +43877,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
43589
43877
  HELICONE_API_KEY?: string | undefined;
43590
43878
  HF_API_TOKEN?: string | undefined;
43591
43879
  HF_TOKEN?: string | undefined;
43880
+ HYPERBOLIC_API_KEY?: string | undefined;
43592
43881
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
43593
43882
  JFROG_API_KEY?: string | undefined;
43594
43883
  LAMBDA_API_KEY?: string | undefined;
@@ -43764,6 +44053,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
43764
44053
  HELICONE_API_KEY?: string | undefined;
43765
44054
  HF_API_TOKEN?: string | undefined;
43766
44055
  HF_TOKEN?: string | undefined;
44056
+ HYPERBOLIC_API_KEY?: string | undefined;
43767
44057
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
43768
44058
  JFROG_API_KEY?: string | undefined;
43769
44059
  LAMBDA_API_KEY?: string | undefined;
@@ -43941,6 +44231,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
43941
44231
  HELICONE_API_KEY?: string | undefined;
43942
44232
  HF_API_TOKEN?: string | undefined;
43943
44233
  HF_TOKEN?: string | undefined;
44234
+ HYPERBOLIC_API_KEY?: string | undefined;
43944
44235
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
43945
44236
  JFROG_API_KEY?: string | undefined;
43946
44237
  LAMBDA_API_KEY?: string | undefined;
@@ -44217,6 +44508,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
44217
44508
  HELICONE_API_KEY?: string | undefined;
44218
44509
  HF_API_TOKEN?: string | undefined;
44219
44510
  HF_TOKEN?: string | undefined;
44511
+ HYPERBOLIC_API_KEY?: string | undefined;
44220
44512
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
44221
44513
  JFROG_API_KEY?: string | undefined;
44222
44514
  LAMBDA_API_KEY?: string | undefined;
@@ -44333,6 +44625,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
44333
44625
  HELICONE_API_KEY?: string | undefined;
44334
44626
  HF_API_TOKEN?: string | undefined;
44335
44627
  HF_TOKEN?: string | undefined;
44628
+ HYPERBOLIC_API_KEY?: string | undefined;
44336
44629
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
44337
44630
  JFROG_API_KEY?: string | undefined;
44338
44631
  LAMBDA_API_KEY?: string | undefined;