vellum-ai 0.5.1 → 0.6.0

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 (656) hide show
  1. package/Client.js +9 -9
  2. package/api/resources/deployments/client/Client.js +3 -3
  3. package/api/resources/documentIndexes/client/Client.d.ts +0 -74
  4. package/api/resources/documentIndexes/client/Client.js +10 -81
  5. package/api/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.d.ts +1 -66
  6. package/api/resources/documentIndexes/client/requests/DocumentIndexUpdateRequest.d.ts +0 -6
  7. package/api/resources/documentIndexes/client/requests/DocumentIndexesListRequest.d.ts +5 -1
  8. package/api/resources/documentIndexes/client/requests/PatchedDocumentIndexUpdateRequest.d.ts +0 -4
  9. package/api/resources/documents/client/Client.d.ts +8 -2
  10. package/api/resources/documents/client/Client.js +13 -7
  11. package/api/resources/folderEntities/client/Client.js +1 -1
  12. package/api/resources/sandboxes/client/Client.js +2 -2
  13. package/api/resources/testSuiteRuns/client/Client.js +3 -3
  14. package/api/resources/testSuites/client/Client.js +3 -3
  15. package/api/resources/workflowDeployments/client/Client.js +2 -2
  16. package/api/types/AddOpenaiApiKeyEnum.d.ts +7 -0
  17. package/api/types/ArrayVariableValueItem.d.ts +1 -7
  18. package/api/types/ArrayVellumValueItem.d.ts +25 -0
  19. package/api/types/BasicVectorizerIntfloatMultilingualE5Large.d.ts +9 -0
  20. package/api/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.d.ts +9 -0
  21. package/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.d.ts +9 -0
  22. package/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.d.ts +9 -0
  23. package/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.d.ts +9 -0
  24. package/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.d.ts +9 -0
  25. package/api/types/DocumentIndexChunking.d.ts +16 -0
  26. package/api/types/DocumentIndexChunkingRequest.d.ts +16 -0
  27. package/api/types/DocumentIndexIndexingConfig.d.ts +8 -0
  28. package/api/types/DocumentIndexIndexingConfigRequest.d.ts +8 -0
  29. package/api/types/DocumentIndexRead.d.ts +1 -2
  30. package/api/types/ErrorVellumValue.d.ts +10 -0
  31. package/api/types/ErrorVellumValue.js +5 -0
  32. package/api/types/FunctionCall.d.ts +8 -8
  33. package/{dist/api/types/FulfilledFunctionCallRequest.d.ts → api/types/FunctionCallRequest.d.ts} +2 -2
  34. package/api/types/FunctionCallRequest.js +5 -0
  35. package/api/types/FunctionCallVariableValue.d.ts +1 -1
  36. package/{dist/api/types/NodeOutputCompiledFunctionValue.d.ts → api/types/FunctionCallVellumValue.d.ts} +4 -2
  37. package/api/types/FunctionCallVellumValue.js +5 -0
  38. package/api/types/HkunlpInstructorXlEnum.d.ts +4 -0
  39. package/api/types/HkunlpInstructorXlEnum.js +5 -0
  40. package/api/types/HkunlpInstructorXlVectorizer.d.ts +10 -0
  41. package/api/types/HkunlpInstructorXlVectorizer.js +5 -0
  42. package/api/types/HkunlpInstructorXlVectorizerRequest.d.ts +10 -0
  43. package/api/types/HkunlpInstructorXlVectorizerRequest.js +5 -0
  44. package/api/types/ImageVellumValue.d.ts +10 -0
  45. package/api/types/ImageVellumValue.js +5 -0
  46. package/api/types/IndexingConfigVectorizer.d.ts +28 -0
  47. package/api/types/IndexingConfigVectorizer.js +5 -0
  48. package/api/types/IndexingConfigVectorizerRequest.d.ts +28 -0
  49. package/api/types/IndexingConfigVectorizerRequest.js +5 -0
  50. package/api/types/InstructorVectorizerConfig.d.ts +11 -0
  51. package/api/types/InstructorVectorizerConfig.js +5 -0
  52. package/api/types/InstructorVectorizerConfigRequest.d.ts +11 -0
  53. package/api/types/InstructorVectorizerConfigRequest.js +5 -0
  54. package/api/types/IntfloatMultilingualE5LargeEnum.d.ts +4 -0
  55. package/api/types/IntfloatMultilingualE5LargeEnum.js +5 -0
  56. package/api/types/JsonVellumValue.d.ts +9 -0
  57. package/api/types/JsonVellumValue.js +5 -0
  58. package/api/types/MetricEnum.d.ts +4 -0
  59. package/api/types/MetricEnum.js +5 -0
  60. package/api/types/MetricNodeResult.d.ts +8 -0
  61. package/api/types/MetricNodeResult.js +5 -0
  62. package/api/types/NamedTestCaseFunctionCallVariableValue.d.ts +1 -1
  63. package/api/types/NamedTestCaseFunctionCallVariableValueRequest.d.ts +1 -1
  64. package/api/types/NodeOutputCompiledArrayValue.d.ts +5 -1
  65. package/api/types/NodeOutputCompiledChatHistoryValue.d.ts +5 -1
  66. package/api/types/NodeOutputCompiledErrorValue.d.ts +5 -1
  67. package/api/types/NodeOutputCompiledFunctionCallValue.d.ts +12 -0
  68. package/api/types/NodeOutputCompiledFunctionCallValue.js +5 -0
  69. package/api/types/NodeOutputCompiledJsonValue.d.ts +6 -1
  70. package/api/types/NodeOutputCompiledNumberValue.d.ts +6 -1
  71. package/api/types/NodeOutputCompiledSearchResultsValue.d.ts +5 -1
  72. package/api/types/NodeOutputCompiledStringValue.d.ts +6 -1
  73. package/api/types/NodeOutputCompiledValue.d.ts +1 -1
  74. package/api/types/NumberVellumValue.d.ts +9 -0
  75. package/api/types/NumberVellumValue.js +5 -0
  76. package/api/types/OpenAiVectorizerConfig.d.ts +10 -0
  77. package/api/types/OpenAiVectorizerConfig.js +5 -0
  78. package/api/types/OpenAiVectorizerConfigRequest.d.ts +10 -0
  79. package/api/types/OpenAiVectorizerConfigRequest.js +5 -0
  80. package/api/types/OpenAiVectorizerTextEmbedding3Large.d.ts +10 -0
  81. package/api/types/OpenAiVectorizerTextEmbedding3Large.js +5 -0
  82. package/api/types/OpenAiVectorizerTextEmbedding3LargeRequest.d.ts +10 -0
  83. package/api/types/OpenAiVectorizerTextEmbedding3LargeRequest.js +5 -0
  84. package/api/types/OpenAiVectorizerTextEmbedding3Small.d.ts +10 -0
  85. package/api/types/OpenAiVectorizerTextEmbedding3Small.js +5 -0
  86. package/api/types/OpenAiVectorizerTextEmbedding3SmallRequest.d.ts +10 -0
  87. package/api/types/OpenAiVectorizerTextEmbedding3SmallRequest.js +5 -0
  88. package/api/types/OpenAiVectorizerTextEmbeddingAda002.d.ts +10 -0
  89. package/api/types/OpenAiVectorizerTextEmbeddingAda002.js +5 -0
  90. package/api/types/OpenAiVectorizerTextEmbeddingAda002Request.d.ts +10 -0
  91. package/api/types/OpenAiVectorizerTextEmbeddingAda002Request.js +5 -0
  92. package/api/types/PromptOutput.d.ts +4 -4
  93. package/api/types/ReductoChunkerConfig.d.ts +9 -0
  94. package/api/types/ReductoChunkerConfig.js +5 -0
  95. package/api/types/ReductoChunkerConfigRequest.d.ts +9 -0
  96. package/api/types/ReductoChunkerConfigRequest.js +5 -0
  97. package/api/types/ReductoChunkerEnum.d.ts +4 -0
  98. package/api/types/ReductoChunkerEnum.js +5 -0
  99. package/api/types/ReductoChunking.d.ts +10 -0
  100. package/api/types/ReductoChunking.js +5 -0
  101. package/api/types/ReductoChunkingRequest.d.ts +10 -0
  102. package/api/types/ReductoChunkingRequest.js +5 -0
  103. package/api/types/SentenceChunkerConfig.d.ts +10 -0
  104. package/api/types/SentenceChunkerConfig.js +5 -0
  105. package/api/types/SentenceChunkerConfigRequest.d.ts +10 -0
  106. package/api/types/SentenceChunkerConfigRequest.js +5 -0
  107. package/api/types/SentenceChunkerEnum.d.ts +4 -0
  108. package/api/types/SentenceChunkerEnum.js +5 -0
  109. package/api/types/SentenceChunking.d.ts +10 -0
  110. package/api/types/SentenceChunking.js +5 -0
  111. package/api/types/SentenceChunkingRequest.d.ts +10 -0
  112. package/api/types/SentenceChunkingRequest.js +5 -0
  113. package/api/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.d.ts +4 -0
  114. package/api/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.js +5 -0
  115. package/api/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.d.ts +4 -0
  116. package/api/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.js +5 -0
  117. package/api/types/StringVellumValue.d.ts +9 -0
  118. package/api/types/StringVellumValue.js +5 -0
  119. package/api/types/TestCaseFunctionCallVariableValue.d.ts +1 -1
  120. package/api/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +1 -1
  121. package/api/types/TextEmbedding3LargeEnum.d.ts +4 -0
  122. package/api/types/TextEmbedding3LargeEnum.js +5 -0
  123. package/api/types/TextEmbedding3SmallEnum.d.ts +4 -0
  124. package/api/types/TextEmbedding3SmallEnum.js +5 -0
  125. package/api/types/TextEmbeddingAda002Enum.d.ts +4 -0
  126. package/api/types/TextEmbeddingAda002Enum.js +5 -0
  127. package/api/types/TokenOverlappingWindowChunkerConfig.d.ts +10 -0
  128. package/api/types/TokenOverlappingWindowChunkerConfig.js +5 -0
  129. package/api/types/TokenOverlappingWindowChunkerConfigRequest.d.ts +10 -0
  130. package/api/types/TokenOverlappingWindowChunkerConfigRequest.js +5 -0
  131. package/api/types/TokenOverlappingWindowChunkerEnum.d.ts +4 -0
  132. package/api/types/TokenOverlappingWindowChunkerEnum.js +5 -0
  133. package/api/types/TokenOverlappingWindowChunking.d.ts +10 -0
  134. package/api/types/TokenOverlappingWindowChunking.js +5 -0
  135. package/api/types/TokenOverlappingWindowChunkingRequest.d.ts +10 -0
  136. package/api/types/TokenOverlappingWindowChunkingRequest.js +5 -0
  137. package/api/types/WorkflowExecutionActualChatHistoryRequest.d.ts +2 -0
  138. package/api/types/WorkflowExecutionActualJsonRequest.d.ts +2 -0
  139. package/api/types/WorkflowExecutionActualStringRequest.d.ts +2 -0
  140. package/api/types/WorkflowNodeResultData.d.ts +4 -1
  141. package/api/types/WorkflowOutputArray.d.ts +1 -1
  142. package/api/types/index.d.ts +58 -6
  143. package/api/types/index.js +58 -6
  144. package/dist/Client.js +9 -9
  145. package/dist/api/resources/deployments/client/Client.js +3 -3
  146. package/dist/api/resources/documentIndexes/client/Client.d.ts +0 -74
  147. package/dist/api/resources/documentIndexes/client/Client.js +10 -81
  148. package/dist/api/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.d.ts +1 -66
  149. package/dist/api/resources/documentIndexes/client/requests/DocumentIndexUpdateRequest.d.ts +0 -6
  150. package/dist/api/resources/documentIndexes/client/requests/DocumentIndexesListRequest.d.ts +5 -1
  151. package/dist/api/resources/documentIndexes/client/requests/PatchedDocumentIndexUpdateRequest.d.ts +0 -4
  152. package/dist/api/resources/documents/client/Client.d.ts +8 -2
  153. package/dist/api/resources/documents/client/Client.js +13 -7
  154. package/dist/api/resources/folderEntities/client/Client.js +1 -1
  155. package/dist/api/resources/sandboxes/client/Client.js +2 -2
  156. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  157. package/dist/api/resources/testSuites/client/Client.js +3 -3
  158. package/dist/api/resources/workflowDeployments/client/Client.js +2 -2
  159. package/dist/api/types/AddOpenaiApiKeyEnum.d.ts +7 -0
  160. package/dist/api/types/AddOpenaiApiKeyEnum.js +5 -0
  161. package/dist/api/types/ArrayVariableValueItem.d.ts +1 -7
  162. package/dist/api/types/ArrayVellumValueItem.d.ts +25 -0
  163. package/dist/api/types/ArrayVellumValueItem.js +5 -0
  164. package/dist/api/types/BasicVectorizerIntfloatMultilingualE5Large.d.ts +9 -0
  165. package/dist/api/types/BasicVectorizerIntfloatMultilingualE5Large.js +5 -0
  166. package/dist/api/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.d.ts +9 -0
  167. package/dist/api/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.js +5 -0
  168. package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.d.ts +9 -0
  169. package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.js +5 -0
  170. package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.d.ts +9 -0
  171. package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.js +5 -0
  172. package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.d.ts +9 -0
  173. package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.js +5 -0
  174. package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.d.ts +9 -0
  175. package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.js +5 -0
  176. package/dist/api/types/DocumentIndexChunking.d.ts +16 -0
  177. package/dist/api/types/DocumentIndexChunking.js +5 -0
  178. package/dist/api/types/DocumentIndexChunkingRequest.d.ts +16 -0
  179. package/dist/api/types/DocumentIndexChunkingRequest.js +5 -0
  180. package/dist/api/types/DocumentIndexIndexingConfig.d.ts +8 -0
  181. package/dist/api/types/DocumentIndexIndexingConfig.js +5 -0
  182. package/dist/api/types/DocumentIndexIndexingConfigRequest.d.ts +8 -0
  183. package/dist/api/types/DocumentIndexIndexingConfigRequest.js +5 -0
  184. package/dist/api/types/DocumentIndexRead.d.ts +1 -2
  185. package/dist/api/types/ErrorVellumValue.d.ts +10 -0
  186. package/dist/api/types/ErrorVellumValue.js +5 -0
  187. package/dist/api/types/FunctionCall.d.ts +8 -8
  188. package/{api/types/FulfilledFunctionCallRequest.d.ts → dist/api/types/FunctionCallRequest.d.ts} +2 -2
  189. package/dist/api/types/FunctionCallRequest.js +5 -0
  190. package/dist/api/types/FunctionCallVariableValue.d.ts +1 -1
  191. package/{api/types/NodeOutputCompiledFunctionValue.d.ts → dist/api/types/FunctionCallVellumValue.d.ts} +4 -2
  192. package/dist/api/types/FunctionCallVellumValue.js +5 -0
  193. package/dist/api/types/HkunlpInstructorXlEnum.d.ts +4 -0
  194. package/dist/api/types/HkunlpInstructorXlEnum.js +5 -0
  195. package/dist/api/types/HkunlpInstructorXlVectorizer.d.ts +10 -0
  196. package/dist/api/types/HkunlpInstructorXlVectorizer.js +5 -0
  197. package/dist/api/types/HkunlpInstructorXlVectorizerRequest.d.ts +10 -0
  198. package/dist/api/types/HkunlpInstructorXlVectorizerRequest.js +5 -0
  199. package/dist/api/types/ImageVellumValue.d.ts +10 -0
  200. package/dist/api/types/ImageVellumValue.js +5 -0
  201. package/dist/api/types/IndexingConfigVectorizer.d.ts +28 -0
  202. package/dist/api/types/IndexingConfigVectorizer.js +5 -0
  203. package/dist/api/types/IndexingConfigVectorizerRequest.d.ts +28 -0
  204. package/dist/api/types/IndexingConfigVectorizerRequest.js +5 -0
  205. package/dist/api/types/InstructorVectorizerConfig.d.ts +11 -0
  206. package/dist/api/types/InstructorVectorizerConfig.js +5 -0
  207. package/dist/api/types/InstructorVectorizerConfigRequest.d.ts +11 -0
  208. package/dist/api/types/InstructorVectorizerConfigRequest.js +5 -0
  209. package/dist/api/types/IntfloatMultilingualE5LargeEnum.d.ts +4 -0
  210. package/dist/api/types/IntfloatMultilingualE5LargeEnum.js +5 -0
  211. package/dist/api/types/JsonVellumValue.d.ts +9 -0
  212. package/dist/api/types/JsonVellumValue.js +5 -0
  213. package/dist/api/types/MetricEnum.d.ts +4 -0
  214. package/dist/api/types/MetricEnum.js +5 -0
  215. package/dist/api/types/MetricNodeResult.d.ts +8 -0
  216. package/dist/api/types/MetricNodeResult.js +5 -0
  217. package/dist/api/types/NamedTestCaseFunctionCallVariableValue.d.ts +1 -1
  218. package/dist/api/types/NamedTestCaseFunctionCallVariableValueRequest.d.ts +1 -1
  219. package/dist/api/types/NodeOutputCompiledArrayValue.d.ts +5 -1
  220. package/dist/api/types/NodeOutputCompiledChatHistoryValue.d.ts +5 -1
  221. package/dist/api/types/NodeOutputCompiledErrorValue.d.ts +5 -1
  222. package/dist/api/types/NodeOutputCompiledFunctionCallValue.d.ts +12 -0
  223. package/dist/api/types/NodeOutputCompiledFunctionCallValue.js +5 -0
  224. package/dist/api/types/NodeOutputCompiledJsonValue.d.ts +6 -1
  225. package/dist/api/types/NodeOutputCompiledNumberValue.d.ts +6 -1
  226. package/dist/api/types/NodeOutputCompiledSearchResultsValue.d.ts +5 -1
  227. package/dist/api/types/NodeOutputCompiledStringValue.d.ts +6 -1
  228. package/dist/api/types/NodeOutputCompiledValue.d.ts +1 -1
  229. package/dist/api/types/NumberVellumValue.d.ts +9 -0
  230. package/dist/api/types/NumberVellumValue.js +5 -0
  231. package/dist/api/types/OpenAiVectorizerConfig.d.ts +10 -0
  232. package/dist/api/types/OpenAiVectorizerConfig.js +5 -0
  233. package/dist/api/types/OpenAiVectorizerConfigRequest.d.ts +10 -0
  234. package/dist/api/types/OpenAiVectorizerConfigRequest.js +5 -0
  235. package/dist/api/types/OpenAiVectorizerTextEmbedding3Large.d.ts +10 -0
  236. package/dist/api/types/OpenAiVectorizerTextEmbedding3Large.js +5 -0
  237. package/dist/api/types/OpenAiVectorizerTextEmbedding3LargeRequest.d.ts +10 -0
  238. package/dist/api/types/OpenAiVectorizerTextEmbedding3LargeRequest.js +5 -0
  239. package/dist/api/types/OpenAiVectorizerTextEmbedding3Small.d.ts +10 -0
  240. package/dist/api/types/OpenAiVectorizerTextEmbedding3Small.js +5 -0
  241. package/dist/api/types/OpenAiVectorizerTextEmbedding3SmallRequest.d.ts +10 -0
  242. package/dist/api/types/OpenAiVectorizerTextEmbedding3SmallRequest.js +5 -0
  243. package/dist/api/types/OpenAiVectorizerTextEmbeddingAda002.d.ts +10 -0
  244. package/dist/api/types/OpenAiVectorizerTextEmbeddingAda002.js +5 -0
  245. package/dist/api/types/OpenAiVectorizerTextEmbeddingAda002Request.d.ts +10 -0
  246. package/dist/api/types/OpenAiVectorizerTextEmbeddingAda002Request.js +5 -0
  247. package/dist/api/types/PromptOutput.d.ts +4 -4
  248. package/dist/api/types/ReductoChunkerConfig.d.ts +9 -0
  249. package/dist/api/types/ReductoChunkerConfig.js +5 -0
  250. package/dist/api/types/ReductoChunkerConfigRequest.d.ts +9 -0
  251. package/dist/api/types/ReductoChunkerConfigRequest.js +5 -0
  252. package/dist/api/types/ReductoChunkerEnum.d.ts +4 -0
  253. package/dist/api/types/ReductoChunkerEnum.js +5 -0
  254. package/dist/api/types/ReductoChunking.d.ts +10 -0
  255. package/dist/api/types/ReductoChunking.js +5 -0
  256. package/dist/api/types/ReductoChunkingRequest.d.ts +10 -0
  257. package/dist/api/types/ReductoChunkingRequest.js +5 -0
  258. package/dist/api/types/SentenceChunkerConfig.d.ts +10 -0
  259. package/dist/api/types/SentenceChunkerConfig.js +5 -0
  260. package/dist/api/types/SentenceChunkerConfigRequest.d.ts +10 -0
  261. package/dist/api/types/SentenceChunkerConfigRequest.js +5 -0
  262. package/dist/api/types/SentenceChunkerEnum.d.ts +4 -0
  263. package/dist/api/types/SentenceChunkerEnum.js +5 -0
  264. package/dist/api/types/SentenceChunking.d.ts +10 -0
  265. package/dist/api/types/SentenceChunking.js +5 -0
  266. package/dist/api/types/SentenceChunkingRequest.d.ts +10 -0
  267. package/dist/api/types/SentenceChunkingRequest.js +5 -0
  268. package/dist/api/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.d.ts +4 -0
  269. package/dist/api/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.js +5 -0
  270. package/dist/api/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.d.ts +4 -0
  271. package/dist/api/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.js +5 -0
  272. package/dist/api/types/StringVellumValue.d.ts +9 -0
  273. package/dist/api/types/StringVellumValue.js +5 -0
  274. package/dist/api/types/TestCaseFunctionCallVariableValue.d.ts +1 -1
  275. package/dist/api/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +1 -1
  276. package/dist/api/types/TextEmbedding3LargeEnum.d.ts +4 -0
  277. package/dist/api/types/TextEmbedding3LargeEnum.js +5 -0
  278. package/dist/api/types/TextEmbedding3SmallEnum.d.ts +4 -0
  279. package/dist/api/types/TextEmbedding3SmallEnum.js +5 -0
  280. package/dist/api/types/TextEmbeddingAda002Enum.d.ts +4 -0
  281. package/dist/api/types/TextEmbeddingAda002Enum.js +5 -0
  282. package/dist/api/types/TokenOverlappingWindowChunkerConfig.d.ts +10 -0
  283. package/dist/api/types/TokenOverlappingWindowChunkerConfig.js +5 -0
  284. package/dist/api/types/TokenOverlappingWindowChunkerConfigRequest.d.ts +10 -0
  285. package/dist/api/types/TokenOverlappingWindowChunkerConfigRequest.js +5 -0
  286. package/dist/api/types/TokenOverlappingWindowChunkerEnum.d.ts +4 -0
  287. package/dist/api/types/TokenOverlappingWindowChunkerEnum.js +5 -0
  288. package/dist/api/types/TokenOverlappingWindowChunking.d.ts +10 -0
  289. package/dist/api/types/TokenOverlappingWindowChunking.js +5 -0
  290. package/dist/api/types/TokenOverlappingWindowChunkingRequest.d.ts +10 -0
  291. package/dist/api/types/TokenOverlappingWindowChunkingRequest.js +5 -0
  292. package/dist/api/types/WorkflowExecutionActualChatHistoryRequest.d.ts +2 -0
  293. package/dist/api/types/WorkflowExecutionActualJsonRequest.d.ts +2 -0
  294. package/dist/api/types/WorkflowExecutionActualStringRequest.d.ts +2 -0
  295. package/dist/api/types/WorkflowNodeResultData.d.ts +4 -1
  296. package/dist/api/types/WorkflowOutputArray.d.ts +1 -1
  297. package/dist/api/types/index.d.ts +58 -6
  298. package/dist/api/types/index.js +58 -6
  299. package/dist/serialization/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.d.ts +2 -1
  300. package/dist/serialization/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.js +2 -1
  301. package/dist/serialization/types/AddOpenaiApiKeyEnum.d.ts +10 -0
  302. package/dist/serialization/types/AddOpenaiApiKeyEnum.js +31 -0
  303. package/dist/serialization/types/ArrayVariableValueItem.d.ts +1 -9
  304. package/dist/serialization/types/ArrayVariableValueItem.js +0 -4
  305. package/dist/serialization/types/ArrayVellumValueItem.d.ts +34 -0
  306. package/dist/serialization/types/ArrayVellumValueItem.js +49 -0
  307. package/dist/serialization/types/BasicVectorizerIntfloatMultilingualE5Large.d.ts +12 -0
  308. package/dist/serialization/types/BasicVectorizerIntfloatMultilingualE5Large.js +33 -0
  309. package/dist/serialization/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.d.ts +12 -0
  310. package/dist/serialization/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.js +33 -0
  311. package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.d.ts +12 -0
  312. package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.js +33 -0
  313. package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.d.ts +12 -0
  314. package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.js +33 -0
  315. package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.d.ts +12 -0
  316. package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.js +33 -0
  317. package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.d.ts +12 -0
  318. package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.js +33 -0
  319. package/dist/serialization/types/DocumentIndexChunking.d.ts +22 -0
  320. package/dist/serialization/types/DocumentIndexChunking.js +43 -0
  321. package/dist/serialization/types/DocumentIndexChunkingRequest.d.ts +22 -0
  322. package/dist/serialization/types/DocumentIndexChunkingRequest.js +43 -0
  323. package/dist/serialization/types/DocumentIndexIndexingConfig.d.ts +15 -0
  324. package/dist/serialization/types/DocumentIndexIndexingConfig.js +36 -0
  325. package/dist/serialization/types/DocumentIndexIndexingConfigRequest.d.ts +15 -0
  326. package/dist/serialization/types/DocumentIndexIndexingConfigRequest.js +36 -0
  327. package/dist/serialization/types/DocumentIndexRead.d.ts +2 -1
  328. package/dist/serialization/types/DocumentIndexRead.js +2 -1
  329. package/dist/serialization/types/ErrorVellumValue.d.ts +13 -0
  330. package/dist/serialization/types/{RejectedFunctionCall.js → ErrorVellumValue.js} +3 -5
  331. package/dist/serialization/types/FunctionCall.d.ts +7 -9
  332. package/dist/serialization/types/FunctionCall.js +6 -10
  333. package/dist/serialization/types/{FulfilledFunctionCallRequest.d.ts → FunctionCallRequest.d.ts} +3 -3
  334. package/{serialization/types/FulfilledFunctionCallRequest.js → dist/serialization/types/FunctionCallRequest.js} +3 -3
  335. package/dist/serialization/types/FunctionCallVariableValue.d.ts +1 -1
  336. package/dist/serialization/types/FunctionCallVariableValue.js +1 -1
  337. package/{serialization/types/NodeOutputCompiledFunctionValue.d.ts → dist/serialization/types/FunctionCallVellumValue.d.ts} +2 -3
  338. package/{serialization/types/NodeOutputCompiledFunctionValue.js → dist/serialization/types/FunctionCallVellumValue.js} +2 -3
  339. package/dist/serialization/types/HkunlpInstructorXlEnum.d.ts +10 -0
  340. package/dist/serialization/types/HkunlpInstructorXlEnum.js +31 -0
  341. package/dist/serialization/types/HkunlpInstructorXlVectorizer.d.ts +13 -0
  342. package/dist/serialization/types/HkunlpInstructorXlVectorizer.js +34 -0
  343. package/dist/serialization/types/HkunlpInstructorXlVectorizerRequest.d.ts +13 -0
  344. package/dist/serialization/types/HkunlpInstructorXlVectorizerRequest.js +34 -0
  345. package/dist/serialization/types/ImageVellumValue.d.ts +13 -0
  346. package/dist/serialization/types/{ChatHistoryVariableValue.js → ImageVellumValue.js} +4 -4
  347. package/dist/serialization/types/IndexingConfigVectorizer.d.ts +38 -0
  348. package/dist/serialization/types/IndexingConfigVectorizer.js +51 -0
  349. package/dist/serialization/types/IndexingConfigVectorizerRequest.d.ts +38 -0
  350. package/dist/serialization/types/IndexingConfigVectorizerRequest.js +51 -0
  351. package/dist/serialization/types/InstructorVectorizerConfig.d.ts +14 -0
  352. package/dist/serialization/types/InstructorVectorizerConfig.js +35 -0
  353. package/dist/serialization/types/InstructorVectorizerConfigRequest.d.ts +14 -0
  354. package/dist/serialization/types/InstructorVectorizerConfigRequest.js +35 -0
  355. package/dist/serialization/types/IntfloatMultilingualE5LargeEnum.d.ts +10 -0
  356. package/dist/serialization/types/IntfloatMultilingualE5LargeEnum.js +31 -0
  357. package/dist/serialization/types/JsonVellumValue.d.ts +12 -0
  358. package/{serialization/types/ChatHistoryVariableValue.js → dist/serialization/types/JsonVellumValue.js} +3 -4
  359. package/dist/serialization/types/MetricEnum.d.ts +10 -0
  360. package/dist/serialization/types/MetricEnum.js +31 -0
  361. package/dist/serialization/types/MetricNodeResult.d.ts +11 -0
  362. package/dist/serialization/types/MetricNodeResult.js +31 -0
  363. package/dist/serialization/types/NamedTestCaseFunctionCallVariableValue.d.ts +2 -2
  364. package/dist/serialization/types/NamedTestCaseFunctionCallVariableValue.js +2 -2
  365. package/dist/serialization/types/NamedTestCaseFunctionCallVariableValueRequest.d.ts +2 -2
  366. package/dist/serialization/types/NamedTestCaseFunctionCallVariableValueRequest.js +2 -2
  367. package/dist/serialization/types/NodeOutputCompiledArrayValue.d.ts +4 -2
  368. package/dist/serialization/types/NodeOutputCompiledArrayValue.js +4 -2
  369. package/dist/serialization/types/NodeOutputCompiledChatHistoryValue.d.ts +3 -1
  370. package/dist/serialization/types/NodeOutputCompiledChatHistoryValue.js +3 -1
  371. package/dist/serialization/types/NodeOutputCompiledErrorValue.d.ts +3 -1
  372. package/dist/serialization/types/NodeOutputCompiledErrorValue.js +3 -1
  373. package/dist/serialization/types/NodeOutputCompiledFunctionCallValue.d.ts +16 -0
  374. package/dist/serialization/types/NodeOutputCompiledFunctionCallValue.js +37 -0
  375. package/dist/serialization/types/NodeOutputCompiledJsonValue.d.ts +3 -1
  376. package/dist/serialization/types/NodeOutputCompiledJsonValue.js +3 -1
  377. package/dist/serialization/types/NodeOutputCompiledNumberValue.d.ts +3 -1
  378. package/dist/serialization/types/NodeOutputCompiledNumberValue.js +3 -1
  379. package/dist/serialization/types/NodeOutputCompiledSearchResultsValue.d.ts +3 -1
  380. package/dist/serialization/types/NodeOutputCompiledSearchResultsValue.js +3 -1
  381. package/dist/serialization/types/NodeOutputCompiledStringValue.d.ts +3 -1
  382. package/dist/serialization/types/NodeOutputCompiledStringValue.js +3 -1
  383. package/dist/serialization/types/NodeOutputCompiledValue.d.ts +2 -2
  384. package/dist/serialization/types/NodeOutputCompiledValue.js +2 -2
  385. package/dist/serialization/types/NumberVellumValue.d.ts +12 -0
  386. package/{serialization/types/SearchResultsVariableValue.js → dist/serialization/types/NumberVellumValue.js} +3 -4
  387. package/dist/serialization/types/OpenAiVectorizerConfig.d.ts +13 -0
  388. package/dist/serialization/types/{FulfilledFunctionCall.js → OpenAiVectorizerConfig.js} +4 -5
  389. package/dist/serialization/types/OpenAiVectorizerConfigRequest.d.ts +13 -0
  390. package/dist/serialization/types/OpenAiVectorizerConfigRequest.js +34 -0
  391. package/dist/serialization/types/OpenAiVectorizerTextEmbedding3Large.d.ts +13 -0
  392. package/dist/serialization/types/OpenAiVectorizerTextEmbedding3Large.js +34 -0
  393. package/dist/serialization/types/OpenAiVectorizerTextEmbedding3LargeRequest.d.ts +13 -0
  394. package/dist/serialization/types/OpenAiVectorizerTextEmbedding3LargeRequest.js +34 -0
  395. package/dist/serialization/types/OpenAiVectorizerTextEmbedding3Small.d.ts +13 -0
  396. package/dist/serialization/types/OpenAiVectorizerTextEmbedding3Small.js +34 -0
  397. package/dist/serialization/types/OpenAiVectorizerTextEmbedding3SmallRequest.d.ts +13 -0
  398. package/dist/serialization/types/OpenAiVectorizerTextEmbedding3SmallRequest.js +34 -0
  399. package/dist/serialization/types/OpenAiVectorizerTextEmbeddingAda002.d.ts +13 -0
  400. package/dist/serialization/types/OpenAiVectorizerTextEmbeddingAda002.js +34 -0
  401. package/dist/serialization/types/OpenAiVectorizerTextEmbeddingAda002Request.d.ts +13 -0
  402. package/dist/serialization/types/OpenAiVectorizerTextEmbeddingAda002Request.js +34 -0
  403. package/dist/serialization/types/PromptOutput.d.ts +8 -8
  404. package/dist/serialization/types/PromptOutput.js +8 -8
  405. package/dist/serialization/types/ReductoChunkerConfig.d.ts +12 -0
  406. package/dist/serialization/types/{SearchResultsVariableValue.js → ReductoChunkerConfig.js} +3 -4
  407. package/dist/serialization/types/ReductoChunkerConfigRequest.d.ts +12 -0
  408. package/dist/serialization/types/ReductoChunkerConfigRequest.js +33 -0
  409. package/dist/serialization/types/ReductoChunkerEnum.d.ts +10 -0
  410. package/dist/serialization/types/ReductoChunkerEnum.js +31 -0
  411. package/dist/serialization/types/ReductoChunking.d.ts +13 -0
  412. package/dist/serialization/types/ReductoChunking.js +34 -0
  413. package/dist/serialization/types/ReductoChunkingRequest.d.ts +13 -0
  414. package/dist/serialization/types/ReductoChunkingRequest.js +34 -0
  415. package/dist/serialization/types/SentenceChunkerConfig.d.ts +13 -0
  416. package/dist/serialization/types/SentenceChunkerConfig.js +34 -0
  417. package/dist/serialization/types/SentenceChunkerConfigRequest.d.ts +13 -0
  418. package/dist/serialization/types/SentenceChunkerConfigRequest.js +34 -0
  419. package/dist/serialization/types/SentenceChunkerEnum.d.ts +10 -0
  420. package/dist/serialization/types/SentenceChunkerEnum.js +31 -0
  421. package/dist/serialization/types/SentenceChunking.d.ts +13 -0
  422. package/dist/serialization/types/SentenceChunking.js +34 -0
  423. package/dist/serialization/types/SentenceChunkingRequest.d.ts +13 -0
  424. package/dist/serialization/types/SentenceChunkingRequest.js +34 -0
  425. package/dist/serialization/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.d.ts +10 -0
  426. package/dist/serialization/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.js +31 -0
  427. package/dist/serialization/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.d.ts +10 -0
  428. package/dist/serialization/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.js +31 -0
  429. package/dist/serialization/types/StringVellumValue.d.ts +12 -0
  430. package/dist/serialization/types/StringVellumValue.js +33 -0
  431. package/dist/serialization/types/TestCaseFunctionCallVariableValue.d.ts +2 -2
  432. package/dist/serialization/types/TestCaseFunctionCallVariableValue.js +2 -2
  433. package/dist/serialization/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +2 -2
  434. package/dist/serialization/types/TestSuiteRunExecutionFunctionCallOutput.js +2 -2
  435. package/dist/serialization/types/TextEmbedding3LargeEnum.d.ts +10 -0
  436. package/dist/serialization/types/TextEmbedding3LargeEnum.js +31 -0
  437. package/dist/serialization/types/TextEmbedding3SmallEnum.d.ts +10 -0
  438. package/dist/serialization/types/TextEmbedding3SmallEnum.js +31 -0
  439. package/dist/serialization/types/TextEmbeddingAda002Enum.d.ts +10 -0
  440. package/dist/serialization/types/TextEmbeddingAda002Enum.js +31 -0
  441. package/dist/serialization/types/TokenOverlappingWindowChunkerConfig.d.ts +13 -0
  442. package/dist/serialization/types/TokenOverlappingWindowChunkerConfig.js +34 -0
  443. package/dist/serialization/types/TokenOverlappingWindowChunkerConfigRequest.d.ts +13 -0
  444. package/dist/serialization/types/TokenOverlappingWindowChunkerConfigRequest.js +34 -0
  445. package/dist/serialization/types/TokenOverlappingWindowChunkerEnum.d.ts +10 -0
  446. package/dist/serialization/types/TokenOverlappingWindowChunkerEnum.js +31 -0
  447. package/dist/serialization/types/TokenOverlappingWindowChunking.d.ts +13 -0
  448. package/dist/serialization/types/TokenOverlappingWindowChunking.js +34 -0
  449. package/dist/serialization/types/TokenOverlappingWindowChunkingRequest.d.ts +13 -0
  450. package/dist/serialization/types/TokenOverlappingWindowChunkingRequest.js +34 -0
  451. package/dist/serialization/types/WorkflowExecutionActualChatHistoryRequest.d.ts +1 -0
  452. package/dist/serialization/types/WorkflowExecutionActualChatHistoryRequest.js +1 -0
  453. package/dist/serialization/types/WorkflowExecutionActualJsonRequest.d.ts +1 -0
  454. package/dist/serialization/types/WorkflowExecutionActualJsonRequest.js +1 -0
  455. package/dist/serialization/types/WorkflowExecutionActualStringRequest.d.ts +1 -0
  456. package/dist/serialization/types/WorkflowExecutionActualStringRequest.js +1 -0
  457. package/dist/serialization/types/WorkflowNodeResultData.d.ts +5 -1
  458. package/dist/serialization/types/WorkflowNodeResultData.js +2 -0
  459. package/dist/serialization/types/WorkflowOutputArray.d.ts +2 -2
  460. package/dist/serialization/types/WorkflowOutputArray.js +2 -2
  461. package/dist/serialization/types/index.d.ts +58 -6
  462. package/dist/serialization/types/index.js +58 -6
  463. package/package.json +1 -1
  464. package/serialization/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.d.ts +2 -1
  465. package/serialization/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.js +2 -1
  466. package/serialization/types/AddOpenaiApiKeyEnum.d.ts +10 -0
  467. package/serialization/types/AddOpenaiApiKeyEnum.js +31 -0
  468. package/serialization/types/ArrayVariableValueItem.d.ts +1 -9
  469. package/serialization/types/ArrayVariableValueItem.js +0 -4
  470. package/serialization/types/ArrayVellumValueItem.d.ts +34 -0
  471. package/serialization/types/ArrayVellumValueItem.js +49 -0
  472. package/serialization/types/BasicVectorizerIntfloatMultilingualE5Large.d.ts +12 -0
  473. package/serialization/types/BasicVectorizerIntfloatMultilingualE5Large.js +33 -0
  474. package/serialization/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.d.ts +12 -0
  475. package/serialization/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.js +33 -0
  476. package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.d.ts +12 -0
  477. package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.js +33 -0
  478. package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.d.ts +12 -0
  479. package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.js +33 -0
  480. package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.d.ts +12 -0
  481. package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.js +33 -0
  482. package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.d.ts +12 -0
  483. package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.js +33 -0
  484. package/serialization/types/DocumentIndexChunking.d.ts +22 -0
  485. package/serialization/types/DocumentIndexChunking.js +43 -0
  486. package/serialization/types/DocumentIndexChunkingRequest.d.ts +22 -0
  487. package/serialization/types/DocumentIndexChunkingRequest.js +43 -0
  488. package/serialization/types/DocumentIndexIndexingConfig.d.ts +15 -0
  489. package/serialization/types/DocumentIndexIndexingConfig.js +36 -0
  490. package/serialization/types/DocumentIndexIndexingConfigRequest.d.ts +15 -0
  491. package/serialization/types/DocumentIndexIndexingConfigRequest.js +36 -0
  492. package/serialization/types/DocumentIndexRead.d.ts +2 -1
  493. package/serialization/types/DocumentIndexRead.js +2 -1
  494. package/serialization/types/ErrorVellumValue.d.ts +13 -0
  495. package/serialization/types/{RejectedFunctionCall.js → ErrorVellumValue.js} +3 -5
  496. package/serialization/types/FunctionCall.d.ts +7 -9
  497. package/serialization/types/FunctionCall.js +6 -10
  498. package/serialization/types/{FulfilledFunctionCallRequest.d.ts → FunctionCallRequest.d.ts} +3 -3
  499. package/{dist/serialization/types/FulfilledFunctionCallRequest.js → serialization/types/FunctionCallRequest.js} +3 -3
  500. package/serialization/types/FunctionCallVariableValue.d.ts +1 -1
  501. package/serialization/types/FunctionCallVariableValue.js +1 -1
  502. package/{dist/serialization/types/NodeOutputCompiledFunctionValue.d.ts → serialization/types/FunctionCallVellumValue.d.ts} +2 -3
  503. package/{dist/serialization/types/NodeOutputCompiledFunctionValue.js → serialization/types/FunctionCallVellumValue.js} +2 -3
  504. package/serialization/types/HkunlpInstructorXlEnum.d.ts +10 -0
  505. package/serialization/types/HkunlpInstructorXlEnum.js +31 -0
  506. package/serialization/types/HkunlpInstructorXlVectorizer.d.ts +13 -0
  507. package/serialization/types/HkunlpInstructorXlVectorizer.js +34 -0
  508. package/serialization/types/HkunlpInstructorXlVectorizerRequest.d.ts +13 -0
  509. package/serialization/types/HkunlpInstructorXlVectorizerRequest.js +34 -0
  510. package/serialization/types/ImageVellumValue.d.ts +13 -0
  511. package/serialization/types/ImageVellumValue.js +34 -0
  512. package/serialization/types/IndexingConfigVectorizer.d.ts +38 -0
  513. package/serialization/types/IndexingConfigVectorizer.js +51 -0
  514. package/serialization/types/IndexingConfigVectorizerRequest.d.ts +38 -0
  515. package/serialization/types/IndexingConfigVectorizerRequest.js +51 -0
  516. package/serialization/types/InstructorVectorizerConfig.d.ts +14 -0
  517. package/serialization/types/InstructorVectorizerConfig.js +35 -0
  518. package/serialization/types/InstructorVectorizerConfigRequest.d.ts +14 -0
  519. package/serialization/types/InstructorVectorizerConfigRequest.js +35 -0
  520. package/serialization/types/IntfloatMultilingualE5LargeEnum.d.ts +10 -0
  521. package/serialization/types/IntfloatMultilingualE5LargeEnum.js +31 -0
  522. package/serialization/types/JsonVellumValue.d.ts +12 -0
  523. package/serialization/types/JsonVellumValue.js +33 -0
  524. package/serialization/types/MetricEnum.d.ts +10 -0
  525. package/serialization/types/MetricEnum.js +31 -0
  526. package/serialization/types/MetricNodeResult.d.ts +11 -0
  527. package/serialization/types/MetricNodeResult.js +31 -0
  528. package/serialization/types/NamedTestCaseFunctionCallVariableValue.d.ts +2 -2
  529. package/serialization/types/NamedTestCaseFunctionCallVariableValue.js +2 -2
  530. package/serialization/types/NamedTestCaseFunctionCallVariableValueRequest.d.ts +2 -2
  531. package/serialization/types/NamedTestCaseFunctionCallVariableValueRequest.js +2 -2
  532. package/serialization/types/NodeOutputCompiledArrayValue.d.ts +4 -2
  533. package/serialization/types/NodeOutputCompiledArrayValue.js +4 -2
  534. package/serialization/types/NodeOutputCompiledChatHistoryValue.d.ts +3 -1
  535. package/serialization/types/NodeOutputCompiledChatHistoryValue.js +3 -1
  536. package/serialization/types/NodeOutputCompiledErrorValue.d.ts +3 -1
  537. package/serialization/types/NodeOutputCompiledErrorValue.js +3 -1
  538. package/serialization/types/NodeOutputCompiledFunctionCallValue.d.ts +16 -0
  539. package/serialization/types/NodeOutputCompiledFunctionCallValue.js +37 -0
  540. package/serialization/types/NodeOutputCompiledJsonValue.d.ts +3 -1
  541. package/serialization/types/NodeOutputCompiledJsonValue.js +3 -1
  542. package/serialization/types/NodeOutputCompiledNumberValue.d.ts +3 -1
  543. package/serialization/types/NodeOutputCompiledNumberValue.js +3 -1
  544. package/serialization/types/NodeOutputCompiledSearchResultsValue.d.ts +3 -1
  545. package/serialization/types/NodeOutputCompiledSearchResultsValue.js +3 -1
  546. package/serialization/types/NodeOutputCompiledStringValue.d.ts +3 -1
  547. package/serialization/types/NodeOutputCompiledStringValue.js +3 -1
  548. package/serialization/types/NodeOutputCompiledValue.d.ts +2 -2
  549. package/serialization/types/NodeOutputCompiledValue.js +2 -2
  550. package/serialization/types/NumberVellumValue.d.ts +12 -0
  551. package/serialization/types/NumberVellumValue.js +33 -0
  552. package/serialization/types/OpenAiVectorizerConfig.d.ts +13 -0
  553. package/serialization/types/OpenAiVectorizerConfig.js +34 -0
  554. package/serialization/types/OpenAiVectorizerConfigRequest.d.ts +13 -0
  555. package/serialization/types/OpenAiVectorizerConfigRequest.js +34 -0
  556. package/serialization/types/OpenAiVectorizerTextEmbedding3Large.d.ts +13 -0
  557. package/serialization/types/OpenAiVectorizerTextEmbedding3Large.js +34 -0
  558. package/serialization/types/OpenAiVectorizerTextEmbedding3LargeRequest.d.ts +13 -0
  559. package/serialization/types/OpenAiVectorizerTextEmbedding3LargeRequest.js +34 -0
  560. package/serialization/types/OpenAiVectorizerTextEmbedding3Small.d.ts +13 -0
  561. package/serialization/types/OpenAiVectorizerTextEmbedding3Small.js +34 -0
  562. package/serialization/types/OpenAiVectorizerTextEmbedding3SmallRequest.d.ts +13 -0
  563. package/serialization/types/OpenAiVectorizerTextEmbedding3SmallRequest.js +34 -0
  564. package/serialization/types/OpenAiVectorizerTextEmbeddingAda002.d.ts +13 -0
  565. package/serialization/types/OpenAiVectorizerTextEmbeddingAda002.js +34 -0
  566. package/serialization/types/OpenAiVectorizerTextEmbeddingAda002Request.d.ts +13 -0
  567. package/serialization/types/OpenAiVectorizerTextEmbeddingAda002Request.js +34 -0
  568. package/serialization/types/PromptOutput.d.ts +8 -8
  569. package/serialization/types/PromptOutput.js +8 -8
  570. package/serialization/types/ReductoChunkerConfig.d.ts +12 -0
  571. package/serialization/types/ReductoChunkerConfig.js +33 -0
  572. package/serialization/types/ReductoChunkerConfigRequest.d.ts +12 -0
  573. package/serialization/types/ReductoChunkerConfigRequest.js +33 -0
  574. package/serialization/types/ReductoChunkerEnum.d.ts +10 -0
  575. package/serialization/types/ReductoChunkerEnum.js +31 -0
  576. package/serialization/types/ReductoChunking.d.ts +13 -0
  577. package/serialization/types/ReductoChunking.js +34 -0
  578. package/serialization/types/ReductoChunkingRequest.d.ts +13 -0
  579. package/serialization/types/ReductoChunkingRequest.js +34 -0
  580. package/serialization/types/SentenceChunkerConfig.d.ts +13 -0
  581. package/serialization/types/SentenceChunkerConfig.js +34 -0
  582. package/serialization/types/SentenceChunkerConfigRequest.d.ts +13 -0
  583. package/serialization/types/SentenceChunkerConfigRequest.js +34 -0
  584. package/serialization/types/SentenceChunkerEnum.d.ts +10 -0
  585. package/serialization/types/SentenceChunkerEnum.js +31 -0
  586. package/serialization/types/SentenceChunking.d.ts +13 -0
  587. package/serialization/types/SentenceChunking.js +34 -0
  588. package/serialization/types/SentenceChunkingRequest.d.ts +13 -0
  589. package/serialization/types/SentenceChunkingRequest.js +34 -0
  590. package/serialization/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.d.ts +10 -0
  591. package/serialization/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.js +31 -0
  592. package/serialization/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.d.ts +10 -0
  593. package/serialization/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.js +31 -0
  594. package/serialization/types/StringVellumValue.d.ts +12 -0
  595. package/serialization/types/StringVellumValue.js +33 -0
  596. package/serialization/types/TestCaseFunctionCallVariableValue.d.ts +2 -2
  597. package/serialization/types/TestCaseFunctionCallVariableValue.js +2 -2
  598. package/serialization/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +2 -2
  599. package/serialization/types/TestSuiteRunExecutionFunctionCallOutput.js +2 -2
  600. package/serialization/types/TextEmbedding3LargeEnum.d.ts +10 -0
  601. package/serialization/types/TextEmbedding3LargeEnum.js +31 -0
  602. package/serialization/types/TextEmbedding3SmallEnum.d.ts +10 -0
  603. package/serialization/types/TextEmbedding3SmallEnum.js +31 -0
  604. package/serialization/types/TextEmbeddingAda002Enum.d.ts +10 -0
  605. package/serialization/types/TextEmbeddingAda002Enum.js +31 -0
  606. package/serialization/types/TokenOverlappingWindowChunkerConfig.d.ts +13 -0
  607. package/serialization/types/TokenOverlappingWindowChunkerConfig.js +34 -0
  608. package/serialization/types/TokenOverlappingWindowChunkerConfigRequest.d.ts +13 -0
  609. package/serialization/types/TokenOverlappingWindowChunkerConfigRequest.js +34 -0
  610. package/serialization/types/TokenOverlappingWindowChunkerEnum.d.ts +10 -0
  611. package/serialization/types/TokenOverlappingWindowChunkerEnum.js +31 -0
  612. package/serialization/types/TokenOverlappingWindowChunking.d.ts +13 -0
  613. package/serialization/types/TokenOverlappingWindowChunking.js +34 -0
  614. package/serialization/types/TokenOverlappingWindowChunkingRequest.d.ts +13 -0
  615. package/serialization/types/TokenOverlappingWindowChunkingRequest.js +34 -0
  616. package/serialization/types/WorkflowExecutionActualChatHistoryRequest.d.ts +1 -0
  617. package/serialization/types/WorkflowExecutionActualChatHistoryRequest.js +1 -0
  618. package/serialization/types/WorkflowExecutionActualJsonRequest.d.ts +1 -0
  619. package/serialization/types/WorkflowExecutionActualJsonRequest.js +1 -0
  620. package/serialization/types/WorkflowExecutionActualStringRequest.d.ts +1 -0
  621. package/serialization/types/WorkflowExecutionActualStringRequest.js +1 -0
  622. package/serialization/types/WorkflowNodeResultData.d.ts +5 -1
  623. package/serialization/types/WorkflowNodeResultData.js +2 -0
  624. package/serialization/types/WorkflowOutputArray.d.ts +2 -2
  625. package/serialization/types/WorkflowOutputArray.js +2 -2
  626. package/serialization/types/index.d.ts +58 -6
  627. package/serialization/types/index.js +58 -6
  628. package/api/types/ChatHistoryVariableValue.d.ts +0 -7
  629. package/api/types/FulfilledFunctionCall.d.ts +0 -11
  630. package/api/types/RejectedFunctionCall.d.ts +0 -12
  631. package/api/types/SearchResultsVariableValue.d.ts +0 -7
  632. package/dist/api/types/ChatHistoryVariableValue.d.ts +0 -7
  633. package/dist/api/types/FulfilledFunctionCall.d.ts +0 -11
  634. package/dist/api/types/RejectedFunctionCall.d.ts +0 -12
  635. package/dist/api/types/SearchResultsVariableValue.d.ts +0 -7
  636. package/dist/serialization/types/ChatHistoryVariableValue.d.ts +0 -13
  637. package/dist/serialization/types/FulfilledFunctionCall.d.ts +0 -14
  638. package/dist/serialization/types/RejectedFunctionCall.d.ts +0 -15
  639. package/dist/serialization/types/SearchResultsVariableValue.d.ts +0 -13
  640. package/serialization/types/ChatHistoryVariableValue.d.ts +0 -13
  641. package/serialization/types/FulfilledFunctionCall.d.ts +0 -14
  642. package/serialization/types/FulfilledFunctionCall.js +0 -35
  643. package/serialization/types/RejectedFunctionCall.d.ts +0 -15
  644. package/serialization/types/SearchResultsVariableValue.d.ts +0 -13
  645. /package/api/types/{ChatHistoryVariableValue.js → AddOpenaiApiKeyEnum.js} +0 -0
  646. /package/api/types/{FulfilledFunctionCall.js → ArrayVellumValueItem.js} +0 -0
  647. /package/api/types/{FulfilledFunctionCallRequest.js → BasicVectorizerIntfloatMultilingualE5Large.js} +0 -0
  648. /package/api/types/{NodeOutputCompiledFunctionValue.js → BasicVectorizerIntfloatMultilingualE5LargeRequest.js} +0 -0
  649. /package/api/types/{RejectedFunctionCall.js → BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.js} +0 -0
  650. /package/api/types/{SearchResultsVariableValue.js → BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.js} +0 -0
  651. /package/{dist/api/types/ChatHistoryVariableValue.js → api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.js} +0 -0
  652. /package/{dist/api/types/FulfilledFunctionCall.js → api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.js} +0 -0
  653. /package/{dist/api/types/FulfilledFunctionCallRequest.js → api/types/DocumentIndexChunking.js} +0 -0
  654. /package/{dist/api/types/NodeOutputCompiledFunctionValue.js → api/types/DocumentIndexChunkingRequest.js} +0 -0
  655. /package/{dist/api/types/RejectedFunctionCall.js → api/types/DocumentIndexIndexingConfig.js} +0 -0
  656. /package/{dist/api/types/SearchResultsVariableValue.js → api/types/DocumentIndexIndexingConfigRequest.js} +0 -0
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.NumberVellumValue = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.NumberVellumValue = core.serialization.object({
32
+ value: core.serialization.number().optional(),
33
+ });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vellum from "../../api";
6
+ import * as core from "../../core";
7
+ import { AddOpenaiApiKeyEnum } from "./AddOpenaiApiKeyEnum";
8
+ export declare const OpenAiVectorizerConfig: core.serialization.ObjectSchema<serializers.OpenAiVectorizerConfig.Raw, Vellum.OpenAiVectorizerConfig>;
9
+ export declare namespace OpenAiVectorizerConfig {
10
+ interface Raw {
11
+ add_openai_api_key?: AddOpenaiApiKeyEnum.Raw | null;
12
+ }
13
+ }
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.OpenAiVectorizerConfig = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const AddOpenaiApiKeyEnum_1 = require("./AddOpenaiApiKeyEnum");
32
+ exports.OpenAiVectorizerConfig = core.serialization.object({
33
+ addOpenaiApiKey: core.serialization.property("add_openai_api_key", AddOpenaiApiKeyEnum_1.AddOpenaiApiKeyEnum.optional()),
34
+ });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vellum from "../../api";
6
+ import * as core from "../../core";
7
+ import { AddOpenaiApiKeyEnum } from "./AddOpenaiApiKeyEnum";
8
+ export declare const OpenAiVectorizerConfigRequest: core.serialization.ObjectSchema<serializers.OpenAiVectorizerConfigRequest.Raw, Vellum.OpenAiVectorizerConfigRequest>;
9
+ export declare namespace OpenAiVectorizerConfigRequest {
10
+ interface Raw {
11
+ add_openai_api_key?: AddOpenaiApiKeyEnum.Raw | null;
12
+ }
13
+ }
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.OpenAiVectorizerConfigRequest = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const AddOpenaiApiKeyEnum_1 = require("./AddOpenaiApiKeyEnum");
32
+ exports.OpenAiVectorizerConfigRequest = core.serialization.object({
33
+ addOpenaiApiKey: core.serialization.property("add_openai_api_key", AddOpenaiApiKeyEnum_1.AddOpenaiApiKeyEnum.optional()),
34
+ });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vellum from "../../api";
6
+ import * as core from "../../core";
7
+ import { OpenAiVectorizerConfig } from "./OpenAiVectorizerConfig";
8
+ export declare const OpenAiVectorizerTextEmbedding3Large: core.serialization.ObjectSchema<serializers.OpenAiVectorizerTextEmbedding3Large.Raw, Vellum.OpenAiVectorizerTextEmbedding3Large>;
9
+ export declare namespace OpenAiVectorizerTextEmbedding3Large {
10
+ interface Raw {
11
+ config: OpenAiVectorizerConfig.Raw;
12
+ }
13
+ }
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.OpenAiVectorizerTextEmbedding3Large = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const OpenAiVectorizerConfig_1 = require("./OpenAiVectorizerConfig");
32
+ exports.OpenAiVectorizerTextEmbedding3Large = core.serialization.object({
33
+ config: OpenAiVectorizerConfig_1.OpenAiVectorizerConfig,
34
+ });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vellum from "../../api";
6
+ import * as core from "../../core";
7
+ import { OpenAiVectorizerConfigRequest } from "./OpenAiVectorizerConfigRequest";
8
+ export declare const OpenAiVectorizerTextEmbedding3LargeRequest: core.serialization.ObjectSchema<serializers.OpenAiVectorizerTextEmbedding3LargeRequest.Raw, Vellum.OpenAiVectorizerTextEmbedding3LargeRequest>;
9
+ export declare namespace OpenAiVectorizerTextEmbedding3LargeRequest {
10
+ interface Raw {
11
+ config: OpenAiVectorizerConfigRequest.Raw;
12
+ }
13
+ }
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.OpenAiVectorizerTextEmbedding3LargeRequest = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const OpenAiVectorizerConfigRequest_1 = require("./OpenAiVectorizerConfigRequest");
32
+ exports.OpenAiVectorizerTextEmbedding3LargeRequest = core.serialization.object({
33
+ config: OpenAiVectorizerConfigRequest_1.OpenAiVectorizerConfigRequest,
34
+ });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vellum from "../../api";
6
+ import * as core from "../../core";
7
+ import { OpenAiVectorizerConfig } from "./OpenAiVectorizerConfig";
8
+ export declare const OpenAiVectorizerTextEmbedding3Small: core.serialization.ObjectSchema<serializers.OpenAiVectorizerTextEmbedding3Small.Raw, Vellum.OpenAiVectorizerTextEmbedding3Small>;
9
+ export declare namespace OpenAiVectorizerTextEmbedding3Small {
10
+ interface Raw {
11
+ config: OpenAiVectorizerConfig.Raw;
12
+ }
13
+ }
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.OpenAiVectorizerTextEmbedding3Small = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const OpenAiVectorizerConfig_1 = require("./OpenAiVectorizerConfig");
32
+ exports.OpenAiVectorizerTextEmbedding3Small = core.serialization.object({
33
+ config: OpenAiVectorizerConfig_1.OpenAiVectorizerConfig,
34
+ });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vellum from "../../api";
6
+ import * as core from "../../core";
7
+ import { OpenAiVectorizerConfigRequest } from "./OpenAiVectorizerConfigRequest";
8
+ export declare const OpenAiVectorizerTextEmbedding3SmallRequest: core.serialization.ObjectSchema<serializers.OpenAiVectorizerTextEmbedding3SmallRequest.Raw, Vellum.OpenAiVectorizerTextEmbedding3SmallRequest>;
9
+ export declare namespace OpenAiVectorizerTextEmbedding3SmallRequest {
10
+ interface Raw {
11
+ config: OpenAiVectorizerConfigRequest.Raw;
12
+ }
13
+ }
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.OpenAiVectorizerTextEmbedding3SmallRequest = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const OpenAiVectorizerConfigRequest_1 = require("./OpenAiVectorizerConfigRequest");
32
+ exports.OpenAiVectorizerTextEmbedding3SmallRequest = core.serialization.object({
33
+ config: OpenAiVectorizerConfigRequest_1.OpenAiVectorizerConfigRequest,
34
+ });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vellum from "../../api";
6
+ import * as core from "../../core";
7
+ import { OpenAiVectorizerConfig } from "./OpenAiVectorizerConfig";
8
+ export declare const OpenAiVectorizerTextEmbeddingAda002: core.serialization.ObjectSchema<serializers.OpenAiVectorizerTextEmbeddingAda002.Raw, Vellum.OpenAiVectorizerTextEmbeddingAda002>;
9
+ export declare namespace OpenAiVectorizerTextEmbeddingAda002 {
10
+ interface Raw {
11
+ config: OpenAiVectorizerConfig.Raw;
12
+ }
13
+ }
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.OpenAiVectorizerTextEmbeddingAda002 = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const OpenAiVectorizerConfig_1 = require("./OpenAiVectorizerConfig");
32
+ exports.OpenAiVectorizerTextEmbeddingAda002 = core.serialization.object({
33
+ config: OpenAiVectorizerConfig_1.OpenAiVectorizerConfig,
34
+ });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vellum from "../../api";
6
+ import * as core from "../../core";
7
+ import { OpenAiVectorizerConfigRequest } from "./OpenAiVectorizerConfigRequest";
8
+ export declare const OpenAiVectorizerTextEmbeddingAda002Request: core.serialization.ObjectSchema<serializers.OpenAiVectorizerTextEmbeddingAda002Request.Raw, Vellum.OpenAiVectorizerTextEmbeddingAda002Request>;
9
+ export declare namespace OpenAiVectorizerTextEmbeddingAda002Request {
10
+ interface Raw {
11
+ config: OpenAiVectorizerConfigRequest.Raw;
12
+ }
13
+ }
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.OpenAiVectorizerTextEmbeddingAda002Request = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const OpenAiVectorizerConfigRequest_1 = require("./OpenAiVectorizerConfigRequest");
32
+ exports.OpenAiVectorizerTextEmbeddingAda002Request = core.serialization.object({
33
+ config: OpenAiVectorizerConfigRequest_1.OpenAiVectorizerConfigRequest,
34
+ });
@@ -4,23 +4,23 @@
4
4
  import * as serializers from "..";
5
5
  import * as Vellum from "../../api";
6
6
  import * as core from "../../core";
7
- import { StringVariableValue } from "./StringVariableValue";
8
- import { JsonVariableValue } from "./JsonVariableValue";
9
- import { ErrorVariableValue } from "./ErrorVariableValue";
10
- import { FunctionCallVariableValue } from "./FunctionCallVariableValue";
7
+ import { StringVellumValue } from "./StringVellumValue";
8
+ import { JsonVellumValue } from "./JsonVellumValue";
9
+ import { ErrorVellumValue } from "./ErrorVellumValue";
10
+ import { FunctionCallVellumValue } from "./FunctionCallVellumValue";
11
11
  export declare const PromptOutput: core.serialization.Schema<serializers.PromptOutput.Raw, Vellum.PromptOutput>;
12
12
  export declare namespace PromptOutput {
13
13
  type Raw = PromptOutput.String | PromptOutput.Json | PromptOutput.Error | PromptOutput.FunctionCall;
14
- interface String extends StringVariableValue.Raw {
14
+ interface String extends StringVellumValue.Raw {
15
15
  type: "STRING";
16
16
  }
17
- interface Json extends JsonVariableValue.Raw {
17
+ interface Json extends JsonVellumValue.Raw {
18
18
  type: "JSON";
19
19
  }
20
- interface Error extends ErrorVariableValue.Raw {
20
+ interface Error extends ErrorVellumValue.Raw {
21
21
  type: "ERROR";
22
22
  }
23
- interface FunctionCall extends FunctionCallVariableValue.Raw {
23
+ interface FunctionCall extends FunctionCallVellumValue.Raw {
24
24
  type: "FUNCTION_CALL";
25
25
  }
26
26
  }
@@ -28,16 +28,16 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.PromptOutput = void 0;
30
30
  const core = __importStar(require("../../core"));
31
- const StringVariableValue_1 = require("./StringVariableValue");
32
- const JsonVariableValue_1 = require("./JsonVariableValue");
33
- const ErrorVariableValue_1 = require("./ErrorVariableValue");
34
- const FunctionCallVariableValue_1 = require("./FunctionCallVariableValue");
31
+ const StringVellumValue_1 = require("./StringVellumValue");
32
+ const JsonVellumValue_1 = require("./JsonVellumValue");
33
+ const ErrorVellumValue_1 = require("./ErrorVellumValue");
34
+ const FunctionCallVellumValue_1 = require("./FunctionCallVellumValue");
35
35
  exports.PromptOutput = core.serialization
36
36
  .union("type", {
37
- STRING: StringVariableValue_1.StringVariableValue,
38
- JSON: JsonVariableValue_1.JsonVariableValue,
39
- ERROR: ErrorVariableValue_1.ErrorVariableValue,
40
- FUNCTION_CALL: FunctionCallVariableValue_1.FunctionCallVariableValue,
37
+ STRING: StringVellumValue_1.StringVellumValue,
38
+ JSON: JsonVellumValue_1.JsonVellumValue,
39
+ ERROR: ErrorVellumValue_1.ErrorVellumValue,
40
+ FUNCTION_CALL: FunctionCallVellumValue_1.FunctionCallVellumValue,
41
41
  })
42
42
  .transform({
43
43
  transform: (value) => value,
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vellum from "../../api";
6
+ import * as core from "../../core";
7
+ export declare const ReductoChunkerConfig: core.serialization.ObjectSchema<serializers.ReductoChunkerConfig.Raw, Vellum.ReductoChunkerConfig>;
8
+ export declare namespace ReductoChunkerConfig {
9
+ interface Raw {
10
+ character_limit?: number | null;
11
+ }
12
+ }
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.ReductoChunkerConfig = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.ReductoChunkerConfig = core.serialization.object({
32
+ characterLimit: core.serialization.property("character_limit", core.serialization.number().optional()),
33
+ });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vellum from "../../api";
6
+ import * as core from "../../core";
7
+ export declare const ReductoChunkerConfigRequest: core.serialization.ObjectSchema<serializers.ReductoChunkerConfigRequest.Raw, Vellum.ReductoChunkerConfigRequest>;
8
+ export declare namespace ReductoChunkerConfigRequest {
9
+ interface Raw {
10
+ character_limit?: number | null;
11
+ }
12
+ }
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.ReductoChunkerConfigRequest = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.ReductoChunkerConfigRequest = core.serialization.object({
32
+ characterLimit: core.serialization.property("character_limit", core.serialization.number().optional()),
33
+ });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vellum from "../../api";
6
+ import * as core from "../../core";
7
+ export declare const ReductoChunkerEnum: core.serialization.Schema<serializers.ReductoChunkerEnum.Raw, Vellum.ReductoChunkerEnum>;
8
+ export declare namespace ReductoChunkerEnum {
9
+ type Raw = "reducto-chunker";
10
+ }
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.ReductoChunkerEnum = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.ReductoChunkerEnum = core.serialization.stringLiteral("reducto-chunker");
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vellum from "../../api";
6
+ import * as core from "../../core";
7
+ import { ReductoChunkerConfig } from "./ReductoChunkerConfig";
8
+ export declare const ReductoChunking: core.serialization.ObjectSchema<serializers.ReductoChunking.Raw, Vellum.ReductoChunking>;
9
+ export declare namespace ReductoChunking {
10
+ interface Raw {
11
+ chunker_config?: ReductoChunkerConfig.Raw | null;
12
+ }
13
+ }