vellum-ai 0.5.2 → 0.6.1

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 (618) hide show
  1. package/Client.js +9 -9
  2. package/README.md +1 -1
  3. package/api/resources/deployments/client/Client.js +3 -3
  4. package/api/resources/documentIndexes/client/Client.d.ts +0 -74
  5. package/api/resources/documentIndexes/client/Client.js +10 -81
  6. package/api/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.d.ts +1 -66
  7. package/api/resources/documentIndexes/client/requests/DocumentIndexUpdateRequest.d.ts +0 -6
  8. package/api/resources/documentIndexes/client/requests/DocumentIndexesListRequest.d.ts +5 -1
  9. package/api/resources/documentIndexes/client/requests/PatchedDocumentIndexUpdateRequest.d.ts +0 -4
  10. package/api/resources/documents/client/Client.d.ts +8 -2
  11. package/api/resources/documents/client/Client.js +13 -7
  12. package/api/resources/folderEntities/client/Client.js +1 -1
  13. package/api/resources/sandboxes/client/Client.js +2 -2
  14. package/api/resources/testSuiteRuns/client/Client.js +3 -3
  15. package/api/resources/testSuites/client/Client.js +3 -3
  16. package/api/resources/workflowDeployments/client/Client.js +2 -2
  17. package/api/types/AddOpenaiApiKeyEnum.d.ts +7 -0
  18. package/api/types/ArrayVariableValueItem.d.ts +1 -7
  19. package/api/types/ArrayVellumValueItem.d.ts +25 -0
  20. package/api/types/BasicVectorizerIntfloatMultilingualE5Large.d.ts +9 -0
  21. package/api/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.d.ts +9 -0
  22. package/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.d.ts +9 -0
  23. package/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.d.ts +9 -0
  24. package/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.d.ts +9 -0
  25. package/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.d.ts +9 -0
  26. package/api/types/DocumentIndexChunking.d.ts +16 -0
  27. package/api/types/DocumentIndexChunkingRequest.d.ts +16 -0
  28. package/api/types/DocumentIndexIndexingConfig.d.ts +8 -0
  29. package/api/types/DocumentIndexIndexingConfig.js +5 -0
  30. package/api/types/DocumentIndexIndexingConfigRequest.d.ts +8 -0
  31. package/api/types/DocumentIndexIndexingConfigRequest.js +5 -0
  32. package/api/types/DocumentIndexRead.d.ts +1 -2
  33. package/api/types/DocumentStatus.d.ts +3 -0
  34. package/api/types/FunctionCall.d.ts +8 -8
  35. package/api/types/{FulfilledFunctionCallRequest.d.ts → FunctionCallRequest.d.ts} +2 -2
  36. package/api/types/FunctionCallRequest.js +5 -0
  37. package/api/types/FunctionCallVellumValue.d.ts +1 -1
  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/MergeEnum.d.ts +4 -0
  57. package/api/types/MergeEnum.js +5 -0
  58. package/api/types/MergeNodeResult.d.ts +8 -0
  59. package/api/types/MergeNodeResult.js +5 -0
  60. package/api/types/MetricEnum.d.ts +4 -0
  61. package/api/types/MetricEnum.js +5 -0
  62. package/api/types/MetricNodeResult.d.ts +8 -0
  63. package/api/types/MetricNodeResult.js +5 -0
  64. package/api/types/NamedTestCaseFunctionCallVariableValue.d.ts +1 -1
  65. package/api/types/NamedTestCaseFunctionCallVariableValueRequest.d.ts +1 -1
  66. package/api/types/NodeOutputCompiledArrayValue.d.ts +1 -1
  67. package/api/types/NumberVellumValue.d.ts +9 -0
  68. package/api/types/NumberVellumValue.js +5 -0
  69. package/api/types/OpenAiVectorizerConfig.d.ts +10 -0
  70. package/api/types/OpenAiVectorizerConfig.js +5 -0
  71. package/api/types/OpenAiVectorizerConfigRequest.d.ts +10 -0
  72. package/api/types/OpenAiVectorizerConfigRequest.js +5 -0
  73. package/api/types/OpenAiVectorizerTextEmbedding3Large.d.ts +10 -0
  74. package/api/types/OpenAiVectorizerTextEmbedding3Large.js +5 -0
  75. package/api/types/OpenAiVectorizerTextEmbedding3LargeRequest.d.ts +10 -0
  76. package/api/types/OpenAiVectorizerTextEmbedding3LargeRequest.js +5 -0
  77. package/api/types/OpenAiVectorizerTextEmbedding3Small.d.ts +10 -0
  78. package/api/types/OpenAiVectorizerTextEmbedding3Small.js +5 -0
  79. package/api/types/OpenAiVectorizerTextEmbedding3SmallRequest.d.ts +10 -0
  80. package/api/types/OpenAiVectorizerTextEmbedding3SmallRequest.js +5 -0
  81. package/api/types/OpenAiVectorizerTextEmbeddingAda002.d.ts +10 -0
  82. package/api/types/OpenAiVectorizerTextEmbeddingAda002.js +5 -0
  83. package/api/types/OpenAiVectorizerTextEmbeddingAda002Request.d.ts +10 -0
  84. package/api/types/OpenAiVectorizerTextEmbeddingAda002Request.js +5 -0
  85. package/api/types/ReductoChunkerConfig.d.ts +9 -0
  86. package/api/types/ReductoChunkerConfig.js +5 -0
  87. package/api/types/ReductoChunkerConfigRequest.d.ts +9 -0
  88. package/api/types/ReductoChunkerConfigRequest.js +5 -0
  89. package/api/types/ReductoChunkerEnum.d.ts +4 -0
  90. package/api/types/ReductoChunkerEnum.js +5 -0
  91. package/api/types/ReductoChunking.d.ts +10 -0
  92. package/api/types/ReductoChunking.js +5 -0
  93. package/api/types/ReductoChunkingRequest.d.ts +10 -0
  94. package/api/types/ReductoChunkingRequest.js +5 -0
  95. package/api/types/SearchResultDocument.d.ts +1 -1
  96. package/api/types/SearchResultDocumentRequest.d.ts +2 -0
  97. package/api/types/SentenceChunkerConfig.d.ts +10 -0
  98. package/api/types/SentenceChunkerConfig.js +5 -0
  99. package/api/types/SentenceChunkerConfigRequest.d.ts +10 -0
  100. package/api/types/SentenceChunkerConfigRequest.js +5 -0
  101. package/api/types/SentenceChunkerEnum.d.ts +4 -0
  102. package/api/types/SentenceChunkerEnum.js +5 -0
  103. package/api/types/SentenceChunking.d.ts +10 -0
  104. package/api/types/SentenceChunking.js +5 -0
  105. package/api/types/SentenceChunkingRequest.d.ts +10 -0
  106. package/api/types/SentenceChunkingRequest.js +5 -0
  107. package/api/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.d.ts +4 -0
  108. package/api/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.js +5 -0
  109. package/api/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.d.ts +4 -0
  110. package/api/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.js +5 -0
  111. package/api/types/SubmitCompletionActualRequest.d.ts +2 -0
  112. package/api/types/TestCaseFunctionCallVariableValue.d.ts +1 -1
  113. package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.d.ts +3 -0
  114. package/api/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +1 -1
  115. package/api/types/TestSuiteRunExternalExecConfigTypeEnum.d.ts +3 -0
  116. package/api/types/TestSuiteRunMetricErrorOutputTypeEnum.d.ts +3 -0
  117. package/api/types/TestSuiteRunMetricNumberOutputTypeEnum.d.ts +3 -0
  118. package/api/types/TestSuiteRunMetricStringOutputTypeEnum.d.ts +3 -0
  119. package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.d.ts +3 -0
  120. package/api/types/TextEmbedding3LargeEnum.d.ts +4 -0
  121. package/api/types/TextEmbedding3LargeEnum.js +5 -0
  122. package/api/types/TextEmbedding3SmallEnum.d.ts +4 -0
  123. package/api/types/TextEmbedding3SmallEnum.js +5 -0
  124. package/api/types/TextEmbeddingAda002Enum.d.ts +4 -0
  125. package/api/types/TextEmbeddingAda002Enum.js +5 -0
  126. package/api/types/TokenOverlappingWindowChunkerConfig.d.ts +10 -0
  127. package/api/types/TokenOverlappingWindowChunkerConfig.js +5 -0
  128. package/api/types/TokenOverlappingWindowChunkerConfigRequest.d.ts +10 -0
  129. package/api/types/TokenOverlappingWindowChunkerConfigRequest.js +5 -0
  130. package/api/types/TokenOverlappingWindowChunkerEnum.d.ts +4 -0
  131. package/api/types/TokenOverlappingWindowChunkerEnum.js +5 -0
  132. package/api/types/TokenOverlappingWindowChunking.d.ts +10 -0
  133. package/api/types/TokenOverlappingWindowChunking.js +5 -0
  134. package/api/types/TokenOverlappingWindowChunkingRequest.d.ts +10 -0
  135. package/api/types/TokenOverlappingWindowChunkingRequest.js +5 -0
  136. package/api/types/WorkflowExecutionActualChatHistoryRequest.d.ts +2 -0
  137. package/api/types/WorkflowExecutionActualJsonRequest.d.ts +2 -0
  138. package/api/types/WorkflowExecutionActualStringRequest.d.ts +2 -0
  139. package/api/types/WorkflowNodeResultData.d.ts +7 -1
  140. package/api/types/WorkflowOutputArray.d.ts +1 -1
  141. package/api/types/index.d.ts +55 -5
  142. package/api/types/index.js +55 -5
  143. package/dist/Client.js +9 -9
  144. package/dist/api/resources/deployments/client/Client.js +3 -3
  145. package/dist/api/resources/documentIndexes/client/Client.d.ts +0 -74
  146. package/dist/api/resources/documentIndexes/client/Client.js +10 -81
  147. package/dist/api/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.d.ts +1 -66
  148. package/dist/api/resources/documentIndexes/client/requests/DocumentIndexUpdateRequest.d.ts +0 -6
  149. package/dist/api/resources/documentIndexes/client/requests/DocumentIndexesListRequest.d.ts +5 -1
  150. package/dist/api/resources/documentIndexes/client/requests/PatchedDocumentIndexUpdateRequest.d.ts +0 -4
  151. package/dist/api/resources/documents/client/Client.d.ts +8 -2
  152. package/dist/api/resources/documents/client/Client.js +13 -7
  153. package/dist/api/resources/folderEntities/client/Client.js +1 -1
  154. package/dist/api/resources/sandboxes/client/Client.js +2 -2
  155. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  156. package/dist/api/resources/testSuites/client/Client.js +3 -3
  157. package/dist/api/resources/workflowDeployments/client/Client.js +2 -2
  158. package/dist/api/types/AddOpenaiApiKeyEnum.d.ts +7 -0
  159. package/dist/api/types/AddOpenaiApiKeyEnum.js +5 -0
  160. package/dist/api/types/ArrayVariableValueItem.d.ts +1 -7
  161. package/dist/api/types/ArrayVellumValueItem.d.ts +25 -0
  162. package/dist/api/types/ArrayVellumValueItem.js +5 -0
  163. package/dist/api/types/BasicVectorizerIntfloatMultilingualE5Large.d.ts +9 -0
  164. package/dist/api/types/BasicVectorizerIntfloatMultilingualE5Large.js +5 -0
  165. package/dist/api/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.d.ts +9 -0
  166. package/dist/api/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.js +5 -0
  167. package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.d.ts +9 -0
  168. package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.js +5 -0
  169. package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.d.ts +9 -0
  170. package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.js +5 -0
  171. package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.d.ts +9 -0
  172. package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.js +5 -0
  173. package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.d.ts +9 -0
  174. package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.js +5 -0
  175. package/dist/api/types/DocumentIndexChunking.d.ts +16 -0
  176. package/dist/api/types/DocumentIndexChunking.js +5 -0
  177. package/dist/api/types/DocumentIndexChunkingRequest.d.ts +16 -0
  178. package/dist/api/types/DocumentIndexChunkingRequest.js +5 -0
  179. package/dist/api/types/DocumentIndexIndexingConfig.d.ts +8 -0
  180. package/dist/api/types/DocumentIndexIndexingConfig.js +5 -0
  181. package/dist/api/types/DocumentIndexIndexingConfigRequest.d.ts +8 -0
  182. package/dist/api/types/DocumentIndexIndexingConfigRequest.js +5 -0
  183. package/dist/api/types/DocumentIndexRead.d.ts +1 -2
  184. package/dist/api/types/DocumentStatus.d.ts +3 -0
  185. package/dist/api/types/FunctionCall.d.ts +8 -8
  186. package/dist/api/types/{FulfilledFunctionCallRequest.d.ts → FunctionCallRequest.d.ts} +2 -2
  187. package/dist/api/types/FunctionCallRequest.js +5 -0
  188. package/dist/api/types/FunctionCallVellumValue.d.ts +1 -1
  189. package/dist/api/types/HkunlpInstructorXlEnum.d.ts +4 -0
  190. package/dist/api/types/HkunlpInstructorXlEnum.js +5 -0
  191. package/dist/api/types/HkunlpInstructorXlVectorizer.d.ts +10 -0
  192. package/dist/api/types/HkunlpInstructorXlVectorizer.js +5 -0
  193. package/dist/api/types/HkunlpInstructorXlVectorizerRequest.d.ts +10 -0
  194. package/dist/api/types/HkunlpInstructorXlVectorizerRequest.js +5 -0
  195. package/dist/api/types/ImageVellumValue.d.ts +10 -0
  196. package/dist/api/types/ImageVellumValue.js +5 -0
  197. package/dist/api/types/IndexingConfigVectorizer.d.ts +28 -0
  198. package/dist/api/types/IndexingConfigVectorizer.js +5 -0
  199. package/dist/api/types/IndexingConfigVectorizerRequest.d.ts +28 -0
  200. package/dist/api/types/IndexingConfigVectorizerRequest.js +5 -0
  201. package/dist/api/types/InstructorVectorizerConfig.d.ts +11 -0
  202. package/dist/api/types/InstructorVectorizerConfig.js +5 -0
  203. package/dist/api/types/InstructorVectorizerConfigRequest.d.ts +11 -0
  204. package/dist/api/types/InstructorVectorizerConfigRequest.js +5 -0
  205. package/dist/api/types/IntfloatMultilingualE5LargeEnum.d.ts +4 -0
  206. package/dist/api/types/IntfloatMultilingualE5LargeEnum.js +5 -0
  207. package/dist/api/types/MergeEnum.d.ts +4 -0
  208. package/dist/api/types/MergeEnum.js +5 -0
  209. package/dist/api/types/MergeNodeResult.d.ts +8 -0
  210. package/dist/api/types/MergeNodeResult.js +5 -0
  211. package/dist/api/types/MetricEnum.d.ts +4 -0
  212. package/dist/api/types/MetricEnum.js +5 -0
  213. package/dist/api/types/MetricNodeResult.d.ts +8 -0
  214. package/dist/api/types/MetricNodeResult.js +5 -0
  215. package/dist/api/types/NamedTestCaseFunctionCallVariableValue.d.ts +1 -1
  216. package/dist/api/types/NamedTestCaseFunctionCallVariableValueRequest.d.ts +1 -1
  217. package/dist/api/types/NodeOutputCompiledArrayValue.d.ts +1 -1
  218. package/dist/api/types/NumberVellumValue.d.ts +9 -0
  219. package/dist/api/types/NumberVellumValue.js +5 -0
  220. package/dist/api/types/OpenAiVectorizerConfig.d.ts +10 -0
  221. package/dist/api/types/OpenAiVectorizerConfig.js +5 -0
  222. package/dist/api/types/OpenAiVectorizerConfigRequest.d.ts +10 -0
  223. package/dist/api/types/OpenAiVectorizerConfigRequest.js +5 -0
  224. package/dist/api/types/OpenAiVectorizerTextEmbedding3Large.d.ts +10 -0
  225. package/dist/api/types/OpenAiVectorizerTextEmbedding3Large.js +5 -0
  226. package/dist/api/types/OpenAiVectorizerTextEmbedding3LargeRequest.d.ts +10 -0
  227. package/dist/api/types/OpenAiVectorizerTextEmbedding3LargeRequest.js +5 -0
  228. package/dist/api/types/OpenAiVectorizerTextEmbedding3Small.d.ts +10 -0
  229. package/dist/api/types/OpenAiVectorizerTextEmbedding3Small.js +5 -0
  230. package/dist/api/types/OpenAiVectorizerTextEmbedding3SmallRequest.d.ts +10 -0
  231. package/dist/api/types/OpenAiVectorizerTextEmbedding3SmallRequest.js +5 -0
  232. package/dist/api/types/OpenAiVectorizerTextEmbeddingAda002.d.ts +10 -0
  233. package/dist/api/types/OpenAiVectorizerTextEmbeddingAda002.js +5 -0
  234. package/dist/api/types/OpenAiVectorizerTextEmbeddingAda002Request.d.ts +10 -0
  235. package/dist/api/types/OpenAiVectorizerTextEmbeddingAda002Request.js +5 -0
  236. package/dist/api/types/ReductoChunkerConfig.d.ts +9 -0
  237. package/dist/api/types/ReductoChunkerConfig.js +5 -0
  238. package/dist/api/types/ReductoChunkerConfigRequest.d.ts +9 -0
  239. package/dist/api/types/ReductoChunkerConfigRequest.js +5 -0
  240. package/dist/api/types/ReductoChunkerEnum.d.ts +4 -0
  241. package/dist/api/types/ReductoChunkerEnum.js +5 -0
  242. package/dist/api/types/ReductoChunking.d.ts +10 -0
  243. package/dist/api/types/ReductoChunking.js +5 -0
  244. package/dist/api/types/ReductoChunkingRequest.d.ts +10 -0
  245. package/dist/api/types/ReductoChunkingRequest.js +5 -0
  246. package/dist/api/types/SearchResultDocument.d.ts +1 -1
  247. package/dist/api/types/SearchResultDocumentRequest.d.ts +2 -0
  248. package/dist/api/types/SentenceChunkerConfig.d.ts +10 -0
  249. package/dist/api/types/SentenceChunkerConfig.js +5 -0
  250. package/dist/api/types/SentenceChunkerConfigRequest.d.ts +10 -0
  251. package/dist/api/types/SentenceChunkerConfigRequest.js +5 -0
  252. package/dist/api/types/SentenceChunkerEnum.d.ts +4 -0
  253. package/dist/api/types/SentenceChunkerEnum.js +5 -0
  254. package/dist/api/types/SentenceChunking.d.ts +10 -0
  255. package/dist/api/types/SentenceChunking.js +5 -0
  256. package/dist/api/types/SentenceChunkingRequest.d.ts +10 -0
  257. package/dist/api/types/SentenceChunkingRequest.js +5 -0
  258. package/dist/api/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.d.ts +4 -0
  259. package/dist/api/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.js +5 -0
  260. package/dist/api/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.d.ts +4 -0
  261. package/dist/api/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.js +5 -0
  262. package/dist/api/types/SubmitCompletionActualRequest.d.ts +2 -0
  263. package/dist/api/types/TestCaseFunctionCallVariableValue.d.ts +1 -1
  264. package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.d.ts +3 -0
  265. package/dist/api/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +1 -1
  266. package/dist/api/types/TestSuiteRunExternalExecConfigTypeEnum.d.ts +3 -0
  267. package/dist/api/types/TestSuiteRunMetricErrorOutputTypeEnum.d.ts +3 -0
  268. package/dist/api/types/TestSuiteRunMetricNumberOutputTypeEnum.d.ts +3 -0
  269. package/dist/api/types/TestSuiteRunMetricStringOutputTypeEnum.d.ts +3 -0
  270. package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.d.ts +3 -0
  271. package/dist/api/types/TextEmbedding3LargeEnum.d.ts +4 -0
  272. package/dist/api/types/TextEmbedding3LargeEnum.js +5 -0
  273. package/dist/api/types/TextEmbedding3SmallEnum.d.ts +4 -0
  274. package/dist/api/types/TextEmbedding3SmallEnum.js +5 -0
  275. package/dist/api/types/TextEmbeddingAda002Enum.d.ts +4 -0
  276. package/dist/api/types/TextEmbeddingAda002Enum.js +5 -0
  277. package/dist/api/types/TokenOverlappingWindowChunkerConfig.d.ts +10 -0
  278. package/dist/api/types/TokenOverlappingWindowChunkerConfig.js +5 -0
  279. package/dist/api/types/TokenOverlappingWindowChunkerConfigRequest.d.ts +10 -0
  280. package/dist/api/types/TokenOverlappingWindowChunkerConfigRequest.js +5 -0
  281. package/dist/api/types/TokenOverlappingWindowChunkerEnum.d.ts +4 -0
  282. package/dist/api/types/TokenOverlappingWindowChunkerEnum.js +5 -0
  283. package/dist/api/types/TokenOverlappingWindowChunking.d.ts +10 -0
  284. package/dist/api/types/TokenOverlappingWindowChunking.js +5 -0
  285. package/dist/api/types/TokenOverlappingWindowChunkingRequest.d.ts +10 -0
  286. package/dist/api/types/TokenOverlappingWindowChunkingRequest.js +5 -0
  287. package/dist/api/types/WorkflowExecutionActualChatHistoryRequest.d.ts +2 -0
  288. package/dist/api/types/WorkflowExecutionActualJsonRequest.d.ts +2 -0
  289. package/dist/api/types/WorkflowExecutionActualStringRequest.d.ts +2 -0
  290. package/dist/api/types/WorkflowNodeResultData.d.ts +7 -1
  291. package/dist/api/types/WorkflowOutputArray.d.ts +1 -1
  292. package/dist/api/types/index.d.ts +55 -5
  293. package/dist/api/types/index.js +55 -5
  294. package/dist/serialization/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.d.ts +2 -1
  295. package/dist/serialization/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.js +2 -1
  296. package/dist/serialization/types/AddOpenaiApiKeyEnum.d.ts +10 -0
  297. package/dist/serialization/types/AddOpenaiApiKeyEnum.js +31 -0
  298. package/dist/serialization/types/ArrayVariableValueItem.d.ts +1 -9
  299. package/dist/serialization/types/ArrayVariableValueItem.js +0 -4
  300. package/dist/serialization/types/ArrayVellumValueItem.d.ts +34 -0
  301. package/dist/serialization/types/ArrayVellumValueItem.js +49 -0
  302. package/dist/serialization/types/BasicVectorizerIntfloatMultilingualE5Large.d.ts +12 -0
  303. package/dist/serialization/types/BasicVectorizerIntfloatMultilingualE5Large.js +33 -0
  304. package/dist/serialization/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.d.ts +12 -0
  305. package/dist/serialization/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.js +33 -0
  306. package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.d.ts +12 -0
  307. package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.js +33 -0
  308. package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.d.ts +12 -0
  309. package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.js +33 -0
  310. package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.d.ts +12 -0
  311. package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.js +33 -0
  312. package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.d.ts +12 -0
  313. package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.js +33 -0
  314. package/dist/serialization/types/DocumentIndexChunking.d.ts +22 -0
  315. package/dist/serialization/types/DocumentIndexChunking.js +43 -0
  316. package/dist/serialization/types/DocumentIndexChunkingRequest.d.ts +22 -0
  317. package/dist/serialization/types/DocumentIndexChunkingRequest.js +43 -0
  318. package/dist/serialization/types/DocumentIndexIndexingConfig.d.ts +15 -0
  319. package/dist/serialization/types/DocumentIndexIndexingConfig.js +36 -0
  320. package/dist/serialization/types/DocumentIndexIndexingConfigRequest.d.ts +15 -0
  321. package/dist/serialization/types/DocumentIndexIndexingConfigRequest.js +36 -0
  322. package/dist/serialization/types/DocumentIndexRead.d.ts +2 -1
  323. package/dist/serialization/types/DocumentIndexRead.js +2 -1
  324. package/dist/serialization/types/FunctionCall.d.ts +7 -9
  325. package/dist/serialization/types/FunctionCall.js +6 -10
  326. package/dist/serialization/types/{FulfilledFunctionCallRequest.d.ts → FunctionCallRequest.d.ts} +3 -3
  327. package/dist/serialization/types/{FulfilledFunctionCallRequest.js → FunctionCallRequest.js} +3 -3
  328. package/dist/serialization/types/FunctionCallVellumValue.d.ts +1 -1
  329. package/dist/serialization/types/FunctionCallVellumValue.js +1 -1
  330. package/dist/serialization/types/HkunlpInstructorXlEnum.d.ts +10 -0
  331. package/dist/serialization/types/HkunlpInstructorXlEnum.js +31 -0
  332. package/dist/serialization/types/HkunlpInstructorXlVectorizer.d.ts +13 -0
  333. package/dist/serialization/types/HkunlpInstructorXlVectorizer.js +34 -0
  334. package/dist/serialization/types/HkunlpInstructorXlVectorizerRequest.d.ts +13 -0
  335. package/dist/serialization/types/HkunlpInstructorXlVectorizerRequest.js +34 -0
  336. package/dist/serialization/types/ImageVellumValue.d.ts +13 -0
  337. package/dist/serialization/types/{ChatHistoryVariableValue.js → ImageVellumValue.js} +4 -4
  338. package/dist/serialization/types/IndexingConfigVectorizer.d.ts +38 -0
  339. package/dist/serialization/types/IndexingConfigVectorizer.js +51 -0
  340. package/dist/serialization/types/IndexingConfigVectorizerRequest.d.ts +38 -0
  341. package/dist/serialization/types/IndexingConfigVectorizerRequest.js +51 -0
  342. package/dist/serialization/types/InstructorVectorizerConfig.d.ts +14 -0
  343. package/dist/serialization/types/InstructorVectorizerConfig.js +35 -0
  344. package/dist/serialization/types/InstructorVectorizerConfigRequest.d.ts +14 -0
  345. package/dist/serialization/types/InstructorVectorizerConfigRequest.js +35 -0
  346. package/dist/serialization/types/IntfloatMultilingualE5LargeEnum.d.ts +10 -0
  347. package/dist/serialization/types/IntfloatMultilingualE5LargeEnum.js +31 -0
  348. package/dist/serialization/types/MergeEnum.d.ts +10 -0
  349. package/dist/serialization/types/MergeEnum.js +31 -0
  350. package/dist/serialization/types/MergeNodeResult.d.ts +11 -0
  351. package/dist/serialization/types/MergeNodeResult.js +31 -0
  352. package/dist/serialization/types/MetricEnum.d.ts +10 -0
  353. package/dist/serialization/types/MetricEnum.js +31 -0
  354. package/dist/serialization/types/MetricNodeResult.d.ts +11 -0
  355. package/dist/serialization/types/MetricNodeResult.js +31 -0
  356. package/dist/serialization/types/NamedTestCaseFunctionCallVariableValue.d.ts +2 -2
  357. package/dist/serialization/types/NamedTestCaseFunctionCallVariableValue.js +2 -2
  358. package/dist/serialization/types/NamedTestCaseFunctionCallVariableValueRequest.d.ts +2 -2
  359. package/dist/serialization/types/NamedTestCaseFunctionCallVariableValueRequest.js +2 -2
  360. package/dist/serialization/types/NodeOutputCompiledArrayValue.d.ts +2 -2
  361. package/dist/serialization/types/NodeOutputCompiledArrayValue.js +2 -2
  362. package/dist/serialization/types/NumberVellumValue.d.ts +12 -0
  363. package/{serialization/types/ChatHistoryVariableValue.js → dist/serialization/types/NumberVellumValue.js} +3 -4
  364. package/dist/serialization/types/OpenAiVectorizerConfig.d.ts +13 -0
  365. package/dist/serialization/types/{FulfilledFunctionCall.js → OpenAiVectorizerConfig.js} +4 -5
  366. package/dist/serialization/types/OpenAiVectorizerConfigRequest.d.ts +13 -0
  367. package/dist/serialization/types/OpenAiVectorizerConfigRequest.js +34 -0
  368. package/dist/serialization/types/OpenAiVectorizerTextEmbedding3Large.d.ts +13 -0
  369. package/dist/serialization/types/OpenAiVectorizerTextEmbedding3Large.js +34 -0
  370. package/dist/serialization/types/OpenAiVectorizerTextEmbedding3LargeRequest.d.ts +13 -0
  371. package/dist/serialization/types/OpenAiVectorizerTextEmbedding3LargeRequest.js +34 -0
  372. package/dist/serialization/types/OpenAiVectorizerTextEmbedding3Small.d.ts +13 -0
  373. package/dist/serialization/types/OpenAiVectorizerTextEmbedding3Small.js +34 -0
  374. package/dist/serialization/types/OpenAiVectorizerTextEmbedding3SmallRequest.d.ts +13 -0
  375. package/dist/serialization/types/OpenAiVectorizerTextEmbedding3SmallRequest.js +34 -0
  376. package/dist/serialization/types/OpenAiVectorizerTextEmbeddingAda002.d.ts +13 -0
  377. package/dist/serialization/types/OpenAiVectorizerTextEmbeddingAda002.js +34 -0
  378. package/dist/serialization/types/OpenAiVectorizerTextEmbeddingAda002Request.d.ts +13 -0
  379. package/dist/serialization/types/OpenAiVectorizerTextEmbeddingAda002Request.js +34 -0
  380. package/dist/serialization/types/ReductoChunkerConfig.d.ts +12 -0
  381. package/dist/serialization/types/{SearchResultsVariableValue.js → ReductoChunkerConfig.js} +3 -4
  382. package/dist/serialization/types/ReductoChunkerConfigRequest.d.ts +12 -0
  383. package/{serialization/types/SearchResultsVariableValue.js → dist/serialization/types/ReductoChunkerConfigRequest.js} +3 -4
  384. package/dist/serialization/types/ReductoChunkerEnum.d.ts +10 -0
  385. package/dist/serialization/types/ReductoChunkerEnum.js +31 -0
  386. package/dist/serialization/types/ReductoChunking.d.ts +13 -0
  387. package/dist/serialization/types/{RejectedFunctionCall.js → ReductoChunking.js} +4 -6
  388. package/dist/serialization/types/ReductoChunkingRequest.d.ts +13 -0
  389. package/dist/serialization/types/ReductoChunkingRequest.js +34 -0
  390. package/dist/serialization/types/SearchResultDocument.d.ts +1 -1
  391. package/dist/serialization/types/SearchResultDocument.js +1 -1
  392. package/dist/serialization/types/SearchResultDocumentRequest.d.ts +1 -0
  393. package/dist/serialization/types/SearchResultDocumentRequest.js +1 -0
  394. package/dist/serialization/types/SentenceChunkerConfig.d.ts +13 -0
  395. package/dist/serialization/types/SentenceChunkerConfig.js +34 -0
  396. package/dist/serialization/types/SentenceChunkerConfigRequest.d.ts +13 -0
  397. package/dist/serialization/types/SentenceChunkerConfigRequest.js +34 -0
  398. package/dist/serialization/types/SentenceChunkerEnum.d.ts +10 -0
  399. package/dist/serialization/types/SentenceChunkerEnum.js +31 -0
  400. package/dist/serialization/types/SentenceChunking.d.ts +13 -0
  401. package/dist/serialization/types/SentenceChunking.js +34 -0
  402. package/dist/serialization/types/SentenceChunkingRequest.d.ts +13 -0
  403. package/dist/serialization/types/SentenceChunkingRequest.js +34 -0
  404. package/dist/serialization/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.d.ts +10 -0
  405. package/dist/serialization/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.js +31 -0
  406. package/dist/serialization/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.d.ts +10 -0
  407. package/dist/serialization/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.js +31 -0
  408. package/dist/serialization/types/SubmitCompletionActualRequest.d.ts +1 -0
  409. package/dist/serialization/types/SubmitCompletionActualRequest.js +1 -0
  410. package/dist/serialization/types/TestCaseFunctionCallVariableValue.d.ts +2 -2
  411. package/dist/serialization/types/TestCaseFunctionCallVariableValue.js +2 -2
  412. package/dist/serialization/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +2 -2
  413. package/dist/serialization/types/TestSuiteRunExecutionFunctionCallOutput.js +2 -2
  414. package/dist/serialization/types/TextEmbedding3LargeEnum.d.ts +10 -0
  415. package/dist/serialization/types/TextEmbedding3LargeEnum.js +31 -0
  416. package/dist/serialization/types/TextEmbedding3SmallEnum.d.ts +10 -0
  417. package/dist/serialization/types/TextEmbedding3SmallEnum.js +31 -0
  418. package/dist/serialization/types/TextEmbeddingAda002Enum.d.ts +10 -0
  419. package/dist/serialization/types/TextEmbeddingAda002Enum.js +31 -0
  420. package/dist/serialization/types/TokenOverlappingWindowChunkerConfig.d.ts +13 -0
  421. package/dist/serialization/types/TokenOverlappingWindowChunkerConfig.js +34 -0
  422. package/dist/serialization/types/TokenOverlappingWindowChunkerConfigRequest.d.ts +13 -0
  423. package/dist/serialization/types/TokenOverlappingWindowChunkerConfigRequest.js +34 -0
  424. package/dist/serialization/types/TokenOverlappingWindowChunkerEnum.d.ts +10 -0
  425. package/dist/serialization/types/TokenOverlappingWindowChunkerEnum.js +31 -0
  426. package/dist/serialization/types/TokenOverlappingWindowChunking.d.ts +13 -0
  427. package/dist/serialization/types/TokenOverlappingWindowChunking.js +34 -0
  428. package/dist/serialization/types/TokenOverlappingWindowChunkingRequest.d.ts +13 -0
  429. package/dist/serialization/types/TokenOverlappingWindowChunkingRequest.js +34 -0
  430. package/dist/serialization/types/WorkflowExecutionActualChatHistoryRequest.d.ts +1 -0
  431. package/dist/serialization/types/WorkflowExecutionActualChatHistoryRequest.js +1 -0
  432. package/dist/serialization/types/WorkflowExecutionActualJsonRequest.d.ts +1 -0
  433. package/dist/serialization/types/WorkflowExecutionActualJsonRequest.js +1 -0
  434. package/dist/serialization/types/WorkflowExecutionActualStringRequest.d.ts +1 -0
  435. package/dist/serialization/types/WorkflowExecutionActualStringRequest.js +1 -0
  436. package/dist/serialization/types/WorkflowNodeResultData.d.ts +9 -1
  437. package/dist/serialization/types/WorkflowNodeResultData.js +4 -0
  438. package/dist/serialization/types/WorkflowOutputArray.d.ts +2 -2
  439. package/dist/serialization/types/WorkflowOutputArray.js +2 -2
  440. package/dist/serialization/types/index.d.ts +55 -5
  441. package/dist/serialization/types/index.js +55 -5
  442. package/package.json +1 -1
  443. package/serialization/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.d.ts +2 -1
  444. package/serialization/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.js +2 -1
  445. package/serialization/types/AddOpenaiApiKeyEnum.d.ts +10 -0
  446. package/serialization/types/AddOpenaiApiKeyEnum.js +31 -0
  447. package/serialization/types/ArrayVariableValueItem.d.ts +1 -9
  448. package/serialization/types/ArrayVariableValueItem.js +0 -4
  449. package/serialization/types/ArrayVellumValueItem.d.ts +34 -0
  450. package/serialization/types/ArrayVellumValueItem.js +49 -0
  451. package/serialization/types/BasicVectorizerIntfloatMultilingualE5Large.d.ts +12 -0
  452. package/serialization/types/BasicVectorizerIntfloatMultilingualE5Large.js +33 -0
  453. package/serialization/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.d.ts +12 -0
  454. package/serialization/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.js +33 -0
  455. package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.d.ts +12 -0
  456. package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.js +33 -0
  457. package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.d.ts +12 -0
  458. package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.js +33 -0
  459. package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.d.ts +12 -0
  460. package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.js +33 -0
  461. package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.d.ts +12 -0
  462. package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.js +33 -0
  463. package/serialization/types/DocumentIndexChunking.d.ts +22 -0
  464. package/serialization/types/DocumentIndexChunking.js +43 -0
  465. package/serialization/types/DocumentIndexChunkingRequest.d.ts +22 -0
  466. package/serialization/types/DocumentIndexChunkingRequest.js +43 -0
  467. package/serialization/types/DocumentIndexIndexingConfig.d.ts +15 -0
  468. package/serialization/types/DocumentIndexIndexingConfig.js +36 -0
  469. package/serialization/types/DocumentIndexIndexingConfigRequest.d.ts +15 -0
  470. package/serialization/types/DocumentIndexIndexingConfigRequest.js +36 -0
  471. package/serialization/types/DocumentIndexRead.d.ts +2 -1
  472. package/serialization/types/DocumentIndexRead.js +2 -1
  473. package/serialization/types/FunctionCall.d.ts +7 -9
  474. package/serialization/types/FunctionCall.js +6 -10
  475. package/serialization/types/{FulfilledFunctionCallRequest.d.ts → FunctionCallRequest.d.ts} +3 -3
  476. package/serialization/types/{FulfilledFunctionCallRequest.js → FunctionCallRequest.js} +3 -3
  477. package/serialization/types/FunctionCallVellumValue.d.ts +1 -1
  478. package/serialization/types/FunctionCallVellumValue.js +1 -1
  479. package/serialization/types/HkunlpInstructorXlEnum.d.ts +10 -0
  480. package/serialization/types/HkunlpInstructorXlEnum.js +31 -0
  481. package/serialization/types/HkunlpInstructorXlVectorizer.d.ts +13 -0
  482. package/serialization/types/HkunlpInstructorXlVectorizer.js +34 -0
  483. package/serialization/types/HkunlpInstructorXlVectorizerRequest.d.ts +13 -0
  484. package/serialization/types/HkunlpInstructorXlVectorizerRequest.js +34 -0
  485. package/serialization/types/ImageVellumValue.d.ts +13 -0
  486. package/serialization/types/ImageVellumValue.js +34 -0
  487. package/serialization/types/IndexingConfigVectorizer.d.ts +38 -0
  488. package/serialization/types/IndexingConfigVectorizer.js +51 -0
  489. package/serialization/types/IndexingConfigVectorizerRequest.d.ts +38 -0
  490. package/serialization/types/IndexingConfigVectorizerRequest.js +51 -0
  491. package/serialization/types/InstructorVectorizerConfig.d.ts +14 -0
  492. package/serialization/types/InstructorVectorizerConfig.js +35 -0
  493. package/serialization/types/InstructorVectorizerConfigRequest.d.ts +14 -0
  494. package/serialization/types/InstructorVectorizerConfigRequest.js +35 -0
  495. package/serialization/types/IntfloatMultilingualE5LargeEnum.d.ts +10 -0
  496. package/serialization/types/IntfloatMultilingualE5LargeEnum.js +31 -0
  497. package/serialization/types/MergeEnum.d.ts +10 -0
  498. package/serialization/types/MergeEnum.js +31 -0
  499. package/serialization/types/MergeNodeResult.d.ts +11 -0
  500. package/serialization/types/MergeNodeResult.js +31 -0
  501. package/serialization/types/MetricEnum.d.ts +10 -0
  502. package/serialization/types/MetricEnum.js +31 -0
  503. package/serialization/types/MetricNodeResult.d.ts +11 -0
  504. package/serialization/types/MetricNodeResult.js +31 -0
  505. package/serialization/types/NamedTestCaseFunctionCallVariableValue.d.ts +2 -2
  506. package/serialization/types/NamedTestCaseFunctionCallVariableValue.js +2 -2
  507. package/serialization/types/NamedTestCaseFunctionCallVariableValueRequest.d.ts +2 -2
  508. package/serialization/types/NamedTestCaseFunctionCallVariableValueRequest.js +2 -2
  509. package/serialization/types/NodeOutputCompiledArrayValue.d.ts +2 -2
  510. package/serialization/types/NodeOutputCompiledArrayValue.js +2 -2
  511. package/serialization/types/NumberVellumValue.d.ts +12 -0
  512. package/serialization/types/NumberVellumValue.js +33 -0
  513. package/serialization/types/OpenAiVectorizerConfig.d.ts +13 -0
  514. package/serialization/types/OpenAiVectorizerConfig.js +34 -0
  515. package/serialization/types/OpenAiVectorizerConfigRequest.d.ts +13 -0
  516. package/serialization/types/OpenAiVectorizerConfigRequest.js +34 -0
  517. package/serialization/types/OpenAiVectorizerTextEmbedding3Large.d.ts +13 -0
  518. package/serialization/types/OpenAiVectorizerTextEmbedding3Large.js +34 -0
  519. package/serialization/types/OpenAiVectorizerTextEmbedding3LargeRequest.d.ts +13 -0
  520. package/serialization/types/OpenAiVectorizerTextEmbedding3LargeRequest.js +34 -0
  521. package/serialization/types/OpenAiVectorizerTextEmbedding3Small.d.ts +13 -0
  522. package/serialization/types/OpenAiVectorizerTextEmbedding3Small.js +34 -0
  523. package/serialization/types/OpenAiVectorizerTextEmbedding3SmallRequest.d.ts +13 -0
  524. package/serialization/types/OpenAiVectorizerTextEmbedding3SmallRequest.js +34 -0
  525. package/serialization/types/OpenAiVectorizerTextEmbeddingAda002.d.ts +13 -0
  526. package/serialization/types/OpenAiVectorizerTextEmbeddingAda002.js +34 -0
  527. package/serialization/types/OpenAiVectorizerTextEmbeddingAda002Request.d.ts +13 -0
  528. package/serialization/types/OpenAiVectorizerTextEmbeddingAda002Request.js +34 -0
  529. package/serialization/types/ReductoChunkerConfig.d.ts +12 -0
  530. package/serialization/types/ReductoChunkerConfig.js +33 -0
  531. package/serialization/types/ReductoChunkerConfigRequest.d.ts +12 -0
  532. package/serialization/types/ReductoChunkerConfigRequest.js +33 -0
  533. package/serialization/types/ReductoChunkerEnum.d.ts +10 -0
  534. package/serialization/types/ReductoChunkerEnum.js +31 -0
  535. package/serialization/types/ReductoChunking.d.ts +13 -0
  536. package/serialization/types/ReductoChunking.js +34 -0
  537. package/serialization/types/ReductoChunkingRequest.d.ts +13 -0
  538. package/serialization/types/ReductoChunkingRequest.js +34 -0
  539. package/serialization/types/SearchResultDocument.d.ts +1 -1
  540. package/serialization/types/SearchResultDocument.js +1 -1
  541. package/serialization/types/SearchResultDocumentRequest.d.ts +1 -0
  542. package/serialization/types/SearchResultDocumentRequest.js +1 -0
  543. package/serialization/types/SentenceChunkerConfig.d.ts +13 -0
  544. package/serialization/types/SentenceChunkerConfig.js +34 -0
  545. package/serialization/types/SentenceChunkerConfigRequest.d.ts +13 -0
  546. package/serialization/types/SentenceChunkerConfigRequest.js +34 -0
  547. package/serialization/types/SentenceChunkerEnum.d.ts +10 -0
  548. package/serialization/types/SentenceChunkerEnum.js +31 -0
  549. package/serialization/types/SentenceChunking.d.ts +13 -0
  550. package/serialization/types/SentenceChunking.js +34 -0
  551. package/serialization/types/SentenceChunkingRequest.d.ts +13 -0
  552. package/serialization/types/SentenceChunkingRequest.js +34 -0
  553. package/serialization/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.d.ts +10 -0
  554. package/serialization/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.js +31 -0
  555. package/serialization/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.d.ts +10 -0
  556. package/serialization/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.js +31 -0
  557. package/serialization/types/SubmitCompletionActualRequest.d.ts +1 -0
  558. package/serialization/types/SubmitCompletionActualRequest.js +1 -0
  559. package/serialization/types/TestCaseFunctionCallVariableValue.d.ts +2 -2
  560. package/serialization/types/TestCaseFunctionCallVariableValue.js +2 -2
  561. package/serialization/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +2 -2
  562. package/serialization/types/TestSuiteRunExecutionFunctionCallOutput.js +2 -2
  563. package/serialization/types/TextEmbedding3LargeEnum.d.ts +10 -0
  564. package/serialization/types/TextEmbedding3LargeEnum.js +31 -0
  565. package/serialization/types/TextEmbedding3SmallEnum.d.ts +10 -0
  566. package/serialization/types/TextEmbedding3SmallEnum.js +31 -0
  567. package/serialization/types/TextEmbeddingAda002Enum.d.ts +10 -0
  568. package/serialization/types/TextEmbeddingAda002Enum.js +31 -0
  569. package/serialization/types/TokenOverlappingWindowChunkerConfig.d.ts +13 -0
  570. package/serialization/types/TokenOverlappingWindowChunkerConfig.js +34 -0
  571. package/serialization/types/TokenOverlappingWindowChunkerConfigRequest.d.ts +13 -0
  572. package/serialization/types/TokenOverlappingWindowChunkerConfigRequest.js +34 -0
  573. package/serialization/types/TokenOverlappingWindowChunkerEnum.d.ts +10 -0
  574. package/serialization/types/TokenOverlappingWindowChunkerEnum.js +31 -0
  575. package/serialization/types/TokenOverlappingWindowChunking.d.ts +13 -0
  576. package/serialization/types/TokenOverlappingWindowChunking.js +34 -0
  577. package/serialization/types/TokenOverlappingWindowChunkingRequest.d.ts +13 -0
  578. package/serialization/types/TokenOverlappingWindowChunkingRequest.js +34 -0
  579. package/serialization/types/WorkflowExecutionActualChatHistoryRequest.d.ts +1 -0
  580. package/serialization/types/WorkflowExecutionActualChatHistoryRequest.js +1 -0
  581. package/serialization/types/WorkflowExecutionActualJsonRequest.d.ts +1 -0
  582. package/serialization/types/WorkflowExecutionActualJsonRequest.js +1 -0
  583. package/serialization/types/WorkflowExecutionActualStringRequest.d.ts +1 -0
  584. package/serialization/types/WorkflowExecutionActualStringRequest.js +1 -0
  585. package/serialization/types/WorkflowNodeResultData.d.ts +9 -1
  586. package/serialization/types/WorkflowNodeResultData.js +4 -0
  587. package/serialization/types/WorkflowOutputArray.d.ts +2 -2
  588. package/serialization/types/WorkflowOutputArray.js +2 -2
  589. package/serialization/types/index.d.ts +55 -5
  590. package/serialization/types/index.js +55 -5
  591. package/api/types/ChatHistoryVariableValue.d.ts +0 -7
  592. package/api/types/FulfilledFunctionCall.d.ts +0 -11
  593. package/api/types/RejectedFunctionCall.d.ts +0 -12
  594. package/api/types/SearchResultsVariableValue.d.ts +0 -7
  595. package/dist/api/types/ChatHistoryVariableValue.d.ts +0 -7
  596. package/dist/api/types/FulfilledFunctionCall.d.ts +0 -11
  597. package/dist/api/types/RejectedFunctionCall.d.ts +0 -12
  598. package/dist/api/types/SearchResultsVariableValue.d.ts +0 -7
  599. package/dist/serialization/types/ChatHistoryVariableValue.d.ts +0 -13
  600. package/dist/serialization/types/FulfilledFunctionCall.d.ts +0 -14
  601. package/dist/serialization/types/RejectedFunctionCall.d.ts +0 -15
  602. package/dist/serialization/types/SearchResultsVariableValue.d.ts +0 -13
  603. package/serialization/types/ChatHistoryVariableValue.d.ts +0 -13
  604. package/serialization/types/FulfilledFunctionCall.d.ts +0 -14
  605. package/serialization/types/FulfilledFunctionCall.js +0 -35
  606. package/serialization/types/RejectedFunctionCall.d.ts +0 -15
  607. package/serialization/types/RejectedFunctionCall.js +0 -36
  608. package/serialization/types/SearchResultsVariableValue.d.ts +0 -13
  609. /package/api/types/{ChatHistoryVariableValue.js → AddOpenaiApiKeyEnum.js} +0 -0
  610. /package/api/types/{FulfilledFunctionCall.js → ArrayVellumValueItem.js} +0 -0
  611. /package/api/types/{FulfilledFunctionCallRequest.js → BasicVectorizerIntfloatMultilingualE5Large.js} +0 -0
  612. /package/api/types/{RejectedFunctionCall.js → BasicVectorizerIntfloatMultilingualE5LargeRequest.js} +0 -0
  613. /package/api/types/{SearchResultsVariableValue.js → BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.js} +0 -0
  614. /package/{dist/api/types/ChatHistoryVariableValue.js → api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.js} +0 -0
  615. /package/{dist/api/types/FulfilledFunctionCall.js → api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.js} +0 -0
  616. /package/{dist/api/types/FulfilledFunctionCallRequest.js → api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.js} +0 -0
  617. /package/{dist/api/types/RejectedFunctionCall.js → api/types/DocumentIndexChunking.js} +0 -0
  618. /package/{dist/api/types/SearchResultsVariableValue.js → api/types/DocumentIndexChunkingRequest.js} +0 -0
@@ -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
+ * Basic vectorizer for sentence-transformers/multi-qa-mpnet-base-cos-v1.
6
+ */
7
+ export interface BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request {
8
+ config?: Record<string, unknown>;
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
+ * Basic vectorizer for sentence-transformers/multi-qa-mpnet-base-dot-v1.
6
+ */
7
+ export interface BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1 {
8
+ config?: Record<string, unknown>;
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
+ * Basic vectorizer for sentence-transformers/multi-qa-mpnet-base-dot-v1.
6
+ */
7
+ export interface BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request {
8
+ config?: Record<string, unknown>;
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,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "..";
5
+ export declare type DocumentIndexChunking = Vellum.DocumentIndexChunking.ReductoChunker | Vellum.DocumentIndexChunking.SentenceChunker | Vellum.DocumentIndexChunking.TokenOverlappingWindowChunker;
6
+ export declare namespace DocumentIndexChunking {
7
+ interface ReductoChunker extends Vellum.ReductoChunking {
8
+ chunkerName: "reducto-chunker";
9
+ }
10
+ interface SentenceChunker extends Vellum.SentenceChunking {
11
+ chunkerName: "sentence-chunker";
12
+ }
13
+ interface TokenOverlappingWindowChunker extends Vellum.TokenOverlappingWindowChunking {
14
+ chunkerName: "token-overlapping-window-chunker";
15
+ }
16
+ }
@@ -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,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "..";
5
+ export declare type DocumentIndexChunkingRequest = Vellum.DocumentIndexChunkingRequest.ReductoChunker | Vellum.DocumentIndexChunkingRequest.SentenceChunker | Vellum.DocumentIndexChunkingRequest.TokenOverlappingWindowChunker;
6
+ export declare namespace DocumentIndexChunkingRequest {
7
+ interface ReductoChunker extends Vellum.ReductoChunkingRequest {
8
+ chunkerName: "reducto-chunker";
9
+ }
10
+ interface SentenceChunker extends Vellum.SentenceChunkingRequest {
11
+ chunkerName: "sentence-chunker";
12
+ }
13
+ interface TokenOverlappingWindowChunker extends Vellum.TokenOverlappingWindowChunkingRequest {
14
+ chunkerName: "token-overlapping-window-chunker";
15
+ }
16
+ }
@@ -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,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "..";
5
+ export interface DocumentIndexIndexingConfig {
6
+ vectorizer: Vellum.IndexingConfigVectorizer;
7
+ chunking?: Vellum.DocumentIndexChunking;
8
+ }
@@ -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,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "..";
5
+ export interface DocumentIndexIndexingConfigRequest {
6
+ vectorizer: Vellum.IndexingConfigVectorizerRequest;
7
+ chunking?: Vellum.DocumentIndexChunkingRequest;
8
+ }
@@ -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 });
@@ -24,6 +24,5 @@ export interface DocumentIndexRead {
24
24
  * - `PRODUCTION` - Production
25
25
  */
26
26
  environment?: Vellum.EnvironmentEnum;
27
- /** Configuration representing how documents should be indexed */
28
- indexingConfig: Record<string, unknown>;
27
+ indexingConfig: Vellum.DocumentIndexIndexingConfig;
29
28
  }
@@ -1,4 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
+ /**
5
+ * - `ACTIVE` - Active
6
+ */
4
7
  export declare type DocumentStatus = "ACTIVE";
@@ -2,12 +2,12 @@
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 FunctionCall = Vellum.FunctionCall.Fulfilled | Vellum.FunctionCall.Rejected;
6
- export declare namespace FunctionCall {
7
- interface Fulfilled extends Vellum.FulfilledFunctionCall {
8
- state: "FULFILLED";
9
- }
10
- interface Rejected extends Vellum.RejectedFunctionCall {
11
- state: "REJECTED";
12
- }
5
+ /**
6
+ * The final resolved function call value.
7
+ */
8
+ export interface FunctionCall {
9
+ arguments: Record<string, unknown>;
10
+ id?: string;
11
+ name: string;
12
+ state?: Vellum.FulfilledEnum;
13
13
  }
@@ -5,9 +5,9 @@ import * as Vellum from "..";
5
5
  /**
6
6
  * The final resolved function call value.
7
7
  */
8
- export interface FulfilledFunctionCallRequest {
9
- state: Vellum.FulfilledEnum;
8
+ export interface FunctionCallRequest {
10
9
  arguments: Record<string, unknown>;
11
10
  id?: string;
12
11
  name: string;
12
+ state?: Vellum.FulfilledEnum;
13
13
  }
@@ -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 });
@@ -6,5 +6,5 @@ import * as Vellum from "..";
6
6
  * A value representing a Function Call.
7
7
  */
8
8
  export interface FunctionCallVellumValue {
9
- value: Vellum.FunctionCall;
9
+ value?: Vellum.FunctionCall;
10
10
  }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type HkunlpInstructorXlEnum = "hkunlp/instructor-xl";
@@ -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
+ * Vectorizer for hkunlp/instructor-xl.
7
+ */
8
+ export interface HkunlpInstructorXlVectorizer {
9
+ config: Vellum.InstructorVectorizerConfig;
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
+ * Vectorizer for hkunlp/instructor-xl.
7
+ */
8
+ export interface HkunlpInstructorXlVectorizerRequest {
9
+ config: Vellum.InstructorVectorizerConfigRequest;
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
+ * A base Vellum primitive value representing an image.
7
+ */
8
+ export interface ImageVellumValue {
9
+ value?: Vellum.VellumImage;
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,28 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "..";
5
+ export declare type IndexingConfigVectorizer = Vellum.IndexingConfigVectorizer.TextEmbedding3Small | Vellum.IndexingConfigVectorizer.TextEmbedding3Large | Vellum.IndexingConfigVectorizer.TextEmbeddingAda002 | Vellum.IndexingConfigVectorizer.IntfloatMultilingualE5Large | Vellum.IndexingConfigVectorizer.SentenceTransformersMultiQaMpnetBaseCosV1 | Vellum.IndexingConfigVectorizer.SentenceTransformersMultiQaMpnetBaseDotV1 | Vellum.IndexingConfigVectorizer.HkunlpInstructorXl;
6
+ export declare namespace IndexingConfigVectorizer {
7
+ interface TextEmbedding3Small extends Vellum.OpenAiVectorizerTextEmbedding3Small {
8
+ modelName: "text-embedding-3-small";
9
+ }
10
+ interface TextEmbedding3Large extends Vellum.OpenAiVectorizerTextEmbedding3Large {
11
+ modelName: "text-embedding-3-large";
12
+ }
13
+ interface TextEmbeddingAda002 extends Vellum.OpenAiVectorizerTextEmbeddingAda002 {
14
+ modelName: "text-embedding-ada-002";
15
+ }
16
+ interface IntfloatMultilingualE5Large extends Vellum.BasicVectorizerIntfloatMultilingualE5Large {
17
+ modelName: "intfloat/multilingual-e5-large";
18
+ }
19
+ interface SentenceTransformersMultiQaMpnetBaseCosV1 extends Vellum.BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1 {
20
+ modelName: "sentence-transformers/multi-qa-mpnet-base-cos-v1";
21
+ }
22
+ interface SentenceTransformersMultiQaMpnetBaseDotV1 extends Vellum.BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1 {
23
+ modelName: "sentence-transformers/multi-qa-mpnet-base-dot-v1";
24
+ }
25
+ interface HkunlpInstructorXl extends Vellum.HkunlpInstructorXlVectorizer {
26
+ modelName: "hkunlp/instructor-xl";
27
+ }
28
+ }
@@ -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,28 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "..";
5
+ export declare type IndexingConfigVectorizerRequest = Vellum.IndexingConfigVectorizerRequest.TextEmbedding3Small | Vellum.IndexingConfigVectorizerRequest.TextEmbedding3Large | Vellum.IndexingConfigVectorizerRequest.TextEmbeddingAda002 | Vellum.IndexingConfigVectorizerRequest.IntfloatMultilingualE5Large | Vellum.IndexingConfigVectorizerRequest.SentenceTransformersMultiQaMpnetBaseCosV1 | Vellum.IndexingConfigVectorizerRequest.SentenceTransformersMultiQaMpnetBaseDotV1 | Vellum.IndexingConfigVectorizerRequest.HkunlpInstructorXl;
6
+ export declare namespace IndexingConfigVectorizerRequest {
7
+ interface TextEmbedding3Small extends Vellum.OpenAiVectorizerTextEmbedding3SmallRequest {
8
+ modelName: "text-embedding-3-small";
9
+ }
10
+ interface TextEmbedding3Large extends Vellum.OpenAiVectorizerTextEmbedding3LargeRequest {
11
+ modelName: "text-embedding-3-large";
12
+ }
13
+ interface TextEmbeddingAda002 extends Vellum.OpenAiVectorizerTextEmbeddingAda002Request {
14
+ modelName: "text-embedding-ada-002";
15
+ }
16
+ interface IntfloatMultilingualE5Large extends Vellum.BasicVectorizerIntfloatMultilingualE5LargeRequest {
17
+ modelName: "intfloat/multilingual-e5-large";
18
+ }
19
+ interface SentenceTransformersMultiQaMpnetBaseCosV1 extends Vellum.BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request {
20
+ modelName: "sentence-transformers/multi-qa-mpnet-base-cos-v1";
21
+ }
22
+ interface SentenceTransformersMultiQaMpnetBaseDotV1 extends Vellum.BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request {
23
+ modelName: "sentence-transformers/multi-qa-mpnet-base-dot-v1";
24
+ }
25
+ interface HkunlpInstructorXl extends Vellum.HkunlpInstructorXlVectorizerRequest {
26
+ modelName: "hkunlp/instructor-xl";
27
+ }
28
+ }
@@ -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,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Configuration for using an Instructor vectorizer.
6
+ */
7
+ export interface InstructorVectorizerConfig {
8
+ instructionDomain: string;
9
+ instructionQueryTextType: string;
10
+ instructionDocumentTextType: string;
11
+ }
@@ -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,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Configuration for using an Instructor vectorizer.
6
+ */
7
+ export interface InstructorVectorizerConfigRequest {
8
+ instructionDomain: string;
9
+ instructionQueryTextType: string;
10
+ instructionDocumentTextType: string;
11
+ }
@@ -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 IntfloatMultilingualE5LargeEnum = "intfloat/multilingual-e5-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 MergeEnum = "MERGE";
@@ -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,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * A Node Result Event emitted from a Merge Node.
6
+ */
7
+ export interface MergeNodeResult {
8
+ }
@@ -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 MetricEnum = "METRIC";
@@ -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,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * A Node Result Event emitted from a Metric Node.
6
+ */
7
+ export interface MetricNodeResult {
8
+ }
@@ -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 });
@@ -6,6 +6,6 @@ import * as Vellum from "..";
6
6
  * Named Test Case value that is of type FUNCTION_CALL
7
7
  */
8
8
  export interface NamedTestCaseFunctionCallVariableValue {
9
- value?: Vellum.FulfilledFunctionCall;
9
+ value?: Vellum.FunctionCall;
10
10
  name: string;
11
11
  }
@@ -6,6 +6,6 @@ import * as Vellum from "..";
6
6
  * Named Test Case value that is of type FUNCTION_CALL
7
7
  */
8
8
  export interface NamedTestCaseFunctionCallVariableValueRequest {
9
- value?: Vellum.FulfilledFunctionCallRequest;
9
+ value?: Vellum.FunctionCallRequest;
10
10
  name: string;
11
11
  }
@@ -6,7 +6,7 @@ import * as Vellum from "..";
6
6
  * An output returned by a node that is of type ARRAY.
7
7
  */
8
8
  export interface NodeOutputCompiledArrayValue {
9
- value?: Vellum.ArrayVariableValueItem[];
9
+ value?: Vellum.ArrayVellumValueItem[];
10
10
  nodeOutputId: string;
11
11
  state?: Vellum.WorkflowNodeResultEventState;
12
12
  }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * A value representing a number.
6
+ */
7
+ export interface NumberVellumValue {
8
+ value?: 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,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "..";
5
+ /**
6
+ * Configuration for using an OpenAI vectorizer.
7
+ */
8
+ export interface OpenAiVectorizerConfig {
9
+ addOpenaiApiKey?: Vellum.AddOpenaiApiKeyEnum;
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
+ * Configuration for using an OpenAI vectorizer.
7
+ */
8
+ export interface OpenAiVectorizerConfigRequest {
9
+ addOpenaiApiKey?: Vellum.AddOpenaiApiKeyEnum;
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
+ * OpenAI vectorizer for text-embedding-3-large.
7
+ */
8
+ export interface OpenAiVectorizerTextEmbedding3Large {
9
+ config: Vellum.OpenAiVectorizerConfig;
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
+ * OpenAI vectorizer for text-embedding-3-large.
7
+ */
8
+ export interface OpenAiVectorizerTextEmbedding3LargeRequest {
9
+ config: Vellum.OpenAiVectorizerConfigRequest;
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
+ * OpenAI vectorizer for text-embedding-3-small.
7
+ */
8
+ export interface OpenAiVectorizerTextEmbedding3Small {
9
+ config: Vellum.OpenAiVectorizerConfig;
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
+ * OpenAI vectorizer for text-embedding-3-small.
7
+ */
8
+ export interface OpenAiVectorizerTextEmbedding3SmallRequest {
9
+ config: Vellum.OpenAiVectorizerConfigRequest;
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 });