vellum-ai 0.5.1 → 0.6.0

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