vellum-ai 0.3.25 → 0.4.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 (390) hide show
  1. package/Client.d.ts +0 -3
  2. package/Client.js +17 -22
  3. package/api/errors/index.d.ts +0 -1
  4. package/api/errors/index.js +0 -1
  5. package/api/resources/deployments/client/Client.js +3 -3
  6. package/api/resources/documentIndexes/client/Client.js +6 -6
  7. package/api/resources/documents/client/Client.d.ts +7 -0
  8. package/api/resources/documents/client/Client.js +51 -4
  9. package/api/resources/folderEntities/client/Client.js +1 -1
  10. package/api/resources/index.d.ts +0 -2
  11. package/api/resources/index.js +1 -3
  12. package/api/resources/modelVersions/client/Client.js +1 -1
  13. package/api/resources/sandboxes/client/Client.d.ts +1 -9
  14. package/api/resources/sandboxes/client/Client.js +3 -11
  15. package/api/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.d.ts +2 -10
  16. package/api/resources/testSuiteRuns/client/Client.js +3 -3
  17. package/api/resources/testSuites/client/Client.js +3 -3
  18. package/api/resources/workflowDeployments/client/Client.js +2 -2
  19. package/api/types/ChatHistoryPromptTemplateBlock.d.ts +12 -0
  20. package/api/types/ChatMessageEnum.d.ts +4 -0
  21. package/api/types/ChatMessagePromptTemplateBlock.d.ts +12 -0
  22. package/api/types/ChatMessagePromptTemplateBlockProperties.d.ts +13 -0
  23. package/api/types/FulfilledFunctionCallRequest.d.ts +13 -0
  24. package/api/types/FunctionDefinitionEnum.d.ts +4 -0
  25. package/api/types/FunctionDefinitionPromptTemplateBlock.d.ts +12 -0
  26. package/api/types/FunctionDefinitionPromptTemplateBlockProperties.d.ts +13 -0
  27. package/api/types/JinjaEnum.d.ts +4 -0
  28. package/api/types/JinjaPromptTemplateBlock.d.ts +12 -0
  29. package/api/types/JinjaPromptTemplateBlockProperties.d.ts +8 -0
  30. package/api/types/NamedScenarioInputChatHistoryVariableValueRequest.d.ts +11 -0
  31. package/api/types/NamedScenarioInputRequest.d.ts +13 -0
  32. package/api/types/NamedScenarioInputStringVariableValueRequest.d.ts +10 -0
  33. package/api/types/NamedTestCaseFunctionCallVariableValue.d.ts +11 -0
  34. package/api/types/NamedTestCaseFunctionCallVariableValueRequest.d.ts +11 -0
  35. package/api/types/NamedTestCaseVariableValue.d.ts +4 -1
  36. package/api/types/NamedTestCaseVariableValueRequest.d.ts +4 -1
  37. package/api/types/PromptTemplateBlock.d.ts +14 -5
  38. package/api/types/PromptTemplateBlockData.d.ts +1 -1
  39. package/api/types/ScenarioInput.d.ts +8 -5
  40. package/api/types/ScenarioInputChatHistoryVariableValue.d.ts +11 -0
  41. package/api/types/ScenarioInputStringVariableValue.d.ts +10 -0
  42. package/api/types/TestCaseFunctionCallVariableValue.d.ts +12 -0
  43. package/api/types/TestCaseVariableValue.d.ts +4 -1
  44. package/api/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +12 -0
  45. package/api/types/TestSuiteRunExecutionOutput.d.ts +4 -1
  46. package/api/types/VellumVariableType.d.ts +3 -1
  47. package/api/types/VellumVariableType.js +1 -0
  48. package/api/types/index.d.ts +20 -17
  49. package/api/types/index.js +20 -17
  50. package/dist/Client.d.ts +0 -3
  51. package/dist/Client.js +17 -22
  52. package/dist/api/errors/index.d.ts +0 -1
  53. package/dist/api/errors/index.js +0 -1
  54. package/dist/api/resources/deployments/client/Client.js +3 -3
  55. package/dist/api/resources/documentIndexes/client/Client.js +6 -6
  56. package/dist/api/resources/documents/client/Client.d.ts +7 -0
  57. package/dist/api/resources/documents/client/Client.js +51 -4
  58. package/dist/api/resources/folderEntities/client/Client.js +1 -1
  59. package/dist/api/resources/index.d.ts +0 -2
  60. package/dist/api/resources/index.js +1 -3
  61. package/dist/api/resources/modelVersions/client/Client.js +1 -1
  62. package/dist/api/resources/sandboxes/client/Client.d.ts +1 -9
  63. package/dist/api/resources/sandboxes/client/Client.js +3 -11
  64. package/dist/api/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.d.ts +2 -10
  65. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  66. package/dist/api/resources/testSuites/client/Client.js +3 -3
  67. package/dist/api/resources/workflowDeployments/client/Client.js +2 -2
  68. package/dist/api/types/ChatHistoryPromptTemplateBlock.d.ts +12 -0
  69. package/dist/api/types/ChatMessageEnum.d.ts +4 -0
  70. package/dist/api/types/ChatMessagePromptTemplateBlock.d.ts +12 -0
  71. package/dist/api/types/ChatMessagePromptTemplateBlockProperties.d.ts +13 -0
  72. package/dist/api/types/FulfilledFunctionCallRequest.d.ts +13 -0
  73. package/dist/api/types/FunctionDefinitionEnum.d.ts +4 -0
  74. package/dist/api/types/FunctionDefinitionPromptTemplateBlock.d.ts +12 -0
  75. package/dist/api/types/FunctionDefinitionPromptTemplateBlockProperties.d.ts +13 -0
  76. package/dist/api/types/JinjaEnum.d.ts +4 -0
  77. package/dist/api/types/JinjaPromptTemplateBlock.d.ts +12 -0
  78. package/dist/api/types/JinjaPromptTemplateBlockProperties.d.ts +8 -0
  79. package/dist/api/types/NamedScenarioInputChatHistoryVariableValueRequest.d.ts +11 -0
  80. package/dist/api/types/NamedScenarioInputRequest.d.ts +13 -0
  81. package/dist/api/types/NamedScenarioInputRequest.js +5 -0
  82. package/dist/api/types/NamedScenarioInputStringVariableValueRequest.d.ts +10 -0
  83. package/dist/api/types/NamedScenarioInputStringVariableValueRequest.js +5 -0
  84. package/dist/api/types/NamedTestCaseFunctionCallVariableValue.d.ts +11 -0
  85. package/dist/api/types/NamedTestCaseFunctionCallVariableValue.js +5 -0
  86. package/dist/api/types/NamedTestCaseFunctionCallVariableValueRequest.d.ts +11 -0
  87. package/dist/api/types/NamedTestCaseFunctionCallVariableValueRequest.js +5 -0
  88. package/dist/api/types/NamedTestCaseVariableValue.d.ts +4 -1
  89. package/dist/api/types/NamedTestCaseVariableValueRequest.d.ts +4 -1
  90. package/dist/api/types/PromptTemplateBlock.d.ts +14 -5
  91. package/dist/api/types/PromptTemplateBlockData.d.ts +1 -1
  92. package/dist/api/types/ScenarioInput.d.ts +8 -5
  93. package/dist/api/types/ScenarioInputChatHistoryVariableValue.d.ts +11 -0
  94. package/dist/api/types/ScenarioInputChatHistoryVariableValue.js +5 -0
  95. package/dist/api/types/ScenarioInputStringVariableValue.d.ts +10 -0
  96. package/dist/api/types/ScenarioInputStringVariableValue.js +5 -0
  97. package/dist/api/types/TestCaseFunctionCallVariableValue.d.ts +12 -0
  98. package/dist/api/types/TestCaseFunctionCallVariableValue.js +5 -0
  99. package/dist/api/types/TestCaseVariableValue.d.ts +4 -1
  100. package/dist/api/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +12 -0
  101. package/dist/api/types/TestSuiteRunExecutionFunctionCallOutput.js +5 -0
  102. package/dist/api/types/TestSuiteRunExecutionOutput.d.ts +4 -1
  103. package/dist/api/types/VellumVariableType.d.ts +3 -1
  104. package/dist/api/types/VellumVariableType.js +1 -0
  105. package/dist/api/types/index.d.ts +20 -17
  106. package/dist/api/types/index.js +20 -17
  107. package/dist/serialization/resources/index.d.ts +0 -2
  108. package/dist/serialization/resources/index.js +1 -3
  109. package/dist/serialization/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.d.ts +2 -2
  110. package/dist/serialization/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.js +2 -2
  111. package/dist/serialization/types/ChatHistoryPromptTemplateBlock.d.ts +15 -0
  112. package/dist/serialization/types/{RegisteredPromptSandbox.js → ChatHistoryPromptTemplateBlock.js} +5 -3
  113. package/dist/serialization/types/ChatMessageEnum.d.ts +10 -0
  114. package/{serialization/types/ScenarioInputTypeEnum.js → dist/serialization/types/ChatMessageEnum.js} +2 -2
  115. package/dist/serialization/types/ChatMessagePromptTemplateBlock.d.ts +15 -0
  116. package/dist/serialization/types/{PromptTemplateBlockRequest.js → ChatMessagePromptTemplateBlock.js} +3 -5
  117. package/dist/serialization/types/ChatMessagePromptTemplateBlockProperties.d.ts +16 -0
  118. package/{serialization/types/PromptTemplateBlockDataRequest.js → dist/serialization/types/ChatMessagePromptTemplateBlockProperties.js} +7 -4
  119. package/dist/serialization/types/FulfilledFunctionCallRequest.d.ts +16 -0
  120. package/dist/serialization/types/FulfilledFunctionCallRequest.js +37 -0
  121. package/dist/serialization/types/FunctionDefinitionEnum.d.ts +10 -0
  122. package/dist/serialization/types/{BlockTypeEnum.js → FunctionDefinitionEnum.js} +2 -2
  123. package/dist/serialization/types/FunctionDefinitionPromptTemplateBlock.d.ts +16 -0
  124. package/dist/serialization/types/FunctionDefinitionPromptTemplateBlock.js +37 -0
  125. package/dist/serialization/types/FunctionDefinitionPromptTemplateBlockProperties.d.ts +15 -0
  126. package/dist/serialization/types/{RegisterPromptPromptInfoRequest.js → FunctionDefinitionPromptTemplateBlockProperties.js} +6 -6
  127. package/dist/serialization/types/JinjaEnum.d.ts +10 -0
  128. package/dist/serialization/types/{ScenarioInputTypeEnum.js → JinjaEnum.js} +2 -2
  129. package/dist/serialization/types/JinjaPromptTemplateBlock.d.ts +16 -0
  130. package/dist/serialization/types/JinjaPromptTemplateBlock.js +37 -0
  131. package/dist/serialization/types/JinjaPromptTemplateBlockProperties.d.ts +14 -0
  132. package/{serialization/types/RegisteredPromptInputVariableRequest.js → dist/serialization/types/JinjaPromptTemplateBlockProperties.js} +4 -5
  133. package/dist/serialization/types/NamedScenarioInputChatHistoryVariableValueRequest.d.ts +14 -0
  134. package/dist/serialization/types/NamedScenarioInputChatHistoryVariableValueRequest.js +35 -0
  135. package/dist/serialization/types/NamedScenarioInputRequest.d.ts +18 -0
  136. package/dist/serialization/types/NamedScenarioInputRequest.js +41 -0
  137. package/dist/serialization/types/NamedScenarioInputStringVariableValueRequest.d.ts +13 -0
  138. package/{serialization/types/RegisteredPromptDeployment.js → dist/serialization/types/NamedScenarioInputStringVariableValueRequest.js} +3 -4
  139. package/dist/serialization/types/NamedTestCaseFunctionCallVariableValue.d.ts +14 -0
  140. package/dist/serialization/types/{RegisteredPromptModelVersion.js → NamedTestCaseFunctionCallVariableValue.js} +5 -4
  141. package/dist/serialization/types/NamedTestCaseFunctionCallVariableValueRequest.d.ts +14 -0
  142. package/dist/serialization/types/NamedTestCaseFunctionCallVariableValueRequest.js +35 -0
  143. package/dist/serialization/types/NamedTestCaseVariableValue.d.ts +5 -1
  144. package/dist/serialization/types/NamedTestCaseVariableValue.js +2 -0
  145. package/dist/serialization/types/NamedTestCaseVariableValueRequest.d.ts +5 -1
  146. package/dist/serialization/types/NamedTestCaseVariableValueRequest.js +2 -0
  147. package/dist/serialization/types/PromptTemplateBlock.d.ts +16 -8
  148. package/dist/serialization/types/PromptTemplateBlock.js +13 -7
  149. package/dist/serialization/types/PromptTemplateBlockData.d.ts +1 -1
  150. package/dist/serialization/types/PromptTemplateBlockData.js +1 -1
  151. package/dist/serialization/types/ScenarioInput.d.ts +9 -8
  152. package/dist/serialization/types/ScenarioInput.js +10 -7
  153. package/dist/serialization/types/ScenarioInputChatHistoryVariableValue.d.ts +14 -0
  154. package/dist/serialization/types/ScenarioInputChatHistoryVariableValue.js +35 -0
  155. package/dist/serialization/types/ScenarioInputStringVariableValue.d.ts +13 -0
  156. package/dist/serialization/types/{RegisterPromptErrorResponse.js → ScenarioInputStringVariableValue.js} +4 -3
  157. package/dist/serialization/types/TestCaseFunctionCallVariableValue.d.ts +15 -0
  158. package/dist/serialization/types/TestCaseFunctionCallVariableValue.js +36 -0
  159. package/dist/serialization/types/TestCaseVariableValue.d.ts +5 -1
  160. package/dist/serialization/types/TestCaseVariableValue.js +2 -0
  161. package/dist/serialization/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +15 -0
  162. package/dist/serialization/types/TestSuiteRunExecutionFunctionCallOutput.js +36 -0
  163. package/dist/serialization/types/TestSuiteRunExecutionOutput.d.ts +5 -1
  164. package/dist/serialization/types/TestSuiteRunExecutionOutput.js +2 -0
  165. package/dist/serialization/types/VellumVariableType.d.ts +1 -1
  166. package/dist/serialization/types/VellumVariableType.js +1 -0
  167. package/dist/serialization/types/index.d.ts +20 -17
  168. package/dist/serialization/types/index.js +20 -17
  169. package/package.json +1 -1
  170. package/serialization/resources/index.d.ts +0 -2
  171. package/serialization/resources/index.js +1 -3
  172. package/serialization/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.d.ts +2 -2
  173. package/serialization/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.js +2 -2
  174. package/serialization/types/ChatHistoryPromptTemplateBlock.d.ts +15 -0
  175. package/serialization/types/ChatHistoryPromptTemplateBlock.js +36 -0
  176. package/serialization/types/ChatMessageEnum.d.ts +10 -0
  177. package/serialization/types/{BlockTypeEnum.js → ChatMessageEnum.js} +2 -2
  178. package/serialization/types/ChatMessagePromptTemplateBlock.d.ts +15 -0
  179. package/serialization/types/{PromptTemplateBlockRequest.js → ChatMessagePromptTemplateBlock.js} +3 -5
  180. package/serialization/types/ChatMessagePromptTemplateBlockProperties.d.ts +16 -0
  181. package/{dist/serialization/types/PromptTemplateBlockDataRequest.js → serialization/types/ChatMessagePromptTemplateBlockProperties.js} +7 -4
  182. package/serialization/types/FulfilledFunctionCallRequest.d.ts +16 -0
  183. package/serialization/types/FulfilledFunctionCallRequest.js +37 -0
  184. package/serialization/types/FunctionDefinitionEnum.d.ts +10 -0
  185. package/serialization/types/FunctionDefinitionEnum.js +31 -0
  186. package/serialization/types/FunctionDefinitionPromptTemplateBlock.d.ts +16 -0
  187. package/serialization/types/FunctionDefinitionPromptTemplateBlock.js +37 -0
  188. package/serialization/types/FunctionDefinitionPromptTemplateBlockProperties.d.ts +15 -0
  189. package/serialization/types/FunctionDefinitionPromptTemplateBlockProperties.js +36 -0
  190. package/serialization/types/JinjaEnum.d.ts +10 -0
  191. package/serialization/types/JinjaEnum.js +31 -0
  192. package/serialization/types/JinjaPromptTemplateBlock.d.ts +16 -0
  193. package/serialization/types/JinjaPromptTemplateBlock.js +37 -0
  194. package/serialization/types/JinjaPromptTemplateBlockProperties.d.ts +14 -0
  195. package/{dist/serialization/types/RegisteredPromptInputVariableRequest.js → serialization/types/JinjaPromptTemplateBlockProperties.js} +4 -5
  196. package/serialization/types/NamedScenarioInputChatHistoryVariableValueRequest.d.ts +14 -0
  197. package/serialization/types/NamedScenarioInputChatHistoryVariableValueRequest.js +35 -0
  198. package/serialization/types/NamedScenarioInputRequest.d.ts +18 -0
  199. package/serialization/types/NamedScenarioInputRequest.js +41 -0
  200. package/serialization/types/NamedScenarioInputStringVariableValueRequest.d.ts +13 -0
  201. package/{dist/serialization/types/RegisteredPromptDeployment.js → serialization/types/NamedScenarioInputStringVariableValueRequest.js} +3 -4
  202. package/serialization/types/NamedTestCaseFunctionCallVariableValue.d.ts +14 -0
  203. package/serialization/types/NamedTestCaseFunctionCallVariableValue.js +35 -0
  204. package/serialization/types/NamedTestCaseFunctionCallVariableValueRequest.d.ts +14 -0
  205. package/serialization/types/NamedTestCaseFunctionCallVariableValueRequest.js +35 -0
  206. package/serialization/types/NamedTestCaseVariableValue.d.ts +5 -1
  207. package/serialization/types/NamedTestCaseVariableValue.js +2 -0
  208. package/serialization/types/NamedTestCaseVariableValueRequest.d.ts +5 -1
  209. package/serialization/types/NamedTestCaseVariableValueRequest.js +2 -0
  210. package/serialization/types/PromptTemplateBlock.d.ts +16 -8
  211. package/serialization/types/PromptTemplateBlock.js +13 -7
  212. package/serialization/types/PromptTemplateBlockData.d.ts +1 -1
  213. package/serialization/types/PromptTemplateBlockData.js +1 -1
  214. package/serialization/types/ScenarioInput.d.ts +9 -8
  215. package/serialization/types/ScenarioInput.js +10 -7
  216. package/serialization/types/ScenarioInputChatHistoryVariableValue.d.ts +14 -0
  217. package/serialization/types/ScenarioInputChatHistoryVariableValue.js +35 -0
  218. package/serialization/types/ScenarioInputStringVariableValue.d.ts +13 -0
  219. package/{dist/serialization/types/RegisterPromptPrompt.js → serialization/types/ScenarioInputStringVariableValue.js} +4 -4
  220. package/serialization/types/TestCaseFunctionCallVariableValue.d.ts +15 -0
  221. package/serialization/types/TestCaseFunctionCallVariableValue.js +36 -0
  222. package/serialization/types/TestCaseVariableValue.d.ts +5 -1
  223. package/serialization/types/TestCaseVariableValue.js +2 -0
  224. package/serialization/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +15 -0
  225. package/serialization/types/TestSuiteRunExecutionFunctionCallOutput.js +36 -0
  226. package/serialization/types/TestSuiteRunExecutionOutput.d.ts +5 -1
  227. package/serialization/types/TestSuiteRunExecutionOutput.js +2 -0
  228. package/serialization/types/VellumVariableType.d.ts +1 -1
  229. package/serialization/types/VellumVariableType.js +1 -0
  230. package/serialization/types/index.d.ts +20 -17
  231. package/serialization/types/index.js +20 -17
  232. package/api/errors/ConflictError.d.ts +0 -8
  233. package/api/errors/ConflictError.js +0 -41
  234. package/api/resources/registeredPrompts/client/Client.d.ts +0 -60
  235. package/api/resources/registeredPrompts/client/Client.js +0 -153
  236. package/api/resources/registeredPrompts/client/index.d.ts +0 -1
  237. package/api/resources/registeredPrompts/client/index.js +0 -17
  238. package/api/resources/registeredPrompts/client/requests/RegisterPromptRequestRequest.d.ts +0 -64
  239. package/api/resources/registeredPrompts/client/requests/index.d.ts +0 -1
  240. package/api/resources/registeredPrompts/client/requests/index.js +0 -2
  241. package/api/resources/registeredPrompts/index.d.ts +0 -1
  242. package/api/resources/registeredPrompts/index.js +0 -17
  243. package/api/types/BlockTypeEnum.d.ts +0 -16
  244. package/api/types/BlockTypeEnum.js +0 -12
  245. package/api/types/PromptTemplateBlockDataRequest.d.ts +0 -8
  246. package/api/types/PromptTemplateBlockProperties.d.ts +0 -16
  247. package/api/types/PromptTemplateBlockPropertiesRequest.d.ts +0 -16
  248. package/api/types/PromptTemplateBlockRequest.d.ts +0 -10
  249. package/api/types/RegisterPromptErrorResponse.d.ts +0 -7
  250. package/api/types/RegisterPromptModelParametersRequest.d.ts +0 -14
  251. package/api/types/RegisterPromptPrompt.d.ts +0 -9
  252. package/api/types/RegisterPromptPromptInfoRequest.d.ts +0 -9
  253. package/api/types/RegisterPromptResponse.d.ts +0 -18
  254. package/api/types/RegisteredPromptDeployment.d.ts +0 -11
  255. package/api/types/RegisteredPromptInputVariableRequest.d.ts +0 -9
  256. package/api/types/RegisteredPromptModelVersion.d.ts +0 -9
  257. package/api/types/RegisteredPromptSandbox.d.ts +0 -9
  258. package/api/types/RegisteredPromptSandboxSnapshot.d.ts +0 -7
  259. package/api/types/ScenarioInputRequest.d.ts +0 -10
  260. package/api/types/ScenarioInputTypeEnum.d.ts +0 -12
  261. package/api/types/ScenarioInputTypeEnum.js +0 -10
  262. package/dist/api/errors/ConflictError.d.ts +0 -8
  263. package/dist/api/errors/ConflictError.js +0 -41
  264. package/dist/api/resources/registeredPrompts/client/Client.d.ts +0 -60
  265. package/dist/api/resources/registeredPrompts/client/Client.js +0 -153
  266. package/dist/api/resources/registeredPrompts/client/index.d.ts +0 -1
  267. package/dist/api/resources/registeredPrompts/client/index.js +0 -17
  268. package/dist/api/resources/registeredPrompts/client/requests/RegisterPromptRequestRequest.d.ts +0 -64
  269. package/dist/api/resources/registeredPrompts/client/requests/index.d.ts +0 -1
  270. package/dist/api/resources/registeredPrompts/client/requests/index.js +0 -2
  271. package/dist/api/resources/registeredPrompts/index.d.ts +0 -1
  272. package/dist/api/resources/registeredPrompts/index.js +0 -17
  273. package/dist/api/types/BlockTypeEnum.d.ts +0 -16
  274. package/dist/api/types/BlockTypeEnum.js +0 -12
  275. package/dist/api/types/PromptTemplateBlockDataRequest.d.ts +0 -8
  276. package/dist/api/types/PromptTemplateBlockProperties.d.ts +0 -16
  277. package/dist/api/types/PromptTemplateBlockPropertiesRequest.d.ts +0 -16
  278. package/dist/api/types/PromptTemplateBlockRequest.d.ts +0 -10
  279. package/dist/api/types/RegisterPromptErrorResponse.d.ts +0 -7
  280. package/dist/api/types/RegisterPromptModelParametersRequest.d.ts +0 -14
  281. package/dist/api/types/RegisterPromptPrompt.d.ts +0 -9
  282. package/dist/api/types/RegisterPromptPromptInfoRequest.d.ts +0 -9
  283. package/dist/api/types/RegisterPromptResponse.d.ts +0 -18
  284. package/dist/api/types/RegisteredPromptDeployment.d.ts +0 -11
  285. package/dist/api/types/RegisteredPromptInputVariableRequest.d.ts +0 -9
  286. package/dist/api/types/RegisteredPromptModelVersion.d.ts +0 -9
  287. package/dist/api/types/RegisteredPromptSandbox.d.ts +0 -9
  288. package/dist/api/types/RegisteredPromptSandboxSnapshot.d.ts +0 -7
  289. package/dist/api/types/ScenarioInputRequest.d.ts +0 -10
  290. package/dist/api/types/ScenarioInputTypeEnum.d.ts +0 -12
  291. package/dist/api/types/ScenarioInputTypeEnum.js +0 -10
  292. package/dist/serialization/resources/registeredPrompts/client/index.d.ts +0 -1
  293. package/dist/serialization/resources/registeredPrompts/client/index.js +0 -17
  294. package/dist/serialization/resources/registeredPrompts/client/requests/RegisterPromptRequestRequest.d.ts +0 -21
  295. package/dist/serialization/resources/registeredPrompts/client/requests/RegisterPromptRequestRequest.js +0 -42
  296. package/dist/serialization/resources/registeredPrompts/client/requests/index.d.ts +0 -1
  297. package/dist/serialization/resources/registeredPrompts/client/requests/index.js +0 -5
  298. package/dist/serialization/resources/registeredPrompts/index.d.ts +0 -1
  299. package/dist/serialization/resources/registeredPrompts/index.js +0 -17
  300. package/dist/serialization/types/BlockTypeEnum.d.ts +0 -10
  301. package/dist/serialization/types/PromptTemplateBlockDataRequest.d.ts +0 -13
  302. package/dist/serialization/types/PromptTemplateBlockProperties.d.ts +0 -23
  303. package/dist/serialization/types/PromptTemplateBlockProperties.js +0 -55
  304. package/dist/serialization/types/PromptTemplateBlockPropertiesRequest.d.ts +0 -23
  305. package/dist/serialization/types/PromptTemplateBlockPropertiesRequest.js +0 -55
  306. package/dist/serialization/types/PromptTemplateBlockRequest.d.ts +0 -17
  307. package/dist/serialization/types/RegisterPromptErrorResponse.d.ts +0 -12
  308. package/dist/serialization/types/RegisterPromptModelParametersRequest.d.ts +0 -20
  309. package/dist/serialization/types/RegisterPromptModelParametersRequest.js +0 -41
  310. package/dist/serialization/types/RegisterPromptPrompt.d.ts +0 -13
  311. package/dist/serialization/types/RegisterPromptPromptInfoRequest.d.ts +0 -15
  312. package/dist/serialization/types/RegisterPromptResponse.d.ts +0 -22
  313. package/dist/serialization/types/RegisterPromptResponse.js +0 -43
  314. package/dist/serialization/types/RegisteredPromptDeployment.d.ts +0 -14
  315. package/dist/serialization/types/RegisteredPromptInputVariableRequest.d.ts +0 -15
  316. package/dist/serialization/types/RegisteredPromptModelVersion.d.ts +0 -13
  317. package/dist/serialization/types/RegisteredPromptSandbox.d.ts +0 -13
  318. package/dist/serialization/types/RegisteredPromptSandboxSnapshot.d.ts +0 -12
  319. package/dist/serialization/types/RegisteredPromptSandboxSnapshot.js +0 -33
  320. package/dist/serialization/types/ScenarioInputRequest.d.ts +0 -17
  321. package/dist/serialization/types/ScenarioInputRequest.js +0 -38
  322. package/dist/serialization/types/ScenarioInputTypeEnum.d.ts +0 -10
  323. package/serialization/resources/registeredPrompts/client/index.d.ts +0 -1
  324. package/serialization/resources/registeredPrompts/client/index.js +0 -17
  325. package/serialization/resources/registeredPrompts/client/requests/RegisterPromptRequestRequest.d.ts +0 -21
  326. package/serialization/resources/registeredPrompts/client/requests/RegisterPromptRequestRequest.js +0 -42
  327. package/serialization/resources/registeredPrompts/client/requests/index.d.ts +0 -1
  328. package/serialization/resources/registeredPrompts/client/requests/index.js +0 -5
  329. package/serialization/resources/registeredPrompts/index.d.ts +0 -1
  330. package/serialization/resources/registeredPrompts/index.js +0 -17
  331. package/serialization/types/BlockTypeEnum.d.ts +0 -10
  332. package/serialization/types/PromptTemplateBlockDataRequest.d.ts +0 -13
  333. package/serialization/types/PromptTemplateBlockProperties.d.ts +0 -23
  334. package/serialization/types/PromptTemplateBlockProperties.js +0 -55
  335. package/serialization/types/PromptTemplateBlockPropertiesRequest.d.ts +0 -23
  336. package/serialization/types/PromptTemplateBlockPropertiesRequest.js +0 -55
  337. package/serialization/types/PromptTemplateBlockRequest.d.ts +0 -17
  338. package/serialization/types/RegisterPromptErrorResponse.d.ts +0 -12
  339. package/serialization/types/RegisterPromptErrorResponse.js +0 -33
  340. package/serialization/types/RegisterPromptModelParametersRequest.d.ts +0 -20
  341. package/serialization/types/RegisterPromptModelParametersRequest.js +0 -41
  342. package/serialization/types/RegisterPromptPrompt.d.ts +0 -13
  343. package/serialization/types/RegisterPromptPrompt.js +0 -34
  344. package/serialization/types/RegisterPromptPromptInfoRequest.d.ts +0 -15
  345. package/serialization/types/RegisterPromptPromptInfoRequest.js +0 -36
  346. package/serialization/types/RegisterPromptResponse.d.ts +0 -22
  347. package/serialization/types/RegisterPromptResponse.js +0 -43
  348. package/serialization/types/RegisteredPromptDeployment.d.ts +0 -14
  349. package/serialization/types/RegisteredPromptInputVariableRequest.d.ts +0 -15
  350. package/serialization/types/RegisteredPromptModelVersion.d.ts +0 -13
  351. package/serialization/types/RegisteredPromptModelVersion.js +0 -34
  352. package/serialization/types/RegisteredPromptSandbox.d.ts +0 -13
  353. package/serialization/types/RegisteredPromptSandbox.js +0 -34
  354. package/serialization/types/RegisteredPromptSandboxSnapshot.d.ts +0 -12
  355. package/serialization/types/RegisteredPromptSandboxSnapshot.js +0 -33
  356. package/serialization/types/ScenarioInputRequest.d.ts +0 -17
  357. package/serialization/types/ScenarioInputRequest.js +0 -38
  358. package/serialization/types/ScenarioInputTypeEnum.d.ts +0 -10
  359. /package/api/{resources/registeredPrompts/client/requests/RegisterPromptRequestRequest.js → types/ChatHistoryPromptTemplateBlock.js} +0 -0
  360. /package/api/types/{PromptTemplateBlockDataRequest.js → ChatMessageEnum.js} +0 -0
  361. /package/api/types/{PromptTemplateBlockProperties.js → ChatMessagePromptTemplateBlock.js} +0 -0
  362. /package/api/types/{PromptTemplateBlockPropertiesRequest.js → ChatMessagePromptTemplateBlockProperties.js} +0 -0
  363. /package/api/types/{PromptTemplateBlockRequest.js → FulfilledFunctionCallRequest.js} +0 -0
  364. /package/api/types/{RegisterPromptErrorResponse.js → FunctionDefinitionEnum.js} +0 -0
  365. /package/api/types/{RegisterPromptModelParametersRequest.js → FunctionDefinitionPromptTemplateBlock.js} +0 -0
  366. /package/api/types/{RegisterPromptPrompt.js → FunctionDefinitionPromptTemplateBlockProperties.js} +0 -0
  367. /package/api/types/{RegisterPromptPromptInfoRequest.js → JinjaEnum.js} +0 -0
  368. /package/api/types/{RegisterPromptResponse.js → JinjaPromptTemplateBlock.js} +0 -0
  369. /package/api/types/{RegisteredPromptDeployment.js → JinjaPromptTemplateBlockProperties.js} +0 -0
  370. /package/api/types/{RegisteredPromptInputVariableRequest.js → NamedScenarioInputChatHistoryVariableValueRequest.js} +0 -0
  371. /package/api/types/{RegisteredPromptModelVersion.js → NamedScenarioInputRequest.js} +0 -0
  372. /package/api/types/{RegisteredPromptSandbox.js → NamedScenarioInputStringVariableValueRequest.js} +0 -0
  373. /package/api/types/{RegisteredPromptSandboxSnapshot.js → NamedTestCaseFunctionCallVariableValue.js} +0 -0
  374. /package/api/types/{ScenarioInputRequest.js → NamedTestCaseFunctionCallVariableValueRequest.js} +0 -0
  375. /package/{dist/api/resources/registeredPrompts/client/requests/RegisterPromptRequestRequest.js → api/types/ScenarioInputChatHistoryVariableValue.js} +0 -0
  376. /package/{dist/api/types/PromptTemplateBlockDataRequest.js → api/types/ScenarioInputStringVariableValue.js} +0 -0
  377. /package/{dist/api/types/PromptTemplateBlockProperties.js → api/types/TestCaseFunctionCallVariableValue.js} +0 -0
  378. /package/{dist/api/types/PromptTemplateBlockPropertiesRequest.js → api/types/TestSuiteRunExecutionFunctionCallOutput.js} +0 -0
  379. /package/dist/api/types/{PromptTemplateBlockRequest.js → ChatHistoryPromptTemplateBlock.js} +0 -0
  380. /package/dist/api/types/{RegisterPromptErrorResponse.js → ChatMessageEnum.js} +0 -0
  381. /package/dist/api/types/{RegisterPromptModelParametersRequest.js → ChatMessagePromptTemplateBlock.js} +0 -0
  382. /package/dist/api/types/{RegisterPromptPrompt.js → ChatMessagePromptTemplateBlockProperties.js} +0 -0
  383. /package/dist/api/types/{RegisterPromptPromptInfoRequest.js → FulfilledFunctionCallRequest.js} +0 -0
  384. /package/dist/api/types/{RegisterPromptResponse.js → FunctionDefinitionEnum.js} +0 -0
  385. /package/dist/api/types/{RegisteredPromptDeployment.js → FunctionDefinitionPromptTemplateBlock.js} +0 -0
  386. /package/dist/api/types/{RegisteredPromptInputVariableRequest.js → FunctionDefinitionPromptTemplateBlockProperties.js} +0 -0
  387. /package/dist/api/types/{RegisteredPromptModelVersion.js → JinjaEnum.js} +0 -0
  388. /package/dist/api/types/{RegisteredPromptSandbox.js → JinjaPromptTemplateBlock.js} +0 -0
  389. /package/dist/api/types/{RegisteredPromptSandboxSnapshot.js → JinjaPromptTemplateBlockProperties.js} +0 -0
  390. /package/dist/api/types/{ScenarioInputRequest.js → NamedScenarioInputChatHistoryVariableValueRequest.js} +0 -0
@@ -1,153 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || function (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
- return new (P || (P = Promise))(function (resolve, reject) {
31
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
32
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
33
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
34
- step((generator = generator.apply(thisArg, _arguments || [])).next());
35
- });
36
- };
37
- var __importDefault = (this && this.__importDefault) || function (mod) {
38
- return (mod && mod.__esModule) ? mod : { "default": mod };
39
- };
40
- Object.defineProperty(exports, "__esModule", { value: true });
41
- exports.RegisteredPrompts = void 0;
42
- const environments = __importStar(require("../../../../environments"));
43
- const core = __importStar(require("../../../../core"));
44
- const Vellum = __importStar(require("../../.."));
45
- const serializers = __importStar(require("../../../../serialization"));
46
- const url_join_1 = __importDefault(require("url-join"));
47
- const errors = __importStar(require("../../../../errors"));
48
- class RegisteredPrompts {
49
- constructor(_options) {
50
- this._options = _options;
51
- }
52
- /**
53
- * Registers a prompt within Vellum and creates associated Vellum entities. Intended to be used by integration
54
- * partners, not directly by Vellum users.
55
- *
56
- * Under the hood, this endpoint creates a new sandbox, a new model version, and a new deployment.
57
- * @throws {@link Vellum.BadRequestError}
58
- * @throws {@link Vellum.NotFoundError}
59
- * @throws {@link Vellum.ConflictError}
60
- *
61
- * @example
62
- * await vellum.registeredPrompts.registerPrompt({
63
- * label: "label",
64
- * name: "name",
65
- * prompt: {
66
- * promptBlockData: {
67
- * version: 1,
68
- * blocks: [{
69
- * id: "id",
70
- * blockType: Vellum.BlockTypeEnum.ChatMessage,
71
- * properties: {}
72
- * }]
73
- * },
74
- * inputVariables: [{
75
- * key: "key"
76
- * }]
77
- * },
78
- * model: "model",
79
- * parameters: {
80
- * temperature: 1.1,
81
- * maxTokens: 1,
82
- * topP: 1.1,
83
- * frequencyPenalty: 1.1,
84
- * presencePenalty: 1.1
85
- * }
86
- * })
87
- */
88
- registerPrompt(request, requestOptions) {
89
- var _a;
90
- return __awaiter(this, void 0, void 0, function* () {
91
- const _response = yield core.fetcher({
92
- url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
93
- .default, "v1/registered-prompts/register"),
94
- method: "POST",
95
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.3.25", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
96
- contentType: "application/json",
97
- body: yield serializers.RegisterPromptRequestRequest.jsonOrThrow(request, {
98
- unrecognizedObjectKeys: "strip",
99
- }),
100
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
101
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
102
- });
103
- if (_response.ok) {
104
- return yield serializers.RegisterPromptResponse.parseOrThrow(_response.body, {
105
- unrecognizedObjectKeys: "passthrough",
106
- allowUnrecognizedUnionMembers: true,
107
- allowUnrecognizedEnumValues: true,
108
- breadcrumbsPrefix: ["response"],
109
- });
110
- }
111
- if (_response.error.reason === "status-code") {
112
- switch (_response.error.statusCode) {
113
- case 400:
114
- throw new Vellum.BadRequestError(_response.error.body);
115
- case 404:
116
- throw new Vellum.NotFoundError(_response.error.body);
117
- case 409:
118
- throw new Vellum.ConflictError(yield serializers.RegisterPromptErrorResponse.parseOrThrow(_response.error.body, {
119
- unrecognizedObjectKeys: "passthrough",
120
- allowUnrecognizedUnionMembers: true,
121
- allowUnrecognizedEnumValues: true,
122
- breadcrumbsPrefix: ["response"],
123
- }));
124
- default:
125
- throw new errors.VellumError({
126
- statusCode: _response.error.statusCode,
127
- body: _response.error.body,
128
- });
129
- }
130
- }
131
- switch (_response.error.reason) {
132
- case "non-json":
133
- throw new errors.VellumError({
134
- statusCode: _response.error.statusCode,
135
- body: _response.error.rawBody,
136
- });
137
- case "timeout":
138
- throw new errors.VellumTimeoutError();
139
- case "unknown":
140
- throw new errors.VellumError({
141
- message: _response.error.errorMessage,
142
- });
143
- }
144
- });
145
- }
146
- _getCustomAuthorizationHeaders() {
147
- return __awaiter(this, void 0, void 0, function* () {
148
- const apiKeyValue = yield core.Supplier.get(this._options.apiKey);
149
- return { X_API_KEY: apiKeyValue };
150
- });
151
- }
152
- }
153
- exports.RegisteredPrompts = RegisteredPrompts;
@@ -1 +0,0 @@
1
- export * from "./requests";
@@ -1,17 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./requests"), exports);
@@ -1,64 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Vellum from "../../../..";
5
- /**
6
- * @example
7
- * {
8
- * label: "label",
9
- * name: "name",
10
- * prompt: {
11
- * promptBlockData: {
12
- * version: 1,
13
- * blocks: [{
14
- * id: "id",
15
- * blockType: Vellum.BlockTypeEnum.ChatMessage,
16
- * properties: {}
17
- * }]
18
- * },
19
- * inputVariables: [{
20
- * key: "key"
21
- * }]
22
- * },
23
- * model: "model",
24
- * parameters: {
25
- * temperature: 1.1,
26
- * maxTokens: 1,
27
- * topP: 1.1,
28
- * frequencyPenalty: 1.1,
29
- * presencePenalty: 1.1
30
- * }
31
- * }
32
- */
33
- export interface RegisterPromptRequestRequest {
34
- /** A human-friendly label for corresponding entities created in Vellum. */
35
- label: string;
36
- /** A uniquely-identifying name for corresponding entities created in Vellum. */
37
- name: string;
38
- /** Information about how to execute the prompt template. */
39
- prompt: Vellum.RegisterPromptPromptInfoRequest;
40
- /**
41
- * The initial LLM provider to use for this prompt
42
- *
43
- * * `ANTHROPIC` - Anthropic
44
- * * `AWS_BEDROCK` - AWS Bedrock
45
- * * `AZURE_OPENAI` - Azure OpenAI
46
- * * `COHERE` - Cohere
47
- * * `GOOGLE` - Google
48
- * * `HOSTED` - Hosted
49
- * * `MOSAICML` - MosaicML
50
- * * `OPENAI` - OpenAI
51
- * * `FIREWORKS_AI` - Fireworks AI
52
- * * `HUGGINGFACE` - HuggingFace
53
- * * `MYSTIC` - Mystic
54
- * * `PYQ` - Pyq
55
- * * `REPLICATE` - Replicate
56
- */
57
- provider?: Vellum.ProviderEnum;
58
- /** The initial model to use for this prompt */
59
- model: string;
60
- /** The initial model parameters to use for this prompt */
61
- parameters: Vellum.RegisterPromptModelParametersRequest;
62
- /** Optionally include additional metadata to store along with the prompt. */
63
- meta?: Record<string, unknown>;
64
- }
@@ -1 +0,0 @@
1
- export { RegisterPromptRequestRequest } from "./RegisterPromptRequestRequest";
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1 +0,0 @@
1
- export * from "./client";
@@ -1,17 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./client"), exports);
@@ -1,16 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * - `CHAT_MESSAGE` - CHAT_MESSAGE
6
- * - `CHAT_HISTORY` - CHAT_HISTORY
7
- * - `JINJA` - JINJA
8
- * - `FUNCTION_DEFINITION` - FUNCTION_DEFINITION
9
- */
10
- export declare type BlockTypeEnum = "CHAT_MESSAGE" | "CHAT_HISTORY" | "JINJA" | "FUNCTION_DEFINITION";
11
- export declare const BlockTypeEnum: {
12
- readonly ChatMessage: "CHAT_MESSAGE";
13
- readonly ChatHistory: "CHAT_HISTORY";
14
- readonly Jinja: "JINJA";
15
- readonly FunctionDefinition: "FUNCTION_DEFINITION";
16
- };
@@ -1,12 +0,0 @@
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
- exports.BlockTypeEnum = void 0;
7
- exports.BlockTypeEnum = {
8
- ChatMessage: "CHAT_MESSAGE",
9
- ChatHistory: "CHAT_HISTORY",
10
- Jinja: "JINJA",
11
- FunctionDefinition: "FUNCTION_DEFINITION",
12
- };
@@ -1,8 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Vellum from "..";
5
- export interface PromptTemplateBlockDataRequest {
6
- version: number;
7
- blocks: Vellum.PromptTemplateBlockRequest[];
8
- }
@@ -1,16 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Vellum from "..";
5
- export interface PromptTemplateBlockProperties {
6
- chatRole?: Vellum.ChatMessageRole;
7
- chatMessageUnterminated?: boolean;
8
- chatSource?: string;
9
- template?: string;
10
- templateType?: Vellum.VellumVariableType;
11
- functionName?: string;
12
- functionDescription?: string;
13
- functionParameters?: Record<string, unknown>;
14
- functionForced?: boolean;
15
- blocks?: Vellum.PromptTemplateBlock[];
16
- }
@@ -1,16 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Vellum from "..";
5
- export interface PromptTemplateBlockPropertiesRequest {
6
- chatRole?: Vellum.ChatMessageRole;
7
- chatMessageUnterminated?: boolean;
8
- chatSource?: string;
9
- template?: string;
10
- templateType?: Vellum.VellumVariableType;
11
- functionName?: string;
12
- functionDescription?: string;
13
- functionParameters?: Record<string, unknown>;
14
- functionForced?: boolean;
15
- blocks?: Vellum.PromptTemplateBlockRequest[];
16
- }
@@ -1,10 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Vellum from "..";
5
- export interface PromptTemplateBlockRequest {
6
- id: string;
7
- blockType: Vellum.BlockTypeEnum;
8
- properties: Vellum.PromptTemplateBlockPropertiesRequest;
9
- state?: Vellum.PromptTemplateBlockState;
10
- }
@@ -1,7 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export interface RegisterPromptErrorResponse {
5
- /** Details about why the request failed. */
6
- detail: string;
7
- }
@@ -1,14 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export interface RegisterPromptModelParametersRequest {
5
- temperature: number;
6
- maxTokens: number;
7
- stop?: string[];
8
- topP: number;
9
- topK?: number;
10
- frequencyPenalty: number;
11
- presencePenalty: number;
12
- logitBias?: Record<string, number | undefined>;
13
- customParameters?: Record<string, unknown>;
14
- }
@@ -1,9 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export interface RegisterPromptPrompt {
5
- /** The ID of the generated prompt. */
6
- id: string;
7
- /** A human-friendly label for the generated prompt. */
8
- label: string;
9
- }
@@ -1,9 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Vellum from "..";
5
- export interface RegisterPromptPromptInfoRequest {
6
- promptBlockData: Vellum.PromptTemplateBlockDataRequest;
7
- /** The input variables specified in the prompt template. */
8
- inputVariables: Vellum.RegisteredPromptInputVariableRequest[];
9
- }
@@ -1,18 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Vellum from "..";
5
- export interface RegisterPromptResponse {
6
- /** Information about the generated prompt */
7
- prompt: Vellum.RegisterPromptPrompt;
8
- /** Information about the generated sandbox snapshot */
9
- sandboxSnapshot: Vellum.RegisteredPromptSandboxSnapshot;
10
- /** Information about the generated sandbox */
11
- sandbox: Vellum.RegisteredPromptSandbox;
12
- /** Information about the generated model version */
13
- modelVersion: Vellum.RegisteredPromptModelVersion;
14
- /** The ID of the generated prompt version */
15
- promptVersionId: string;
16
- /** Information about the generated deployment */
17
- deployment: Vellum.RegisteredPromptDeployment;
18
- }
@@ -1,11 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export interface RegisteredPromptDeployment {
5
- /** The ID of the generated deployment. */
6
- id: string;
7
- /** A uniquely-identifying name for generated deployment. */
8
- name: string;
9
- /** A human-friendly label for the generated deployment. */
10
- label: string;
11
- }
@@ -1,9 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Vellum from "..";
5
- export interface RegisteredPromptInputVariableRequest {
6
- key: string;
7
- id?: string;
8
- type?: Vellum.VellumVariableType;
9
- }
@@ -1,9 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export interface RegisteredPromptModelVersion {
5
- /** The ID of the generated model version. */
6
- id: string;
7
- /** A human-friendly label for the generated model version. */
8
- label: string;
9
- }
@@ -1,9 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export interface RegisteredPromptSandbox {
5
- /** The ID of the generated sandbox. */
6
- id: string;
7
- /** A human-friendly label for the generated sandbox. */
8
- label: string;
9
- }
@@ -1,7 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export interface RegisteredPromptSandboxSnapshot {
5
- /** The ID of the generated sandbox snapshot. */
6
- id: string;
7
- }
@@ -1,10 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Vellum from "..";
5
- export interface ScenarioInputRequest {
6
- key: string;
7
- type?: Vellum.ScenarioInputTypeEnum;
8
- value?: string;
9
- chatHistory?: Vellum.ChatMessageRequest[];
10
- }
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * - `TEXT` - TEXT
6
- * - `CHAT_HISTORY` - CHAT_HISTORY
7
- */
8
- export declare type ScenarioInputTypeEnum = "TEXT" | "CHAT_HISTORY";
9
- export declare const ScenarioInputTypeEnum: {
10
- readonly Text: "TEXT";
11
- readonly ChatHistory: "CHAT_HISTORY";
12
- };
@@ -1,10 +0,0 @@
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
- exports.ScenarioInputTypeEnum = void 0;
7
- exports.ScenarioInputTypeEnum = {
8
- Text: "TEXT",
9
- ChatHistory: "CHAT_HISTORY",
10
- };
@@ -1,8 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as errors from "../../errors";
5
- import * as Vellum from "..";
6
- export declare class ConflictError extends errors.VellumError {
7
- constructor(body: Vellum.RegisterPromptErrorResponse);
8
- }
@@ -1,41 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || function (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.ConflictError = void 0;
30
- const errors = __importStar(require("../../errors"));
31
- class ConflictError extends errors.VellumError {
32
- constructor(body) {
33
- super({
34
- message: "ConflictError",
35
- statusCode: 409,
36
- body: body,
37
- });
38
- Object.setPrototypeOf(this, ConflictError.prototype);
39
- }
40
- }
41
- exports.ConflictError = ConflictError;
@@ -1,60 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as environments from "../../../../environments";
5
- import * as core from "../../../../core";
6
- import * as Vellum from "../../..";
7
- export declare namespace RegisteredPrompts {
8
- interface Options {
9
- environment?: core.Supplier<environments.VellumEnvironment | environments.VellumEnvironmentUrls>;
10
- apiKey: core.Supplier<string>;
11
- }
12
- interface RequestOptions {
13
- timeoutInSeconds?: number;
14
- maxRetries?: number;
15
- }
16
- }
17
- export declare class RegisteredPrompts {
18
- protected readonly _options: RegisteredPrompts.Options;
19
- constructor(_options: RegisteredPrompts.Options);
20
- /**
21
- * Registers a prompt within Vellum and creates associated Vellum entities. Intended to be used by integration
22
- * partners, not directly by Vellum users.
23
- *
24
- * Under the hood, this endpoint creates a new sandbox, a new model version, and a new deployment.
25
- * @throws {@link Vellum.BadRequestError}
26
- * @throws {@link Vellum.NotFoundError}
27
- * @throws {@link Vellum.ConflictError}
28
- *
29
- * @example
30
- * await vellum.registeredPrompts.registerPrompt({
31
- * label: "label",
32
- * name: "name",
33
- * prompt: {
34
- * promptBlockData: {
35
- * version: 1,
36
- * blocks: [{
37
- * id: "id",
38
- * blockType: Vellum.BlockTypeEnum.ChatMessage,
39
- * properties: {}
40
- * }]
41
- * },
42
- * inputVariables: [{
43
- * key: "key"
44
- * }]
45
- * },
46
- * model: "model",
47
- * parameters: {
48
- * temperature: 1.1,
49
- * maxTokens: 1,
50
- * topP: 1.1,
51
- * frequencyPenalty: 1.1,
52
- * presencePenalty: 1.1
53
- * }
54
- * })
55
- */
56
- registerPrompt(request: Vellum.RegisterPromptRequestRequest, requestOptions?: RegisteredPrompts.RequestOptions): Promise<Vellum.RegisterPromptResponse>;
57
- protected _getCustomAuthorizationHeaders(): Promise<{
58
- X_API_KEY: string;
59
- }>;
60
- }