vellum-ai 0.7.2__py3-none-any.whl → 0.7.5__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (483) hide show
  1. vellum/__init__.py +146 -94
  2. vellum/client.py +1051 -1097
  3. vellum/core/__init__.py +4 -1
  4. vellum/core/client_wrapper.py +7 -3
  5. vellum/core/http_client.py +365 -20
  6. vellum/core/jsonable_encoder.py +3 -0
  7. vellum/core/pydantic_utilities.py +16 -0
  8. vellum/core/query_encoder.py +33 -0
  9. vellum/core/remove_none_from_dict.py +2 -2
  10. vellum/core/request_options.py +2 -2
  11. vellum/resources/__init__.py +2 -0
  12. vellum/resources/deployments/client.py +354 -371
  13. vellum/resources/document_indexes/client.py +542 -610
  14. vellum/resources/documents/client.py +327 -399
  15. vellum/resources/folder_entities/client.py +56 -72
  16. vellum/{types/map_enum.py → resources/ml_models/__init__.py} +0 -3
  17. vellum/resources/ml_models/client.py +837 -0
  18. vellum/resources/sandboxes/client.py +204 -242
  19. vellum/resources/test_suite_runs/client.py +183 -213
  20. vellum/resources/test_suites/client.py +307 -311
  21. vellum/resources/workflow_deployments/client.py +230 -268
  22. vellum/resources/workflow_sandboxes/client.py +82 -96
  23. vellum/terraform/_jsii/vellum-ai_vellum@0.0.0.jsii.tgz +0 -0
  24. vellum/terraform/data_vellum_document_index/__init__.py +10 -10
  25. vellum/terraform/document_index/__init__.py +17 -17
  26. vellum/terraform/provider/__init__.py +57 -12
  27. vellum/terraform/versions.json +1 -1
  28. vellum/types/__init__.py +152 -96
  29. vellum/types/api_node_result.py +7 -3
  30. vellum/types/api_node_result_data.py +7 -3
  31. vellum/types/array_chat_message_content.py +7 -3
  32. vellum/types/array_chat_message_content_item.py +53 -12
  33. vellum/types/array_chat_message_content_item_request.py +53 -12
  34. vellum/types/array_chat_message_content_request.py +7 -3
  35. vellum/types/array_parameter_config.py +50 -0
  36. vellum/types/array_parameter_config_request.py +50 -0
  37. vellum/types/array_variable_value_item.py +102 -24
  38. vellum/types/array_vellum_value_item.py +102 -24
  39. vellum/types/array_vellum_value_item_request.py +102 -24
  40. vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large.py +7 -3
  41. vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large_request.py +7 -3
  42. vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1.py +7 -3
  43. vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1_request.py +7 -3
  44. vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1.py +7 -3
  45. vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1_request.py +7 -3
  46. vellum/types/boolean_parameter_config.py +35 -0
  47. vellum/types/boolean_parameter_config_request.py +35 -0
  48. vellum/types/chat_history_input_request.py +7 -3
  49. vellum/types/chat_message.py +7 -3
  50. vellum/types/chat_message_content.py +70 -16
  51. vellum/types/chat_message_content_request.py +70 -16
  52. vellum/types/chat_message_request.py +7 -3
  53. vellum/types/code_execution_node_array_result.py +7 -3
  54. vellum/types/code_execution_node_chat_history_result.py +7 -3
  55. vellum/types/code_execution_node_error_result.py +7 -3
  56. vellum/types/code_execution_node_function_call_result.py +7 -3
  57. vellum/types/code_execution_node_json_result.py +7 -3
  58. vellum/types/code_execution_node_number_result.py +7 -3
  59. vellum/types/code_execution_node_result.py +7 -3
  60. vellum/types/code_execution_node_result_data.py +7 -3
  61. vellum/types/code_execution_node_result_output.py +144 -32
  62. vellum/types/code_execution_node_search_results_result.py +7 -3
  63. vellum/types/code_execution_node_string_result.py +7 -3
  64. vellum/types/compile_prompt_deployment_expand_meta_request.py +42 -0
  65. vellum/types/compile_prompt_meta.py +35 -0
  66. vellum/types/conditional_node_result.py +7 -3
  67. vellum/types/conditional_node_result_data.py +7 -3
  68. vellum/types/const_parameter_config.py +35 -0
  69. vellum/types/const_parameter_config_request.py +35 -0
  70. vellum/types/create_test_suite_test_case_request.py +7 -3
  71. vellum/types/deployment_provider_payload_response.py +9 -3
  72. vellum/types/deployment_read.py +12 -3
  73. vellum/types/deployment_release_tag_deployment_history_item.py +7 -3
  74. vellum/types/deployment_release_tag_read.py +7 -3
  75. vellum/types/document_document_to_document_index.py +7 -3
  76. vellum/types/document_index_chunking.py +54 -12
  77. vellum/types/document_index_chunking_request.py +54 -12
  78. vellum/types/document_index_indexing_config.py +7 -3
  79. vellum/types/document_index_indexing_config_request.py +7 -3
  80. vellum/types/document_index_read.py +7 -3
  81. vellum/types/document_read.py +7 -3
  82. vellum/types/enriched_normalized_completion.py +7 -3
  83. vellum/types/error_variable_value.py +7 -3
  84. vellum/types/error_vellum_value.py +7 -3
  85. vellum/types/error_vellum_value_request.py +7 -3
  86. vellum/types/execute_prompt_event.py +82 -16
  87. vellum/types/execute_prompt_response.py +44 -8
  88. vellum/types/execute_workflow_response.py +7 -3
  89. vellum/types/execute_workflow_workflow_result_event.py +41 -8
  90. vellum/types/execution_array_vellum_value.py +7 -3
  91. vellum/types/execution_chat_history_vellum_value.py +7 -3
  92. vellum/types/execution_error_vellum_value.py +7 -3
  93. vellum/types/execution_function_call_vellum_value.py +7 -3
  94. vellum/types/execution_json_vellum_value.py +7 -3
  95. vellum/types/execution_number_vellum_value.py +7 -3
  96. vellum/types/execution_search_results_vellum_value.py +7 -3
  97. vellum/types/execution_string_vellum_value.py +7 -3
  98. vellum/types/execution_vellum_value.py +152 -32
  99. vellum/types/external_test_case_execution.py +7 -3
  100. vellum/types/external_test_case_execution_request.py +7 -3
  101. vellum/types/fulfilled_execute_prompt_event.py +7 -3
  102. vellum/types/fulfilled_execute_prompt_response.py +7 -3
  103. vellum/types/fulfilled_execute_workflow_workflow_result_event.py +7 -3
  104. vellum/types/fulfilled_prompt_execution_meta.py +7 -3
  105. vellum/types/fulfilled_workflow_node_result_event.py +7 -3
  106. vellum/types/function_call.py +7 -3
  107. vellum/types/function_call_chat_message_content.py +7 -3
  108. vellum/types/function_call_chat_message_content_request.py +7 -3
  109. vellum/types/function_call_chat_message_content_value.py +7 -3
  110. vellum/types/function_call_chat_message_content_value_request.py +7 -3
  111. vellum/types/function_call_request.py +7 -3
  112. vellum/types/function_call_variable_value.py +7 -3
  113. vellum/types/function_call_vellum_value.py +7 -3
  114. vellum/types/function_call_vellum_value_request.py +7 -3
  115. vellum/types/generate_options_request.py +7 -3
  116. vellum/types/generate_request.py +7 -3
  117. vellum/types/generate_result.py +7 -3
  118. vellum/types/generate_result_data.py +7 -3
  119. vellum/types/generate_result_error.py +7 -3
  120. vellum/types/generate_stream_response.py +7 -3
  121. vellum/types/generate_stream_result.py +7 -3
  122. vellum/types/generate_stream_result_data.py +7 -3
  123. vellum/types/hkunlp_instructor_xl_vectorizer.py +7 -3
  124. vellum/types/hkunlp_instructor_xl_vectorizer_request.py +7 -3
  125. vellum/types/hosted_by_enum.py +26 -0
  126. vellum/types/hugging_face_tokenizer_config.py +34 -0
  127. vellum/types/hugging_face_tokenizer_config_request.py +34 -0
  128. vellum/types/image_chat_message_content.py +7 -3
  129. vellum/types/image_chat_message_content_request.py +7 -3
  130. vellum/types/image_variable_value.py +7 -3
  131. vellum/types/image_vellum_value.py +7 -3
  132. vellum/types/image_vellum_value_request.py +7 -3
  133. vellum/types/indexing_config_vectorizer.py +117 -36
  134. vellum/types/indexing_config_vectorizer_request.py +117 -36
  135. vellum/types/initiated_execute_prompt_event.py +7 -3
  136. vellum/types/initiated_prompt_execution_meta.py +7 -3
  137. vellum/types/initiated_workflow_node_result_event.py +7 -3
  138. vellum/types/instructor_vectorizer_config.py +7 -3
  139. vellum/types/instructor_vectorizer_config_request.py +7 -3
  140. vellum/types/integer_parameter_config.py +39 -0
  141. vellum/types/integer_parameter_config_request.py +39 -0
  142. vellum/types/json_input_request.py +7 -3
  143. vellum/types/json_variable_value.py +7 -3
  144. vellum/types/json_vellum_value.py +7 -3
  145. vellum/types/json_vellum_value_request.py +7 -3
  146. vellum/types/map_node_result.py +7 -3
  147. vellum/types/map_node_result_data.py +7 -3
  148. vellum/types/merge_node_result.py +7 -3
  149. vellum/types/merge_node_result_data.py +7 -3
  150. vellum/types/metadata_filter_config_request.py +7 -3
  151. vellum/types/metadata_filter_rule_request.py +7 -3
  152. vellum/types/metric_node_result.py +7 -3
  153. vellum/types/{execute_workflow_stream_error_response.py → ml_model_build_config.py} +9 -8
  154. vellum/types/{execute_prompt_api_error_response.py → ml_model_build_config_request.py} +9 -8
  155. vellum/types/ml_model_developer.py +27 -0
  156. vellum/types/ml_model_developer_enum_value_label.py +31 -0
  157. vellum/types/ml_model_display_config_labelled.py +33 -0
  158. vellum/types/ml_model_display_config_request.py +33 -0
  159. vellum/types/ml_model_display_tag.py +7 -0
  160. vellum/types/ml_model_display_tag_enum_value_label.py +31 -0
  161. vellum/types/ml_model_exec_config.py +40 -0
  162. vellum/types/ml_model_exec_config_request.py +40 -0
  163. vellum/types/ml_model_family.py +29 -0
  164. vellum/types/ml_model_family_enum_value_label.py +31 -0
  165. vellum/types/ml_model_feature.py +18 -0
  166. vellum/types/ml_model_parameter_config.py +42 -0
  167. vellum/types/ml_model_parameter_config_request.py +42 -0
  168. vellum/types/ml_model_read.py +108 -0
  169. vellum/types/ml_model_request_authorization_config.py +30 -0
  170. vellum/types/ml_model_request_authorization_config_request.py +30 -0
  171. vellum/types/ml_model_request_authorization_config_type_enum.py +5 -0
  172. vellum/types/ml_model_request_config.py +32 -0
  173. vellum/types/ml_model_request_config_request.py +32 -0
  174. vellum/types/ml_model_response_config.py +31 -0
  175. vellum/types/ml_model_response_config_request.py +31 -0
  176. vellum/types/ml_model_tokenizer_config.py +59 -0
  177. vellum/types/ml_model_tokenizer_config_request.py +61 -0
  178. vellum/types/ml_model_usage.py +7 -3
  179. vellum/types/named_scenario_input_chat_history_variable_value_request.py +7 -3
  180. vellum/types/named_scenario_input_request.py +38 -8
  181. vellum/types/named_scenario_input_string_variable_value_request.py +7 -3
  182. vellum/types/named_test_case_array_variable_value.py +7 -3
  183. vellum/types/named_test_case_array_variable_value_request.py +7 -3
  184. vellum/types/named_test_case_chat_history_variable_value.py +7 -3
  185. vellum/types/named_test_case_chat_history_variable_value_request.py +7 -3
  186. vellum/types/named_test_case_error_variable_value.py +7 -3
  187. vellum/types/named_test_case_error_variable_value_request.py +7 -3
  188. vellum/types/named_test_case_function_call_variable_value.py +7 -3
  189. vellum/types/named_test_case_function_call_variable_value_request.py +7 -3
  190. vellum/types/named_test_case_json_variable_value.py +7 -3
  191. vellum/types/named_test_case_json_variable_value_request.py +7 -3
  192. vellum/types/named_test_case_number_variable_value.py +7 -3
  193. vellum/types/named_test_case_number_variable_value_request.py +7 -3
  194. vellum/types/named_test_case_search_results_variable_value.py +7 -3
  195. vellum/types/named_test_case_search_results_variable_value_request.py +7 -3
  196. vellum/types/named_test_case_string_variable_value.py +7 -3
  197. vellum/types/named_test_case_string_variable_value_request.py +7 -3
  198. vellum/types/named_test_case_variable_value.py +144 -32
  199. vellum/types/named_test_case_variable_value_request.py +144 -32
  200. vellum/types/node_input_compiled_array_value.py +7 -3
  201. vellum/types/node_input_compiled_chat_history_value.py +7 -3
  202. vellum/types/node_input_compiled_error_value.py +7 -3
  203. vellum/types/node_input_compiled_function_call.py +7 -3
  204. vellum/types/node_input_compiled_json_value.py +7 -3
  205. vellum/types/node_input_compiled_number_value.py +7 -3
  206. vellum/types/node_input_compiled_search_results_value.py +7 -3
  207. vellum/types/node_input_compiled_string_value.py +7 -3
  208. vellum/types/node_input_variable_compiled_value.py +152 -32
  209. vellum/types/node_output_compiled_array_value.py +7 -3
  210. vellum/types/node_output_compiled_chat_history_value.py +7 -3
  211. vellum/types/node_output_compiled_error_value.py +7 -3
  212. vellum/types/node_output_compiled_function_call_value.py +7 -3
  213. vellum/types/node_output_compiled_json_value.py +7 -3
  214. vellum/types/node_output_compiled_number_value.py +7 -3
  215. vellum/types/node_output_compiled_search_results_value.py +7 -3
  216. vellum/types/node_output_compiled_string_value.py +7 -3
  217. vellum/types/node_output_compiled_value.py +153 -32
  218. vellum/types/normalized_log_probs.py +7 -3
  219. vellum/types/normalized_token_log_probs.py +7 -3
  220. vellum/types/number_parameter_config.py +40 -0
  221. vellum/types/number_parameter_config_request.py +40 -0
  222. vellum/types/number_variable_value.py +7 -3
  223. vellum/types/number_vellum_value.py +7 -3
  224. vellum/types/number_vellum_value_request.py +7 -3
  225. vellum/types/object_parameter_config.py +49 -0
  226. vellum/types/object_parameter_config_request.py +49 -0
  227. vellum/types/one_of_parameter_config.py +44 -0
  228. vellum/types/one_of_parameter_config_request.py +44 -0
  229. vellum/types/open_ai_vectorizer_config.py +7 -3
  230. vellum/types/open_ai_vectorizer_config_request.py +7 -3
  231. vellum/types/open_ai_vectorizer_text_embedding_3_large.py +7 -3
  232. vellum/types/open_ai_vectorizer_text_embedding_3_large_request.py +7 -3
  233. vellum/types/open_ai_vectorizer_text_embedding_3_small.py +7 -3
  234. vellum/types/open_ai_vectorizer_text_embedding_3_small_request.py +7 -3
  235. vellum/types/open_ai_vectorizer_text_embedding_ada_002.py +7 -3
  236. vellum/types/open_ai_vectorizer_text_embedding_ada_002_request.py +7 -3
  237. vellum/types/paginated_document_index_read_list.py +7 -3
  238. vellum/types/paginated_ml_model_read_list.py +33 -0
  239. vellum/types/paginated_slim_deployment_read_list.py +7 -3
  240. vellum/types/paginated_slim_document_list.py +7 -3
  241. vellum/types/paginated_slim_workflow_deployment_list.py +7 -3
  242. vellum/types/paginated_test_suite_run_execution_list.py +7 -3
  243. vellum/types/paginated_test_suite_test_case_list.py +7 -3
  244. vellum/types/parameter_config.py +251 -0
  245. vellum/types/parameter_config_request.py +251 -0
  246. vellum/types/pdf_search_result_meta_source.py +7 -3
  247. vellum/types/pdf_search_result_meta_source_request.py +7 -3
  248. vellum/types/prompt_deployment_expand_meta_request_request.py +7 -3
  249. vellum/types/prompt_deployment_input_request.py +55 -12
  250. vellum/types/prompt_execution_meta.py +7 -3
  251. vellum/types/prompt_node_execution_meta.py +7 -3
  252. vellum/types/prompt_node_result.py +7 -3
  253. vellum/types/prompt_node_result_data.py +7 -3
  254. vellum/types/prompt_output.py +69 -16
  255. vellum/types/raw_prompt_execution_overrides_request.py +7 -3
  256. vellum/types/reducto_chunker_config.py +7 -3
  257. vellum/types/reducto_chunker_config_request.py +7 -3
  258. vellum/types/reducto_chunking.py +7 -3
  259. vellum/types/reducto_chunking_request.py +7 -3
  260. vellum/types/rejected_execute_prompt_event.py +7 -3
  261. vellum/types/rejected_execute_prompt_response.py +7 -3
  262. vellum/types/rejected_execute_workflow_workflow_result_event.py +7 -3
  263. vellum/types/rejected_prompt_execution_meta.py +7 -3
  264. vellum/types/rejected_workflow_node_result_event.py +7 -3
  265. vellum/types/replace_test_suite_test_case_request.py +7 -3
  266. vellum/types/sandbox_scenario.py +7 -3
  267. vellum/types/scenario_input.py +38 -8
  268. vellum/types/scenario_input_chat_history_variable_value.py +7 -3
  269. vellum/types/scenario_input_string_variable_value.py +7 -3
  270. vellum/types/search_filters_request.py +7 -3
  271. vellum/types/search_node_result.py +7 -3
  272. vellum/types/search_node_result_data.py +7 -3
  273. vellum/types/search_request_options_request.py +7 -3
  274. vellum/types/search_response.py +7 -3
  275. vellum/types/search_result.py +7 -3
  276. vellum/types/search_result_document.py +7 -3
  277. vellum/types/search_result_document_request.py +7 -3
  278. vellum/types/search_result_merging_request.py +7 -3
  279. vellum/types/search_result_meta.py +7 -3
  280. vellum/types/search_result_meta_request.py +7 -3
  281. vellum/types/search_result_meta_source.py +21 -5
  282. vellum/types/search_result_meta_source_request.py +21 -5
  283. vellum/types/search_result_request.py +7 -3
  284. vellum/types/search_weights_request.py +7 -3
  285. vellum/types/sentence_chunker_config.py +7 -3
  286. vellum/types/sentence_chunker_config_request.py +7 -3
  287. vellum/types/sentence_chunking.py +7 -3
  288. vellum/types/sentence_chunking_request.py +7 -3
  289. vellum/types/slim_deployment_read.py +11 -3
  290. vellum/types/slim_document.py +7 -3
  291. vellum/types/slim_workflow_deployment.py +12 -3
  292. vellum/types/streaming_execute_prompt_event.py +7 -3
  293. vellum/types/streaming_prompt_execution_meta.py +7 -3
  294. vellum/types/streaming_workflow_node_result_event.py +7 -3
  295. vellum/types/string_chat_message_content.py +7 -3
  296. vellum/types/string_chat_message_content_request.py +7 -3
  297. vellum/types/string_input_request.py +7 -3
  298. vellum/types/string_parameter_config.py +39 -0
  299. vellum/types/string_parameter_config_request.py +39 -0
  300. vellum/types/string_variable_value.py +7 -3
  301. vellum/types/string_vellum_value.py +7 -3
  302. vellum/types/string_vellum_value_request.py +7 -3
  303. vellum/types/submit_completion_actual_request.py +7 -3
  304. vellum/types/submit_workflow_execution_actual_request.py +67 -12
  305. vellum/types/subworkflow_node_result.py +7 -3
  306. vellum/types/subworkflow_node_result_data.py +7 -3
  307. vellum/types/templating_node_array_result.py +7 -3
  308. vellum/types/templating_node_chat_history_result.py +7 -3
  309. vellum/types/templating_node_error_result.py +7 -3
  310. vellum/types/templating_node_function_call_result.py +7 -3
  311. vellum/types/templating_node_json_result.py +7 -3
  312. vellum/types/templating_node_number_result.py +7 -3
  313. vellum/types/templating_node_result.py +7 -3
  314. vellum/types/templating_node_result_data.py +7 -3
  315. vellum/types/templating_node_result_output.py +144 -32
  316. vellum/types/templating_node_search_results_result.py +7 -3
  317. vellum/types/templating_node_string_result.py +7 -3
  318. vellum/types/terminal_node_array_result.py +7 -3
  319. vellum/types/terminal_node_chat_history_result.py +7 -3
  320. vellum/types/terminal_node_error_result.py +7 -3
  321. vellum/types/terminal_node_function_call_result.py +7 -3
  322. vellum/types/terminal_node_json_result.py +7 -3
  323. vellum/types/terminal_node_number_result.py +7 -3
  324. vellum/types/terminal_node_result.py +7 -3
  325. vellum/types/terminal_node_result_data.py +7 -3
  326. vellum/types/terminal_node_result_output.py +152 -32
  327. vellum/types/terminal_node_search_results_result.py +7 -3
  328. vellum/types/terminal_node_string_result.py +7 -3
  329. vellum/types/test_case_array_variable_value.py +7 -3
  330. vellum/types/test_case_chat_history_variable_value.py +7 -3
  331. vellum/types/test_case_error_variable_value.py +7 -3
  332. vellum/types/test_case_function_call_variable_value.py +7 -3
  333. vellum/types/test_case_json_variable_value.py +8 -4
  334. vellum/types/test_case_number_variable_value.py +7 -3
  335. vellum/types/test_case_search_results_variable_value.py +7 -3
  336. vellum/types/test_case_string_variable_value.py +7 -3
  337. vellum/types/test_case_variable_value.py +152 -32
  338. vellum/types/test_suite_run_deployment_release_tag_exec_config.py +7 -3
  339. vellum/types/test_suite_run_deployment_release_tag_exec_config_data.py +7 -3
  340. vellum/types/test_suite_run_deployment_release_tag_exec_config_data_request.py +7 -3
  341. vellum/types/test_suite_run_deployment_release_tag_exec_config_request.py +7 -3
  342. vellum/types/test_suite_run_exec_config.py +57 -12
  343. vellum/types/test_suite_run_exec_config_request.py +61 -12
  344. vellum/types/test_suite_run_execution.py +7 -3
  345. vellum/types/test_suite_run_execution_array_output.py +7 -3
  346. vellum/types/test_suite_run_execution_chat_history_output.py +7 -3
  347. vellum/types/test_suite_run_execution_error_output.py +7 -3
  348. vellum/types/test_suite_run_execution_function_call_output.py +7 -3
  349. vellum/types/test_suite_run_execution_json_output.py +7 -3
  350. vellum/types/test_suite_run_execution_metric_definition.py +7 -3
  351. vellum/types/test_suite_run_execution_metric_result.py +7 -3
  352. vellum/types/test_suite_run_execution_number_output.py +7 -3
  353. vellum/types/test_suite_run_execution_output.py +152 -32
  354. vellum/types/test_suite_run_execution_search_results_output.py +7 -3
  355. vellum/types/test_suite_run_execution_string_output.py +7 -3
  356. vellum/types/test_suite_run_external_exec_config.py +7 -3
  357. vellum/types/test_suite_run_external_exec_config_data.py +7 -3
  358. vellum/types/test_suite_run_external_exec_config_data_request.py +7 -3
  359. vellum/types/test_suite_run_external_exec_config_request.py +7 -3
  360. vellum/types/test_suite_run_metric_error_output.py +7 -3
  361. vellum/types/test_suite_run_metric_number_output.py +7 -3
  362. vellum/types/test_suite_run_metric_output.py +55 -12
  363. vellum/types/test_suite_run_metric_string_output.py +7 -3
  364. vellum/types/test_suite_run_read.py +7 -3
  365. vellum/types/test_suite_run_test_suite.py +7 -3
  366. vellum/types/test_suite_run_workflow_release_tag_exec_config.py +7 -3
  367. vellum/types/test_suite_run_workflow_release_tag_exec_config_data.py +7 -3
  368. vellum/types/test_suite_run_workflow_release_tag_exec_config_data_request.py +7 -3
  369. vellum/types/test_suite_run_workflow_release_tag_exec_config_request.py +7 -3
  370. vellum/types/test_suite_test_case.py +7 -3
  371. vellum/types/test_suite_test_case_bulk_operation_request.py +75 -16
  372. vellum/types/test_suite_test_case_bulk_result.py +74 -16
  373. vellum/types/test_suite_test_case_create_bulk_operation_request.py +7 -3
  374. vellum/types/test_suite_test_case_created_bulk_result.py +7 -3
  375. vellum/types/test_suite_test_case_created_bulk_result_data.py +7 -3
  376. vellum/types/test_suite_test_case_delete_bulk_operation_data_request.py +7 -3
  377. vellum/types/test_suite_test_case_delete_bulk_operation_request.py +7 -3
  378. vellum/types/test_suite_test_case_deleted_bulk_result.py +7 -3
  379. vellum/types/test_suite_test_case_deleted_bulk_result_data.py +7 -3
  380. vellum/types/test_suite_test_case_rejected_bulk_result.py +7 -3
  381. vellum/types/test_suite_test_case_replace_bulk_operation_request.py +7 -3
  382. vellum/types/test_suite_test_case_replaced_bulk_result.py +7 -3
  383. vellum/types/test_suite_test_case_replaced_bulk_result_data.py +7 -3
  384. vellum/types/test_suite_test_case_upsert_bulk_operation_request.py +7 -3
  385. vellum/types/{execute_workflow_error_response.py → tik_token_tokenizer_config.py} +11 -6
  386. vellum/types/{generate_error_response.py → tik_token_tokenizer_config_request.py} +11 -6
  387. vellum/types/token_overlapping_window_chunker_config.py +7 -3
  388. vellum/types/token_overlapping_window_chunker_config_request.py +7 -3
  389. vellum/types/token_overlapping_window_chunking.py +7 -3
  390. vellum/types/token_overlapping_window_chunking_request.py +7 -3
  391. vellum/types/upload_document_response.py +7 -3
  392. vellum/types/upsert_test_suite_test_case_request.py +7 -3
  393. vellum/types/vellum_error.py +7 -3
  394. vellum/types/vellum_error_request.py +7 -3
  395. vellum/types/vellum_image.py +7 -3
  396. vellum/types/vellum_image_request.py +7 -3
  397. vellum/types/vellum_variable.py +7 -3
  398. vellum/types/visibility_enum.py +5 -0
  399. vellum/types/workflow_deployment_read.py +12 -3
  400. vellum/types/workflow_event_error.py +7 -3
  401. vellum/types/workflow_execution_actual_chat_history_request.py +7 -3
  402. vellum/types/workflow_execution_actual_json_request.py +7 -3
  403. vellum/types/workflow_execution_actual_string_request.py +7 -3
  404. vellum/types/workflow_execution_node_result_event.py +7 -3
  405. vellum/types/workflow_execution_workflow_result_event.py +7 -3
  406. vellum/types/workflow_expand_meta_request.py +7 -3
  407. vellum/types/workflow_node_result_data.py +189 -45
  408. vellum/types/workflow_node_result_event.py +101 -20
  409. vellum/types/workflow_output.py +171 -36
  410. vellum/types/workflow_output_array.py +7 -3
  411. vellum/types/workflow_output_chat_history.py +7 -3
  412. vellum/types/workflow_output_error.py +7 -3
  413. vellum/types/workflow_output_function_call.py +7 -3
  414. vellum/types/workflow_output_image.py +7 -3
  415. vellum/types/workflow_output_json.py +7 -3
  416. vellum/types/workflow_output_number.py +7 -3
  417. vellum/types/workflow_output_search_results.py +7 -3
  418. vellum/types/workflow_output_string.py +7 -3
  419. vellum/types/workflow_release_tag_read.py +7 -3
  420. vellum/types/workflow_release_tag_workflow_deployment_history_item.py +7 -3
  421. vellum/types/workflow_request_chat_history_input_request.py +7 -3
  422. vellum/types/workflow_request_input_request.py +72 -16
  423. vellum/types/workflow_request_json_input_request.py +7 -3
  424. vellum/types/workflow_request_number_input_request.py +7 -3
  425. vellum/types/workflow_request_string_input_request.py +7 -3
  426. vellum/types/workflow_result_event.py +7 -3
  427. vellum/types/workflow_result_event_output_data.py +178 -33
  428. vellum/types/workflow_result_event_output_data_array.py +7 -3
  429. vellum/types/workflow_result_event_output_data_chat_history.py +7 -3
  430. vellum/types/workflow_result_event_output_data_error.py +7 -3
  431. vellum/types/workflow_result_event_output_data_function_call.py +7 -3
  432. vellum/types/workflow_result_event_output_data_json.py +7 -3
  433. vellum/types/workflow_result_event_output_data_number.py +7 -3
  434. vellum/types/workflow_result_event_output_data_search_results.py +7 -3
  435. vellum/types/workflow_result_event_output_data_string.py +7 -3
  436. vellum/types/workflow_stream_event.py +43 -8
  437. {vellum_ai-0.7.2.dist-info → vellum_ai-0.7.5.dist-info}/METADATA +13 -1
  438. vellum_ai-0.7.5.dist-info/RECORD +502 -0
  439. vellum/types/array_enum.py +0 -5
  440. vellum/types/chat_history_enum.py +0 -5
  441. vellum/types/create_enum.py +0 -5
  442. vellum/types/created_enum.py +0 -5
  443. vellum/types/delete_enum.py +0 -5
  444. vellum/types/deleted_enum.py +0 -5
  445. vellum/types/error_enum.py +0 -5
  446. vellum/types/function_call_enum.py +0 -5
  447. vellum/types/hkunlp_instructor_xl_enum.py +0 -5
  448. vellum/types/image_enum.py +0 -5
  449. vellum/types/initiated_enum.py +0 -5
  450. vellum/types/intfloat_multilingual_e_5_large_enum.py +0 -5
  451. vellum/types/json_enum.py +0 -5
  452. vellum/types/merge_enum.py +0 -5
  453. vellum/types/metric_enum.py +0 -5
  454. vellum/types/number_enum.py +0 -5
  455. vellum/types/pdf_enum.py +0 -5
  456. vellum/types/reducto_chunker_enum.py +0 -5
  457. vellum/types/rejected_enum.py +0 -5
  458. vellum/types/replace_enum.py +0 -5
  459. vellum/types/replaced_enum.py +0 -5
  460. vellum/types/search_error_response.py +0 -28
  461. vellum/types/search_results_enum.py +0 -5
  462. vellum/types/sentence_chunker_enum.py +0 -5
  463. vellum/types/sentence_transformers_multi_qa_mpnet_base_cos_v_1_enum.py +0 -5
  464. vellum/types/sentence_transformers_multi_qa_mpnet_base_dot_v_1_enum.py +0 -5
  465. vellum/types/streaming_enum.py +0 -5
  466. vellum/types/string_enum.py +0 -5
  467. vellum/types/submit_completion_actuals_error_response.py +0 -25
  468. vellum/types/subworkflow_enum.py +0 -5
  469. vellum/types/test_suite_run_deployment_release_tag_exec_config_type_enum.py +0 -5
  470. vellum/types/test_suite_run_external_exec_config_type_enum.py +0 -5
  471. vellum/types/test_suite_run_metric_error_output_type_enum.py +0 -5
  472. vellum/types/test_suite_run_metric_number_output_type_enum.py +0 -5
  473. vellum/types/test_suite_run_metric_string_output_type_enum.py +0 -5
  474. vellum/types/test_suite_run_workflow_release_tag_exec_config_type_enum.py +0 -5
  475. vellum/types/text_embedding_3_large_enum.py +0 -5
  476. vellum/types/text_embedding_3_small_enum.py +0 -5
  477. vellum/types/text_embedding_ada_002_enum.py +0 -5
  478. vellum/types/token_overlapping_window_chunker_enum.py +0 -5
  479. vellum/types/upload_document_error_response.py +0 -25
  480. vellum/types/upsert_enum.py +0 -5
  481. vellum_ai-0.7.2.dist-info/RECORD +0 -494
  482. {vellum_ai-0.7.2.dist-info → vellum_ai-0.7.5.dist-info}/LICENSE +0 -0
  483. {vellum_ai-0.7.2.dist-info → vellum_ai-0.7.5.dist-info}/WHEEL +0 -0
vellum/__init__.py CHANGED
@@ -14,7 +14,8 @@ from .types import (
14
14
  ArrayChatMessageContentItem_Image,
15
15
  ArrayChatMessageContentItem_String,
16
16
  ArrayChatMessageContentRequest,
17
- ArrayEnum,
17
+ ArrayParameterConfig,
18
+ ArrayParameterConfigRequest,
18
19
  ArrayVariableValueItem,
19
20
  ArrayVariableValueItem_Error,
20
21
  ArrayVariableValueItem_FunctionCall,
@@ -42,7 +43,8 @@ from .types import (
42
43
  BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request,
43
44
  BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1,
44
45
  BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request,
45
- ChatHistoryEnum,
46
+ BooleanParameterConfig,
47
+ BooleanParameterConfigRequest,
46
48
  ChatHistoryInputRequest,
47
49
  ChatMessage,
48
50
  ChatMessageContent,
@@ -76,13 +78,13 @@ from .types import (
76
78
  CodeExecutionNodeResultOutput_String,
77
79
  CodeExecutionNodeSearchResultsResult,
78
80
  CodeExecutionNodeStringResult,
81
+ CompilePromptDeploymentExpandMetaRequest,
82
+ CompilePromptMeta,
79
83
  ConditionalNodeResult,
80
84
  ConditionalNodeResultData,
81
- CreateEnum,
85
+ ConstParameterConfig,
86
+ ConstParameterConfigRequest,
82
87
  CreateTestSuiteTestCaseRequest,
83
- CreatedEnum,
84
- DeleteEnum,
85
- DeletedEnum,
86
88
  DeploymentProviderPayloadResponse,
87
89
  DeploymentProviderPayloadResponsePayload,
88
90
  DeploymentRead,
@@ -105,11 +107,9 @@ from .types import (
105
107
  EnrichedNormalizedCompletion,
106
108
  EntityStatus,
107
109
  EnvironmentEnum,
108
- ErrorEnum,
109
110
  ErrorVariableValue,
110
111
  ErrorVellumValue,
111
112
  ErrorVellumValueRequest,
112
- ExecutePromptApiErrorResponse,
113
113
  ExecutePromptEvent,
114
114
  ExecutePromptEvent_Fulfilled,
115
115
  ExecutePromptEvent_Initiated,
@@ -118,9 +118,7 @@ from .types import (
118
118
  ExecutePromptResponse,
119
119
  ExecutePromptResponse_Fulfilled,
120
120
  ExecutePromptResponse_Rejected,
121
- ExecuteWorkflowErrorResponse,
122
121
  ExecuteWorkflowResponse,
123
- ExecuteWorkflowStreamErrorResponse,
124
122
  ExecuteWorkflowWorkflowResultEvent,
125
123
  ExecuteWorkflowWorkflowResultEvent_Fulfilled,
126
124
  ExecuteWorkflowWorkflowResultEvent_Rejected,
@@ -155,12 +153,10 @@ from .types import (
155
153
  FunctionCallChatMessageContentRequest,
156
154
  FunctionCallChatMessageContentValue,
157
155
  FunctionCallChatMessageContentValueRequest,
158
- FunctionCallEnum,
159
156
  FunctionCallRequest,
160
157
  FunctionCallVariableValue,
161
158
  FunctionCallVellumValue,
162
159
  FunctionCallVellumValueRequest,
163
- GenerateErrorResponse,
164
160
  GenerateOptionsRequest,
165
161
  GenerateRequest,
166
162
  GenerateResponse,
@@ -170,12 +166,13 @@ from .types import (
170
166
  GenerateStreamResponse,
171
167
  GenerateStreamResult,
172
168
  GenerateStreamResultData,
173
- HkunlpInstructorXlEnum,
174
169
  HkunlpInstructorXlVectorizer,
175
170
  HkunlpInstructorXlVectorizerRequest,
171
+ HostedByEnum,
172
+ HuggingFaceTokenizerConfig,
173
+ HuggingFaceTokenizerConfigRequest,
176
174
  ImageChatMessageContent,
177
175
  ImageChatMessageContentRequest,
178
- ImageEnum,
179
176
  ImageVariableValue,
180
177
  ImageVellumValue,
181
178
  ImageVellumValueRequest,
@@ -196,32 +193,57 @@ from .types import (
196
193
  IndexingConfigVectorizer_TextEmbedding3Small,
197
194
  IndexingConfigVectorizer_TextEmbeddingAda002,
198
195
  IndexingStateEnum,
199
- InitiatedEnum,
200
196
  InitiatedExecutePromptEvent,
201
197
  InitiatedPromptExecutionMeta,
202
198
  InitiatedWorkflowNodeResultEvent,
203
199
  InstructorVectorizerConfig,
204
200
  InstructorVectorizerConfigRequest,
205
- IntfloatMultilingualE5LargeEnum,
201
+ IntegerParameterConfig,
202
+ IntegerParameterConfigRequest,
206
203
  IterationStateEnum,
207
- JsonEnum,
208
204
  JsonInputRequest,
209
205
  JsonVariableValue,
210
206
  JsonVellumValue,
211
207
  JsonVellumValueRequest,
212
208
  LogicalOperator,
213
209
  LogprobsEnum,
214
- MapEnum,
215
210
  MapNodeResult,
216
211
  MapNodeResultData,
217
- MergeEnum,
218
212
  MergeNodeResult,
219
213
  MergeNodeResultData,
220
214
  MetadataFilterConfigRequest,
221
215
  MetadataFilterRuleCombinator,
222
216
  MetadataFilterRuleRequest,
223
- MetricEnum,
224
217
  MetricNodeResult,
218
+ MlModelBuildConfig,
219
+ MlModelBuildConfigRequest,
220
+ MlModelDeveloper,
221
+ MlModelDeveloperEnumValueLabel,
222
+ MlModelDisplayConfigLabelled,
223
+ MlModelDisplayConfigRequest,
224
+ MlModelDisplayTag,
225
+ MlModelDisplayTagEnumValueLabel,
226
+ MlModelExecConfig,
227
+ MlModelExecConfigRequest,
228
+ MlModelFamily,
229
+ MlModelFamilyEnumValueLabel,
230
+ MlModelFeature,
231
+ MlModelParameterConfig,
232
+ MlModelParameterConfigRequest,
233
+ MlModelRead,
234
+ MlModelRequestAuthorizationConfig,
235
+ MlModelRequestAuthorizationConfigRequest,
236
+ MlModelRequestAuthorizationConfigTypeEnum,
237
+ MlModelRequestConfig,
238
+ MlModelRequestConfigRequest,
239
+ MlModelResponseConfig,
240
+ MlModelResponseConfigRequest,
241
+ MlModelTokenizerConfig,
242
+ MlModelTokenizerConfigRequest,
243
+ MlModelTokenizerConfigRequest_HuggingFace,
244
+ MlModelTokenizerConfigRequest_Tiktoken,
245
+ MlModelTokenizerConfig_HuggingFace,
246
+ MlModelTokenizerConfig_Tiktoken,
225
247
  MlModelUsage,
226
248
  NamedScenarioInputChatHistoryVariableValueRequest,
227
249
  NamedScenarioInputRequest,
@@ -298,10 +320,15 @@ from .types import (
298
320
  NodeOutputCompiledValue_String,
299
321
  NormalizedLogProbs,
300
322
  NormalizedTokenLogProbs,
301
- NumberEnum,
323
+ NumberParameterConfig,
324
+ NumberParameterConfigRequest,
302
325
  NumberVariableValue,
303
326
  NumberVellumValue,
304
327
  NumberVellumValueRequest,
328
+ ObjectParameterConfig,
329
+ ObjectParameterConfigRequest,
330
+ OneOfParameterConfig,
331
+ OneOfParameterConfigRequest,
305
332
  OpenAiVectorizerConfig,
306
333
  OpenAiVectorizerConfigRequest,
307
334
  OpenAiVectorizerTextEmbedding3Large,
@@ -311,12 +338,30 @@ from .types import (
311
338
  OpenAiVectorizerTextEmbeddingAda002,
312
339
  OpenAiVectorizerTextEmbeddingAda002Request,
313
340
  PaginatedDocumentIndexReadList,
341
+ PaginatedMlModelReadList,
314
342
  PaginatedSlimDeploymentReadList,
315
343
  PaginatedSlimDocumentList,
316
344
  PaginatedSlimWorkflowDeploymentList,
317
345
  PaginatedTestSuiteRunExecutionList,
318
346
  PaginatedTestSuiteTestCaseList,
319
- PdfEnum,
347
+ ParameterConfig,
348
+ ParameterConfigRequest,
349
+ ParameterConfigRequest_Array,
350
+ ParameterConfigRequest_Boolean,
351
+ ParameterConfigRequest_Const,
352
+ ParameterConfigRequest_Integer,
353
+ ParameterConfigRequest_Number,
354
+ ParameterConfigRequest_Object,
355
+ ParameterConfigRequest_OneOf,
356
+ ParameterConfigRequest_String,
357
+ ParameterConfig_Array,
358
+ ParameterConfig_Boolean,
359
+ ParameterConfig_Const,
360
+ ParameterConfig_Integer,
361
+ ParameterConfig_Number,
362
+ ParameterConfig_Object,
363
+ ParameterConfig_OneOf,
364
+ ParameterConfig_String,
320
365
  PdfSearchResultMetaSource,
321
366
  PdfSearchResultMetaSourceRequest,
322
367
  ProcessingFailureReasonEnum,
@@ -338,26 +383,21 @@ from .types import (
338
383
  RawPromptExecutionOverridesRequest,
339
384
  ReductoChunkerConfig,
340
385
  ReductoChunkerConfigRequest,
341
- ReductoChunkerEnum,
342
386
  ReductoChunking,
343
387
  ReductoChunkingRequest,
344
- RejectedEnum,
345
388
  RejectedExecutePromptEvent,
346
389
  RejectedExecutePromptResponse,
347
390
  RejectedExecuteWorkflowWorkflowResultEvent,
348
391
  RejectedPromptExecutionMeta,
349
392
  RejectedWorkflowNodeResultEvent,
350
393
  ReleaseTagSource,
351
- ReplaceEnum,
352
394
  ReplaceTestSuiteTestCaseRequest,
353
- ReplacedEnum,
354
395
  SandboxScenario,
355
396
  ScenarioInput,
356
397
  ScenarioInputChatHistoryVariableValue,
357
398
  ScenarioInputStringVariableValue,
358
399
  ScenarioInput_ChatHistory,
359
400
  ScenarioInput_String,
360
- SearchErrorResponse,
361
401
  SearchFiltersRequest,
362
402
  SearchNodeResult,
363
403
  SearchNodeResultData,
@@ -374,36 +414,30 @@ from .types import (
374
414
  SearchResultMetaSourceRequest_Pdf,
375
415
  SearchResultMetaSource_Pdf,
376
416
  SearchResultRequest,
377
- SearchResultsEnum,
378
417
  SearchWeightsRequest,
379
418
  SentenceChunkerConfig,
380
419
  SentenceChunkerConfigRequest,
381
- SentenceChunkerEnum,
382
420
  SentenceChunking,
383
421
  SentenceChunkingRequest,
384
- SentenceTransformersMultiQaMpnetBaseCosV1Enum,
385
- SentenceTransformersMultiQaMpnetBaseDotV1Enum,
386
422
  SlimDeploymentRead,
387
423
  SlimDocument,
388
424
  SlimWorkflowDeployment,
389
- StreamingEnum,
390
425
  StreamingExecutePromptEvent,
391
426
  StreamingPromptExecutionMeta,
392
427
  StreamingWorkflowNodeResultEvent,
393
428
  StringChatMessageContent,
394
429
  StringChatMessageContentRequest,
395
- StringEnum,
396
430
  StringInputRequest,
431
+ StringParameterConfig,
432
+ StringParameterConfigRequest,
397
433
  StringVariableValue,
398
434
  StringVellumValue,
399
435
  StringVellumValueRequest,
400
436
  SubmitCompletionActualRequest,
401
- SubmitCompletionActualsErrorResponse,
402
437
  SubmitWorkflowExecutionActualRequest,
403
438
  SubmitWorkflowExecutionActualRequest_ChatHistory,
404
439
  SubmitWorkflowExecutionActualRequest_Json,
405
440
  SubmitWorkflowExecutionActualRequest_String,
406
- SubworkflowEnum,
407
441
  SubworkflowNodeResult,
408
442
  SubworkflowNodeResultData,
409
443
  TemplatingNodeArrayResult,
@@ -465,7 +499,6 @@ from .types import (
465
499
  TestSuiteRunDeploymentReleaseTagExecConfigData,
466
500
  TestSuiteRunDeploymentReleaseTagExecConfigDataRequest,
467
501
  TestSuiteRunDeploymentReleaseTagExecConfigRequest,
468
- TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum,
469
502
  TestSuiteRunExecConfig,
470
503
  TestSuiteRunExecConfigRequest,
471
504
  TestSuiteRunExecConfigRequest_DeploymentReleaseTag,
@@ -498,17 +531,13 @@ from .types import (
498
531
  TestSuiteRunExternalExecConfigData,
499
532
  TestSuiteRunExternalExecConfigDataRequest,
500
533
  TestSuiteRunExternalExecConfigRequest,
501
- TestSuiteRunExternalExecConfigTypeEnum,
502
534
  TestSuiteRunMetricErrorOutput,
503
- TestSuiteRunMetricErrorOutputTypeEnum,
504
535
  TestSuiteRunMetricNumberOutput,
505
- TestSuiteRunMetricNumberOutputTypeEnum,
506
536
  TestSuiteRunMetricOutput,
507
537
  TestSuiteRunMetricOutput_Error,
508
538
  TestSuiteRunMetricOutput_Number,
509
539
  TestSuiteRunMetricOutput_String,
510
540
  TestSuiteRunMetricStringOutput,
511
- TestSuiteRunMetricStringOutputTypeEnum,
512
541
  TestSuiteRunRead,
513
542
  TestSuiteRunState,
514
543
  TestSuiteRunTestSuite,
@@ -516,7 +545,6 @@ from .types import (
516
545
  TestSuiteRunWorkflowReleaseTagExecConfigData,
517
546
  TestSuiteRunWorkflowReleaseTagExecConfigDataRequest,
518
547
  TestSuiteRunWorkflowReleaseTagExecConfigRequest,
519
- TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum,
520
548
  TestSuiteTestCase,
521
549
  TestSuiteTestCaseBulkOperationRequest,
522
550
  TestSuiteTestCaseBulkOperationRequest_Create,
@@ -540,17 +568,13 @@ from .types import (
540
568
  TestSuiteTestCaseReplacedBulkResult,
541
569
  TestSuiteTestCaseReplacedBulkResultData,
542
570
  TestSuiteTestCaseUpsertBulkOperationRequest,
543
- TextEmbedding3LargeEnum,
544
- TextEmbedding3SmallEnum,
545
- TextEmbeddingAda002Enum,
571
+ TikTokenTokenizerConfig,
572
+ TikTokenTokenizerConfigRequest,
546
573
  TokenOverlappingWindowChunkerConfig,
547
574
  TokenOverlappingWindowChunkerConfigRequest,
548
- TokenOverlappingWindowChunkerEnum,
549
575
  TokenOverlappingWindowChunking,
550
576
  TokenOverlappingWindowChunkingRequest,
551
- UploadDocumentErrorResponse,
552
577
  UploadDocumentResponse,
553
- UpsertEnum,
554
578
  UpsertTestSuiteTestCaseRequest,
555
579
  VellumError,
556
580
  VellumErrorCodeEnum,
@@ -559,6 +583,7 @@ from .types import (
559
583
  VellumImageRequest,
560
584
  VellumVariable,
561
585
  VellumVariableType,
586
+ VisibilityEnum,
562
587
  WorkflowDeploymentRead,
563
588
  WorkflowEventError,
564
589
  WorkflowExecutionActualChatHistoryRequest,
@@ -648,6 +673,7 @@ from .resources import (
648
673
  document_indexes,
649
674
  documents,
650
675
  folder_entities,
676
+ ml_models,
651
677
  sandboxes,
652
678
  test_suite_runs,
653
679
  test_suites,
@@ -671,7 +697,8 @@ __all__ = [
671
697
  "ArrayChatMessageContentItem_Image",
672
698
  "ArrayChatMessageContentItem_String",
673
699
  "ArrayChatMessageContentRequest",
674
- "ArrayEnum",
700
+ "ArrayParameterConfig",
701
+ "ArrayParameterConfigRequest",
675
702
  "ArrayVariableValueItem",
676
703
  "ArrayVariableValueItem_Error",
677
704
  "ArrayVariableValueItem_FunctionCall",
@@ -700,7 +727,8 @@ __all__ = [
700
727
  "BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request",
701
728
  "BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1",
702
729
  "BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request",
703
- "ChatHistoryEnum",
730
+ "BooleanParameterConfig",
731
+ "BooleanParameterConfigRequest",
704
732
  "ChatHistoryInputRequest",
705
733
  "ChatMessage",
706
734
  "ChatMessageContent",
@@ -734,13 +762,13 @@ __all__ = [
734
762
  "CodeExecutionNodeResultOutput_String",
735
763
  "CodeExecutionNodeSearchResultsResult",
736
764
  "CodeExecutionNodeStringResult",
765
+ "CompilePromptDeploymentExpandMetaRequest",
766
+ "CompilePromptMeta",
737
767
  "ConditionalNodeResult",
738
768
  "ConditionalNodeResultData",
739
- "CreateEnum",
769
+ "ConstParameterConfig",
770
+ "ConstParameterConfigRequest",
740
771
  "CreateTestSuiteTestCaseRequest",
741
- "CreatedEnum",
742
- "DeleteEnum",
743
- "DeletedEnum",
744
772
  "DeploymentProviderPayloadResponse",
745
773
  "DeploymentProviderPayloadResponsePayload",
746
774
  "DeploymentRead",
@@ -765,11 +793,9 @@ __all__ = [
765
793
  "EnrichedNormalizedCompletion",
766
794
  "EntityStatus",
767
795
  "EnvironmentEnum",
768
- "ErrorEnum",
769
796
  "ErrorVariableValue",
770
797
  "ErrorVellumValue",
771
798
  "ErrorVellumValueRequest",
772
- "ExecutePromptApiErrorResponse",
773
799
  "ExecutePromptEvent",
774
800
  "ExecutePromptEvent_Fulfilled",
775
801
  "ExecutePromptEvent_Initiated",
@@ -778,9 +804,7 @@ __all__ = [
778
804
  "ExecutePromptResponse",
779
805
  "ExecutePromptResponse_Fulfilled",
780
806
  "ExecutePromptResponse_Rejected",
781
- "ExecuteWorkflowErrorResponse",
782
807
  "ExecuteWorkflowResponse",
783
- "ExecuteWorkflowStreamErrorResponse",
784
808
  "ExecuteWorkflowWorkflowResultEvent",
785
809
  "ExecuteWorkflowWorkflowResultEvent_Fulfilled",
786
810
  "ExecuteWorkflowWorkflowResultEvent_Rejected",
@@ -816,12 +840,10 @@ __all__ = [
816
840
  "FunctionCallChatMessageContentRequest",
817
841
  "FunctionCallChatMessageContentValue",
818
842
  "FunctionCallChatMessageContentValueRequest",
819
- "FunctionCallEnum",
820
843
  "FunctionCallRequest",
821
844
  "FunctionCallVariableValue",
822
845
  "FunctionCallVellumValue",
823
846
  "FunctionCallVellumValueRequest",
824
- "GenerateErrorResponse",
825
847
  "GenerateOptionsRequest",
826
848
  "GenerateRequest",
827
849
  "GenerateResponse",
@@ -831,12 +853,13 @@ __all__ = [
831
853
  "GenerateStreamResponse",
832
854
  "GenerateStreamResult",
833
855
  "GenerateStreamResultData",
834
- "HkunlpInstructorXlEnum",
835
856
  "HkunlpInstructorXlVectorizer",
836
857
  "HkunlpInstructorXlVectorizerRequest",
858
+ "HostedByEnum",
859
+ "HuggingFaceTokenizerConfig",
860
+ "HuggingFaceTokenizerConfigRequest",
837
861
  "ImageChatMessageContent",
838
862
  "ImageChatMessageContentRequest",
839
- "ImageEnum",
840
863
  "ImageVariableValue",
841
864
  "ImageVellumValue",
842
865
  "ImageVellumValueRequest",
@@ -857,33 +880,58 @@ __all__ = [
857
880
  "IndexingConfigVectorizer_TextEmbedding3Small",
858
881
  "IndexingConfigVectorizer_TextEmbeddingAda002",
859
882
  "IndexingStateEnum",
860
- "InitiatedEnum",
861
883
  "InitiatedExecutePromptEvent",
862
884
  "InitiatedPromptExecutionMeta",
863
885
  "InitiatedWorkflowNodeResultEvent",
864
886
  "InstructorVectorizerConfig",
865
887
  "InstructorVectorizerConfigRequest",
888
+ "IntegerParameterConfig",
889
+ "IntegerParameterConfigRequest",
866
890
  "InternalServerError",
867
- "IntfloatMultilingualE5LargeEnum",
868
891
  "IterationStateEnum",
869
- "JsonEnum",
870
892
  "JsonInputRequest",
871
893
  "JsonVariableValue",
872
894
  "JsonVellumValue",
873
895
  "JsonVellumValueRequest",
874
896
  "LogicalOperator",
875
897
  "LogprobsEnum",
876
- "MapEnum",
877
898
  "MapNodeResult",
878
899
  "MapNodeResultData",
879
- "MergeEnum",
880
900
  "MergeNodeResult",
881
901
  "MergeNodeResultData",
882
902
  "MetadataFilterConfigRequest",
883
903
  "MetadataFilterRuleCombinator",
884
904
  "MetadataFilterRuleRequest",
885
- "MetricEnum",
886
905
  "MetricNodeResult",
906
+ "MlModelBuildConfig",
907
+ "MlModelBuildConfigRequest",
908
+ "MlModelDeveloper",
909
+ "MlModelDeveloperEnumValueLabel",
910
+ "MlModelDisplayConfigLabelled",
911
+ "MlModelDisplayConfigRequest",
912
+ "MlModelDisplayTag",
913
+ "MlModelDisplayTagEnumValueLabel",
914
+ "MlModelExecConfig",
915
+ "MlModelExecConfigRequest",
916
+ "MlModelFamily",
917
+ "MlModelFamilyEnumValueLabel",
918
+ "MlModelFeature",
919
+ "MlModelParameterConfig",
920
+ "MlModelParameterConfigRequest",
921
+ "MlModelRead",
922
+ "MlModelRequestAuthorizationConfig",
923
+ "MlModelRequestAuthorizationConfigRequest",
924
+ "MlModelRequestAuthorizationConfigTypeEnum",
925
+ "MlModelRequestConfig",
926
+ "MlModelRequestConfigRequest",
927
+ "MlModelResponseConfig",
928
+ "MlModelResponseConfigRequest",
929
+ "MlModelTokenizerConfig",
930
+ "MlModelTokenizerConfigRequest",
931
+ "MlModelTokenizerConfigRequest_HuggingFace",
932
+ "MlModelTokenizerConfigRequest_Tiktoken",
933
+ "MlModelTokenizerConfig_HuggingFace",
934
+ "MlModelTokenizerConfig_Tiktoken",
887
935
  "MlModelUsage",
888
936
  "NamedScenarioInputChatHistoryVariableValueRequest",
889
937
  "NamedScenarioInputRequest",
@@ -961,10 +1009,15 @@ __all__ = [
961
1009
  "NormalizedLogProbs",
962
1010
  "NormalizedTokenLogProbs",
963
1011
  "NotFoundError",
964
- "NumberEnum",
1012
+ "NumberParameterConfig",
1013
+ "NumberParameterConfigRequest",
965
1014
  "NumberVariableValue",
966
1015
  "NumberVellumValue",
967
1016
  "NumberVellumValueRequest",
1017
+ "ObjectParameterConfig",
1018
+ "ObjectParameterConfigRequest",
1019
+ "OneOfParameterConfig",
1020
+ "OneOfParameterConfigRequest",
968
1021
  "OpenAiVectorizerConfig",
969
1022
  "OpenAiVectorizerConfigRequest",
970
1023
  "OpenAiVectorizerTextEmbedding3Large",
@@ -974,12 +1027,30 @@ __all__ = [
974
1027
  "OpenAiVectorizerTextEmbeddingAda002",
975
1028
  "OpenAiVectorizerTextEmbeddingAda002Request",
976
1029
  "PaginatedDocumentIndexReadList",
1030
+ "PaginatedMlModelReadList",
977
1031
  "PaginatedSlimDeploymentReadList",
978
1032
  "PaginatedSlimDocumentList",
979
1033
  "PaginatedSlimWorkflowDeploymentList",
980
1034
  "PaginatedTestSuiteRunExecutionList",
981
1035
  "PaginatedTestSuiteTestCaseList",
982
- "PdfEnum",
1036
+ "ParameterConfig",
1037
+ "ParameterConfigRequest",
1038
+ "ParameterConfigRequest_Array",
1039
+ "ParameterConfigRequest_Boolean",
1040
+ "ParameterConfigRequest_Const",
1041
+ "ParameterConfigRequest_Integer",
1042
+ "ParameterConfigRequest_Number",
1043
+ "ParameterConfigRequest_Object",
1044
+ "ParameterConfigRequest_OneOf",
1045
+ "ParameterConfigRequest_String",
1046
+ "ParameterConfig_Array",
1047
+ "ParameterConfig_Boolean",
1048
+ "ParameterConfig_Const",
1049
+ "ParameterConfig_Integer",
1050
+ "ParameterConfig_Number",
1051
+ "ParameterConfig_Object",
1052
+ "ParameterConfig_OneOf",
1053
+ "ParameterConfig_String",
983
1054
  "PdfSearchResultMetaSource",
984
1055
  "PdfSearchResultMetaSourceRequest",
985
1056
  "ProcessingFailureReasonEnum",
@@ -1001,26 +1072,21 @@ __all__ = [
1001
1072
  "RawPromptExecutionOverridesRequest",
1002
1073
  "ReductoChunkerConfig",
1003
1074
  "ReductoChunkerConfigRequest",
1004
- "ReductoChunkerEnum",
1005
1075
  "ReductoChunking",
1006
1076
  "ReductoChunkingRequest",
1007
- "RejectedEnum",
1008
1077
  "RejectedExecutePromptEvent",
1009
1078
  "RejectedExecutePromptResponse",
1010
1079
  "RejectedExecuteWorkflowWorkflowResultEvent",
1011
1080
  "RejectedPromptExecutionMeta",
1012
1081
  "RejectedWorkflowNodeResultEvent",
1013
1082
  "ReleaseTagSource",
1014
- "ReplaceEnum",
1015
1083
  "ReplaceTestSuiteTestCaseRequest",
1016
- "ReplacedEnum",
1017
1084
  "SandboxScenario",
1018
1085
  "ScenarioInput",
1019
1086
  "ScenarioInputChatHistoryVariableValue",
1020
1087
  "ScenarioInputStringVariableValue",
1021
1088
  "ScenarioInput_ChatHistory",
1022
1089
  "ScenarioInput_String",
1023
- "SearchErrorResponse",
1024
1090
  "SearchFiltersRequest",
1025
1091
  "SearchNodeResult",
1026
1092
  "SearchNodeResultData",
@@ -1037,36 +1103,30 @@ __all__ = [
1037
1103
  "SearchResultMetaSourceRequest_Pdf",
1038
1104
  "SearchResultMetaSource_Pdf",
1039
1105
  "SearchResultRequest",
1040
- "SearchResultsEnum",
1041
1106
  "SearchWeightsRequest",
1042
1107
  "SentenceChunkerConfig",
1043
1108
  "SentenceChunkerConfigRequest",
1044
- "SentenceChunkerEnum",
1045
1109
  "SentenceChunking",
1046
1110
  "SentenceChunkingRequest",
1047
- "SentenceTransformersMultiQaMpnetBaseCosV1Enum",
1048
- "SentenceTransformersMultiQaMpnetBaseDotV1Enum",
1049
1111
  "SlimDeploymentRead",
1050
1112
  "SlimDocument",
1051
1113
  "SlimWorkflowDeployment",
1052
- "StreamingEnum",
1053
1114
  "StreamingExecutePromptEvent",
1054
1115
  "StreamingPromptExecutionMeta",
1055
1116
  "StreamingWorkflowNodeResultEvent",
1056
1117
  "StringChatMessageContent",
1057
1118
  "StringChatMessageContentRequest",
1058
- "StringEnum",
1059
1119
  "StringInputRequest",
1120
+ "StringParameterConfig",
1121
+ "StringParameterConfigRequest",
1060
1122
  "StringVariableValue",
1061
1123
  "StringVellumValue",
1062
1124
  "StringVellumValueRequest",
1063
1125
  "SubmitCompletionActualRequest",
1064
- "SubmitCompletionActualsErrorResponse",
1065
1126
  "SubmitWorkflowExecutionActualRequest",
1066
1127
  "SubmitWorkflowExecutionActualRequest_ChatHistory",
1067
1128
  "SubmitWorkflowExecutionActualRequest_Json",
1068
1129
  "SubmitWorkflowExecutionActualRequest_String",
1069
- "SubworkflowEnum",
1070
1130
  "SubworkflowNodeResult",
1071
1131
  "SubworkflowNodeResultData",
1072
1132
  "TemplatingNodeArrayResult",
@@ -1128,7 +1188,6 @@ __all__ = [
1128
1188
  "TestSuiteRunDeploymentReleaseTagExecConfigData",
1129
1189
  "TestSuiteRunDeploymentReleaseTagExecConfigDataRequest",
1130
1190
  "TestSuiteRunDeploymentReleaseTagExecConfigRequest",
1131
- "TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum",
1132
1191
  "TestSuiteRunExecConfig",
1133
1192
  "TestSuiteRunExecConfigRequest",
1134
1193
  "TestSuiteRunExecConfigRequest_DeploymentReleaseTag",
@@ -1161,17 +1220,13 @@ __all__ = [
1161
1220
  "TestSuiteRunExternalExecConfigData",
1162
1221
  "TestSuiteRunExternalExecConfigDataRequest",
1163
1222
  "TestSuiteRunExternalExecConfigRequest",
1164
- "TestSuiteRunExternalExecConfigTypeEnum",
1165
1223
  "TestSuiteRunMetricErrorOutput",
1166
- "TestSuiteRunMetricErrorOutputTypeEnum",
1167
1224
  "TestSuiteRunMetricNumberOutput",
1168
- "TestSuiteRunMetricNumberOutputTypeEnum",
1169
1225
  "TestSuiteRunMetricOutput",
1170
1226
  "TestSuiteRunMetricOutput_Error",
1171
1227
  "TestSuiteRunMetricOutput_Number",
1172
1228
  "TestSuiteRunMetricOutput_String",
1173
1229
  "TestSuiteRunMetricStringOutput",
1174
- "TestSuiteRunMetricStringOutputTypeEnum",
1175
1230
  "TestSuiteRunRead",
1176
1231
  "TestSuiteRunState",
1177
1232
  "TestSuiteRunTestSuite",
@@ -1179,7 +1234,6 @@ __all__ = [
1179
1234
  "TestSuiteRunWorkflowReleaseTagExecConfigData",
1180
1235
  "TestSuiteRunWorkflowReleaseTagExecConfigDataRequest",
1181
1236
  "TestSuiteRunWorkflowReleaseTagExecConfigRequest",
1182
- "TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum",
1183
1237
  "TestSuiteTestCase",
1184
1238
  "TestSuiteTestCaseBulkOperationRequest",
1185
1239
  "TestSuiteTestCaseBulkOperationRequest_Create",
@@ -1203,17 +1257,13 @@ __all__ = [
1203
1257
  "TestSuiteTestCaseReplacedBulkResult",
1204
1258
  "TestSuiteTestCaseReplacedBulkResultData",
1205
1259
  "TestSuiteTestCaseUpsertBulkOperationRequest",
1206
- "TextEmbedding3LargeEnum",
1207
- "TextEmbedding3SmallEnum",
1208
- "TextEmbeddingAda002Enum",
1260
+ "TikTokenTokenizerConfig",
1261
+ "TikTokenTokenizerConfigRequest",
1209
1262
  "TokenOverlappingWindowChunkerConfig",
1210
1263
  "TokenOverlappingWindowChunkerConfigRequest",
1211
- "TokenOverlappingWindowChunkerEnum",
1212
1264
  "TokenOverlappingWindowChunking",
1213
1265
  "TokenOverlappingWindowChunkingRequest",
1214
- "UploadDocumentErrorResponse",
1215
1266
  "UploadDocumentResponse",
1216
- "UpsertEnum",
1217
1267
  "UpsertTestSuiteTestCaseRequest",
1218
1268
  "VellumEnvironment",
1219
1269
  "VellumError",
@@ -1223,6 +1273,7 @@ __all__ = [
1223
1273
  "VellumImageRequest",
1224
1274
  "VellumVariable",
1225
1275
  "VellumVariableType",
1276
+ "VisibilityEnum",
1226
1277
  "WorkflowDeploymentRead",
1227
1278
  "WorkflowDeploymentsListRequestStatus",
1228
1279
  "WorkflowEventError",
@@ -1308,6 +1359,7 @@ __all__ = [
1308
1359
  "document_indexes",
1309
1360
  "documents",
1310
1361
  "folder_entities",
1362
+ "ml_models",
1311
1363
  "sandboxes",
1312
1364
  "test_suite_runs",
1313
1365
  "test_suites",