vellum-ai 0.5.2 → 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 (569) 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/DocumentIndexIndexingConfig.js +5 -0
  29. package/api/types/DocumentIndexIndexingConfigRequest.d.ts +8 -0
  30. package/api/types/DocumentIndexIndexingConfigRequest.js +5 -0
  31. package/api/types/DocumentIndexRead.d.ts +1 -2
  32. package/api/types/FunctionCall.d.ts +8 -8
  33. package/api/types/{FulfilledFunctionCallRequest.d.ts → FunctionCallRequest.d.ts} +2 -2
  34. package/api/types/FunctionCallRequest.js +5 -0
  35. package/api/types/FunctionCallVellumValue.d.ts +1 -1
  36. package/api/types/HkunlpInstructorXlEnum.d.ts +4 -0
  37. package/api/types/HkunlpInstructorXlEnum.js +5 -0
  38. package/api/types/HkunlpInstructorXlVectorizer.d.ts +10 -0
  39. package/api/types/HkunlpInstructorXlVectorizer.js +5 -0
  40. package/api/types/HkunlpInstructorXlVectorizerRequest.d.ts +10 -0
  41. package/api/types/HkunlpInstructorXlVectorizerRequest.js +5 -0
  42. package/api/types/ImageVellumValue.d.ts +10 -0
  43. package/api/types/ImageVellumValue.js +5 -0
  44. package/api/types/IndexingConfigVectorizer.d.ts +28 -0
  45. package/api/types/IndexingConfigVectorizer.js +5 -0
  46. package/api/types/IndexingConfigVectorizerRequest.d.ts +28 -0
  47. package/api/types/IndexingConfigVectorizerRequest.js +5 -0
  48. package/api/types/InstructorVectorizerConfig.d.ts +11 -0
  49. package/api/types/InstructorVectorizerConfig.js +5 -0
  50. package/api/types/InstructorVectorizerConfigRequest.d.ts +11 -0
  51. package/api/types/InstructorVectorizerConfigRequest.js +5 -0
  52. package/api/types/IntfloatMultilingualE5LargeEnum.d.ts +4 -0
  53. package/api/types/IntfloatMultilingualE5LargeEnum.js +5 -0
  54. package/api/types/MetricEnum.d.ts +4 -0
  55. package/api/types/MetricEnum.js +5 -0
  56. package/api/types/MetricNodeResult.d.ts +8 -0
  57. package/api/types/MetricNodeResult.js +5 -0
  58. package/api/types/NamedTestCaseFunctionCallVariableValue.d.ts +1 -1
  59. package/api/types/NamedTestCaseFunctionCallVariableValueRequest.d.ts +1 -1
  60. package/api/types/NodeOutputCompiledArrayValue.d.ts +1 -1
  61. package/api/types/NumberVellumValue.d.ts +9 -0
  62. package/api/types/NumberVellumValue.js +5 -0
  63. package/api/types/OpenAiVectorizerConfig.d.ts +10 -0
  64. package/api/types/OpenAiVectorizerConfig.js +5 -0
  65. package/api/types/OpenAiVectorizerConfigRequest.d.ts +10 -0
  66. package/api/types/OpenAiVectorizerConfigRequest.js +5 -0
  67. package/api/types/OpenAiVectorizerTextEmbedding3Large.d.ts +10 -0
  68. package/api/types/OpenAiVectorizerTextEmbedding3Large.js +5 -0
  69. package/api/types/OpenAiVectorizerTextEmbedding3LargeRequest.d.ts +10 -0
  70. package/api/types/OpenAiVectorizerTextEmbedding3LargeRequest.js +5 -0
  71. package/api/types/OpenAiVectorizerTextEmbedding3Small.d.ts +10 -0
  72. package/api/types/OpenAiVectorizerTextEmbedding3Small.js +5 -0
  73. package/api/types/OpenAiVectorizerTextEmbedding3SmallRequest.d.ts +10 -0
  74. package/api/types/OpenAiVectorizerTextEmbedding3SmallRequest.js +5 -0
  75. package/api/types/OpenAiVectorizerTextEmbeddingAda002.d.ts +10 -0
  76. package/api/types/OpenAiVectorizerTextEmbeddingAda002.js +5 -0
  77. package/api/types/OpenAiVectorizerTextEmbeddingAda002Request.d.ts +10 -0
  78. package/api/types/OpenAiVectorizerTextEmbeddingAda002Request.js +5 -0
  79. package/api/types/ReductoChunkerConfig.d.ts +9 -0
  80. package/api/types/ReductoChunkerConfig.js +5 -0
  81. package/api/types/ReductoChunkerConfigRequest.d.ts +9 -0
  82. package/api/types/ReductoChunkerConfigRequest.js +5 -0
  83. package/api/types/ReductoChunkerEnum.d.ts +4 -0
  84. package/api/types/ReductoChunkerEnum.js +5 -0
  85. package/api/types/ReductoChunking.d.ts +10 -0
  86. package/api/types/ReductoChunking.js +5 -0
  87. package/api/types/ReductoChunkingRequest.d.ts +10 -0
  88. package/api/types/ReductoChunkingRequest.js +5 -0
  89. package/api/types/SentenceChunkerConfig.d.ts +10 -0
  90. package/api/types/SentenceChunkerConfig.js +5 -0
  91. package/api/types/SentenceChunkerConfigRequest.d.ts +10 -0
  92. package/api/types/SentenceChunkerConfigRequest.js +5 -0
  93. package/api/types/SentenceChunkerEnum.d.ts +4 -0
  94. package/api/types/SentenceChunkerEnum.js +5 -0
  95. package/api/types/SentenceChunking.d.ts +10 -0
  96. package/api/types/SentenceChunking.js +5 -0
  97. package/api/types/SentenceChunkingRequest.d.ts +10 -0
  98. package/api/types/SentenceChunkingRequest.js +5 -0
  99. package/api/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.d.ts +4 -0
  100. package/api/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.js +5 -0
  101. package/api/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.d.ts +4 -0
  102. package/api/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.js +5 -0
  103. package/api/types/TestCaseFunctionCallVariableValue.d.ts +1 -1
  104. package/api/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +1 -1
  105. package/api/types/TextEmbedding3LargeEnum.d.ts +4 -0
  106. package/api/types/TextEmbedding3LargeEnum.js +5 -0
  107. package/api/types/TextEmbedding3SmallEnum.d.ts +4 -0
  108. package/api/types/TextEmbedding3SmallEnum.js +5 -0
  109. package/api/types/TextEmbeddingAda002Enum.d.ts +4 -0
  110. package/api/types/TextEmbeddingAda002Enum.js +5 -0
  111. package/api/types/TokenOverlappingWindowChunkerConfig.d.ts +10 -0
  112. package/api/types/TokenOverlappingWindowChunkerConfig.js +5 -0
  113. package/api/types/TokenOverlappingWindowChunkerConfigRequest.d.ts +10 -0
  114. package/api/types/TokenOverlappingWindowChunkerConfigRequest.js +5 -0
  115. package/api/types/TokenOverlappingWindowChunkerEnum.d.ts +4 -0
  116. package/api/types/TokenOverlappingWindowChunkerEnum.js +5 -0
  117. package/api/types/TokenOverlappingWindowChunking.d.ts +10 -0
  118. package/api/types/TokenOverlappingWindowChunking.js +5 -0
  119. package/api/types/TokenOverlappingWindowChunkingRequest.d.ts +10 -0
  120. package/api/types/TokenOverlappingWindowChunkingRequest.js +5 -0
  121. package/api/types/WorkflowExecutionActualChatHistoryRequest.d.ts +2 -0
  122. package/api/types/WorkflowExecutionActualJsonRequest.d.ts +2 -0
  123. package/api/types/WorkflowExecutionActualStringRequest.d.ts +2 -0
  124. package/api/types/WorkflowNodeResultData.d.ts +4 -1
  125. package/api/types/WorkflowOutputArray.d.ts +1 -1
  126. package/api/types/index.d.ts +53 -5
  127. package/api/types/index.js +53 -5
  128. package/dist/Client.js +9 -9
  129. package/dist/api/resources/deployments/client/Client.js +3 -3
  130. package/dist/api/resources/documentIndexes/client/Client.d.ts +0 -74
  131. package/dist/api/resources/documentIndexes/client/Client.js +10 -81
  132. package/dist/api/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.d.ts +1 -66
  133. package/dist/api/resources/documentIndexes/client/requests/DocumentIndexUpdateRequest.d.ts +0 -6
  134. package/dist/api/resources/documentIndexes/client/requests/DocumentIndexesListRequest.d.ts +5 -1
  135. package/dist/api/resources/documentIndexes/client/requests/PatchedDocumentIndexUpdateRequest.d.ts +0 -4
  136. package/dist/api/resources/documents/client/Client.d.ts +8 -2
  137. package/dist/api/resources/documents/client/Client.js +13 -7
  138. package/dist/api/resources/folderEntities/client/Client.js +1 -1
  139. package/dist/api/resources/sandboxes/client/Client.js +2 -2
  140. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  141. package/dist/api/resources/testSuites/client/Client.js +3 -3
  142. package/dist/api/resources/workflowDeployments/client/Client.js +2 -2
  143. package/dist/api/types/AddOpenaiApiKeyEnum.d.ts +7 -0
  144. package/dist/api/types/AddOpenaiApiKeyEnum.js +5 -0
  145. package/dist/api/types/ArrayVariableValueItem.d.ts +1 -7
  146. package/dist/api/types/ArrayVellumValueItem.d.ts +25 -0
  147. package/dist/api/types/ArrayVellumValueItem.js +5 -0
  148. package/dist/api/types/BasicVectorizerIntfloatMultilingualE5Large.d.ts +9 -0
  149. package/dist/api/types/BasicVectorizerIntfloatMultilingualE5Large.js +5 -0
  150. package/dist/api/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.d.ts +9 -0
  151. package/dist/api/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.js +5 -0
  152. package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.d.ts +9 -0
  153. package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.js +5 -0
  154. package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.d.ts +9 -0
  155. package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.js +5 -0
  156. package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.d.ts +9 -0
  157. package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.js +5 -0
  158. package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.d.ts +9 -0
  159. package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.js +5 -0
  160. package/dist/api/types/DocumentIndexChunking.d.ts +16 -0
  161. package/dist/api/types/DocumentIndexChunking.js +5 -0
  162. package/dist/api/types/DocumentIndexChunkingRequest.d.ts +16 -0
  163. package/dist/api/types/DocumentIndexChunkingRequest.js +5 -0
  164. package/dist/api/types/DocumentIndexIndexingConfig.d.ts +8 -0
  165. package/dist/api/types/DocumentIndexIndexingConfig.js +5 -0
  166. package/dist/api/types/DocumentIndexIndexingConfigRequest.d.ts +8 -0
  167. package/dist/api/types/DocumentIndexIndexingConfigRequest.js +5 -0
  168. package/dist/api/types/DocumentIndexRead.d.ts +1 -2
  169. package/dist/api/types/FunctionCall.d.ts +8 -8
  170. package/dist/api/types/{FulfilledFunctionCallRequest.d.ts → FunctionCallRequest.d.ts} +2 -2
  171. package/dist/api/types/FunctionCallRequest.js +5 -0
  172. package/dist/api/types/FunctionCallVellumValue.d.ts +1 -1
  173. package/dist/api/types/HkunlpInstructorXlEnum.d.ts +4 -0
  174. package/dist/api/types/HkunlpInstructorXlEnum.js +5 -0
  175. package/dist/api/types/HkunlpInstructorXlVectorizer.d.ts +10 -0
  176. package/dist/api/types/HkunlpInstructorXlVectorizer.js +5 -0
  177. package/dist/api/types/HkunlpInstructorXlVectorizerRequest.d.ts +10 -0
  178. package/dist/api/types/HkunlpInstructorXlVectorizerRequest.js +5 -0
  179. package/dist/api/types/ImageVellumValue.d.ts +10 -0
  180. package/dist/api/types/ImageVellumValue.js +5 -0
  181. package/dist/api/types/IndexingConfigVectorizer.d.ts +28 -0
  182. package/dist/api/types/IndexingConfigVectorizer.js +5 -0
  183. package/dist/api/types/IndexingConfigVectorizerRequest.d.ts +28 -0
  184. package/dist/api/types/IndexingConfigVectorizerRequest.js +5 -0
  185. package/dist/api/types/InstructorVectorizerConfig.d.ts +11 -0
  186. package/dist/api/types/InstructorVectorizerConfig.js +5 -0
  187. package/dist/api/types/InstructorVectorizerConfigRequest.d.ts +11 -0
  188. package/dist/api/types/InstructorVectorizerConfigRequest.js +5 -0
  189. package/dist/api/types/IntfloatMultilingualE5LargeEnum.d.ts +4 -0
  190. package/dist/api/types/IntfloatMultilingualE5LargeEnum.js +5 -0
  191. package/dist/api/types/MetricEnum.d.ts +4 -0
  192. package/dist/api/types/MetricEnum.js +5 -0
  193. package/dist/api/types/MetricNodeResult.d.ts +8 -0
  194. package/dist/api/types/MetricNodeResult.js +5 -0
  195. package/dist/api/types/NamedTestCaseFunctionCallVariableValue.d.ts +1 -1
  196. package/dist/api/types/NamedTestCaseFunctionCallVariableValueRequest.d.ts +1 -1
  197. package/dist/api/types/NodeOutputCompiledArrayValue.d.ts +1 -1
  198. package/dist/api/types/NumberVellumValue.d.ts +9 -0
  199. package/dist/api/types/NumberVellumValue.js +5 -0
  200. package/dist/api/types/OpenAiVectorizerConfig.d.ts +10 -0
  201. package/dist/api/types/OpenAiVectorizerConfig.js +5 -0
  202. package/dist/api/types/OpenAiVectorizerConfigRequest.d.ts +10 -0
  203. package/dist/api/types/OpenAiVectorizerConfigRequest.js +5 -0
  204. package/dist/api/types/OpenAiVectorizerTextEmbedding3Large.d.ts +10 -0
  205. package/dist/api/types/OpenAiVectorizerTextEmbedding3Large.js +5 -0
  206. package/dist/api/types/OpenAiVectorizerTextEmbedding3LargeRequest.d.ts +10 -0
  207. package/dist/api/types/OpenAiVectorizerTextEmbedding3LargeRequest.js +5 -0
  208. package/dist/api/types/OpenAiVectorizerTextEmbedding3Small.d.ts +10 -0
  209. package/dist/api/types/OpenAiVectorizerTextEmbedding3Small.js +5 -0
  210. package/dist/api/types/OpenAiVectorizerTextEmbedding3SmallRequest.d.ts +10 -0
  211. package/dist/api/types/OpenAiVectorizerTextEmbedding3SmallRequest.js +5 -0
  212. package/dist/api/types/OpenAiVectorizerTextEmbeddingAda002.d.ts +10 -0
  213. package/dist/api/types/OpenAiVectorizerTextEmbeddingAda002.js +5 -0
  214. package/dist/api/types/OpenAiVectorizerTextEmbeddingAda002Request.d.ts +10 -0
  215. package/dist/api/types/OpenAiVectorizerTextEmbeddingAda002Request.js +5 -0
  216. package/dist/api/types/ReductoChunkerConfig.d.ts +9 -0
  217. package/dist/api/types/ReductoChunkerConfig.js +5 -0
  218. package/dist/api/types/ReductoChunkerConfigRequest.d.ts +9 -0
  219. package/dist/api/types/ReductoChunkerConfigRequest.js +5 -0
  220. package/dist/api/types/ReductoChunkerEnum.d.ts +4 -0
  221. package/dist/api/types/ReductoChunkerEnum.js +5 -0
  222. package/dist/api/types/ReductoChunking.d.ts +10 -0
  223. package/dist/api/types/ReductoChunking.js +5 -0
  224. package/dist/api/types/ReductoChunkingRequest.d.ts +10 -0
  225. package/dist/api/types/ReductoChunkingRequest.js +5 -0
  226. package/dist/api/types/SentenceChunkerConfig.d.ts +10 -0
  227. package/dist/api/types/SentenceChunkerConfig.js +5 -0
  228. package/dist/api/types/SentenceChunkerConfigRequest.d.ts +10 -0
  229. package/dist/api/types/SentenceChunkerConfigRequest.js +5 -0
  230. package/dist/api/types/SentenceChunkerEnum.d.ts +4 -0
  231. package/dist/api/types/SentenceChunkerEnum.js +5 -0
  232. package/dist/api/types/SentenceChunking.d.ts +10 -0
  233. package/dist/api/types/SentenceChunking.js +5 -0
  234. package/dist/api/types/SentenceChunkingRequest.d.ts +10 -0
  235. package/dist/api/types/SentenceChunkingRequest.js +5 -0
  236. package/dist/api/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.d.ts +4 -0
  237. package/dist/api/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.js +5 -0
  238. package/dist/api/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.d.ts +4 -0
  239. package/dist/api/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.js +5 -0
  240. package/dist/api/types/TestCaseFunctionCallVariableValue.d.ts +1 -1
  241. package/dist/api/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +1 -1
  242. package/dist/api/types/TextEmbedding3LargeEnum.d.ts +4 -0
  243. package/dist/api/types/TextEmbedding3LargeEnum.js +5 -0
  244. package/dist/api/types/TextEmbedding3SmallEnum.d.ts +4 -0
  245. package/dist/api/types/TextEmbedding3SmallEnum.js +5 -0
  246. package/dist/api/types/TextEmbeddingAda002Enum.d.ts +4 -0
  247. package/dist/api/types/TextEmbeddingAda002Enum.js +5 -0
  248. package/dist/api/types/TokenOverlappingWindowChunkerConfig.d.ts +10 -0
  249. package/dist/api/types/TokenOverlappingWindowChunkerConfig.js +5 -0
  250. package/dist/api/types/TokenOverlappingWindowChunkerConfigRequest.d.ts +10 -0
  251. package/dist/api/types/TokenOverlappingWindowChunkerConfigRequest.js +5 -0
  252. package/dist/api/types/TokenOverlappingWindowChunkerEnum.d.ts +4 -0
  253. package/dist/api/types/TokenOverlappingWindowChunkerEnum.js +5 -0
  254. package/dist/api/types/TokenOverlappingWindowChunking.d.ts +10 -0
  255. package/dist/api/types/TokenOverlappingWindowChunking.js +5 -0
  256. package/dist/api/types/TokenOverlappingWindowChunkingRequest.d.ts +10 -0
  257. package/dist/api/types/TokenOverlappingWindowChunkingRequest.js +5 -0
  258. package/dist/api/types/WorkflowExecutionActualChatHistoryRequest.d.ts +2 -0
  259. package/dist/api/types/WorkflowExecutionActualJsonRequest.d.ts +2 -0
  260. package/dist/api/types/WorkflowExecutionActualStringRequest.d.ts +2 -0
  261. package/dist/api/types/WorkflowNodeResultData.d.ts +4 -1
  262. package/dist/api/types/WorkflowOutputArray.d.ts +1 -1
  263. package/dist/api/types/index.d.ts +53 -5
  264. package/dist/api/types/index.js +53 -5
  265. package/dist/serialization/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.d.ts +2 -1
  266. package/dist/serialization/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.js +2 -1
  267. package/dist/serialization/types/AddOpenaiApiKeyEnum.d.ts +10 -0
  268. package/dist/serialization/types/AddOpenaiApiKeyEnum.js +31 -0
  269. package/dist/serialization/types/ArrayVariableValueItem.d.ts +1 -9
  270. package/dist/serialization/types/ArrayVariableValueItem.js +0 -4
  271. package/dist/serialization/types/ArrayVellumValueItem.d.ts +34 -0
  272. package/dist/serialization/types/ArrayVellumValueItem.js +49 -0
  273. package/dist/serialization/types/BasicVectorizerIntfloatMultilingualE5Large.d.ts +12 -0
  274. package/dist/serialization/types/BasicVectorizerIntfloatMultilingualE5Large.js +33 -0
  275. package/dist/serialization/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.d.ts +12 -0
  276. package/dist/serialization/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.js +33 -0
  277. package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.d.ts +12 -0
  278. package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.js +33 -0
  279. package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.d.ts +12 -0
  280. package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.js +33 -0
  281. package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.d.ts +12 -0
  282. package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.js +33 -0
  283. package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.d.ts +12 -0
  284. package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.js +33 -0
  285. package/dist/serialization/types/DocumentIndexChunking.d.ts +22 -0
  286. package/dist/serialization/types/DocumentIndexChunking.js +43 -0
  287. package/dist/serialization/types/DocumentIndexChunkingRequest.d.ts +22 -0
  288. package/dist/serialization/types/DocumentIndexChunkingRequest.js +43 -0
  289. package/dist/serialization/types/DocumentIndexIndexingConfig.d.ts +15 -0
  290. package/dist/serialization/types/DocumentIndexIndexingConfig.js +36 -0
  291. package/dist/serialization/types/DocumentIndexIndexingConfigRequest.d.ts +15 -0
  292. package/dist/serialization/types/DocumentIndexIndexingConfigRequest.js +36 -0
  293. package/dist/serialization/types/DocumentIndexRead.d.ts +2 -1
  294. package/dist/serialization/types/DocumentIndexRead.js +2 -1
  295. package/dist/serialization/types/FunctionCall.d.ts +7 -9
  296. package/dist/serialization/types/FunctionCall.js +6 -10
  297. package/dist/serialization/types/{FulfilledFunctionCallRequest.d.ts → FunctionCallRequest.d.ts} +3 -3
  298. package/dist/serialization/types/{FulfilledFunctionCallRequest.js → FunctionCallRequest.js} +3 -3
  299. package/dist/serialization/types/FunctionCallVellumValue.d.ts +1 -1
  300. package/dist/serialization/types/FunctionCallVellumValue.js +1 -1
  301. package/dist/serialization/types/HkunlpInstructorXlEnum.d.ts +10 -0
  302. package/dist/serialization/types/HkunlpInstructorXlEnum.js +31 -0
  303. package/dist/serialization/types/HkunlpInstructorXlVectorizer.d.ts +13 -0
  304. package/dist/serialization/types/HkunlpInstructorXlVectorizer.js +34 -0
  305. package/dist/serialization/types/HkunlpInstructorXlVectorizerRequest.d.ts +13 -0
  306. package/dist/serialization/types/HkunlpInstructorXlVectorizerRequest.js +34 -0
  307. package/dist/serialization/types/ImageVellumValue.d.ts +13 -0
  308. package/dist/serialization/types/{ChatHistoryVariableValue.js → ImageVellumValue.js} +4 -4
  309. package/dist/serialization/types/IndexingConfigVectorizer.d.ts +38 -0
  310. package/dist/serialization/types/IndexingConfigVectorizer.js +51 -0
  311. package/dist/serialization/types/IndexingConfigVectorizerRequest.d.ts +38 -0
  312. package/dist/serialization/types/IndexingConfigVectorizerRequest.js +51 -0
  313. package/dist/serialization/types/InstructorVectorizerConfig.d.ts +14 -0
  314. package/dist/serialization/types/InstructorVectorizerConfig.js +35 -0
  315. package/dist/serialization/types/InstructorVectorizerConfigRequest.d.ts +14 -0
  316. package/dist/serialization/types/InstructorVectorizerConfigRequest.js +35 -0
  317. package/dist/serialization/types/IntfloatMultilingualE5LargeEnum.d.ts +10 -0
  318. package/dist/serialization/types/IntfloatMultilingualE5LargeEnum.js +31 -0
  319. package/dist/serialization/types/MetricEnum.d.ts +10 -0
  320. package/dist/serialization/types/MetricEnum.js +31 -0
  321. package/dist/serialization/types/MetricNodeResult.d.ts +11 -0
  322. package/dist/serialization/types/MetricNodeResult.js +31 -0
  323. package/dist/serialization/types/NamedTestCaseFunctionCallVariableValue.d.ts +2 -2
  324. package/dist/serialization/types/NamedTestCaseFunctionCallVariableValue.js +2 -2
  325. package/dist/serialization/types/NamedTestCaseFunctionCallVariableValueRequest.d.ts +2 -2
  326. package/dist/serialization/types/NamedTestCaseFunctionCallVariableValueRequest.js +2 -2
  327. package/dist/serialization/types/NodeOutputCompiledArrayValue.d.ts +2 -2
  328. package/dist/serialization/types/NodeOutputCompiledArrayValue.js +2 -2
  329. package/dist/serialization/types/NumberVellumValue.d.ts +12 -0
  330. package/{serialization/types/ChatHistoryVariableValue.js → dist/serialization/types/NumberVellumValue.js} +3 -4
  331. package/dist/serialization/types/OpenAiVectorizerConfig.d.ts +13 -0
  332. package/dist/serialization/types/{FulfilledFunctionCall.js → OpenAiVectorizerConfig.js} +4 -5
  333. package/dist/serialization/types/OpenAiVectorizerConfigRequest.d.ts +13 -0
  334. package/dist/serialization/types/OpenAiVectorizerConfigRequest.js +34 -0
  335. package/dist/serialization/types/OpenAiVectorizerTextEmbedding3Large.d.ts +13 -0
  336. package/dist/serialization/types/OpenAiVectorizerTextEmbedding3Large.js +34 -0
  337. package/dist/serialization/types/OpenAiVectorizerTextEmbedding3LargeRequest.d.ts +13 -0
  338. package/dist/serialization/types/OpenAiVectorizerTextEmbedding3LargeRequest.js +34 -0
  339. package/dist/serialization/types/OpenAiVectorizerTextEmbedding3Small.d.ts +13 -0
  340. package/dist/serialization/types/OpenAiVectorizerTextEmbedding3Small.js +34 -0
  341. package/dist/serialization/types/OpenAiVectorizerTextEmbedding3SmallRequest.d.ts +13 -0
  342. package/dist/serialization/types/OpenAiVectorizerTextEmbedding3SmallRequest.js +34 -0
  343. package/dist/serialization/types/OpenAiVectorizerTextEmbeddingAda002.d.ts +13 -0
  344. package/dist/serialization/types/OpenAiVectorizerTextEmbeddingAda002.js +34 -0
  345. package/dist/serialization/types/OpenAiVectorizerTextEmbeddingAda002Request.d.ts +13 -0
  346. package/dist/serialization/types/OpenAiVectorizerTextEmbeddingAda002Request.js +34 -0
  347. package/dist/serialization/types/ReductoChunkerConfig.d.ts +12 -0
  348. package/dist/serialization/types/{SearchResultsVariableValue.js → ReductoChunkerConfig.js} +3 -4
  349. package/dist/serialization/types/ReductoChunkerConfigRequest.d.ts +12 -0
  350. package/{serialization/types/SearchResultsVariableValue.js → dist/serialization/types/ReductoChunkerConfigRequest.js} +3 -4
  351. package/dist/serialization/types/ReductoChunkerEnum.d.ts +10 -0
  352. package/dist/serialization/types/ReductoChunkerEnum.js +31 -0
  353. package/dist/serialization/types/ReductoChunking.d.ts +13 -0
  354. package/dist/serialization/types/{RejectedFunctionCall.js → ReductoChunking.js} +4 -6
  355. package/dist/serialization/types/ReductoChunkingRequest.d.ts +13 -0
  356. package/dist/serialization/types/ReductoChunkingRequest.js +34 -0
  357. package/dist/serialization/types/SentenceChunkerConfig.d.ts +13 -0
  358. package/dist/serialization/types/SentenceChunkerConfig.js +34 -0
  359. package/dist/serialization/types/SentenceChunkerConfigRequest.d.ts +13 -0
  360. package/dist/serialization/types/SentenceChunkerConfigRequest.js +34 -0
  361. package/dist/serialization/types/SentenceChunkerEnum.d.ts +10 -0
  362. package/dist/serialization/types/SentenceChunkerEnum.js +31 -0
  363. package/dist/serialization/types/SentenceChunking.d.ts +13 -0
  364. package/dist/serialization/types/SentenceChunking.js +34 -0
  365. package/dist/serialization/types/SentenceChunkingRequest.d.ts +13 -0
  366. package/dist/serialization/types/SentenceChunkingRequest.js +34 -0
  367. package/dist/serialization/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.d.ts +10 -0
  368. package/dist/serialization/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.js +31 -0
  369. package/dist/serialization/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.d.ts +10 -0
  370. package/dist/serialization/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.js +31 -0
  371. package/dist/serialization/types/TestCaseFunctionCallVariableValue.d.ts +2 -2
  372. package/dist/serialization/types/TestCaseFunctionCallVariableValue.js +2 -2
  373. package/dist/serialization/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +2 -2
  374. package/dist/serialization/types/TestSuiteRunExecutionFunctionCallOutput.js +2 -2
  375. package/dist/serialization/types/TextEmbedding3LargeEnum.d.ts +10 -0
  376. package/dist/serialization/types/TextEmbedding3LargeEnum.js +31 -0
  377. package/dist/serialization/types/TextEmbedding3SmallEnum.d.ts +10 -0
  378. package/dist/serialization/types/TextEmbedding3SmallEnum.js +31 -0
  379. package/dist/serialization/types/TextEmbeddingAda002Enum.d.ts +10 -0
  380. package/dist/serialization/types/TextEmbeddingAda002Enum.js +31 -0
  381. package/dist/serialization/types/TokenOverlappingWindowChunkerConfig.d.ts +13 -0
  382. package/dist/serialization/types/TokenOverlappingWindowChunkerConfig.js +34 -0
  383. package/dist/serialization/types/TokenOverlappingWindowChunkerConfigRequest.d.ts +13 -0
  384. package/dist/serialization/types/TokenOverlappingWindowChunkerConfigRequest.js +34 -0
  385. package/dist/serialization/types/TokenOverlappingWindowChunkerEnum.d.ts +10 -0
  386. package/dist/serialization/types/TokenOverlappingWindowChunkerEnum.js +31 -0
  387. package/dist/serialization/types/TokenOverlappingWindowChunking.d.ts +13 -0
  388. package/dist/serialization/types/TokenOverlappingWindowChunking.js +34 -0
  389. package/dist/serialization/types/TokenOverlappingWindowChunkingRequest.d.ts +13 -0
  390. package/dist/serialization/types/TokenOverlappingWindowChunkingRequest.js +34 -0
  391. package/dist/serialization/types/WorkflowExecutionActualChatHistoryRequest.d.ts +1 -0
  392. package/dist/serialization/types/WorkflowExecutionActualChatHistoryRequest.js +1 -0
  393. package/dist/serialization/types/WorkflowExecutionActualJsonRequest.d.ts +1 -0
  394. package/dist/serialization/types/WorkflowExecutionActualJsonRequest.js +1 -0
  395. package/dist/serialization/types/WorkflowExecutionActualStringRequest.d.ts +1 -0
  396. package/dist/serialization/types/WorkflowExecutionActualStringRequest.js +1 -0
  397. package/dist/serialization/types/WorkflowNodeResultData.d.ts +5 -1
  398. package/dist/serialization/types/WorkflowNodeResultData.js +2 -0
  399. package/dist/serialization/types/WorkflowOutputArray.d.ts +2 -2
  400. package/dist/serialization/types/WorkflowOutputArray.js +2 -2
  401. package/dist/serialization/types/index.d.ts +53 -5
  402. package/dist/serialization/types/index.js +53 -5
  403. package/package.json +1 -1
  404. package/serialization/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.d.ts +2 -1
  405. package/serialization/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.js +2 -1
  406. package/serialization/types/AddOpenaiApiKeyEnum.d.ts +10 -0
  407. package/serialization/types/AddOpenaiApiKeyEnum.js +31 -0
  408. package/serialization/types/ArrayVariableValueItem.d.ts +1 -9
  409. package/serialization/types/ArrayVariableValueItem.js +0 -4
  410. package/serialization/types/ArrayVellumValueItem.d.ts +34 -0
  411. package/serialization/types/ArrayVellumValueItem.js +49 -0
  412. package/serialization/types/BasicVectorizerIntfloatMultilingualE5Large.d.ts +12 -0
  413. package/serialization/types/BasicVectorizerIntfloatMultilingualE5Large.js +33 -0
  414. package/serialization/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.d.ts +12 -0
  415. package/serialization/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.js +33 -0
  416. package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.d.ts +12 -0
  417. package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.js +33 -0
  418. package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.d.ts +12 -0
  419. package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.js +33 -0
  420. package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.d.ts +12 -0
  421. package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.js +33 -0
  422. package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.d.ts +12 -0
  423. package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.js +33 -0
  424. package/serialization/types/DocumentIndexChunking.d.ts +22 -0
  425. package/serialization/types/DocumentIndexChunking.js +43 -0
  426. package/serialization/types/DocumentIndexChunkingRequest.d.ts +22 -0
  427. package/serialization/types/DocumentIndexChunkingRequest.js +43 -0
  428. package/serialization/types/DocumentIndexIndexingConfig.d.ts +15 -0
  429. package/serialization/types/DocumentIndexIndexingConfig.js +36 -0
  430. package/serialization/types/DocumentIndexIndexingConfigRequest.d.ts +15 -0
  431. package/serialization/types/DocumentIndexIndexingConfigRequest.js +36 -0
  432. package/serialization/types/DocumentIndexRead.d.ts +2 -1
  433. package/serialization/types/DocumentIndexRead.js +2 -1
  434. package/serialization/types/FunctionCall.d.ts +7 -9
  435. package/serialization/types/FunctionCall.js +6 -10
  436. package/serialization/types/{FulfilledFunctionCallRequest.d.ts → FunctionCallRequest.d.ts} +3 -3
  437. package/serialization/types/{FulfilledFunctionCallRequest.js → FunctionCallRequest.js} +3 -3
  438. package/serialization/types/FunctionCallVellumValue.d.ts +1 -1
  439. package/serialization/types/FunctionCallVellumValue.js +1 -1
  440. package/serialization/types/HkunlpInstructorXlEnum.d.ts +10 -0
  441. package/serialization/types/HkunlpInstructorXlEnum.js +31 -0
  442. package/serialization/types/HkunlpInstructorXlVectorizer.d.ts +13 -0
  443. package/serialization/types/HkunlpInstructorXlVectorizer.js +34 -0
  444. package/serialization/types/HkunlpInstructorXlVectorizerRequest.d.ts +13 -0
  445. package/serialization/types/HkunlpInstructorXlVectorizerRequest.js +34 -0
  446. package/serialization/types/ImageVellumValue.d.ts +13 -0
  447. package/serialization/types/ImageVellumValue.js +34 -0
  448. package/serialization/types/IndexingConfigVectorizer.d.ts +38 -0
  449. package/serialization/types/IndexingConfigVectorizer.js +51 -0
  450. package/serialization/types/IndexingConfigVectorizerRequest.d.ts +38 -0
  451. package/serialization/types/IndexingConfigVectorizerRequest.js +51 -0
  452. package/serialization/types/InstructorVectorizerConfig.d.ts +14 -0
  453. package/serialization/types/InstructorVectorizerConfig.js +35 -0
  454. package/serialization/types/InstructorVectorizerConfigRequest.d.ts +14 -0
  455. package/serialization/types/InstructorVectorizerConfigRequest.js +35 -0
  456. package/serialization/types/IntfloatMultilingualE5LargeEnum.d.ts +10 -0
  457. package/serialization/types/IntfloatMultilingualE5LargeEnum.js +31 -0
  458. package/serialization/types/MetricEnum.d.ts +10 -0
  459. package/serialization/types/MetricEnum.js +31 -0
  460. package/serialization/types/MetricNodeResult.d.ts +11 -0
  461. package/serialization/types/MetricNodeResult.js +31 -0
  462. package/serialization/types/NamedTestCaseFunctionCallVariableValue.d.ts +2 -2
  463. package/serialization/types/NamedTestCaseFunctionCallVariableValue.js +2 -2
  464. package/serialization/types/NamedTestCaseFunctionCallVariableValueRequest.d.ts +2 -2
  465. package/serialization/types/NamedTestCaseFunctionCallVariableValueRequest.js +2 -2
  466. package/serialization/types/NodeOutputCompiledArrayValue.d.ts +2 -2
  467. package/serialization/types/NodeOutputCompiledArrayValue.js +2 -2
  468. package/serialization/types/NumberVellumValue.d.ts +12 -0
  469. package/serialization/types/NumberVellumValue.js +33 -0
  470. package/serialization/types/OpenAiVectorizerConfig.d.ts +13 -0
  471. package/serialization/types/OpenAiVectorizerConfig.js +34 -0
  472. package/serialization/types/OpenAiVectorizerConfigRequest.d.ts +13 -0
  473. package/serialization/types/OpenAiVectorizerConfigRequest.js +34 -0
  474. package/serialization/types/OpenAiVectorizerTextEmbedding3Large.d.ts +13 -0
  475. package/serialization/types/OpenAiVectorizerTextEmbedding3Large.js +34 -0
  476. package/serialization/types/OpenAiVectorizerTextEmbedding3LargeRequest.d.ts +13 -0
  477. package/serialization/types/OpenAiVectorizerTextEmbedding3LargeRequest.js +34 -0
  478. package/serialization/types/OpenAiVectorizerTextEmbedding3Small.d.ts +13 -0
  479. package/serialization/types/OpenAiVectorizerTextEmbedding3Small.js +34 -0
  480. package/serialization/types/OpenAiVectorizerTextEmbedding3SmallRequest.d.ts +13 -0
  481. package/serialization/types/OpenAiVectorizerTextEmbedding3SmallRequest.js +34 -0
  482. package/serialization/types/OpenAiVectorizerTextEmbeddingAda002.d.ts +13 -0
  483. package/serialization/types/OpenAiVectorizerTextEmbeddingAda002.js +34 -0
  484. package/serialization/types/OpenAiVectorizerTextEmbeddingAda002Request.d.ts +13 -0
  485. package/serialization/types/OpenAiVectorizerTextEmbeddingAda002Request.js +34 -0
  486. package/serialization/types/ReductoChunkerConfig.d.ts +12 -0
  487. package/serialization/types/ReductoChunkerConfig.js +33 -0
  488. package/serialization/types/ReductoChunkerConfigRequest.d.ts +12 -0
  489. package/serialization/types/ReductoChunkerConfigRequest.js +33 -0
  490. package/serialization/types/ReductoChunkerEnum.d.ts +10 -0
  491. package/serialization/types/ReductoChunkerEnum.js +31 -0
  492. package/serialization/types/ReductoChunking.d.ts +13 -0
  493. package/serialization/types/ReductoChunking.js +34 -0
  494. package/serialization/types/ReductoChunkingRequest.d.ts +13 -0
  495. package/serialization/types/ReductoChunkingRequest.js +34 -0
  496. package/serialization/types/SentenceChunkerConfig.d.ts +13 -0
  497. package/serialization/types/SentenceChunkerConfig.js +34 -0
  498. package/serialization/types/SentenceChunkerConfigRequest.d.ts +13 -0
  499. package/serialization/types/SentenceChunkerConfigRequest.js +34 -0
  500. package/serialization/types/SentenceChunkerEnum.d.ts +10 -0
  501. package/serialization/types/SentenceChunkerEnum.js +31 -0
  502. package/serialization/types/SentenceChunking.d.ts +13 -0
  503. package/serialization/types/SentenceChunking.js +34 -0
  504. package/serialization/types/SentenceChunkingRequest.d.ts +13 -0
  505. package/serialization/types/SentenceChunkingRequest.js +34 -0
  506. package/serialization/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.d.ts +10 -0
  507. package/serialization/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.js +31 -0
  508. package/serialization/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.d.ts +10 -0
  509. package/serialization/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.js +31 -0
  510. package/serialization/types/TestCaseFunctionCallVariableValue.d.ts +2 -2
  511. package/serialization/types/TestCaseFunctionCallVariableValue.js +2 -2
  512. package/serialization/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +2 -2
  513. package/serialization/types/TestSuiteRunExecutionFunctionCallOutput.js +2 -2
  514. package/serialization/types/TextEmbedding3LargeEnum.d.ts +10 -0
  515. package/serialization/types/TextEmbedding3LargeEnum.js +31 -0
  516. package/serialization/types/TextEmbedding3SmallEnum.d.ts +10 -0
  517. package/serialization/types/TextEmbedding3SmallEnum.js +31 -0
  518. package/serialization/types/TextEmbeddingAda002Enum.d.ts +10 -0
  519. package/serialization/types/TextEmbeddingAda002Enum.js +31 -0
  520. package/serialization/types/TokenOverlappingWindowChunkerConfig.d.ts +13 -0
  521. package/serialization/types/TokenOverlappingWindowChunkerConfig.js +34 -0
  522. package/serialization/types/TokenOverlappingWindowChunkerConfigRequest.d.ts +13 -0
  523. package/serialization/types/TokenOverlappingWindowChunkerConfigRequest.js +34 -0
  524. package/serialization/types/TokenOverlappingWindowChunkerEnum.d.ts +10 -0
  525. package/serialization/types/TokenOverlappingWindowChunkerEnum.js +31 -0
  526. package/serialization/types/TokenOverlappingWindowChunking.d.ts +13 -0
  527. package/serialization/types/TokenOverlappingWindowChunking.js +34 -0
  528. package/serialization/types/TokenOverlappingWindowChunkingRequest.d.ts +13 -0
  529. package/serialization/types/TokenOverlappingWindowChunkingRequest.js +34 -0
  530. package/serialization/types/WorkflowExecutionActualChatHistoryRequest.d.ts +1 -0
  531. package/serialization/types/WorkflowExecutionActualChatHistoryRequest.js +1 -0
  532. package/serialization/types/WorkflowExecutionActualJsonRequest.d.ts +1 -0
  533. package/serialization/types/WorkflowExecutionActualJsonRequest.js +1 -0
  534. package/serialization/types/WorkflowExecutionActualStringRequest.d.ts +1 -0
  535. package/serialization/types/WorkflowExecutionActualStringRequest.js +1 -0
  536. package/serialization/types/WorkflowNodeResultData.d.ts +5 -1
  537. package/serialization/types/WorkflowNodeResultData.js +2 -0
  538. package/serialization/types/WorkflowOutputArray.d.ts +2 -2
  539. package/serialization/types/WorkflowOutputArray.js +2 -2
  540. package/serialization/types/index.d.ts +53 -5
  541. package/serialization/types/index.js +53 -5
  542. package/api/types/ChatHistoryVariableValue.d.ts +0 -7
  543. package/api/types/FulfilledFunctionCall.d.ts +0 -11
  544. package/api/types/RejectedFunctionCall.d.ts +0 -12
  545. package/api/types/SearchResultsVariableValue.d.ts +0 -7
  546. package/dist/api/types/ChatHistoryVariableValue.d.ts +0 -7
  547. package/dist/api/types/FulfilledFunctionCall.d.ts +0 -11
  548. package/dist/api/types/RejectedFunctionCall.d.ts +0 -12
  549. package/dist/api/types/SearchResultsVariableValue.d.ts +0 -7
  550. package/dist/serialization/types/ChatHistoryVariableValue.d.ts +0 -13
  551. package/dist/serialization/types/FulfilledFunctionCall.d.ts +0 -14
  552. package/dist/serialization/types/RejectedFunctionCall.d.ts +0 -15
  553. package/dist/serialization/types/SearchResultsVariableValue.d.ts +0 -13
  554. package/serialization/types/ChatHistoryVariableValue.d.ts +0 -13
  555. package/serialization/types/FulfilledFunctionCall.d.ts +0 -14
  556. package/serialization/types/FulfilledFunctionCall.js +0 -35
  557. package/serialization/types/RejectedFunctionCall.d.ts +0 -15
  558. package/serialization/types/RejectedFunctionCall.js +0 -36
  559. package/serialization/types/SearchResultsVariableValue.d.ts +0 -13
  560. /package/api/types/{ChatHistoryVariableValue.js → AddOpenaiApiKeyEnum.js} +0 -0
  561. /package/api/types/{FulfilledFunctionCall.js → ArrayVellumValueItem.js} +0 -0
  562. /package/api/types/{FulfilledFunctionCallRequest.js → BasicVectorizerIntfloatMultilingualE5Large.js} +0 -0
  563. /package/api/types/{RejectedFunctionCall.js → BasicVectorizerIntfloatMultilingualE5LargeRequest.js} +0 -0
  564. /package/api/types/{SearchResultsVariableValue.js → BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.js} +0 -0
  565. /package/{dist/api/types/ChatHistoryVariableValue.js → api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.js} +0 -0
  566. /package/{dist/api/types/FulfilledFunctionCall.js → api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.js} +0 -0
  567. /package/{dist/api/types/FulfilledFunctionCallRequest.js → api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.js} +0 -0
  568. /package/{dist/api/types/RejectedFunctionCall.js → api/types/DocumentIndexChunking.js} +0 -0
  569. /package/{dist/api/types/SearchResultsVariableValue.js → api/types/DocumentIndexChunkingRequest.js} +0 -0
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Configuration for Reducto chunking
6
+ */
7
+ export interface ReductoChunkerConfig {
8
+ characterLimit?: number;
9
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Configuration for Reducto chunking
6
+ */
7
+ export interface ReductoChunkerConfigRequest {
8
+ characterLimit?: number;
9
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type ReductoChunkerEnum = "reducto-chunker";
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "..";
5
+ /**
6
+ * Reducto chunking
7
+ */
8
+ export interface ReductoChunking {
9
+ chunkerConfig?: Vellum.ReductoChunkerConfig;
10
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "..";
5
+ /**
6
+ * Reducto chunking
7
+ */
8
+ export interface ReductoChunkingRequest {
9
+ chunkerConfig?: Vellum.ReductoChunkerConfigRequest;
10
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Configuration for sentence chunking
6
+ */
7
+ export interface SentenceChunkerConfig {
8
+ characterLimit?: number;
9
+ minOverlapRatio?: number;
10
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Configuration for sentence chunking
6
+ */
7
+ export interface SentenceChunkerConfigRequest {
8
+ characterLimit?: number;
9
+ minOverlapRatio?: number;
10
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type SentenceChunkerEnum = "sentence-chunker";
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "..";
5
+ /**
6
+ * Sentence chunking
7
+ */
8
+ export interface SentenceChunking {
9
+ chunkerConfig?: Vellum.SentenceChunkerConfig;
10
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "..";
5
+ /**
6
+ * Sentence chunking
7
+ */
8
+ export interface SentenceChunkingRequest {
9
+ chunkerConfig?: Vellum.SentenceChunkerConfigRequest;
10
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type SentenceTransformersMultiQaMpnetBaseCosV1Enum = "sentence-transformers/multi-qa-mpnet-base-cos-v1";
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type SentenceTransformersMultiQaMpnetBaseDotV1Enum = "sentence-transformers/multi-qa-mpnet-base-dot-v1";
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,5 +8,5 @@ import * as Vellum from "..";
8
8
  export interface TestCaseFunctionCallVariableValue {
9
9
  variableId: string;
10
10
  name: string;
11
- value?: Vellum.FulfilledFunctionCall;
11
+ value?: Vellum.FunctionCall;
12
12
  }
@@ -7,6 +7,6 @@ import * as Vellum from "..";
7
7
  */
8
8
  export interface TestSuiteRunExecutionFunctionCallOutput {
9
9
  name: string;
10
- value?: Vellum.FulfilledFunctionCall;
10
+ value?: Vellum.FunctionCall;
11
11
  outputVariableId: string;
12
12
  }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type TextEmbedding3LargeEnum = "text-embedding-3-large";
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type TextEmbedding3SmallEnum = "text-embedding-3-small";
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type TextEmbeddingAda002Enum = "text-embedding-ada-002";
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Configuration for token overlapping window chunking
6
+ */
7
+ export interface TokenOverlappingWindowChunkerConfig {
8
+ tokenLimit?: number;
9
+ overlapRatio?: number;
10
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Configuration for token overlapping window chunking
6
+ */
7
+ export interface TokenOverlappingWindowChunkerConfigRequest {
8
+ tokenLimit?: number;
9
+ overlapRatio?: number;
10
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type TokenOverlappingWindowChunkerEnum = "token-overlapping-window-chunker";
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "..";
5
+ /**
6
+ * Token overlapping window chunking
7
+ */
8
+ export interface TokenOverlappingWindowChunking {
9
+ chunkerConfig?: Vellum.TokenOverlappingWindowChunkerConfig;
10
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "..";
5
+ /**
6
+ * Token overlapping window chunking
7
+ */
8
+ export interface TokenOverlappingWindowChunkingRequest {
9
+ chunkerConfig?: Vellum.TokenOverlappingWindowChunkerConfigRequest;
10
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,6 +9,8 @@ export interface WorkflowExecutionActualChatHistoryRequest {
9
9
  outputKey?: string;
10
10
  /** Optionally provide a decimal number between 0.0 and 1.0 (inclusive) representing the quality of the output. 0 is the worst, 1 is the best. */
11
11
  quality?: number;
12
+ /** Optionally provide additional metadata about the feedback submission. */
13
+ metadata?: Record<string, unknown>;
12
14
  /** Optionally provide the timestamp representing when this feedback was collected. Used for reporting purposes. */
13
15
  timestamp?: number;
14
16
  /** Optionally provide the value that the output ideally should have been. */
@@ -8,6 +8,8 @@ export interface WorkflowExecutionActualJsonRequest {
8
8
  outputKey?: string;
9
9
  /** Optionally provide a decimal number between 0.0 and 1.0 (inclusive) representing the quality of the output. 0 is the worst, 1 is the best. */
10
10
  quality?: number;
11
+ /** Optionally provide additional metadata about the feedback submission. */
12
+ metadata?: Record<string, unknown>;
11
13
  /** Optionally provide the timestamp representing when this feedback was collected. Used for reporting purposes. */
12
14
  timestamp?: number;
13
15
  /** Optionally provide the value that the output ideally should have been. */
@@ -8,6 +8,8 @@ export interface WorkflowExecutionActualStringRequest {
8
8
  outputKey?: string;
9
9
  /** Optionally provide a decimal number between 0.0 and 1.0 (inclusive) representing the quality of the output. 0 is the worst, 1 is the best. */
10
10
  quality?: number;
11
+ /** Optionally provide additional metadata about the feedback submission. */
12
+ metadata?: Record<string, unknown>;
11
13
  /** Optionally provide the timestamp representing when this feedback was collected. Used for reporting purposes. */
12
14
  timestamp?: number;
13
15
  /** Optionally provide the value that the output ideally should have been. */
@@ -2,7 +2,7 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Vellum from "..";
5
- export declare type WorkflowNodeResultData = Vellum.WorkflowNodeResultData.Prompt | Vellum.WorkflowNodeResultData.Search | Vellum.WorkflowNodeResultData.Templating | Vellum.WorkflowNodeResultData.CodeExecution | Vellum.WorkflowNodeResultData.Conditional | Vellum.WorkflowNodeResultData.Api | Vellum.WorkflowNodeResultData.Terminal | Vellum.WorkflowNodeResultData.Subworkflow;
5
+ export declare type WorkflowNodeResultData = Vellum.WorkflowNodeResultData.Prompt | Vellum.WorkflowNodeResultData.Search | Vellum.WorkflowNodeResultData.Templating | Vellum.WorkflowNodeResultData.CodeExecution | Vellum.WorkflowNodeResultData.Conditional | Vellum.WorkflowNodeResultData.Api | Vellum.WorkflowNodeResultData.Terminal | Vellum.WorkflowNodeResultData.Subworkflow | Vellum.WorkflowNodeResultData.Metric;
6
6
  export declare namespace WorkflowNodeResultData {
7
7
  interface Prompt extends Vellum.PromptNodeResult {
8
8
  type: "PROMPT";
@@ -28,4 +28,7 @@ export declare namespace WorkflowNodeResultData {
28
28
  interface Subworkflow extends Vellum.SubworkflowNodeResult {
29
29
  type: "SUBWORKFLOW";
30
30
  }
31
+ interface Metric extends Vellum.MetricNodeResult {
32
+ type: "METRIC";
33
+ }
31
34
  }
@@ -9,5 +9,5 @@ export interface WorkflowOutputArray {
9
9
  id: string;
10
10
  /** The output's name, as defined in the workflow */
11
11
  name: string;
12
- value?: Vellum.ArrayVariableValueItem[];
12
+ value?: Vellum.ArrayVellumValueItem[];
13
13
  }
@@ -1,3 +1,4 @@
1
+ export * from "./AddOpenaiApiKeyEnum";
1
2
  export * from "./ApiNodeResult";
2
3
  export * from "./ApiNodeResultData";
3
4
  export * from "./ArrayChatMessageContent";
@@ -6,9 +7,15 @@ export * from "./ArrayChatMessageContentItemRequest";
6
7
  export * from "./ArrayChatMessageContentRequest";
7
8
  export * from "./ArrayEnum";
8
9
  export * from "./ArrayVariableValueItem";
10
+ export * from "./ArrayVellumValueItem";
11
+ export * from "./BasicVectorizerIntfloatMultilingualE5Large";
12
+ export * from "./BasicVectorizerIntfloatMultilingualE5LargeRequest";
13
+ export * from "./BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1";
14
+ export * from "./BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request";
15
+ export * from "./BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1";
16
+ export * from "./BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request";
9
17
  export * from "./ChatHistoryEnum";
10
18
  export * from "./ChatHistoryInputRequest";
11
- export * from "./ChatHistoryVariableValue";
12
19
  export * from "./ChatMessage";
13
20
  export * from "./ChatMessageContent";
14
21
  export * from "./ChatMessageContentRequest";
@@ -30,6 +37,10 @@ export * from "./ConditionalNodeResultData";
30
37
  export * from "./DeploymentProviderPayloadResponse";
31
38
  export * from "./DeploymentRead";
32
39
  export * from "./DocumentDocumentToDocumentIndex";
40
+ export * from "./DocumentIndexChunking";
41
+ export * from "./DocumentIndexChunkingRequest";
42
+ export * from "./DocumentIndexIndexingConfig";
43
+ export * from "./DocumentIndexIndexingConfigRequest";
33
44
  export * from "./DocumentIndexRead";
34
45
  export * from "./DocumentRead";
35
46
  export * from "./DocumentStatus";
@@ -62,8 +73,6 @@ export * from "./FulfilledEnum";
62
73
  export * from "./FulfilledExecutePromptEvent";
63
74
  export * from "./FulfilledExecutePromptResponse";
64
75
  export * from "./FulfilledExecuteWorkflowWorkflowResultEvent";
65
- export * from "./FulfilledFunctionCall";
66
- export * from "./FulfilledFunctionCallRequest";
67
76
  export * from "./FulfilledPromptExecutionMeta";
68
77
  export * from "./FulfilledWorkflowNodeResultEvent";
69
78
  export * from "./FunctionCall";
@@ -72,6 +81,7 @@ export * from "./FunctionCallChatMessageContentRequest";
72
81
  export * from "./FunctionCallChatMessageContentValue";
73
82
  export * from "./FunctionCallChatMessageContentValueRequest";
74
83
  export * from "./FunctionCallEnum";
84
+ export * from "./FunctionCallRequest";
75
85
  export * from "./FunctionCallVariableValue";
76
86
  export * from "./FunctionCallVellumValue";
77
87
  export * from "./GenerateErrorResponse";
@@ -84,15 +94,22 @@ export * from "./GenerateResultError";
84
94
  export * from "./GenerateStreamResponse";
85
95
  export * from "./GenerateStreamResult";
86
96
  export * from "./GenerateStreamResultData";
97
+ export * from "./HkunlpInstructorXlVectorizer";
98
+ export * from "./HkunlpInstructorXlVectorizerRequest";
87
99
  export * from "./ImageChatMessageContent";
88
100
  export * from "./ImageChatMessageContentRequest";
89
101
  export * from "./ImageEnum";
90
102
  export * from "./ImageVariableValue";
103
+ export * from "./ImageVellumValue";
104
+ export * from "./IndexingConfigVectorizer";
105
+ export * from "./IndexingConfigVectorizerRequest";
91
106
  export * from "./IndexingStateEnum";
92
107
  export * from "./InitiatedEnum";
93
108
  export * from "./InitiatedExecutePromptEvent";
94
109
  export * from "./InitiatedPromptExecutionMeta";
95
110
  export * from "./InitiatedWorkflowNodeResultEvent";
111
+ export * from "./InstructorVectorizerConfig";
112
+ export * from "./InstructorVectorizerConfigRequest";
96
113
  export * from "./JsonInputRequest";
97
114
  export * from "./JsonEnum";
98
115
  export * from "./JsonVariableValue";
@@ -103,6 +120,8 @@ export * from "./MlModelUsage";
103
120
  export * from "./MetadataFilterConfigRequest";
104
121
  export * from "./MetadataFilterRuleCombinator";
105
122
  export * from "./MetadataFilterRuleRequest";
123
+ export * from "./MetricEnum";
124
+ export * from "./MetricNodeResult";
106
125
  export * from "./NamedScenarioInputChatHistoryVariableValueRequest";
107
126
  export * from "./NamedScenarioInputRequest";
108
127
  export * from "./NamedScenarioInputStringVariableValueRequest";
@@ -144,6 +163,15 @@ export * from "./NormalizedLogProbs";
144
163
  export * from "./NormalizedTokenLogProbs";
145
164
  export * from "./NumberEnum";
146
165
  export * from "./NumberVariableValue";
166
+ export * from "./NumberVellumValue";
167
+ export * from "./OpenAiVectorizerConfig";
168
+ export * from "./OpenAiVectorizerConfigRequest";
169
+ export * from "./OpenAiVectorizerTextEmbedding3Large";
170
+ export * from "./OpenAiVectorizerTextEmbedding3LargeRequest";
171
+ export * from "./OpenAiVectorizerTextEmbedding3Small";
172
+ export * from "./OpenAiVectorizerTextEmbedding3SmallRequest";
173
+ export * from "./OpenAiVectorizerTextEmbeddingAda002";
174
+ export * from "./OpenAiVectorizerTextEmbeddingAda002Request";
147
175
  export * from "./PaginatedDocumentIndexReadList";
148
176
  export * from "./PaginatedSlimDeploymentReadList";
149
177
  export * from "./PaginatedSlimDocumentList";
@@ -159,11 +187,14 @@ export * from "./PromptNodeResult";
159
187
  export * from "./PromptNodeResultData";
160
188
  export * from "./PromptOutput";
161
189
  export * from "./RawPromptExecutionOverridesRequest";
190
+ export * from "./ReductoChunkerConfig";
191
+ export * from "./ReductoChunkerConfigRequest";
192
+ export * from "./ReductoChunking";
193
+ export * from "./ReductoChunkingRequest";
162
194
  export * from "./RejectedEnum";
163
195
  export * from "./RejectedExecutePromptEvent";
164
196
  export * from "./RejectedExecutePromptResponse";
165
197
  export * from "./RejectedExecuteWorkflowWorkflowResultEvent";
166
- export * from "./RejectedFunctionCall";
167
198
  export * from "./RejectedPromptExecutionMeta";
168
199
  export * from "./RejectedWorkflowNodeResultEvent";
169
200
  export * from "./SandboxScenario";
@@ -182,8 +213,11 @@ export * from "./SearchResultDocumentRequest";
182
213
  export * from "./SearchResultMergingRequest";
183
214
  export * from "./SearchResultRequest";
184
215
  export * from "./SearchResultsEnum";
185
- export * from "./SearchResultsVariableValue";
186
216
  export * from "./SearchWeightsRequest";
217
+ export * from "./SentenceChunkerConfig";
218
+ export * from "./SentenceChunkerConfigRequest";
219
+ export * from "./SentenceChunking";
220
+ export * from "./SentenceChunkingRequest";
187
221
  export * from "./SlimDeploymentRead";
188
222
  export * from "./SlimDocument";
189
223
  export * from "./SlimWorkflowDeployment";
@@ -271,6 +305,10 @@ export * from "./TestSuiteRunWorkflowReleaseTagExecConfigDataRequest";
271
305
  export * from "./TestSuiteRunWorkflowReleaseTagExecConfigRequest";
272
306
  export * from "./TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum";
273
307
  export * from "./TestSuiteTestCase";
308
+ export * from "./TokenOverlappingWindowChunkerConfig";
309
+ export * from "./TokenOverlappingWindowChunkerConfigRequest";
310
+ export * from "./TokenOverlappingWindowChunking";
311
+ export * from "./TokenOverlappingWindowChunkingRequest";
274
312
  export * from "./UploadDocumentErrorResponse";
275
313
  export * from "./UploadDocumentResponse";
276
314
  export * from "./VellumError";
@@ -318,3 +356,13 @@ export * from "./WorkflowResultEventOutputDataNumber";
318
356
  export * from "./WorkflowResultEventOutputDataSearchResults";
319
357
  export * from "./WorkflowResultEventOutputDataString";
320
358
  export * from "./WorkflowStreamEvent";
359
+ export * from "./HkunlpInstructorXlEnum";
360
+ export * from "./IntfloatMultilingualE5LargeEnum";
361
+ export * from "./ReductoChunkerEnum";
362
+ export * from "./SentenceChunkerEnum";
363
+ export * from "./SentenceTransformersMultiQaMpnetBaseCosV1Enum";
364
+ export * from "./SentenceTransformersMultiQaMpnetBaseDotV1Enum";
365
+ export * from "./TextEmbedding3LargeEnum";
366
+ export * from "./TextEmbedding3SmallEnum";
367
+ export * from "./TextEmbeddingAda002Enum";
368
+ export * from "./TokenOverlappingWindowChunkerEnum";